Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- 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 AccessReview
- func (o *AccessReview) GetAccountUsername() string
- func (o *AccessReview) GetAccountUsernameOk() (*string, bool)
- func (o *AccessReview) GetAction() string
- func (o *AccessReview) GetActionOk() (*string, bool)
- func (o *AccessReview) GetClusterId() string
- func (o *AccessReview) GetClusterIdOk() (*string, bool)
- func (o *AccessReview) GetClusterUuid() string
- func (o *AccessReview) GetClusterUuidOk() (*string, bool)
- func (o *AccessReview) GetOrganizationId() string
- func (o *AccessReview) GetOrganizationIdOk() (*string, bool)
- func (o *AccessReview) GetResourceType() string
- func (o *AccessReview) GetResourceTypeOk() (*string, bool)
- func (o *AccessReview) GetSubscriptionId() string
- func (o *AccessReview) GetSubscriptionIdOk() (*string, bool)
- func (o *AccessReview) HasClusterId() bool
- func (o *AccessReview) HasClusterUuid() bool
- func (o *AccessReview) HasOrganizationId() bool
- func (o *AccessReview) HasSubscriptionId() bool
- func (o AccessReview) MarshalJSON() ([]byte, error)
- func (o *AccessReview) SetAccountUsername(v string)
- func (o *AccessReview) SetAction(v string)
- func (o *AccessReview) SetClusterId(v string)
- func (o *AccessReview) SetClusterUuid(v string)
- func (o *AccessReview) SetOrganizationId(v string)
- func (o *AccessReview) SetResourceType(v string)
- func (o *AccessReview) SetSubscriptionId(v string)
- type AccessReviewResponse
- func (o *AccessReviewResponse) GetAccountId() string
- func (o *AccessReviewResponse) GetAccountIdOk() (*string, bool)
- func (o *AccessReviewResponse) GetAction() string
- func (o *AccessReviewResponse) GetActionOk() (*string, bool)
- func (o *AccessReviewResponse) GetAllowed() bool
- func (o *AccessReviewResponse) GetAllowedOk() (*bool, bool)
- func (o *AccessReviewResponse) GetClusterId() string
- func (o *AccessReviewResponse) GetClusterIdOk() (*string, bool)
- func (o *AccessReviewResponse) GetClusterUuid() string
- func (o *AccessReviewResponse) GetClusterUuidOk() (*string, bool)
- func (o *AccessReviewResponse) GetOrganizationId() string
- func (o *AccessReviewResponse) GetOrganizationIdOk() (*string, bool)
- func (o *AccessReviewResponse) GetResourceType() string
- func (o *AccessReviewResponse) GetResourceTypeOk() (*string, bool)
- func (o *AccessReviewResponse) GetSubscriptionId() string
- func (o *AccessReviewResponse) GetSubscriptionIdOk() (*string, bool)
- func (o *AccessReviewResponse) HasAccountId() bool
- func (o *AccessReviewResponse) HasAction() bool
- func (o *AccessReviewResponse) HasClusterId() bool
- func (o *AccessReviewResponse) HasClusterUuid() bool
- func (o *AccessReviewResponse) HasOrganizationId() bool
- func (o *AccessReviewResponse) HasResourceType() bool
- func (o *AccessReviewResponse) HasSubscriptionId() bool
- func (o AccessReviewResponse) MarshalJSON() ([]byte, error)
- func (o *AccessReviewResponse) SetAccountId(v string)
- func (o *AccessReviewResponse) SetAction(v string)
- func (o *AccessReviewResponse) SetAllowed(v bool)
- func (o *AccessReviewResponse) SetClusterId(v string)
- func (o *AccessReviewResponse) SetClusterUuid(v string)
- func (o *AccessReviewResponse) SetOrganizationId(v string)
- func (o *AccessReviewResponse) SetResourceType(v string)
- func (o *AccessReviewResponse) SetSubscriptionId(v string)
- type AccessTokenCfg
- type Account
- func (o *Account) GetBanCode() string
- func (o *Account) GetBanCodeOk() (*string, bool)
- func (o *Account) GetBanDescription() string
- func (o *Account) GetBanDescriptionOk() (*string, bool)
- func (o *Account) GetBanned() bool
- func (o *Account) GetBannedOk() (*bool, bool)
- func (o *Account) GetCapabilities() []Capability
- func (o *Account) GetCapabilitiesOk() (*[]Capability, bool)
- func (o *Account) GetCreatedAt() time.Time
- func (o *Account) GetCreatedAtOk() (*time.Time, bool)
- func (o *Account) GetEmail() string
- func (o *Account) GetEmailOk() (*string, bool)
- func (o *Account) GetFirstName() string
- func (o *Account) GetFirstNameOk() (*string, bool)
- func (o *Account) GetHref() string
- func (o *Account) GetHrefOk() (*string, bool)
- func (o *Account) GetId() string
- func (o *Account) GetIdOk() (*string, bool)
- func (o *Account) GetKind() string
- func (o *Account) GetKindOk() (*string, bool)
- func (o *Account) GetLabels() []Label
- func (o *Account) GetLabelsOk() (*[]Label, bool)
- func (o *Account) GetLastName() string
- func (o *Account) GetLastNameOk() (*string, bool)
- func (o *Account) GetOrganization() Organization
- func (o *Account) GetOrganizationId() string
- func (o *Account) GetOrganizationIdOk() (*string, bool)
- func (o *Account) GetOrganizationOk() (*Organization, bool)
- func (o *Account) GetServiceAccount() bool
- func (o *Account) GetServiceAccountOk() (*bool, bool)
- func (o *Account) GetUpdatedAt() time.Time
- func (o *Account) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Account) GetUsername() string
- func (o *Account) GetUsernameOk() (*string, bool)
- func (o *Account) HasBanCode() bool
- func (o *Account) HasBanDescription() bool
- func (o *Account) HasBanned() bool
- func (o *Account) HasCapabilities() bool
- func (o *Account) HasCreatedAt() bool
- func (o *Account) HasEmail() bool
- func (o *Account) HasFirstName() bool
- func (o *Account) HasHref() bool
- func (o *Account) HasId() bool
- func (o *Account) HasKind() bool
- func (o *Account) HasLabels() bool
- func (o *Account) HasLastName() bool
- func (o *Account) HasOrganization() bool
- func (o *Account) HasOrganizationId() bool
- func (o *Account) HasServiceAccount() bool
- func (o *Account) HasUpdatedAt() bool
- func (o Account) MarshalJSON() ([]byte, error)
- func (o *Account) SetBanCode(v string)
- func (o *Account) SetBanDescription(v string)
- func (o *Account) SetBanned(v bool)
- func (o *Account) SetCapabilities(v []Capability)
- func (o *Account) SetCreatedAt(v time.Time)
- func (o *Account) SetEmail(v string)
- func (o *Account) SetFirstName(v string)
- func (o *Account) SetHref(v string)
- func (o *Account) SetId(v string)
- func (o *Account) SetKind(v string)
- func (o *Account) SetLabels(v []Label)
- func (o *Account) SetLastName(v string)
- func (o *Account) SetOrganization(v Organization)
- func (o *Account) SetOrganizationId(v string)
- func (o *Account) SetServiceAccount(v bool)
- func (o *Account) SetUpdatedAt(v time.Time)
- func (o *Account) SetUsername(v string)
- type AccountAllOf
- func (o *AccountAllOf) GetBanCode() string
- func (o *AccountAllOf) GetBanCodeOk() (*string, bool)
- func (o *AccountAllOf) GetBanDescription() string
- func (o *AccountAllOf) GetBanDescriptionOk() (*string, bool)
- func (o *AccountAllOf) GetBanned() bool
- func (o *AccountAllOf) GetBannedOk() (*bool, bool)
- func (o *AccountAllOf) GetCapabilities() []Capability
- func (o *AccountAllOf) GetCapabilitiesOk() (*[]Capability, bool)
- func (o *AccountAllOf) GetCreatedAt() time.Time
- func (o *AccountAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccountAllOf) GetEmail() string
- func (o *AccountAllOf) GetEmailOk() (*string, bool)
- func (o *AccountAllOf) GetFirstName() string
- func (o *AccountAllOf) GetFirstNameOk() (*string, bool)
- func (o *AccountAllOf) GetLabels() []Label
- func (o *AccountAllOf) GetLabelsOk() (*[]Label, bool)
- func (o *AccountAllOf) GetLastName() string
- func (o *AccountAllOf) GetLastNameOk() (*string, bool)
- func (o *AccountAllOf) GetOrganization() Organization
- func (o *AccountAllOf) GetOrganizationId() string
- func (o *AccountAllOf) GetOrganizationIdOk() (*string, bool)
- func (o *AccountAllOf) GetOrganizationOk() (*Organization, bool)
- func (o *AccountAllOf) GetServiceAccount() bool
- func (o *AccountAllOf) GetServiceAccountOk() (*bool, bool)
- func (o *AccountAllOf) GetUpdatedAt() time.Time
- func (o *AccountAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *AccountAllOf) GetUsername() string
- func (o *AccountAllOf) GetUsernameOk() (*string, bool)
- func (o *AccountAllOf) HasBanCode() bool
- func (o *AccountAllOf) HasBanDescription() bool
- func (o *AccountAllOf) HasBanned() bool
- func (o *AccountAllOf) HasCapabilities() bool
- func (o *AccountAllOf) HasCreatedAt() bool
- func (o *AccountAllOf) HasEmail() bool
- func (o *AccountAllOf) HasFirstName() bool
- func (o *AccountAllOf) HasLabels() bool
- func (o *AccountAllOf) HasLastName() bool
- func (o *AccountAllOf) HasOrganization() bool
- func (o *AccountAllOf) HasOrganizationId() bool
- func (o *AccountAllOf) HasServiceAccount() bool
- func (o *AccountAllOf) HasUpdatedAt() bool
- func (o AccountAllOf) MarshalJSON() ([]byte, error)
- func (o *AccountAllOf) SetBanCode(v string)
- func (o *AccountAllOf) SetBanDescription(v string)
- func (o *AccountAllOf) SetBanned(v bool)
- func (o *AccountAllOf) SetCapabilities(v []Capability)
- func (o *AccountAllOf) SetCreatedAt(v time.Time)
- func (o *AccountAllOf) SetEmail(v string)
- func (o *AccountAllOf) SetFirstName(v string)
- func (o *AccountAllOf) SetLabels(v []Label)
- func (o *AccountAllOf) SetLastName(v string)
- func (o *AccountAllOf) SetOrganization(v Organization)
- func (o *AccountAllOf) SetOrganizationId(v string)
- func (o *AccountAllOf) SetServiceAccount(v bool)
- func (o *AccountAllOf) SetUpdatedAt(v time.Time)
- func (o *AccountAllOf) SetUsername(v string)
- type AccountList
- func (o *AccountList) GetItems() []Account
- func (o *AccountList) GetItemsOk() (*[]Account, bool)
- func (o *AccountList) GetKind() string
- func (o *AccountList) GetKindOk() (*string, bool)
- func (o *AccountList) GetPage() int32
- func (o *AccountList) GetPageOk() (*int32, bool)
- func (o *AccountList) GetSize() int32
- func (o *AccountList) GetSizeOk() (*int32, bool)
- func (o *AccountList) GetTotal() int32
- func (o *AccountList) GetTotalOk() (*int32, bool)
- func (o AccountList) MarshalJSON() ([]byte, error)
- func (o *AccountList) SetItems(v []Account)
- func (o *AccountList) SetKind(v string)
- func (o *AccountList) SetPage(v int32)
- func (o *AccountList) SetSize(v int32)
- func (o *AccountList) SetTotal(v int32)
- type AccountListAllOf
- type AccountPatchRequest
- func (o *AccountPatchRequest) GetBanCode() string
- func (o *AccountPatchRequest) GetBanCodeOk() (*string, bool)
- func (o *AccountPatchRequest) GetBanDescription() string
- func (o *AccountPatchRequest) GetBanDescriptionOk() (*string, bool)
- func (o *AccountPatchRequest) GetBanned() bool
- func (o *AccountPatchRequest) GetBannedOk() (*bool, bool)
- func (o *AccountPatchRequest) GetEmail() string
- func (o *AccountPatchRequest) GetEmailOk() (*string, bool)
- func (o *AccountPatchRequest) GetFirstName() string
- func (o *AccountPatchRequest) GetFirstNameOk() (*string, bool)
- func (o *AccountPatchRequest) GetLastName() string
- func (o *AccountPatchRequest) GetLastNameOk() (*string, bool)
- func (o *AccountPatchRequest) GetOrganizationId() string
- func (o *AccountPatchRequest) GetOrganizationIdOk() (*string, bool)
- func (o *AccountPatchRequest) GetServiceAccount() bool
- func (o *AccountPatchRequest) GetServiceAccountOk() (*bool, bool)
- func (o *AccountPatchRequest) HasBanCode() bool
- func (o *AccountPatchRequest) HasBanDescription() bool
- func (o *AccountPatchRequest) HasBanned() bool
- func (o *AccountPatchRequest) HasEmail() bool
- func (o *AccountPatchRequest) HasFirstName() bool
- func (o *AccountPatchRequest) HasLastName() bool
- func (o *AccountPatchRequest) HasOrganizationId() bool
- func (o *AccountPatchRequest) HasServiceAccount() bool
- func (o AccountPatchRequest) MarshalJSON() ([]byte, error)
- func (o *AccountPatchRequest) SetBanCode(v string)
- func (o *AccountPatchRequest) SetBanDescription(v string)
- func (o *AccountPatchRequest) SetBanned(v bool)
- func (o *AccountPatchRequest) SetEmail(v string)
- func (o *AccountPatchRequest) SetFirstName(v string)
- func (o *AccountPatchRequest) SetLastName(v string)
- func (o *AccountPatchRequest) SetOrganizationId(v string)
- func (o *AccountPatchRequest) SetServiceAccount(v bool)
- type AccountReference
- func (o *AccountReference) GetEmail() string
- func (o *AccountReference) GetEmailOk() (*string, bool)
- func (o *AccountReference) GetHref() string
- func (o *AccountReference) GetHrefOk() (*string, bool)
- func (o *AccountReference) GetId() string
- func (o *AccountReference) GetIdOk() (*string, bool)
- func (o *AccountReference) GetKind() string
- func (o *AccountReference) GetKindOk() (*string, bool)
- func (o *AccountReference) GetName() string
- func (o *AccountReference) GetNameOk() (*string, bool)
- func (o *AccountReference) GetUsername() string
- func (o *AccountReference) GetUsernameOk() (*string, bool)
- func (o *AccountReference) HasEmail() bool
- func (o *AccountReference) HasHref() bool
- func (o *AccountReference) HasId() bool
- func (o *AccountReference) HasKind() bool
- func (o *AccountReference) HasName() bool
- func (o *AccountReference) HasUsername() bool
- func (o AccountReference) MarshalJSON() ([]byte, error)
- func (o *AccountReference) SetEmail(v string)
- func (o *AccountReference) SetHref(v string)
- func (o *AccountReference) SetId(v string)
- func (o *AccountReference) SetKind(v string)
- func (o *AccountReference) SetName(v string)
- func (o *AccountReference) SetUsername(v string)
- type AccountReferenceAllOf
- func (o *AccountReferenceAllOf) GetEmail() string
- func (o *AccountReferenceAllOf) GetEmailOk() (*string, bool)
- func (o *AccountReferenceAllOf) GetName() string
- func (o *AccountReferenceAllOf) GetNameOk() (*string, bool)
- func (o *AccountReferenceAllOf) GetUsername() string
- func (o *AccountReferenceAllOf) GetUsernameOk() (*string, bool)
- func (o *AccountReferenceAllOf) HasEmail() bool
- func (o *AccountReferenceAllOf) HasName() bool
- func (o *AccountReferenceAllOf) HasUsername() bool
- func (o AccountReferenceAllOf) MarshalJSON() ([]byte, error)
- func (o *AccountReferenceAllOf) SetEmail(v string)
- func (o *AccountReferenceAllOf) SetName(v string)
- func (o *AccountReferenceAllOf) SetUsername(v string)
- type ApiApiAccountsMgmtV1AccessTokenPostRequest
- type ApiApiAccountsMgmtV1AccountsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsGetRequest) Execute() (AccountList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1AccountsGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1AccountsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1AccountsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsGetRequest) Fields(fields string) ApiApiAccountsMgmtV1AccountsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1AccountsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsGetRequest) Page(page int32) ApiApiAccountsMgmtV1AccountsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsGetRequest) Search(search string) ApiApiAccountsMgmtV1AccountsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsGetRequest) Size(size int32) ApiApiAccountsMgmtV1AccountsGetRequest
- type ApiApiAccountsMgmtV1AccountsIdGetRequest
- func (r ApiApiAccountsMgmtV1AccountsIdGetRequest) Execute() (Account, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1AccountsIdGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1AccountsIdGetRequest
- func (r ApiApiAccountsMgmtV1AccountsIdGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1AccountsIdGetRequest
- type ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Execute() (LabelList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Page(page int32) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Search(search string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Size(size int32) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
- type ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest
- type ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest
- type ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest
- type ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest
- type ApiApiAccountsMgmtV1AccountsIdPatchRequest
- type ApiApiAccountsMgmtV1AccountsPostRequest
- func (r ApiApiAccountsMgmtV1AccountsPostRequest) Account(account Account) ApiApiAccountsMgmtV1AccountsPostRequest
- func (r ApiApiAccountsMgmtV1AccountsPostRequest) DryRun(dryRun bool) ApiApiAccountsMgmtV1AccountsPostRequest
- func (r ApiApiAccountsMgmtV1AccountsPostRequest) Execute() (Account, *_nethttp.Response, error)
- type ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest
- func (r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) ClusterAuthorizationRequest(clusterAuthorizationRequest ClusterAuthorizationRequest) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest
- func (r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) Execute() (ClusterAuthorizationResponse, *_nethttp.Response, error)
- type ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest
- func (r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) ClusterRegistrationRequest(clusterRegistrationRequest ClusterRegistrationRequest) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest
- func (r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) Execute() (ClusterRegistrationResponse, *_nethttp.Response, error)
- type ApiApiAccountsMgmtV1CurrentAccountGetRequest
- type ApiApiAccountsMgmtV1ErrorsGetRequest
- func (r ApiApiAccountsMgmtV1ErrorsGetRequest) Execute() (ErrorList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1ErrorsGetRequest) Page(page int32) ApiApiAccountsMgmtV1ErrorsGetRequest
- func (r ApiApiAccountsMgmtV1ErrorsGetRequest) Search(search string) ApiApiAccountsMgmtV1ErrorsGetRequest
- func (r ApiApiAccountsMgmtV1ErrorsGetRequest) Size(size int32) ApiApiAccountsMgmtV1ErrorsGetRequest
- type ApiApiAccountsMgmtV1ErrorsIdGetRequest
- type ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest
- func (r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) Execute() (FeatureToggle, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) FeatureToggleQueryRequest(featureToggleQueryRequest FeatureToggleQueryRequest) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest
- type ApiApiAccountsMgmtV1LabelsGetRequest
- func (r ApiApiAccountsMgmtV1LabelsGetRequest) Execute() (LabelList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1LabelsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1LabelsGetRequest
- func (r ApiApiAccountsMgmtV1LabelsGetRequest) Page(page int32) ApiApiAccountsMgmtV1LabelsGetRequest
- func (r ApiApiAccountsMgmtV1LabelsGetRequest) Search(search string) ApiApiAccountsMgmtV1LabelsGetRequest
- func (r ApiApiAccountsMgmtV1LabelsGetRequest) Size(size int32) ApiApiAccountsMgmtV1LabelsGetRequest
- type ApiApiAccountsMgmtV1MetricsGetRequest
- type ApiApiAccountsMgmtV1NotifyPostRequest
- type ApiApiAccountsMgmtV1OrganizationsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) Execute() (OrganizationList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1OrganizationsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1OrganizationsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) Fields(fields string) ApiApiAccountsMgmtV1OrganizationsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1OrganizationsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) Page(page int32) ApiApiAccountsMgmtV1OrganizationsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) Search(search string) ApiApiAccountsMgmtV1OrganizationsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) Size(size int32) ApiApiAccountsMgmtV1OrganizationsGetRequest
- type ApiApiAccountsMgmtV1OrganizationsIdGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) Execute() (Organization, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1OrganizationsIdGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1OrganizationsIdGetRequest
- type ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) Execute() (LabelList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) Page(page int32) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) Search(search string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) Size(size int32) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
- type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest
- type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest
- type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest
- type ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest
- type ApiApiAccountsMgmtV1OrganizationsIdPatchRequest
- type ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest
- type ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) Execute() (QuotaCostList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) FetchRelatedResources(fetchRelatedResources bool) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) Search(search string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
- type ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest
- type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) Execute() (ResourceQuotaList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) Page(page int32) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) Search(search string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) Size(size int32) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
- type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) Execute() (ResourceQuota, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) ResourceQuotaRequest(resourceQuotaRequest ResourceQuotaRequest) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest
- type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest
- type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest
- type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) Execute() (ResourceQuota, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) ResourceQuotaRequest(resourceQuotaRequest ResourceQuotaRequest) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest
- type ApiApiAccountsMgmtV1OrganizationsPostRequest
- type ApiApiAccountsMgmtV1PlansGetRequest
- func (r ApiApiAccountsMgmtV1PlansGetRequest) Execute() (PlanList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1PlansGetRequest) Page(page int32) ApiApiAccountsMgmtV1PlansGetRequest
- func (r ApiApiAccountsMgmtV1PlansGetRequest) Search(search string) ApiApiAccountsMgmtV1PlansGetRequest
- func (r ApiApiAccountsMgmtV1PlansGetRequest) Size(size int32) ApiApiAccountsMgmtV1PlansGetRequest
- type ApiApiAccountsMgmtV1PlansIdGetRequest
- type ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest
- type ApiApiAccountsMgmtV1PullSecretsPostRequest
- type ApiApiAccountsMgmtV1RegistriesGetRequest
- func (r ApiApiAccountsMgmtV1RegistriesGetRequest) Execute() (RegistryList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1RegistriesGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1RegistriesGetRequest
- func (r ApiApiAccountsMgmtV1RegistriesGetRequest) Page(page int32) ApiApiAccountsMgmtV1RegistriesGetRequest
- func (r ApiApiAccountsMgmtV1RegistriesGetRequest) Search(search string) ApiApiAccountsMgmtV1RegistriesGetRequest
- func (r ApiApiAccountsMgmtV1RegistriesGetRequest) Size(size int32) ApiApiAccountsMgmtV1RegistriesGetRequest
- type ApiApiAccountsMgmtV1RegistriesIdGetRequest
- type ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
- func (r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Execute() (RegistryCredentialList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
- func (r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Page(page int32) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
- func (r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Search(search string) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
- func (r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Size(size int32) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
- type ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest
- type ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest
- type ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest
- func (r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) Execute() (RegistryCredential, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) RegistryCredentialPatchRequest(registryCredentialPatchRequest RegistryCredentialPatchRequest) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest
- type ApiApiAccountsMgmtV1RegistryCredentialsPostRequest
- type ApiApiAccountsMgmtV1ReservedResourcesGetRequest
- func (r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Execute() (ReservedResourceList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1ReservedResourcesGetRequest
- func (r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Page(page int32) ApiApiAccountsMgmtV1ReservedResourcesGetRequest
- func (r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Search(search string) ApiApiAccountsMgmtV1ReservedResourcesGetRequest
- func (r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Size(size int32) ApiApiAccountsMgmtV1ReservedResourcesGetRequest
- type ApiApiAccountsMgmtV1ResourceQuotaGetRequest
- func (r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Execute() (ResourceQuotaList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1ResourceQuotaGetRequest
- func (r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Page(page int32) ApiApiAccountsMgmtV1ResourceQuotaGetRequest
- func (r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Search(search string) ApiApiAccountsMgmtV1ResourceQuotaGetRequest
- func (r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Size(size int32) ApiApiAccountsMgmtV1ResourceQuotaGetRequest
- type ApiApiAccountsMgmtV1RoleBindingsGetRequest
- func (r ApiApiAccountsMgmtV1RoleBindingsGetRequest) Execute() (RoleBindingList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1RoleBindingsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1RoleBindingsGetRequest
- func (r ApiApiAccountsMgmtV1RoleBindingsGetRequest) Page(page int32) ApiApiAccountsMgmtV1RoleBindingsGetRequest
- func (r ApiApiAccountsMgmtV1RoleBindingsGetRequest) Search(search string) ApiApiAccountsMgmtV1RoleBindingsGetRequest
- func (r ApiApiAccountsMgmtV1RoleBindingsGetRequest) Size(size int32) ApiApiAccountsMgmtV1RoleBindingsGetRequest
- type ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest
- type ApiApiAccountsMgmtV1RoleBindingsIdGetRequest
- type ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest
- type ApiApiAccountsMgmtV1RoleBindingsPostRequest
- type ApiApiAccountsMgmtV1RolesGetRequest
- func (r ApiApiAccountsMgmtV1RolesGetRequest) Execute() (RoleList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1RolesGetRequest) Page(page int32) ApiApiAccountsMgmtV1RolesGetRequest
- func (r ApiApiAccountsMgmtV1RolesGetRequest) Search(search string) ApiApiAccountsMgmtV1RolesGetRequest
- func (r ApiApiAccountsMgmtV1RolesGetRequest) Size(size int32) ApiApiAccountsMgmtV1RolesGetRequest
- type ApiApiAccountsMgmtV1RolesIdGetRequest
- type ApiApiAccountsMgmtV1SkuRulesGetRequest
- type ApiApiAccountsMgmtV1SkuRulesIdGetRequest
- type ApiApiAccountsMgmtV1SkusGetRequest
- type ApiApiAccountsMgmtV1SkusIdGetRequest
- type ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) Execute() (SubscriptionList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchAccounts(fetchAccounts bool) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) Fields(fields string) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) Labels(labels string) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) Page(page int32) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) Search(search string) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) Size(size int32) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) Execute() (Subscription, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchAccounts(fetchAccounts bool) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchCpuAndSocket(fetchCpuAndSocket bool) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) Execute() (LabelList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) Page(page int32) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) Search(search string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) Size(size int32) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) Execute() (ReservedResourceList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) Page(page int32) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) Search(search string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) Size(size int32) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
- type ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) Execute() (*_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) Page(page int32) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) Size(size int32) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest
- type ApiApiAccountsMgmtV1SubscriptionsPostRequest
- type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest
- type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Execute() (AccountList, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Fields(fields string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Page(page int32) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Search(search string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Size(size int32) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
- type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest
- func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) Execute() (Account, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) NotificationContactCreateRequest(notificationContactCreateRequest NotificationContactCreateRequest) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest
- type ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest
- type ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest
- type ApiApiAccountsMgmtV1SupportCasesPostRequest
- type ApiApiAccountsMgmtV1TokenAuthorizationPostRequest
- func (r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) Execute() (TokenAuthorizationResponse, *_nethttp.Response, error)
- func (r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) TokenAuthorizationRequest(tokenAuthorizationRequest TokenAuthorizationRequest) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest
- type ApiApiAuthorizationsV1AccessReviewPostRequest
- type ApiApiAuthorizationsV1CapabilityReviewPostRequest
- type ApiApiAuthorizationsV1ExportControlReviewPostRequest
- func (r ApiApiAuthorizationsV1ExportControlReviewPostRequest) Execute() (ExportControlReview, *_nethttp.Response, error)
- func (r ApiApiAuthorizationsV1ExportControlReviewPostRequest) ExportControlReviewRequest(exportControlReviewRequest ExportControlReviewRequest) ApiApiAuthorizationsV1ExportControlReviewPostRequest
- type ApiApiAuthorizationsV1ResourceReviewPostRequest
- type ApiApiAuthorizationsV1SelfAccessReviewPostRequest
- type ApiApiAuthorizationsV1SelfResourceReviewPostRequest
- func (r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) Execute() (SelfResourceReview, *_nethttp.Response, error)
- func (r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) SelfResourceReviewRequest(selfResourceReviewRequest SelfResourceReviewRequest) ApiApiAuthorizationsV1SelfResourceReviewPostRequest
- type ApiApiAuthorizationsV1SelfTermsReviewPostRequest
- type ApiApiAuthorizationsV1TermsReviewPostRequest
- type BasicAuth
- type Capability
- func (o *Capability) GetHref() string
- func (o *Capability) GetHrefOk() (*string, bool)
- func (o *Capability) GetId() string
- func (o *Capability) GetIdOk() (*string, bool)
- func (o *Capability) GetInherited() bool
- func (o *Capability) GetInheritedOk() (*bool, bool)
- func (o *Capability) GetKind() string
- func (o *Capability) GetKindOk() (*string, bool)
- func (o *Capability) GetName() string
- func (o *Capability) GetNameOk() (*string, bool)
- func (o *Capability) GetValue() string
- func (o *Capability) GetValueOk() (*string, bool)
- func (o *Capability) HasHref() bool
- func (o *Capability) HasId() bool
- func (o *Capability) HasKind() bool
- func (o Capability) MarshalJSON() ([]byte, error)
- func (o *Capability) SetHref(v string)
- func (o *Capability) SetId(v string)
- func (o *Capability) SetInherited(v bool)
- func (o *Capability) SetKind(v string)
- func (o *Capability) SetName(v string)
- func (o *Capability) SetValue(v string)
- type CapabilityAllOf
- func (o *CapabilityAllOf) GetInherited() bool
- func (o *CapabilityAllOf) GetInheritedOk() (*bool, bool)
- func (o *CapabilityAllOf) GetName() string
- func (o *CapabilityAllOf) GetNameOk() (*string, bool)
- func (o *CapabilityAllOf) GetValue() string
- func (o *CapabilityAllOf) GetValueOk() (*string, bool)
- func (o CapabilityAllOf) MarshalJSON() ([]byte, error)
- func (o *CapabilityAllOf) SetInherited(v bool)
- func (o *CapabilityAllOf) SetName(v string)
- func (o *CapabilityAllOf) SetValue(v string)
- type CapabilityReview
- type CapabilityReviewRequest
- func (o *CapabilityReviewRequest) GetAccountUsername() string
- func (o *CapabilityReviewRequest) GetAccountUsernameOk() (*string, bool)
- func (o *CapabilityReviewRequest) GetCapability() string
- func (o *CapabilityReviewRequest) GetCapabilityOk() (*string, bool)
- func (o *CapabilityReviewRequest) GetClusterId() string
- func (o *CapabilityReviewRequest) GetClusterIdOk() (*string, bool)
- func (o *CapabilityReviewRequest) GetOrganizationId() string
- func (o *CapabilityReviewRequest) GetOrganizationIdOk() (*string, bool)
- func (o *CapabilityReviewRequest) GetSubscriptionId() string
- func (o *CapabilityReviewRequest) GetSubscriptionIdOk() (*string, bool)
- func (o *CapabilityReviewRequest) GetType() string
- func (o *CapabilityReviewRequest) GetTypeOk() (*string, bool)
- func (o *CapabilityReviewRequest) HasClusterId() bool
- func (o *CapabilityReviewRequest) HasOrganizationId() bool
- func (o *CapabilityReviewRequest) HasSubscriptionId() bool
- func (o CapabilityReviewRequest) MarshalJSON() ([]byte, error)
- func (o *CapabilityReviewRequest) SetAccountUsername(v string)
- func (o *CapabilityReviewRequest) SetCapability(v string)
- func (o *CapabilityReviewRequest) SetClusterId(v string)
- func (o *CapabilityReviewRequest) SetOrganizationId(v string)
- func (o *CapabilityReviewRequest) SetSubscriptionId(v string)
- func (o *CapabilityReviewRequest) SetType(v string)
- type ClusterAuthorizationRequest
- func (o *ClusterAuthorizationRequest) GetAccountUsername() string
- func (o *ClusterAuthorizationRequest) GetAccountUsernameOk() (*string, bool)
- func (o *ClusterAuthorizationRequest) GetAvailabilityZone() string
- func (o *ClusterAuthorizationRequest) GetAvailabilityZoneOk() (*string, bool)
- func (o *ClusterAuthorizationRequest) GetByoc() bool
- func (o *ClusterAuthorizationRequest) GetByocOk() (*bool, bool)
- func (o *ClusterAuthorizationRequest) GetCloudAccountId() string
- func (o *ClusterAuthorizationRequest) GetCloudAccountIdOk() (*string, bool)
- func (o *ClusterAuthorizationRequest) GetCloudProviderId() string
- func (o *ClusterAuthorizationRequest) GetCloudProviderIdOk() (*string, bool)
- func (o *ClusterAuthorizationRequest) GetClusterId() string
- func (o *ClusterAuthorizationRequest) GetClusterIdOk() (*string, bool)
- func (o *ClusterAuthorizationRequest) GetDisconnected() bool
- func (o *ClusterAuthorizationRequest) GetDisconnectedOk() (*bool, bool)
- func (o *ClusterAuthorizationRequest) GetDisplayName() string
- func (o *ClusterAuthorizationRequest) GetDisplayNameOk() (*string, bool)
- func (o *ClusterAuthorizationRequest) GetExternalClusterId() string
- func (o *ClusterAuthorizationRequest) GetExternalClusterIdOk() (*string, bool)
- func (o *ClusterAuthorizationRequest) GetManaged() bool
- func (o *ClusterAuthorizationRequest) GetManagedOk() (*bool, bool)
- func (o *ClusterAuthorizationRequest) GetProductCategory() string
- func (o *ClusterAuthorizationRequest) GetProductCategoryOk() (*string, bool)
- func (o *ClusterAuthorizationRequest) GetProductId() string
- func (o *ClusterAuthorizationRequest) GetProductIdOk() (*string, bool)
- func (o *ClusterAuthorizationRequest) GetReserve() bool
- func (o *ClusterAuthorizationRequest) GetReserveOk() (*bool, bool)
- func (o *ClusterAuthorizationRequest) GetResources() []ReservedResource
- func (o *ClusterAuthorizationRequest) GetResourcesOk() (*[]ReservedResource, bool)
- func (o *ClusterAuthorizationRequest) HasAvailabilityZone() bool
- func (o *ClusterAuthorizationRequest) HasByoc() bool
- func (o *ClusterAuthorizationRequest) HasCloudAccountId() bool
- func (o *ClusterAuthorizationRequest) HasCloudProviderId() bool
- func (o *ClusterAuthorizationRequest) HasDisconnected() bool
- func (o *ClusterAuthorizationRequest) HasDisplayName() bool
- func (o *ClusterAuthorizationRequest) HasExternalClusterId() bool
- func (o *ClusterAuthorizationRequest) HasManaged() bool
- func (o *ClusterAuthorizationRequest) HasProductCategory() bool
- func (o *ClusterAuthorizationRequest) HasProductId() bool
- func (o *ClusterAuthorizationRequest) HasReserve() bool
- func (o *ClusterAuthorizationRequest) HasResources() bool
- func (o ClusterAuthorizationRequest) MarshalJSON() ([]byte, error)
- func (o *ClusterAuthorizationRequest) SetAccountUsername(v string)
- func (o *ClusterAuthorizationRequest) SetAvailabilityZone(v string)
- func (o *ClusterAuthorizationRequest) SetByoc(v bool)
- func (o *ClusterAuthorizationRequest) SetCloudAccountId(v string)
- func (o *ClusterAuthorizationRequest) SetCloudProviderId(v string)
- func (o *ClusterAuthorizationRequest) SetClusterId(v string)
- func (o *ClusterAuthorizationRequest) SetDisconnected(v bool)
- func (o *ClusterAuthorizationRequest) SetDisplayName(v string)
- func (o *ClusterAuthorizationRequest) SetExternalClusterId(v string)
- func (o *ClusterAuthorizationRequest) SetManaged(v bool)
- func (o *ClusterAuthorizationRequest) SetProductCategory(v string)
- func (o *ClusterAuthorizationRequest) SetProductId(v string)
- func (o *ClusterAuthorizationRequest) SetReserve(v bool)
- func (o *ClusterAuthorizationRequest) SetResources(v []ReservedResource)
- type ClusterAuthorizationResponse
- func (o *ClusterAuthorizationResponse) GetAllowed() bool
- func (o *ClusterAuthorizationResponse) GetAllowedOk() (*bool, bool)
- func (o *ClusterAuthorizationResponse) GetExcessResources() []ExcessResource
- func (o *ClusterAuthorizationResponse) GetExcessResourcesOk() (*[]ExcessResource, bool)
- func (o *ClusterAuthorizationResponse) GetOrganizationId() string
- func (o *ClusterAuthorizationResponse) GetOrganizationIdOk() (*string, bool)
- func (o *ClusterAuthorizationResponse) GetSubscription() ObjectReference
- func (o *ClusterAuthorizationResponse) GetSubscriptionOk() (*ObjectReference, bool)
- func (o *ClusterAuthorizationResponse) HasOrganizationId() bool
- func (o *ClusterAuthorizationResponse) HasSubscription() bool
- func (o ClusterAuthorizationResponse) MarshalJSON() ([]byte, error)
- func (o *ClusterAuthorizationResponse) SetAllowed(v bool)
- func (o *ClusterAuthorizationResponse) SetExcessResources(v []ExcessResource)
- func (o *ClusterAuthorizationResponse) SetOrganizationId(v string)
- func (o *ClusterAuthorizationResponse) SetSubscription(v ObjectReference)
- type ClusterMetricsNodes
- func (o *ClusterMetricsNodes) GetCompute() float64
- func (o *ClusterMetricsNodes) GetComputeOk() (*float64, bool)
- func (o *ClusterMetricsNodes) GetInfra() float64
- func (o *ClusterMetricsNodes) GetInfraOk() (*float64, bool)
- func (o *ClusterMetricsNodes) GetMaster() float64
- func (o *ClusterMetricsNodes) GetMasterOk() (*float64, bool)
- func (o *ClusterMetricsNodes) GetTotal() float64
- func (o *ClusterMetricsNodes) GetTotalOk() (*float64, bool)
- func (o *ClusterMetricsNodes) HasCompute() bool
- func (o *ClusterMetricsNodes) HasInfra() bool
- func (o *ClusterMetricsNodes) HasMaster() bool
- func (o *ClusterMetricsNodes) HasTotal() bool
- func (o ClusterMetricsNodes) MarshalJSON() ([]byte, error)
- func (o *ClusterMetricsNodes) SetCompute(v float64)
- func (o *ClusterMetricsNodes) SetInfra(v float64)
- func (o *ClusterMetricsNodes) SetMaster(v float64)
- func (o *ClusterMetricsNodes) SetTotal(v float64)
- type ClusterRegistrationRequest
- func (o *ClusterRegistrationRequest) GetAuthorizationToken() string
- func (o *ClusterRegistrationRequest) GetAuthorizationTokenOk() (*string, bool)
- func (o *ClusterRegistrationRequest) GetClusterId() string
- func (o *ClusterRegistrationRequest) GetClusterIdOk() (*string, bool)
- func (o *ClusterRegistrationRequest) HasAuthorizationToken() bool
- func (o *ClusterRegistrationRequest) HasClusterId() bool
- func (o ClusterRegistrationRequest) MarshalJSON() ([]byte, error)
- func (o *ClusterRegistrationRequest) SetAuthorizationToken(v string)
- func (o *ClusterRegistrationRequest) SetClusterId(v string)
- type ClusterRegistrationResponse
- func (o *ClusterRegistrationResponse) GetAccountId() string
- func (o *ClusterRegistrationResponse) GetAccountIdOk() (*string, bool)
- func (o *ClusterRegistrationResponse) GetAuthorizationToken() string
- func (o *ClusterRegistrationResponse) GetAuthorizationTokenOk() (*string, bool)
- func (o *ClusterRegistrationResponse) GetClusterId() string
- func (o *ClusterRegistrationResponse) GetClusterIdOk() (*string, bool)
- func (o *ClusterRegistrationResponse) GetExpiresAt() string
- func (o *ClusterRegistrationResponse) GetExpiresAtOk() (*string, bool)
- func (o *ClusterRegistrationResponse) HasAccountId() bool
- func (o *ClusterRegistrationResponse) HasAuthorizationToken() bool
- func (o *ClusterRegistrationResponse) HasClusterId() bool
- func (o *ClusterRegistrationResponse) HasExpiresAt() bool
- func (o ClusterRegistrationResponse) MarshalJSON() ([]byte, error)
- func (o *ClusterRegistrationResponse) SetAccountId(v string)
- func (o *ClusterRegistrationResponse) SetAuthorizationToken(v string)
- func (o *ClusterRegistrationResponse) SetClusterId(v string)
- func (o *ClusterRegistrationResponse) SetExpiresAt(v string)
- type ClusterResource
- func (o *ClusterResource) GetTotal() ClusterResourceTotal
- func (o *ClusterResource) GetTotalOk() (*ClusterResourceTotal, bool)
- func (o *ClusterResource) GetUpdatedTimestamp() time.Time
- func (o *ClusterResource) GetUpdatedTimestampOk() (*time.Time, bool)
- func (o *ClusterResource) GetUsed() ClusterResourceTotal
- func (o *ClusterResource) GetUsedOk() (*ClusterResourceTotal, bool)
- func (o ClusterResource) MarshalJSON() ([]byte, error)
- func (o *ClusterResource) SetTotal(v ClusterResourceTotal)
- func (o *ClusterResource) SetUpdatedTimestamp(v time.Time)
- func (o *ClusterResource) SetUsed(v ClusterResourceTotal)
- type ClusterResourceTotal
- func (o *ClusterResourceTotal) GetUnit() string
- func (o *ClusterResourceTotal) GetUnitOk() (*string, bool)
- func (o *ClusterResourceTotal) GetValue() float64
- func (o *ClusterResourceTotal) GetValueOk() (*float64, bool)
- func (o ClusterResourceTotal) MarshalJSON() ([]byte, error)
- func (o *ClusterResourceTotal) SetUnit(v string)
- func (o *ClusterResourceTotal) SetValue(v float64)
- type ClusterUpgrade
- func (o *ClusterUpgrade) GetAvailable() bool
- func (o *ClusterUpgrade) GetAvailableOk() (*bool, bool)
- func (o *ClusterUpgrade) GetState() string
- func (o *ClusterUpgrade) GetStateOk() (*string, bool)
- func (o *ClusterUpgrade) GetUpdatedTimestamp() time.Time
- func (o *ClusterUpgrade) GetUpdatedTimestampOk() (*time.Time, bool)
- func (o *ClusterUpgrade) GetVersion() string
- func (o *ClusterUpgrade) GetVersionOk() (*string, bool)
- func (o *ClusterUpgrade) HasAvailable() bool
- func (o *ClusterUpgrade) HasState() bool
- func (o *ClusterUpgrade) HasUpdatedTimestamp() bool
- func (o *ClusterUpgrade) HasVersion() bool
- func (o ClusterUpgrade) MarshalJSON() ([]byte, error)
- func (o *ClusterUpgrade) SetAvailable(v bool)
- func (o *ClusterUpgrade) SetState(v string)
- func (o *ClusterUpgrade) SetUpdatedTimestamp(v time.Time)
- func (o *ClusterUpgrade) SetVersion(v string)
- type Configuration
- type DefaultApi
- type DefaultApiMock
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPost(ctx context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostExecute(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGet(ctx context.Context) ApiApiAccountsMgmtV1AccountsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGetExecute(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetExecute(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGet(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDelete(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGet(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatch(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPost(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchExecute(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPost(ctx context.Context) ApiApiAccountsMgmtV1AccountsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPostExecute(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPost(ctx context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostExecute(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPost(ctx context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostExecute(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGet(ctx context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetExecute(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGet(ctx context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGetExecute(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetExecute(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPost(ctx context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGet(ctx context.Context) ApiApiAccountsMgmtV1LabelsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGetExecute(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGet(ctx context.Context) ApiApiAccountsMgmtV1MetricsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGetExecute(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPost(ctx context.Context) ApiApiAccountsMgmtV1NotifyPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPostExecute(r ApiApiAccountsMgmtV1NotifyPostRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGet(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetExecute(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGet(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPost(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPost(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostExecute(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGet(ctx context.Context) ApiApiAccountsMgmtV1PlansGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGetExecute(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGetExecute(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete(ctx context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPost(ctx context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostExecute(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGet(ctx context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGetExecute(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetExecute(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGet(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDelete(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPost(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostExecute(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGet(ctx context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetExecute(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGet(ctx context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetExecute(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGet(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetExecute(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDelete(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteExecute(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetExecute(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchExecute(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPost(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostExecute(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGet(ctx context.Context) ApiApiAccountsMgmtV1RolesGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGetExecute(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGetExecute(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGet(ctx context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetExecute(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetExecute(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGet(ctx context.Context) ApiApiAccountsMgmtV1SkusGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGetExecute(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGetExecute(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGet(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDelete(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPost(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPost(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPost(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete(ctx context.Context, subId string, accountId string) ...
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute(...) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet(ctx context.Context, subId string, reservedResourceId string) ...
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute(...) (ReservedResource, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDelete(ctx context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPost(ctx context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostExecute(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPost(ctx context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest
- func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostExecute(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *http.Response, error)
- func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPost(ctx context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest
- func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPostExecute(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *http.Response, error)
- func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPost(ctx context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest
- func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostExecute(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *http.Response, error)
- func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPost(ctx context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest
- func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostExecute(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *http.Response, error)
- func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPost(ctx context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest
- func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostExecute(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *http.Response, error)
- func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPost(ctx context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostExecute(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *http.Response, error)
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPost(ctx context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostExecute(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *http.Response, error)
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPost(ctx context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostExecute(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *http.Response, error)
- func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPost(ctx context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest
- func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPostCalls() []struct{ ... }
- func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPostExecute(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *http.Response, error)
- func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPostExecuteCalls() []struct{ ... }
- type DefaultApiService
- func (a *DefaultApiService) ApiAccountsMgmtV1AccessTokenPost(ctx _context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1AccessTokenPostExecute(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsGet(ctx _context.Context) ApiApiAccountsMgmtV1AccountsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsGetExecute(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdGetExecute(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsPostExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdPatchExecute(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsPost(ctx _context.Context) ApiApiAccountsMgmtV1AccountsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1AccountsPostExecute(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1ClusterAuthorizationsPost(ctx _context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1ClusterAuthorizationsPostExecute(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1ClusterRegistrationsPost(ctx _context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1ClusterRegistrationsPostExecute(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1CurrentAccountGet(ctx _context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1CurrentAccountGetExecute(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsGet(ctx _context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsGetExecute(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsIdGetExecute(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1FeatureTogglesIdQueryPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1LabelsGet(ctx _context.Context) ApiApiAccountsMgmtV1LabelsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1LabelsGetExecute(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1MetricsGet(ctx _context.Context) ApiApiAccountsMgmtV1MetricsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1MetricsGetExecute(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1NotifyPost(ctx _context.Context) ApiApiAccountsMgmtV1NotifyPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1NotifyPostExecute(r ApiApiAccountsMgmtV1NotifyPostRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsGet(ctx _context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsGetExecute(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsPost(ctx _context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsPostExecute(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1PlansGet(ctx _context.Context) ApiApiAccountsMgmtV1PlansGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1PlansGetExecute(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1PlansIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1PlansIdGetExecute(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete(ctx _context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsPost(ctx _context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsPostExecute(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesGet(ctx _context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesGetExecute(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesIdGetExecute(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsGet(ctx _context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsPost(ctx _context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsPostExecute(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1ReservedResourcesGet(ctx _context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1ReservedResourcesGetExecute(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1ResourceQuotaGet(ctx _context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1ResourceQuotaGetExecute(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsGet(ctx _context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsGetExecute(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdDeleteExecute(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdGetExecute(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdPatchExecute(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsPost(ctx _context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsPostExecute(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RolesGet(ctx _context.Context) ApiApiAccountsMgmtV1RolesGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RolesGetExecute(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1RolesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1RolesIdGetExecute(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesGet(ctx _context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesGetExecute(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesIdGetExecute(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SkusGet(ctx _context.Context) ApiApiAccountsMgmtV1SkusGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SkusGetExecute(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SkusIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SkusIdGetExecute(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsGet(ctx _context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdNotifyPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsPost(ctx _context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete(ctx _context.Context, subId string, accountId string) ...
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute(...) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet(ctx _context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost(ctx _context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet(ctx _context.Context, subId string, reservedResourceId string) ...
- func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute(...) (ReservedResource, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesCaseIdDelete(ctx _context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesPost(ctx _context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesPostExecute(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAccountsMgmtV1TokenAuthorizationPost(ctx _context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest
- func (a *DefaultApiService) ApiAccountsMgmtV1TokenAuthorizationPostExecute(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAuthorizationsV1AccessReviewPost(ctx _context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest
- func (a *DefaultApiService) ApiAuthorizationsV1AccessReviewPostExecute(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAuthorizationsV1CapabilityReviewPost(ctx _context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest
- func (a *DefaultApiService) ApiAuthorizationsV1CapabilityReviewPostExecute(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAuthorizationsV1ExportControlReviewPost(ctx _context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest
- func (a *DefaultApiService) ApiAuthorizationsV1ExportControlReviewPostExecute(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAuthorizationsV1ResourceReviewPost(ctx _context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest
- func (a *DefaultApiService) ApiAuthorizationsV1ResourceReviewPostExecute(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAuthorizationsV1SelfAccessReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest
- func (a *DefaultApiService) ApiAuthorizationsV1SelfAccessReviewPostExecute(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAuthorizationsV1SelfResourceReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest
- func (a *DefaultApiService) ApiAuthorizationsV1SelfResourceReviewPostExecute(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAuthorizationsV1SelfTermsReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest
- func (a *DefaultApiService) ApiAuthorizationsV1SelfTermsReviewPostExecute(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *_nethttp.Response, error)
- func (a *DefaultApiService) ApiAuthorizationsV1TermsReviewPost(ctx _context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest
- func (a *DefaultApiService) ApiAuthorizationsV1TermsReviewPostExecute(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *_nethttp.Response, error)
- type EphemeralResourceQuota
- func (o *EphemeralResourceQuota) GetAllowed() int32
- func (o *EphemeralResourceQuota) GetAllowedOk() (*int32, bool)
- func (o *EphemeralResourceQuota) GetAvailabilityZoneType() string
- func (o *EphemeralResourceQuota) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *EphemeralResourceQuota) GetByoc() bool
- func (o *EphemeralResourceQuota) GetByocOk() (*bool, bool)
- func (o *EphemeralResourceQuota) GetResourceName() string
- func (o *EphemeralResourceQuota) GetResourceNameOk() (*string, bool)
- func (o *EphemeralResourceQuota) GetResourceType() string
- func (o *EphemeralResourceQuota) GetResourceTypeOk() (*string, bool)
- func (o *EphemeralResourceQuota) GetSku() string
- func (o *EphemeralResourceQuota) GetSkuCount() int32
- func (o *EphemeralResourceQuota) GetSkuCountOk() (*int32, bool)
- func (o *EphemeralResourceQuota) GetSkuOk() (*string, bool)
- func (o *EphemeralResourceQuota) HasAllowed() bool
- func (o *EphemeralResourceQuota) HasAvailabilityZoneType() bool
- func (o *EphemeralResourceQuota) HasByoc() bool
- func (o *EphemeralResourceQuota) HasResourceName() bool
- func (o *EphemeralResourceQuota) HasResourceType() bool
- func (o *EphemeralResourceQuota) HasSku() bool
- func (o *EphemeralResourceQuota) HasSkuCount() bool
- func (o EphemeralResourceQuota) MarshalJSON() ([]byte, error)
- func (o *EphemeralResourceQuota) SetAllowed(v int32)
- func (o *EphemeralResourceQuota) SetAvailabilityZoneType(v string)
- func (o *EphemeralResourceQuota) SetByoc(v bool)
- func (o *EphemeralResourceQuota) SetResourceName(v string)
- func (o *EphemeralResourceQuota) SetResourceType(v string)
- func (o *EphemeralResourceQuota) SetSku(v string)
- func (o *EphemeralResourceQuota) SetSkuCount(v int32)
- type Error
- func (o *Error) GetCode() string
- func (o *Error) GetCodeOk() (*string, bool)
- func (o *Error) GetHref() string
- func (o *Error) GetHrefOk() (*string, bool)
- func (o *Error) GetId() string
- func (o *Error) GetIdOk() (*string, bool)
- func (o *Error) GetKind() string
- func (o *Error) GetKindOk() (*string, bool)
- func (o *Error) GetOperationId() string
- func (o *Error) GetOperationIdOk() (*string, bool)
- func (o *Error) GetReason() string
- func (o *Error) GetReasonOk() (*string, bool)
- func (o *Error) HasCode() bool
- func (o *Error) HasHref() bool
- func (o *Error) HasId() bool
- func (o *Error) HasKind() bool
- func (o *Error) HasOperationId() bool
- func (o *Error) HasReason() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCode(v string)
- func (o *Error) SetHref(v string)
- func (o *Error) SetId(v string)
- func (o *Error) SetKind(v string)
- func (o *Error) SetOperationId(v string)
- func (o *Error) SetReason(v string)
- type ErrorAllOf
- func (o *ErrorAllOf) GetCode() string
- func (o *ErrorAllOf) GetCodeOk() (*string, bool)
- func (o *ErrorAllOf) GetOperationId() string
- func (o *ErrorAllOf) GetOperationIdOk() (*string, bool)
- func (o *ErrorAllOf) GetReason() string
- func (o *ErrorAllOf) GetReasonOk() (*string, bool)
- func (o *ErrorAllOf) HasCode() bool
- func (o *ErrorAllOf) HasOperationId() bool
- func (o *ErrorAllOf) HasReason() bool
- func (o ErrorAllOf) MarshalJSON() ([]byte, error)
- func (o *ErrorAllOf) SetCode(v string)
- func (o *ErrorAllOf) SetOperationId(v string)
- func (o *ErrorAllOf) SetReason(v string)
- type ErrorList
- func (o *ErrorList) GetItems() []Error
- func (o *ErrorList) GetItemsOk() (*[]Error, bool)
- func (o *ErrorList) GetKind() string
- func (o *ErrorList) GetKindOk() (*string, bool)
- func (o *ErrorList) GetPage() int32
- func (o *ErrorList) GetPageOk() (*int32, bool)
- func (o *ErrorList) GetSize() int32
- func (o *ErrorList) GetSizeOk() (*int32, bool)
- func (o *ErrorList) GetTotal() int32
- func (o *ErrorList) GetTotalOk() (*int32, bool)
- func (o ErrorList) MarshalJSON() ([]byte, error)
- func (o *ErrorList) SetItems(v []Error)
- func (o *ErrorList) SetKind(v string)
- func (o *ErrorList) SetPage(v int32)
- func (o *ErrorList) SetSize(v int32)
- func (o *ErrorList) SetTotal(v int32)
- type ErrorListAllOf
- type ExcessResource
- func (o *ExcessResource) GetAvailabilityZoneType() string
- func (o *ExcessResource) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *ExcessResource) GetBillingModel() string
- func (o *ExcessResource) GetBillingModelOk() (*string, bool)
- func (o *ExcessResource) GetByoc() bool
- func (o *ExcessResource) GetByocOk() (*bool, bool)
- func (o *ExcessResource) GetCount() int32
- func (o *ExcessResource) GetCountOk() (*int32, bool)
- func (o *ExcessResource) GetHref() string
- func (o *ExcessResource) GetHrefOk() (*string, bool)
- func (o *ExcessResource) GetId() string
- func (o *ExcessResource) GetIdOk() (*string, bool)
- func (o *ExcessResource) GetKind() string
- func (o *ExcessResource) GetKindOk() (*string, bool)
- func (o *ExcessResource) GetResourceName() string
- func (o *ExcessResource) GetResourceNameOk() (*string, bool)
- func (o *ExcessResource) GetResourceType() string
- func (o *ExcessResource) GetResourceTypeOk() (*string, bool)
- func (o *ExcessResource) HasAvailabilityZoneType() bool
- func (o *ExcessResource) HasBillingModel() bool
- func (o *ExcessResource) HasCount() bool
- func (o *ExcessResource) HasHref() bool
- func (o *ExcessResource) HasId() bool
- func (o *ExcessResource) HasKind() bool
- func (o *ExcessResource) HasResourceName() bool
- func (o *ExcessResource) HasResourceType() bool
- func (o ExcessResource) MarshalJSON() ([]byte, error)
- func (o *ExcessResource) SetAvailabilityZoneType(v string)
- func (o *ExcessResource) SetBillingModel(v string)
- func (o *ExcessResource) SetByoc(v bool)
- func (o *ExcessResource) SetCount(v int32)
- func (o *ExcessResource) SetHref(v string)
- func (o *ExcessResource) SetId(v string)
- func (o *ExcessResource) SetKind(v string)
- func (o *ExcessResource) SetResourceName(v string)
- func (o *ExcessResource) SetResourceType(v string)
- type ExcessResourceAllOf
- func (o *ExcessResourceAllOf) GetAvailabilityZoneType() string
- func (o *ExcessResourceAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *ExcessResourceAllOf) GetBillingModel() string
- func (o *ExcessResourceAllOf) GetBillingModelOk() (*string, bool)
- func (o *ExcessResourceAllOf) GetByoc() bool
- func (o *ExcessResourceAllOf) GetByocOk() (*bool, bool)
- func (o *ExcessResourceAllOf) GetCount() int32
- func (o *ExcessResourceAllOf) GetCountOk() (*int32, bool)
- func (o *ExcessResourceAllOf) GetResourceName() string
- func (o *ExcessResourceAllOf) GetResourceNameOk() (*string, bool)
- func (o *ExcessResourceAllOf) GetResourceType() string
- func (o *ExcessResourceAllOf) GetResourceTypeOk() (*string, bool)
- func (o *ExcessResourceAllOf) HasAvailabilityZoneType() bool
- func (o *ExcessResourceAllOf) HasBillingModel() bool
- func (o *ExcessResourceAllOf) HasCount() bool
- func (o *ExcessResourceAllOf) HasResourceName() bool
- func (o *ExcessResourceAllOf) HasResourceType() bool
- func (o ExcessResourceAllOf) MarshalJSON() ([]byte, error)
- func (o *ExcessResourceAllOf) SetAvailabilityZoneType(v string)
- func (o *ExcessResourceAllOf) SetBillingModel(v string)
- func (o *ExcessResourceAllOf) SetByoc(v bool)
- func (o *ExcessResourceAllOf) SetCount(v int32)
- func (o *ExcessResourceAllOf) SetResourceName(v string)
- func (o *ExcessResourceAllOf) SetResourceType(v string)
- type ExportControlReview
- type ExportControlReviewRequest
- func (o *ExportControlReviewRequest) GetAccountUsername() string
- func (o *ExportControlReviewRequest) GetAccountUsernameOk() (*string, bool)
- func (o *ExportControlReviewRequest) GetIgnoreCache() bool
- func (o *ExportControlReviewRequest) GetIgnoreCacheOk() (*bool, bool)
- func (o *ExportControlReviewRequest) HasIgnoreCache() bool
- func (o ExportControlReviewRequest) MarshalJSON() ([]byte, error)
- func (o *ExportControlReviewRequest) SetAccountUsername(v string)
- func (o *ExportControlReviewRequest) SetIgnoreCache(v bool)
- type FeatureToggle
- func (o *FeatureToggle) GetEnabled() bool
- func (o *FeatureToggle) GetEnabledOk() (*bool, bool)
- func (o *FeatureToggle) GetHref() string
- func (o *FeatureToggle) GetHrefOk() (*string, bool)
- func (o *FeatureToggle) GetId() string
- func (o *FeatureToggle) GetIdOk() (*string, bool)
- func (o *FeatureToggle) GetKind() string
- func (o *FeatureToggle) GetKindOk() (*string, bool)
- func (o *FeatureToggle) HasHref() bool
- func (o *FeatureToggle) HasId() bool
- func (o *FeatureToggle) HasKind() bool
- func (o FeatureToggle) MarshalJSON() ([]byte, error)
- func (o *FeatureToggle) SetEnabled(v bool)
- func (o *FeatureToggle) SetHref(v string)
- func (o *FeatureToggle) SetId(v string)
- func (o *FeatureToggle) SetKind(v string)
- type FeatureToggleAllOf
- type FeatureToggleQueryRequest
- type FeatureToggleQueryRequestAllOf
- type GenericOpenAPIError
- type Label
- func (o *Label) GetAccountId() string
- func (o *Label) GetAccountIdOk() (*string, bool)
- func (o *Label) GetCreatedAt() time.Time
- func (o *Label) GetCreatedAtOk() (*time.Time, bool)
- func (o *Label) GetHref() string
- func (o *Label) GetHrefOk() (*string, bool)
- func (o *Label) GetId() string
- func (o *Label) GetIdOk() (*string, bool)
- func (o *Label) GetInternal() bool
- func (o *Label) GetInternalOk() (*bool, bool)
- func (o *Label) GetKey() string
- func (o *Label) GetKeyOk() (*string, bool)
- func (o *Label) GetKind() string
- func (o *Label) GetKindOk() (*string, bool)
- func (o *Label) GetOrganizationId() string
- func (o *Label) GetOrganizationIdOk() (*string, bool)
- func (o *Label) GetSubscriptionId() string
- func (o *Label) GetSubscriptionIdOk() (*string, bool)
- func (o *Label) GetType() string
- func (o *Label) GetTypeOk() (*string, bool)
- func (o *Label) GetUpdatedAt() time.Time
- func (o *Label) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Label) GetValue() string
- func (o *Label) GetValueOk() (*string, bool)
- func (o *Label) HasAccountId() bool
- func (o *Label) HasCreatedAt() bool
- func (o *Label) HasHref() bool
- func (o *Label) HasId() bool
- func (o *Label) HasKind() bool
- func (o *Label) HasOrganizationId() bool
- func (o *Label) HasSubscriptionId() bool
- func (o *Label) HasType() bool
- func (o *Label) HasUpdatedAt() bool
- func (o Label) MarshalJSON() ([]byte, error)
- func (o *Label) SetAccountId(v string)
- func (o *Label) SetCreatedAt(v time.Time)
- func (o *Label) SetHref(v string)
- func (o *Label) SetId(v string)
- func (o *Label) SetInternal(v bool)
- func (o *Label) SetKey(v string)
- func (o *Label) SetKind(v string)
- func (o *Label) SetOrganizationId(v string)
- func (o *Label) SetSubscriptionId(v string)
- func (o *Label) SetType(v string)
- func (o *Label) SetUpdatedAt(v time.Time)
- func (o *Label) SetValue(v string)
- type LabelAllOf
- func (o *LabelAllOf) GetAccountId() string
- func (o *LabelAllOf) GetAccountIdOk() (*string, bool)
- func (o *LabelAllOf) GetCreatedAt() time.Time
- func (o *LabelAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *LabelAllOf) GetInternal() bool
- func (o *LabelAllOf) GetInternalOk() (*bool, bool)
- func (o *LabelAllOf) GetKey() string
- func (o *LabelAllOf) GetKeyOk() (*string, bool)
- func (o *LabelAllOf) GetOrganizationId() string
- func (o *LabelAllOf) GetOrganizationIdOk() (*string, bool)
- func (o *LabelAllOf) GetSubscriptionId() string
- func (o *LabelAllOf) GetSubscriptionIdOk() (*string, bool)
- func (o *LabelAllOf) GetType() string
- func (o *LabelAllOf) GetTypeOk() (*string, bool)
- func (o *LabelAllOf) GetUpdatedAt() time.Time
- func (o *LabelAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *LabelAllOf) GetValue() string
- func (o *LabelAllOf) GetValueOk() (*string, bool)
- func (o *LabelAllOf) HasAccountId() bool
- func (o *LabelAllOf) HasCreatedAt() bool
- func (o *LabelAllOf) HasOrganizationId() bool
- func (o *LabelAllOf) HasSubscriptionId() bool
- func (o *LabelAllOf) HasType() bool
- func (o *LabelAllOf) HasUpdatedAt() bool
- func (o LabelAllOf) MarshalJSON() ([]byte, error)
- func (o *LabelAllOf) SetAccountId(v string)
- func (o *LabelAllOf) SetCreatedAt(v time.Time)
- func (o *LabelAllOf) SetInternal(v bool)
- func (o *LabelAllOf) SetKey(v string)
- func (o *LabelAllOf) SetOrganizationId(v string)
- func (o *LabelAllOf) SetSubscriptionId(v string)
- func (o *LabelAllOf) SetType(v string)
- func (o *LabelAllOf) SetUpdatedAt(v time.Time)
- func (o *LabelAllOf) SetValue(v string)
- type LabelList
- func (o *LabelList) GetItems() []Label
- func (o *LabelList) GetItemsOk() (*[]Label, bool)
- func (o *LabelList) GetKind() string
- func (o *LabelList) GetKindOk() (*string, bool)
- func (o *LabelList) GetPage() int32
- func (o *LabelList) GetPageOk() (*int32, bool)
- func (o *LabelList) GetSize() int32
- func (o *LabelList) GetSizeOk() (*int32, bool)
- func (o *LabelList) GetTotal() int32
- func (o *LabelList) GetTotalOk() (*int32, bool)
- func (o LabelList) MarshalJSON() ([]byte, error)
- func (o *LabelList) SetItems(v []Label)
- func (o *LabelList) SetKind(v string)
- func (o *LabelList) SetPage(v int32)
- func (o *LabelList) SetSize(v int32)
- func (o *LabelList) SetTotal(v int32)
- type LabelListAllOf
- type List
- func (o *List) GetKind() string
- func (o *List) GetKindOk() (*string, bool)
- func (o *List) GetPage() int32
- func (o *List) GetPageOk() (*int32, bool)
- func (o *List) GetSize() int32
- func (o *List) GetSizeOk() (*int32, bool)
- func (o *List) GetTotal() int32
- func (o *List) GetTotalOk() (*int32, bool)
- func (o List) MarshalJSON() ([]byte, error)
- func (o *List) SetKind(v string)
- func (o *List) SetPage(v int32)
- func (o *List) SetSize(v int32)
- func (o *List) SetTotal(v int32)
- type Metric
- func (o *Metric) GetExternalId() string
- func (o *Metric) GetExternalIdOk() (*string, bool)
- func (o *Metric) GetHealthState() string
- func (o *Metric) GetHealthStateOk() (*string, bool)
- func (o *Metric) GetHref() string
- func (o *Metric) GetHrefOk() (*string, bool)
- func (o *Metric) GetId() string
- func (o *Metric) GetIdOk() (*string, bool)
- func (o *Metric) GetKind() string
- func (o *Metric) GetKindOk() (*string, bool)
- func (o *Metric) GetMetrics() string
- func (o *Metric) GetMetricsOk() (*string, bool)
- func (o *Metric) GetQueryTimestamp() time.Time
- func (o *Metric) GetQueryTimestampOk() (*time.Time, bool)
- func (o *Metric) HasExternalId() bool
- func (o *Metric) HasHealthState() bool
- func (o *Metric) HasHref() bool
- func (o *Metric) HasId() bool
- func (o *Metric) HasKind() bool
- func (o *Metric) HasMetrics() bool
- func (o *Metric) HasQueryTimestamp() bool
- func (o Metric) MarshalJSON() ([]byte, error)
- func (o *Metric) SetExternalId(v string)
- func (o *Metric) SetHealthState(v string)
- func (o *Metric) SetHref(v string)
- func (o *Metric) SetId(v string)
- func (o *Metric) SetKind(v string)
- func (o *Metric) SetMetrics(v string)
- func (o *Metric) SetQueryTimestamp(v time.Time)
- type MetricAllOf
- func (o *MetricAllOf) GetExternalId() string
- func (o *MetricAllOf) GetExternalIdOk() (*string, bool)
- func (o *MetricAllOf) GetHealthState() string
- func (o *MetricAllOf) GetHealthStateOk() (*string, bool)
- func (o *MetricAllOf) GetId() string
- func (o *MetricAllOf) GetIdOk() (*string, bool)
- func (o *MetricAllOf) GetMetrics() string
- func (o *MetricAllOf) GetMetricsOk() (*string, bool)
- func (o *MetricAllOf) GetQueryTimestamp() time.Time
- func (o *MetricAllOf) GetQueryTimestampOk() (*time.Time, bool)
- func (o *MetricAllOf) HasExternalId() bool
- func (o *MetricAllOf) HasHealthState() bool
- func (o *MetricAllOf) HasId() bool
- func (o *MetricAllOf) HasMetrics() bool
- func (o *MetricAllOf) HasQueryTimestamp() bool
- func (o MetricAllOf) MarshalJSON() ([]byte, error)
- func (o *MetricAllOf) SetExternalId(v string)
- func (o *MetricAllOf) SetHealthState(v string)
- func (o *MetricAllOf) SetId(v string)
- func (o *MetricAllOf) SetMetrics(v string)
- func (o *MetricAllOf) SetQueryTimestamp(v time.Time)
- type MetricsList
- func (o *MetricsList) GetItems() []Metric
- func (o *MetricsList) GetItemsOk() (*[]Metric, bool)
- func (o *MetricsList) GetKind() string
- func (o *MetricsList) GetKindOk() (*string, bool)
- func (o *MetricsList) GetPage() int32
- func (o *MetricsList) GetPageOk() (*int32, bool)
- func (o *MetricsList) GetSize() int32
- func (o *MetricsList) GetSizeOk() (*int32, bool)
- func (o *MetricsList) GetTotal() int32
- func (o *MetricsList) GetTotalOk() (*int32, bool)
- func (o MetricsList) MarshalJSON() ([]byte, error)
- func (o *MetricsList) SetItems(v []Metric)
- func (o *MetricsList) SetKind(v string)
- func (o *MetricsList) SetPage(v int32)
- func (o *MetricsList) SetSize(v int32)
- func (o *MetricsList) SetTotal(v int32)
- type MetricsListAllOf
- type NotificationContactCreateRequest
- func (o *NotificationContactCreateRequest) GetAccountIdentifier() string
- func (o *NotificationContactCreateRequest) GetAccountIdentifierOk() (*string, bool)
- func (o *NotificationContactCreateRequest) HasAccountIdentifier() bool
- func (o NotificationContactCreateRequest) MarshalJSON() ([]byte, error)
- func (o *NotificationContactCreateRequest) SetAccountIdentifier(v string)
- type NotificationRequest
- func (o *NotificationRequest) GetBccAddress() string
- func (o *NotificationRequest) GetBccAddressOk() (*string, bool)
- func (o *NotificationRequest) GetClusterId() string
- func (o *NotificationRequest) GetClusterIdOk() (*string, bool)
- func (o *NotificationRequest) GetClusterUuid() string
- func (o *NotificationRequest) GetClusterUuidOk() (*string, bool)
- func (o *NotificationRequest) GetIncludeRedHatAssociates() bool
- func (o *NotificationRequest) GetIncludeRedHatAssociatesOk() (*bool, bool)
- func (o *NotificationRequest) GetSubject() string
- func (o *NotificationRequest) GetSubjectOk() (*string, bool)
- func (o *NotificationRequest) GetSubscriptionId() string
- func (o *NotificationRequest) GetSubscriptionIdOk() (*string, bool)
- func (o *NotificationRequest) GetTemplateName() string
- func (o *NotificationRequest) GetTemplateNameOk() (*string, bool)
- func (o *NotificationRequest) GetTemplateParameters() []TemplateParameter
- func (o *NotificationRequest) GetTemplateParametersOk() (*[]TemplateParameter, bool)
- func (o *NotificationRequest) HasBccAddress() bool
- func (o *NotificationRequest) HasClusterId() bool
- func (o *NotificationRequest) HasClusterUuid() bool
- func (o *NotificationRequest) HasIncludeRedHatAssociates() bool
- func (o *NotificationRequest) HasSubscriptionId() bool
- func (o *NotificationRequest) HasTemplateParameters() bool
- func (o NotificationRequest) MarshalJSON() ([]byte, error)
- func (o *NotificationRequest) SetBccAddress(v string)
- func (o *NotificationRequest) SetClusterId(v string)
- func (o *NotificationRequest) SetClusterUuid(v string)
- func (o *NotificationRequest) SetIncludeRedHatAssociates(v bool)
- func (o *NotificationRequest) SetSubject(v string)
- func (o *NotificationRequest) SetSubscriptionId(v string)
- func (o *NotificationRequest) SetTemplateName(v string)
- func (o *NotificationRequest) SetTemplateParameters(v []TemplateParameter)
- type NullableAccessReview
- func (v NullableAccessReview) Get() *AccessReview
- func (v NullableAccessReview) IsSet() bool
- func (v NullableAccessReview) MarshalJSON() ([]byte, error)
- func (v *NullableAccessReview) Set(val *AccessReview)
- func (v *NullableAccessReview) UnmarshalJSON(src []byte) error
- func (v *NullableAccessReview) Unset()
- type NullableAccessReviewResponse
- func (v NullableAccessReviewResponse) Get() *AccessReviewResponse
- func (v NullableAccessReviewResponse) IsSet() bool
- func (v NullableAccessReviewResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAccessReviewResponse) Set(val *AccessReviewResponse)
- func (v *NullableAccessReviewResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAccessReviewResponse) Unset()
- type NullableAccessTokenCfg
- func (v NullableAccessTokenCfg) Get() *AccessTokenCfg
- func (v NullableAccessTokenCfg) IsSet() bool
- func (v NullableAccessTokenCfg) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenCfg) Set(val *AccessTokenCfg)
- func (v *NullableAccessTokenCfg) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenCfg) Unset()
- type NullableAccount
- type NullableAccountAllOf
- func (v NullableAccountAllOf) Get() *AccountAllOf
- func (v NullableAccountAllOf) IsSet() bool
- func (v NullableAccountAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAccountAllOf) Set(val *AccountAllOf)
- func (v *NullableAccountAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAccountAllOf) Unset()
- type NullableAccountList
- func (v NullableAccountList) Get() *AccountList
- func (v NullableAccountList) IsSet() bool
- func (v NullableAccountList) MarshalJSON() ([]byte, error)
- func (v *NullableAccountList) Set(val *AccountList)
- func (v *NullableAccountList) UnmarshalJSON(src []byte) error
- func (v *NullableAccountList) Unset()
- type NullableAccountListAllOf
- func (v NullableAccountListAllOf) Get() *AccountListAllOf
- func (v NullableAccountListAllOf) IsSet() bool
- func (v NullableAccountListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAccountListAllOf) Set(val *AccountListAllOf)
- func (v *NullableAccountListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAccountListAllOf) Unset()
- type NullableAccountPatchRequest
- func (v NullableAccountPatchRequest) Get() *AccountPatchRequest
- func (v NullableAccountPatchRequest) IsSet() bool
- func (v NullableAccountPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAccountPatchRequest) Set(val *AccountPatchRequest)
- func (v *NullableAccountPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAccountPatchRequest) Unset()
- type NullableAccountReference
- func (v NullableAccountReference) Get() *AccountReference
- func (v NullableAccountReference) IsSet() bool
- func (v NullableAccountReference) MarshalJSON() ([]byte, error)
- func (v *NullableAccountReference) Set(val *AccountReference)
- func (v *NullableAccountReference) UnmarshalJSON(src []byte) error
- func (v *NullableAccountReference) Unset()
- type NullableAccountReferenceAllOf
- func (v NullableAccountReferenceAllOf) Get() *AccountReferenceAllOf
- func (v NullableAccountReferenceAllOf) IsSet() bool
- func (v NullableAccountReferenceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAccountReferenceAllOf) Set(val *AccountReferenceAllOf)
- func (v *NullableAccountReferenceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAccountReferenceAllOf) Unset()
- type NullableBool
- type NullableCapability
- type NullableCapabilityAllOf
- func (v NullableCapabilityAllOf) Get() *CapabilityAllOf
- func (v NullableCapabilityAllOf) IsSet() bool
- func (v NullableCapabilityAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilityAllOf) Set(val *CapabilityAllOf)
- func (v *NullableCapabilityAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilityAllOf) Unset()
- type NullableCapabilityReview
- func (v NullableCapabilityReview) Get() *CapabilityReview
- func (v NullableCapabilityReview) IsSet() bool
- func (v NullableCapabilityReview) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilityReview) Set(val *CapabilityReview)
- func (v *NullableCapabilityReview) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilityReview) Unset()
- type NullableCapabilityReviewRequest
- func (v NullableCapabilityReviewRequest) Get() *CapabilityReviewRequest
- func (v NullableCapabilityReviewRequest) IsSet() bool
- func (v NullableCapabilityReviewRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilityReviewRequest) Set(val *CapabilityReviewRequest)
- func (v *NullableCapabilityReviewRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilityReviewRequest) Unset()
- type NullableClusterAuthorizationRequest
- func (v NullableClusterAuthorizationRequest) Get() *ClusterAuthorizationRequest
- func (v NullableClusterAuthorizationRequest) IsSet() bool
- func (v NullableClusterAuthorizationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableClusterAuthorizationRequest) Set(val *ClusterAuthorizationRequest)
- func (v *NullableClusterAuthorizationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableClusterAuthorizationRequest) Unset()
- type NullableClusterAuthorizationResponse
- func (v NullableClusterAuthorizationResponse) Get() *ClusterAuthorizationResponse
- func (v NullableClusterAuthorizationResponse) IsSet() bool
- func (v NullableClusterAuthorizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableClusterAuthorizationResponse) Set(val *ClusterAuthorizationResponse)
- func (v *NullableClusterAuthorizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableClusterAuthorizationResponse) Unset()
- type NullableClusterMetricsNodes
- func (v NullableClusterMetricsNodes) Get() *ClusterMetricsNodes
- func (v NullableClusterMetricsNodes) IsSet() bool
- func (v NullableClusterMetricsNodes) MarshalJSON() ([]byte, error)
- func (v *NullableClusterMetricsNodes) Set(val *ClusterMetricsNodes)
- func (v *NullableClusterMetricsNodes) UnmarshalJSON(src []byte) error
- func (v *NullableClusterMetricsNodes) Unset()
- type NullableClusterRegistrationRequest
- func (v NullableClusterRegistrationRequest) Get() *ClusterRegistrationRequest
- func (v NullableClusterRegistrationRequest) IsSet() bool
- func (v NullableClusterRegistrationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableClusterRegistrationRequest) Set(val *ClusterRegistrationRequest)
- func (v *NullableClusterRegistrationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableClusterRegistrationRequest) Unset()
- type NullableClusterRegistrationResponse
- func (v NullableClusterRegistrationResponse) Get() *ClusterRegistrationResponse
- func (v NullableClusterRegistrationResponse) IsSet() bool
- func (v NullableClusterRegistrationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableClusterRegistrationResponse) Set(val *ClusterRegistrationResponse)
- func (v *NullableClusterRegistrationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableClusterRegistrationResponse) Unset()
- type NullableClusterResource
- func (v NullableClusterResource) Get() *ClusterResource
- func (v NullableClusterResource) IsSet() bool
- func (v NullableClusterResource) MarshalJSON() ([]byte, error)
- func (v *NullableClusterResource) Set(val *ClusterResource)
- func (v *NullableClusterResource) UnmarshalJSON(src []byte) error
- func (v *NullableClusterResource) Unset()
- type NullableClusterResourceTotal
- func (v NullableClusterResourceTotal) Get() *ClusterResourceTotal
- func (v NullableClusterResourceTotal) IsSet() bool
- func (v NullableClusterResourceTotal) MarshalJSON() ([]byte, error)
- func (v *NullableClusterResourceTotal) Set(val *ClusterResourceTotal)
- func (v *NullableClusterResourceTotal) UnmarshalJSON(src []byte) error
- func (v *NullableClusterResourceTotal) Unset()
- type NullableClusterUpgrade
- func (v NullableClusterUpgrade) Get() *ClusterUpgrade
- func (v NullableClusterUpgrade) IsSet() bool
- func (v NullableClusterUpgrade) MarshalJSON() ([]byte, error)
- func (v *NullableClusterUpgrade) Set(val *ClusterUpgrade)
- func (v *NullableClusterUpgrade) UnmarshalJSON(src []byte) error
- func (v *NullableClusterUpgrade) Unset()
- type NullableEphemeralResourceQuota
- func (v NullableEphemeralResourceQuota) Get() *EphemeralResourceQuota
- func (v NullableEphemeralResourceQuota) IsSet() bool
- func (v NullableEphemeralResourceQuota) MarshalJSON() ([]byte, error)
- func (v *NullableEphemeralResourceQuota) Set(val *EphemeralResourceQuota)
- func (v *NullableEphemeralResourceQuota) UnmarshalJSON(src []byte) error
- func (v *NullableEphemeralResourceQuota) Unset()
- type NullableError
- type NullableErrorAllOf
- type NullableErrorList
- type NullableErrorListAllOf
- func (v NullableErrorListAllOf) Get() *ErrorListAllOf
- func (v NullableErrorListAllOf) IsSet() bool
- func (v NullableErrorListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableErrorListAllOf) Set(val *ErrorListAllOf)
- func (v *NullableErrorListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableErrorListAllOf) Unset()
- type NullableExcessResource
- func (v NullableExcessResource) Get() *ExcessResource
- func (v NullableExcessResource) IsSet() bool
- func (v NullableExcessResource) MarshalJSON() ([]byte, error)
- func (v *NullableExcessResource) Set(val *ExcessResource)
- func (v *NullableExcessResource) UnmarshalJSON(src []byte) error
- func (v *NullableExcessResource) Unset()
- type NullableExcessResourceAllOf
- func (v NullableExcessResourceAllOf) Get() *ExcessResourceAllOf
- func (v NullableExcessResourceAllOf) IsSet() bool
- func (v NullableExcessResourceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExcessResourceAllOf) Set(val *ExcessResourceAllOf)
- func (v *NullableExcessResourceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExcessResourceAllOf) Unset()
- type NullableExportControlReview
- func (v NullableExportControlReview) Get() *ExportControlReview
- func (v NullableExportControlReview) IsSet() bool
- func (v NullableExportControlReview) MarshalJSON() ([]byte, error)
- func (v *NullableExportControlReview) Set(val *ExportControlReview)
- func (v *NullableExportControlReview) UnmarshalJSON(src []byte) error
- func (v *NullableExportControlReview) Unset()
- type NullableExportControlReviewRequest
- func (v NullableExportControlReviewRequest) Get() *ExportControlReviewRequest
- func (v NullableExportControlReviewRequest) IsSet() bool
- func (v NullableExportControlReviewRequest) MarshalJSON() ([]byte, error)
- func (v *NullableExportControlReviewRequest) Set(val *ExportControlReviewRequest)
- func (v *NullableExportControlReviewRequest) UnmarshalJSON(src []byte) error
- func (v *NullableExportControlReviewRequest) Unset()
- type NullableFeatureToggle
- func (v NullableFeatureToggle) Get() *FeatureToggle
- func (v NullableFeatureToggle) IsSet() bool
- func (v NullableFeatureToggle) MarshalJSON() ([]byte, error)
- func (v *NullableFeatureToggle) Set(val *FeatureToggle)
- func (v *NullableFeatureToggle) UnmarshalJSON(src []byte) error
- func (v *NullableFeatureToggle) Unset()
- type NullableFeatureToggleAllOf
- func (v NullableFeatureToggleAllOf) Get() *FeatureToggleAllOf
- func (v NullableFeatureToggleAllOf) IsSet() bool
- func (v NullableFeatureToggleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFeatureToggleAllOf) Set(val *FeatureToggleAllOf)
- func (v *NullableFeatureToggleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFeatureToggleAllOf) Unset()
- type NullableFeatureToggleQueryRequest
- func (v NullableFeatureToggleQueryRequest) Get() *FeatureToggleQueryRequest
- func (v NullableFeatureToggleQueryRequest) IsSet() bool
- func (v NullableFeatureToggleQueryRequest) MarshalJSON() ([]byte, error)
- func (v *NullableFeatureToggleQueryRequest) Set(val *FeatureToggleQueryRequest)
- func (v *NullableFeatureToggleQueryRequest) UnmarshalJSON(src []byte) error
- func (v *NullableFeatureToggleQueryRequest) Unset()
- type NullableFeatureToggleQueryRequestAllOf
- func (v NullableFeatureToggleQueryRequestAllOf) Get() *FeatureToggleQueryRequestAllOf
- func (v NullableFeatureToggleQueryRequestAllOf) IsSet() bool
- func (v NullableFeatureToggleQueryRequestAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFeatureToggleQueryRequestAllOf) Set(val *FeatureToggleQueryRequestAllOf)
- func (v *NullableFeatureToggleQueryRequestAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFeatureToggleQueryRequestAllOf) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLabel
- type NullableLabelAllOf
- type NullableLabelList
- type NullableLabelListAllOf
- func (v NullableLabelListAllOf) Get() *LabelListAllOf
- func (v NullableLabelListAllOf) IsSet() bool
- func (v NullableLabelListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLabelListAllOf) Set(val *LabelListAllOf)
- func (v *NullableLabelListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLabelListAllOf) Unset()
- type NullableList
- type NullableMetric
- type NullableMetricAllOf
- func (v NullableMetricAllOf) Get() *MetricAllOf
- func (v NullableMetricAllOf) IsSet() bool
- func (v NullableMetricAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMetricAllOf) Set(val *MetricAllOf)
- func (v *NullableMetricAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMetricAllOf) Unset()
- type NullableMetricsList
- func (v NullableMetricsList) Get() *MetricsList
- func (v NullableMetricsList) IsSet() bool
- func (v NullableMetricsList) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsList) Set(val *MetricsList)
- func (v *NullableMetricsList) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsList) Unset()
- type NullableMetricsListAllOf
- func (v NullableMetricsListAllOf) Get() *MetricsListAllOf
- func (v NullableMetricsListAllOf) IsSet() bool
- func (v NullableMetricsListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsListAllOf) Set(val *MetricsListAllOf)
- func (v *NullableMetricsListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsListAllOf) Unset()
- type NullableNotificationContactCreateRequest
- func (v NullableNotificationContactCreateRequest) Get() *NotificationContactCreateRequest
- func (v NullableNotificationContactCreateRequest) IsSet() bool
- func (v NullableNotificationContactCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationContactCreateRequest) Set(val *NotificationContactCreateRequest)
- func (v *NullableNotificationContactCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationContactCreateRequest) Unset()
- type NullableNotificationRequest
- func (v NullableNotificationRequest) Get() *NotificationRequest
- func (v NullableNotificationRequest) IsSet() bool
- func (v NullableNotificationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationRequest) Set(val *NotificationRequest)
- func (v *NullableNotificationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationRequest) Unset()
- type NullableObjectReference
- func (v NullableObjectReference) Get() *ObjectReference
- func (v NullableObjectReference) IsSet() bool
- func (v NullableObjectReference) MarshalJSON() ([]byte, error)
- func (v *NullableObjectReference) Set(val *ObjectReference)
- func (v *NullableObjectReference) UnmarshalJSON(src []byte) error
- func (v *NullableObjectReference) Unset()
- type NullableOneMetric
- type NullableOrganization
- func (v NullableOrganization) Get() *Organization
- func (v NullableOrganization) IsSet() bool
- func (v NullableOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganization) Set(val *Organization)
- func (v *NullableOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganization) Unset()
- type NullableOrganizationAllOf
- func (v NullableOrganizationAllOf) Get() *OrganizationAllOf
- func (v NullableOrganizationAllOf) IsSet() bool
- func (v NullableOrganizationAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAllOf) Set(val *OrganizationAllOf)
- func (v *NullableOrganizationAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAllOf) Unset()
- type NullableOrganizationList
- func (v NullableOrganizationList) Get() *OrganizationList
- func (v NullableOrganizationList) IsSet() bool
- func (v NullableOrganizationList) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationList) Set(val *OrganizationList)
- func (v *NullableOrganizationList) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationList) Unset()
- type NullableOrganizationListAllOf
- func (v NullableOrganizationListAllOf) Get() *OrganizationListAllOf
- func (v NullableOrganizationListAllOf) IsSet() bool
- func (v NullableOrganizationListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationListAllOf) Set(val *OrganizationListAllOf)
- func (v *NullableOrganizationListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationListAllOf) Unset()
- type NullableOrganizationPatchRequest
- func (v NullableOrganizationPatchRequest) Get() *OrganizationPatchRequest
- func (v NullableOrganizationPatchRequest) IsSet() bool
- func (v NullableOrganizationPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationPatchRequest) Set(val *OrganizationPatchRequest)
- func (v *NullableOrganizationPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationPatchRequest) Unset()
- type NullablePermission
- type NullablePermissionAllOf
- func (v NullablePermissionAllOf) Get() *PermissionAllOf
- func (v NullablePermissionAllOf) IsSet() bool
- func (v NullablePermissionAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionAllOf) Set(val *PermissionAllOf)
- func (v *NullablePermissionAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionAllOf) Unset()
- type NullablePermissionList
- func (v NullablePermissionList) Get() *PermissionList
- func (v NullablePermissionList) IsSet() bool
- func (v NullablePermissionList) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionList) Set(val *PermissionList)
- func (v *NullablePermissionList) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionList) Unset()
- type NullablePermissionListAllOf
- func (v NullablePermissionListAllOf) Get() *PermissionListAllOf
- func (v NullablePermissionListAllOf) IsSet() bool
- func (v NullablePermissionListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionListAllOf) Set(val *PermissionListAllOf)
- func (v *NullablePermissionListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionListAllOf) Unset()
- type NullablePlan
- type NullablePlanAllOf
- type NullablePlanList
- type NullablePlanListAllOf
- func (v NullablePlanListAllOf) Get() *PlanListAllOf
- func (v NullablePlanListAllOf) IsSet() bool
- func (v NullablePlanListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePlanListAllOf) Set(val *PlanListAllOf)
- func (v *NullablePlanListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePlanListAllOf) Unset()
- type NullablePullSecretRequest
- func (v NullablePullSecretRequest) Get() *PullSecretRequest
- func (v NullablePullSecretRequest) IsSet() bool
- func (v NullablePullSecretRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePullSecretRequest) Set(val *PullSecretRequest)
- func (v *NullablePullSecretRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePullSecretRequest) Unset()
- type NullableQuotaCost
- type NullableQuotaCostAllOf
- func (v NullableQuotaCostAllOf) Get() *QuotaCostAllOf
- func (v NullableQuotaCostAllOf) IsSet() bool
- func (v NullableQuotaCostAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaCostAllOf) Set(val *QuotaCostAllOf)
- func (v *NullableQuotaCostAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaCostAllOf) Unset()
- type NullableQuotaCostList
- func (v NullableQuotaCostList) Get() *QuotaCostList
- func (v NullableQuotaCostList) IsSet() bool
- func (v NullableQuotaCostList) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaCostList) Set(val *QuotaCostList)
- func (v *NullableQuotaCostList) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaCostList) Unset()
- type NullableQuotaCostListAllOf
- func (v NullableQuotaCostListAllOf) Get() *QuotaCostListAllOf
- func (v NullableQuotaCostListAllOf) IsSet() bool
- func (v NullableQuotaCostListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaCostListAllOf) Set(val *QuotaCostListAllOf)
- func (v *NullableQuotaCostListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaCostListAllOf) Unset()
- type NullableQuotaSummary
- func (v NullableQuotaSummary) Get() *QuotaSummary
- func (v NullableQuotaSummary) IsSet() bool
- func (v NullableQuotaSummary) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaSummary) Set(val *QuotaSummary)
- func (v *NullableQuotaSummary) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaSummary) Unset()
- type NullableQuotaSummaryAllOf
- func (v NullableQuotaSummaryAllOf) Get() *QuotaSummaryAllOf
- func (v NullableQuotaSummaryAllOf) IsSet() bool
- func (v NullableQuotaSummaryAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaSummaryAllOf) Set(val *QuotaSummaryAllOf)
- func (v *NullableQuotaSummaryAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaSummaryAllOf) Unset()
- type NullableQuotaSummaryList
- func (v NullableQuotaSummaryList) Get() *QuotaSummaryList
- func (v NullableQuotaSummaryList) IsSet() bool
- func (v NullableQuotaSummaryList) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaSummaryList) Set(val *QuotaSummaryList)
- func (v *NullableQuotaSummaryList) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaSummaryList) Unset()
- type NullableQuotaSummaryListAllOf
- func (v NullableQuotaSummaryListAllOf) Get() *QuotaSummaryListAllOf
- func (v NullableQuotaSummaryListAllOf) IsSet() bool
- func (v NullableQuotaSummaryListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaSummaryListAllOf) Set(val *QuotaSummaryListAllOf)
- func (v *NullableQuotaSummaryListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaSummaryListAllOf) Unset()
- type NullableRegistry
- type NullableRegistryAllOf
- func (v NullableRegistryAllOf) Get() *RegistryAllOf
- func (v NullableRegistryAllOf) IsSet() bool
- func (v NullableRegistryAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryAllOf) Set(val *RegistryAllOf)
- func (v *NullableRegistryAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryAllOf) Unset()
- type NullableRegistryCreateRequest
- func (v NullableRegistryCreateRequest) Get() *RegistryCreateRequest
- func (v NullableRegistryCreateRequest) IsSet() bool
- func (v NullableRegistryCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryCreateRequest) Set(val *RegistryCreateRequest)
- func (v *NullableRegistryCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryCreateRequest) Unset()
- type NullableRegistryCredential
- func (v NullableRegistryCredential) Get() *RegistryCredential
- func (v NullableRegistryCredential) IsSet() bool
- func (v NullableRegistryCredential) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryCredential) Set(val *RegistryCredential)
- func (v *NullableRegistryCredential) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryCredential) Unset()
- type NullableRegistryCredentialAllOf
- func (v NullableRegistryCredentialAllOf) Get() *RegistryCredentialAllOf
- func (v NullableRegistryCredentialAllOf) IsSet() bool
- func (v NullableRegistryCredentialAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryCredentialAllOf) Set(val *RegistryCredentialAllOf)
- func (v *NullableRegistryCredentialAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryCredentialAllOf) Unset()
- type NullableRegistryCredentialList
- func (v NullableRegistryCredentialList) Get() *RegistryCredentialList
- func (v NullableRegistryCredentialList) IsSet() bool
- func (v NullableRegistryCredentialList) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryCredentialList) Set(val *RegistryCredentialList)
- func (v *NullableRegistryCredentialList) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryCredentialList) Unset()
- type NullableRegistryCredentialListAllOf
- func (v NullableRegistryCredentialListAllOf) Get() *RegistryCredentialListAllOf
- func (v NullableRegistryCredentialListAllOf) IsSet() bool
- func (v NullableRegistryCredentialListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryCredentialListAllOf) Set(val *RegistryCredentialListAllOf)
- func (v *NullableRegistryCredentialListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryCredentialListAllOf) Unset()
- type NullableRegistryCredentialPatchRequest
- func (v NullableRegistryCredentialPatchRequest) Get() *RegistryCredentialPatchRequest
- func (v NullableRegistryCredentialPatchRequest) IsSet() bool
- func (v NullableRegistryCredentialPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryCredentialPatchRequest) Set(val *RegistryCredentialPatchRequest)
- func (v *NullableRegistryCredentialPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryCredentialPatchRequest) Unset()
- type NullableRegistryList
- func (v NullableRegistryList) Get() *RegistryList
- func (v NullableRegistryList) IsSet() bool
- func (v NullableRegistryList) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryList) Set(val *RegistryList)
- func (v *NullableRegistryList) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryList) Unset()
- type NullableRegistryListAllOf
- func (v NullableRegistryListAllOf) Get() *RegistryListAllOf
- func (v NullableRegistryListAllOf) IsSet() bool
- func (v NullableRegistryListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryListAllOf) Set(val *RegistryListAllOf)
- func (v *NullableRegistryListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryListAllOf) Unset()
- type NullableRegistryRequest
- func (v NullableRegistryRequest) Get() *RegistryRequest
- func (v NullableRegistryRequest) IsSet() bool
- func (v NullableRegistryRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryRequest) Set(val *RegistryRequest)
- func (v *NullableRegistryRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryRequest) Unset()
- type NullableRelatedResource
- func (v NullableRelatedResource) Get() *RelatedResource
- func (v NullableRelatedResource) IsSet() bool
- func (v NullableRelatedResource) MarshalJSON() ([]byte, error)
- func (v *NullableRelatedResource) Set(val *RelatedResource)
- func (v *NullableRelatedResource) UnmarshalJSON(src []byte) error
- func (v *NullableRelatedResource) Unset()
- type NullableRelatedResourceAllOf
- func (v NullableRelatedResourceAllOf) Get() *RelatedResourceAllOf
- func (v NullableRelatedResourceAllOf) IsSet() bool
- func (v NullableRelatedResourceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRelatedResourceAllOf) Set(val *RelatedResourceAllOf)
- func (v *NullableRelatedResourceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRelatedResourceAllOf) Unset()
- type NullableReservedResource
- func (v NullableReservedResource) Get() *ReservedResource
- func (v NullableReservedResource) IsSet() bool
- func (v NullableReservedResource) MarshalJSON() ([]byte, error)
- func (v *NullableReservedResource) Set(val *ReservedResource)
- func (v *NullableReservedResource) UnmarshalJSON(src []byte) error
- func (v *NullableReservedResource) Unset()
- type NullableReservedResourceAllOf
- func (v NullableReservedResourceAllOf) Get() *ReservedResourceAllOf
- func (v NullableReservedResourceAllOf) IsSet() bool
- func (v NullableReservedResourceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableReservedResourceAllOf) Set(val *ReservedResourceAllOf)
- func (v *NullableReservedResourceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableReservedResourceAllOf) Unset()
- type NullableReservedResourceList
- func (v NullableReservedResourceList) Get() *ReservedResourceList
- func (v NullableReservedResourceList) IsSet() bool
- func (v NullableReservedResourceList) MarshalJSON() ([]byte, error)
- func (v *NullableReservedResourceList) Set(val *ReservedResourceList)
- func (v *NullableReservedResourceList) UnmarshalJSON(src []byte) error
- func (v *NullableReservedResourceList) Unset()
- type NullableReservedResourceListAllOf
- func (v NullableReservedResourceListAllOf) Get() *ReservedResourceListAllOf
- func (v NullableReservedResourceListAllOf) IsSet() bool
- func (v NullableReservedResourceListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableReservedResourceListAllOf) Set(val *ReservedResourceListAllOf)
- func (v *NullableReservedResourceListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableReservedResourceListAllOf) Unset()
- type NullableResourceQuota
- func (v NullableResourceQuota) Get() *ResourceQuota
- func (v NullableResourceQuota) IsSet() bool
- func (v NullableResourceQuota) MarshalJSON() ([]byte, error)
- func (v *NullableResourceQuota) Set(val *ResourceQuota)
- func (v *NullableResourceQuota) UnmarshalJSON(src []byte) error
- func (v *NullableResourceQuota) Unset()
- type NullableResourceQuotaAllOf
- func (v NullableResourceQuotaAllOf) Get() *ResourceQuotaAllOf
- func (v NullableResourceQuotaAllOf) IsSet() bool
- func (v NullableResourceQuotaAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableResourceQuotaAllOf) Set(val *ResourceQuotaAllOf)
- func (v *NullableResourceQuotaAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableResourceQuotaAllOf) Unset()
- type NullableResourceQuotaList
- func (v NullableResourceQuotaList) Get() *ResourceQuotaList
- func (v NullableResourceQuotaList) IsSet() bool
- func (v NullableResourceQuotaList) MarshalJSON() ([]byte, error)
- func (v *NullableResourceQuotaList) Set(val *ResourceQuotaList)
- func (v *NullableResourceQuotaList) UnmarshalJSON(src []byte) error
- func (v *NullableResourceQuotaList) Unset()
- type NullableResourceQuotaListAllOf
- func (v NullableResourceQuotaListAllOf) Get() *ResourceQuotaListAllOf
- func (v NullableResourceQuotaListAllOf) IsSet() bool
- func (v NullableResourceQuotaListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableResourceQuotaListAllOf) Set(val *ResourceQuotaListAllOf)
- func (v *NullableResourceQuotaListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableResourceQuotaListAllOf) Unset()
- type NullableResourceQuotaRequest
- func (v NullableResourceQuotaRequest) Get() *ResourceQuotaRequest
- func (v NullableResourceQuotaRequest) IsSet() bool
- func (v NullableResourceQuotaRequest) MarshalJSON() ([]byte, error)
- func (v *NullableResourceQuotaRequest) Set(val *ResourceQuotaRequest)
- func (v *NullableResourceQuotaRequest) UnmarshalJSON(src []byte) error
- func (v *NullableResourceQuotaRequest) Unset()
- type NullableResourceReview
- func (v NullableResourceReview) Get() *ResourceReview
- func (v NullableResourceReview) IsSet() bool
- func (v NullableResourceReview) MarshalJSON() ([]byte, error)
- func (v *NullableResourceReview) Set(val *ResourceReview)
- func (v *NullableResourceReview) UnmarshalJSON(src []byte) error
- func (v *NullableResourceReview) Unset()
- type NullableResourceReviewRequest
- func (v NullableResourceReviewRequest) Get() *ResourceReviewRequest
- func (v NullableResourceReviewRequest) IsSet() bool
- func (v NullableResourceReviewRequest) MarshalJSON() ([]byte, error)
- func (v *NullableResourceReviewRequest) Set(val *ResourceReviewRequest)
- func (v *NullableResourceReviewRequest) UnmarshalJSON(src []byte) error
- func (v *NullableResourceReviewRequest) Unset()
- type NullableRole
- type NullableRoleAllOf
- type NullableRoleBinding
- func (v NullableRoleBinding) Get() *RoleBinding
- func (v NullableRoleBinding) IsSet() bool
- func (v NullableRoleBinding) MarshalJSON() ([]byte, error)
- func (v *NullableRoleBinding) Set(val *RoleBinding)
- func (v *NullableRoleBinding) UnmarshalJSON(src []byte) error
- func (v *NullableRoleBinding) Unset()
- type NullableRoleBindingAllOf
- func (v NullableRoleBindingAllOf) Get() *RoleBindingAllOf
- func (v NullableRoleBindingAllOf) IsSet() bool
- func (v NullableRoleBindingAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRoleBindingAllOf) Set(val *RoleBindingAllOf)
- func (v *NullableRoleBindingAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRoleBindingAllOf) Unset()
- type NullableRoleBindingCreateRequest
- func (v NullableRoleBindingCreateRequest) Get() *RoleBindingCreateRequest
- func (v NullableRoleBindingCreateRequest) IsSet() bool
- func (v NullableRoleBindingCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRoleBindingCreateRequest) Set(val *RoleBindingCreateRequest)
- func (v *NullableRoleBindingCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRoleBindingCreateRequest) Unset()
- type NullableRoleBindingList
- func (v NullableRoleBindingList) Get() *RoleBindingList
- func (v NullableRoleBindingList) IsSet() bool
- func (v NullableRoleBindingList) MarshalJSON() ([]byte, error)
- func (v *NullableRoleBindingList) Set(val *RoleBindingList)
- func (v *NullableRoleBindingList) UnmarshalJSON(src []byte) error
- func (v *NullableRoleBindingList) Unset()
- type NullableRoleBindingListAllOf
- func (v NullableRoleBindingListAllOf) Get() *RoleBindingListAllOf
- func (v NullableRoleBindingListAllOf) IsSet() bool
- func (v NullableRoleBindingListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRoleBindingListAllOf) Set(val *RoleBindingListAllOf)
- func (v *NullableRoleBindingListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRoleBindingListAllOf) Unset()
- type NullableRoleBindingRequest
- func (v NullableRoleBindingRequest) Get() *RoleBindingRequest
- func (v NullableRoleBindingRequest) IsSet() bool
- func (v NullableRoleBindingRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRoleBindingRequest) Set(val *RoleBindingRequest)
- func (v *NullableRoleBindingRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRoleBindingRequest) Unset()
- type NullableRoleList
- type NullableRoleListAllOf
- func (v NullableRoleListAllOf) Get() *RoleListAllOf
- func (v NullableRoleListAllOf) IsSet() bool
- func (v NullableRoleListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRoleListAllOf) Set(val *RoleListAllOf)
- func (v *NullableRoleListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRoleListAllOf) Unset()
- type NullableSKU
- type NullableSKUAllOf
- type NullableSelfAccessReview
- func (v NullableSelfAccessReview) Get() *SelfAccessReview
- func (v NullableSelfAccessReview) IsSet() bool
- func (v NullableSelfAccessReview) MarshalJSON() ([]byte, error)
- func (v *NullableSelfAccessReview) Set(val *SelfAccessReview)
- func (v *NullableSelfAccessReview) UnmarshalJSON(src []byte) error
- func (v *NullableSelfAccessReview) Unset()
- type NullableSelfResourceReview
- func (v NullableSelfResourceReview) Get() *SelfResourceReview
- func (v NullableSelfResourceReview) IsSet() bool
- func (v NullableSelfResourceReview) MarshalJSON() ([]byte, error)
- func (v *NullableSelfResourceReview) Set(val *SelfResourceReview)
- func (v *NullableSelfResourceReview) UnmarshalJSON(src []byte) error
- func (v *NullableSelfResourceReview) Unset()
- type NullableSelfResourceReviewRequest
- func (v NullableSelfResourceReviewRequest) Get() *SelfResourceReviewRequest
- func (v NullableSelfResourceReviewRequest) IsSet() bool
- func (v NullableSelfResourceReviewRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSelfResourceReviewRequest) Set(val *SelfResourceReviewRequest)
- func (v *NullableSelfResourceReviewRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSelfResourceReviewRequest) Unset()
- type NullableSelfTermsReview
- func (v NullableSelfTermsReview) Get() *SelfTermsReview
- func (v NullableSelfTermsReview) IsSet() bool
- func (v NullableSelfTermsReview) MarshalJSON() ([]byte, error)
- func (v *NullableSelfTermsReview) Set(val *SelfTermsReview)
- func (v *NullableSelfTermsReview) UnmarshalJSON(src []byte) error
- func (v *NullableSelfTermsReview) Unset()
- type NullableSkuList
- type NullableSkuListAllOf
- func (v NullableSkuListAllOf) Get() *SkuListAllOf
- func (v NullableSkuListAllOf) IsSet() bool
- func (v NullableSkuListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSkuListAllOf) Set(val *SkuListAllOf)
- func (v *NullableSkuListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSkuListAllOf) Unset()
- type NullableSkuRules
- type NullableSkuRulesAllOf
- func (v NullableSkuRulesAllOf) Get() *SkuRulesAllOf
- func (v NullableSkuRulesAllOf) IsSet() bool
- func (v NullableSkuRulesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSkuRulesAllOf) Set(val *SkuRulesAllOf)
- func (v *NullableSkuRulesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSkuRulesAllOf) Unset()
- type NullableSkuRulesList
- func (v NullableSkuRulesList) Get() *SkuRulesList
- func (v NullableSkuRulesList) IsSet() bool
- func (v NullableSkuRulesList) MarshalJSON() ([]byte, error)
- func (v *NullableSkuRulesList) Set(val *SkuRulesList)
- func (v *NullableSkuRulesList) UnmarshalJSON(src []byte) error
- func (v *NullableSkuRulesList) Unset()
- type NullableSkuRulesListAllOf
- func (v NullableSkuRulesListAllOf) Get() *SkuRulesListAllOf
- func (v NullableSkuRulesListAllOf) IsSet() bool
- func (v NullableSkuRulesListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSkuRulesListAllOf) Set(val *SkuRulesListAllOf)
- func (v *NullableSkuRulesListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSkuRulesListAllOf) Unset()
- type NullableString
- type NullableSubscription
- func (v NullableSubscription) Get() *Subscription
- func (v NullableSubscription) IsSet() bool
- func (v NullableSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableSubscription) Set(val *Subscription)
- func (v *NullableSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableSubscription) Unset()
- type NullableSubscriptionAllOf
- func (v NullableSubscriptionAllOf) Get() *SubscriptionAllOf
- func (v NullableSubscriptionAllOf) IsSet() bool
- func (v NullableSubscriptionAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionAllOf) Set(val *SubscriptionAllOf)
- func (v *NullableSubscriptionAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionAllOf) Unset()
- type NullableSubscriptionCreateRequest
- func (v NullableSubscriptionCreateRequest) Get() *SubscriptionCreateRequest
- func (v NullableSubscriptionCreateRequest) IsSet() bool
- func (v NullableSubscriptionCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionCreateRequest) Set(val *SubscriptionCreateRequest)
- func (v *NullableSubscriptionCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionCreateRequest) Unset()
- type NullableSubscriptionList
- func (v NullableSubscriptionList) Get() *SubscriptionList
- func (v NullableSubscriptionList) IsSet() bool
- func (v NullableSubscriptionList) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionList) Set(val *SubscriptionList)
- func (v *NullableSubscriptionList) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionList) Unset()
- type NullableSubscriptionListAllOf
- func (v NullableSubscriptionListAllOf) Get() *SubscriptionListAllOf
- func (v NullableSubscriptionListAllOf) IsSet() bool
- func (v NullableSubscriptionListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionListAllOf) Set(val *SubscriptionListAllOf)
- func (v *NullableSubscriptionListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionListAllOf) Unset()
- type NullableSubscriptionPatchRequest
- func (v NullableSubscriptionPatchRequest) Get() *SubscriptionPatchRequest
- func (v NullableSubscriptionPatchRequest) IsSet() bool
- func (v NullableSubscriptionPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionPatchRequest) Set(val *SubscriptionPatchRequest)
- func (v *NullableSubscriptionPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionPatchRequest) Unset()
- type NullableSummary
- type NullableSummaryAllOf
- func (v NullableSummaryAllOf) Get() *SummaryAllOf
- func (v NullableSummaryAllOf) IsSet() bool
- func (v NullableSummaryAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSummaryAllOf) Set(val *SummaryAllOf)
- func (v *NullableSummaryAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSummaryAllOf) Unset()
- type NullableSummaryMetrics
- func (v NullableSummaryMetrics) Get() *SummaryMetrics
- func (v NullableSummaryMetrics) IsSet() bool
- func (v NullableSummaryMetrics) MarshalJSON() ([]byte, error)
- func (v *NullableSummaryMetrics) Set(val *SummaryMetrics)
- func (v *NullableSummaryMetrics) UnmarshalJSON(src []byte) error
- func (v *NullableSummaryMetrics) Unset()
- type NullableSummaryMetricsAllOf
- func (v NullableSummaryMetricsAllOf) Get() *SummaryMetricsAllOf
- func (v NullableSummaryMetricsAllOf) IsSet() bool
- func (v NullableSummaryMetricsAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSummaryMetricsAllOf) Set(val *SummaryMetricsAllOf)
- func (v *NullableSummaryMetricsAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSummaryMetricsAllOf) Unset()
- type NullableSummaryVector
- func (v NullableSummaryVector) Get() *SummaryVector
- func (v NullableSummaryVector) IsSet() bool
- func (v NullableSummaryVector) MarshalJSON() ([]byte, error)
- func (v *NullableSummaryVector) Set(val *SummaryVector)
- func (v *NullableSummaryVector) UnmarshalJSON(src []byte) error
- func (v *NullableSummaryVector) Unset()
- type NullableSummaryVectorAllOf
- func (v NullableSummaryVectorAllOf) Get() *SummaryVectorAllOf
- func (v NullableSummaryVectorAllOf) IsSet() bool
- func (v NullableSummaryVectorAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSummaryVectorAllOf) Set(val *SummaryVectorAllOf)
- func (v *NullableSummaryVectorAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSummaryVectorAllOf) Unset()
- type NullableSupportCasesCreatedResponse
- func (v NullableSupportCasesCreatedResponse) Get() *SupportCasesCreatedResponse
- func (v NullableSupportCasesCreatedResponse) IsSet() bool
- func (v NullableSupportCasesCreatedResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSupportCasesCreatedResponse) Set(val *SupportCasesCreatedResponse)
- func (v *NullableSupportCasesCreatedResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSupportCasesCreatedResponse) Unset()
- type NullableSupportCasesRequest
- func (v NullableSupportCasesRequest) Get() *SupportCasesRequest
- func (v NullableSupportCasesRequest) IsSet() bool
- func (v NullableSupportCasesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSupportCasesRequest) Set(val *SupportCasesRequest)
- func (v *NullableSupportCasesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSupportCasesRequest) Unset()
- type NullableTemplateParameter
- func (v NullableTemplateParameter) Get() *TemplateParameter
- func (v NullableTemplateParameter) IsSet() bool
- func (v NullableTemplateParameter) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateParameter) Set(val *TemplateParameter)
- func (v *NullableTemplateParameter) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateParameter) Unset()
- type NullableTermsReview
- func (v NullableTermsReview) Get() *TermsReview
- func (v NullableTermsReview) IsSet() bool
- func (v NullableTermsReview) MarshalJSON() ([]byte, error)
- func (v *NullableTermsReview) Set(val *TermsReview)
- func (v *NullableTermsReview) UnmarshalJSON(src []byte) error
- func (v *NullableTermsReview) Unset()
- type NullableTermsReviewResponse
- func (v NullableTermsReviewResponse) Get() *TermsReviewResponse
- func (v NullableTermsReviewResponse) IsSet() bool
- func (v NullableTermsReviewResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTermsReviewResponse) Set(val *TermsReviewResponse)
- func (v *NullableTermsReviewResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTermsReviewResponse) Unset()
- type NullableTime
- type NullableTokenAuthorizationRequest
- func (v NullableTokenAuthorizationRequest) Get() *TokenAuthorizationRequest
- func (v NullableTokenAuthorizationRequest) IsSet() bool
- func (v NullableTokenAuthorizationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTokenAuthorizationRequest) Set(val *TokenAuthorizationRequest)
- func (v *NullableTokenAuthorizationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTokenAuthorizationRequest) Unset()
- type NullableTokenAuthorizationResponse
- func (v NullableTokenAuthorizationResponse) Get() *TokenAuthorizationResponse
- func (v NullableTokenAuthorizationResponse) IsSet() bool
- func (v NullableTokenAuthorizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTokenAuthorizationResponse) Set(val *TokenAuthorizationResponse)
- func (v *NullableTokenAuthorizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTokenAuthorizationResponse) Unset()
- type ObjectReference
- func (o *ObjectReference) GetHref() string
- func (o *ObjectReference) GetHrefOk() (*string, bool)
- func (o *ObjectReference) GetId() string
- func (o *ObjectReference) GetIdOk() (*string, bool)
- func (o *ObjectReference) GetKind() string
- func (o *ObjectReference) GetKindOk() (*string, bool)
- func (o *ObjectReference) HasHref() bool
- func (o *ObjectReference) HasId() bool
- func (o *ObjectReference) HasKind() bool
- func (o ObjectReference) MarshalJSON() ([]byte, error)
- func (o *ObjectReference) SetHref(v string)
- func (o *ObjectReference) SetId(v string)
- func (o *ObjectReference) SetKind(v string)
- type OneMetric
- func (o *OneMetric) GetCloudProvider() string
- func (o *OneMetric) GetCloudProviderOk() (*string, bool)
- func (o *OneMetric) GetClusterType() string
- func (o *OneMetric) GetClusterTypeOk() (*string, bool)
- func (o *OneMetric) GetComputeNodesCpu() ClusterResource
- func (o *OneMetric) GetComputeNodesCpuOk() (*ClusterResource, bool)
- func (o *OneMetric) GetComputeNodesMemory() ClusterResource
- func (o *OneMetric) GetComputeNodesMemoryOk() (*ClusterResource, bool)
- func (o *OneMetric) GetComputeNodesSockets() ClusterResource
- func (o *OneMetric) GetComputeNodesSocketsOk() (*ClusterResource, bool)
- func (o *OneMetric) GetConsoleUrl() string
- func (o *OneMetric) GetConsoleUrlOk() (*string, bool)
- func (o *OneMetric) GetCpu() ClusterResource
- func (o *OneMetric) GetCpuOk() (*ClusterResource, bool)
- func (o *OneMetric) GetCriticalAlertsFiring() float64
- func (o *OneMetric) GetCriticalAlertsFiringOk() (*float64, bool)
- func (o *OneMetric) GetHealthState() string
- func (o *OneMetric) GetHealthStateOk() (*string, bool)
- func (o *OneMetric) GetMemory() ClusterResource
- func (o *OneMetric) GetMemoryOk() (*ClusterResource, bool)
- func (o *OneMetric) GetNodes() ClusterMetricsNodes
- func (o *OneMetric) GetNodesOk() (*ClusterMetricsNodes, bool)
- func (o *OneMetric) GetOpenshiftVersion() string
- func (o *OneMetric) GetOpenshiftVersionOk() (*string, bool)
- func (o *OneMetric) GetOperatingSystem() string
- func (o *OneMetric) GetOperatingSystemOk() (*string, bool)
- func (o *OneMetric) GetOperatorsConditionFailing() float64
- func (o *OneMetric) GetOperatorsConditionFailingOk() (*float64, bool)
- func (o *OneMetric) GetRegion() string
- func (o *OneMetric) GetRegionOk() (*string, bool)
- func (o *OneMetric) GetSockets() ClusterResource
- func (o *OneMetric) GetSocketsOk() (*ClusterResource, bool)
- func (o *OneMetric) GetState() string
- func (o *OneMetric) GetStateDescription() string
- func (o *OneMetric) GetStateDescriptionOk() (*string, bool)
- func (o *OneMetric) GetStateOk() (*string, bool)
- func (o *OneMetric) GetStorage() ClusterResource
- func (o *OneMetric) GetStorageOk() (*ClusterResource, bool)
- func (o *OneMetric) GetSubscriptionCpuTotal() float64
- func (o *OneMetric) GetSubscriptionCpuTotalOk() (*float64, bool)
- func (o *OneMetric) GetSubscriptionObligationExists() float64
- func (o *OneMetric) GetSubscriptionObligationExistsOk() (*float64, bool)
- func (o *OneMetric) GetSubscriptionSocketTotal() float64
- func (o *OneMetric) GetSubscriptionSocketTotalOk() (*float64, bool)
- func (o *OneMetric) GetUpgrade() ClusterUpgrade
- func (o *OneMetric) GetUpgradeOk() (*ClusterUpgrade, bool)
- func (o *OneMetric) HasHealthState() bool
- func (o OneMetric) MarshalJSON() ([]byte, error)
- func (o *OneMetric) SetCloudProvider(v string)
- func (o *OneMetric) SetClusterType(v string)
- func (o *OneMetric) SetComputeNodesCpu(v ClusterResource)
- func (o *OneMetric) SetComputeNodesMemory(v ClusterResource)
- func (o *OneMetric) SetComputeNodesSockets(v ClusterResource)
- func (o *OneMetric) SetConsoleUrl(v string)
- func (o *OneMetric) SetCpu(v ClusterResource)
- func (o *OneMetric) SetCriticalAlertsFiring(v float64)
- func (o *OneMetric) SetHealthState(v string)
- func (o *OneMetric) SetMemory(v ClusterResource)
- func (o *OneMetric) SetNodes(v ClusterMetricsNodes)
- func (o *OneMetric) SetOpenshiftVersion(v string)
- func (o *OneMetric) SetOperatingSystem(v string)
- func (o *OneMetric) SetOperatorsConditionFailing(v float64)
- func (o *OneMetric) SetRegion(v string)
- func (o *OneMetric) SetSockets(v ClusterResource)
- func (o *OneMetric) SetState(v string)
- func (o *OneMetric) SetStateDescription(v string)
- func (o *OneMetric) SetStorage(v ClusterResource)
- func (o *OneMetric) SetSubscriptionCpuTotal(v float64)
- func (o *OneMetric) SetSubscriptionObligationExists(v float64)
- func (o *OneMetric) SetSubscriptionSocketTotal(v float64)
- func (o *OneMetric) SetUpgrade(v ClusterUpgrade)
- type Organization
- func (o *Organization) GetCapabilities() []Capability
- func (o *Organization) GetCapabilitiesOk() (*[]Capability, bool)
- func (o *Organization) GetCreatedAt() time.Time
- func (o *Organization) GetCreatedAtOk() (*time.Time, bool)
- func (o *Organization) GetEbsAccountId() string
- func (o *Organization) GetEbsAccountIdOk() (*string, bool)
- func (o *Organization) GetExternalId() string
- func (o *Organization) GetExternalIdOk() (*string, bool)
- func (o *Organization) GetHref() string
- func (o *Organization) GetHrefOk() (*string, bool)
- func (o *Organization) GetId() string
- func (o *Organization) GetIdOk() (*string, bool)
- func (o *Organization) GetKind() string
- func (o *Organization) GetKindOk() (*string, bool)
- func (o *Organization) GetLabels() []Label
- func (o *Organization) GetLabelsOk() (*[]Label, bool)
- func (o *Organization) GetName() string
- func (o *Organization) GetNameOk() (*string, bool)
- func (o *Organization) GetUpdatedAt() time.Time
- func (o *Organization) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Organization) HasCapabilities() bool
- func (o *Organization) HasCreatedAt() bool
- func (o *Organization) HasEbsAccountId() bool
- func (o *Organization) HasExternalId() bool
- func (o *Organization) HasHref() bool
- func (o *Organization) HasId() bool
- func (o *Organization) HasKind() bool
- func (o *Organization) HasLabels() bool
- func (o *Organization) HasName() bool
- func (o *Organization) HasUpdatedAt() bool
- func (o Organization) MarshalJSON() ([]byte, error)
- func (o *Organization) SetCapabilities(v []Capability)
- func (o *Organization) SetCreatedAt(v time.Time)
- func (o *Organization) SetEbsAccountId(v string)
- func (o *Organization) SetExternalId(v string)
- func (o *Organization) SetHref(v string)
- func (o *Organization) SetId(v string)
- func (o *Organization) SetKind(v string)
- func (o *Organization) SetLabels(v []Label)
- func (o *Organization) SetName(v string)
- func (o *Organization) SetUpdatedAt(v time.Time)
- type OrganizationAllOf
- func (o *OrganizationAllOf) GetCapabilities() []Capability
- func (o *OrganizationAllOf) GetCapabilitiesOk() (*[]Capability, bool)
- func (o *OrganizationAllOf) GetCreatedAt() time.Time
- func (o *OrganizationAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationAllOf) GetEbsAccountId() string
- func (o *OrganizationAllOf) GetEbsAccountIdOk() (*string, bool)
- func (o *OrganizationAllOf) GetExternalId() string
- func (o *OrganizationAllOf) GetExternalIdOk() (*string, bool)
- func (o *OrganizationAllOf) GetLabels() []Label
- func (o *OrganizationAllOf) GetLabelsOk() (*[]Label, bool)
- func (o *OrganizationAllOf) GetName() string
- func (o *OrganizationAllOf) GetNameOk() (*string, bool)
- func (o *OrganizationAllOf) GetUpdatedAt() time.Time
- func (o *OrganizationAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OrganizationAllOf) HasCapabilities() bool
- func (o *OrganizationAllOf) HasCreatedAt() bool
- func (o *OrganizationAllOf) HasEbsAccountId() bool
- func (o *OrganizationAllOf) HasExternalId() bool
- func (o *OrganizationAllOf) HasLabels() bool
- func (o *OrganizationAllOf) HasName() bool
- func (o *OrganizationAllOf) HasUpdatedAt() bool
- func (o OrganizationAllOf) MarshalJSON() ([]byte, error)
- func (o *OrganizationAllOf) SetCapabilities(v []Capability)
- func (o *OrganizationAllOf) SetCreatedAt(v time.Time)
- func (o *OrganizationAllOf) SetEbsAccountId(v string)
- func (o *OrganizationAllOf) SetExternalId(v string)
- func (o *OrganizationAllOf) SetLabels(v []Label)
- func (o *OrganizationAllOf) SetName(v string)
- func (o *OrganizationAllOf) SetUpdatedAt(v time.Time)
- type OrganizationList
- func (o *OrganizationList) GetItems() []Organization
- func (o *OrganizationList) GetItemsOk() (*[]Organization, bool)
- func (o *OrganizationList) GetKind() string
- func (o *OrganizationList) GetKindOk() (*string, bool)
- func (o *OrganizationList) GetPage() int32
- func (o *OrganizationList) GetPageOk() (*int32, bool)
- func (o *OrganizationList) GetSize() int32
- func (o *OrganizationList) GetSizeOk() (*int32, bool)
- func (o *OrganizationList) GetTotal() int32
- func (o *OrganizationList) GetTotalOk() (*int32, bool)
- func (o OrganizationList) MarshalJSON() ([]byte, error)
- func (o *OrganizationList) SetItems(v []Organization)
- func (o *OrganizationList) SetKind(v string)
- func (o *OrganizationList) SetPage(v int32)
- func (o *OrganizationList) SetSize(v int32)
- func (o *OrganizationList) SetTotal(v int32)
- type OrganizationListAllOf
- type OrganizationPatchRequest
- func (o *OrganizationPatchRequest) GetEbsAccountId() string
- func (o *OrganizationPatchRequest) GetEbsAccountIdOk() (*string, bool)
- func (o *OrganizationPatchRequest) GetExternalId() string
- func (o *OrganizationPatchRequest) GetExternalIdOk() (*string, bool)
- func (o *OrganizationPatchRequest) GetName() string
- func (o *OrganizationPatchRequest) GetNameOk() (*string, bool)
- func (o *OrganizationPatchRequest) HasEbsAccountId() bool
- func (o *OrganizationPatchRequest) HasExternalId() bool
- func (o *OrganizationPatchRequest) HasName() bool
- func (o OrganizationPatchRequest) MarshalJSON() ([]byte, error)
- func (o *OrganizationPatchRequest) SetEbsAccountId(v string)
- func (o *OrganizationPatchRequest) SetExternalId(v string)
- func (o *OrganizationPatchRequest) SetName(v string)
- type Permission
- func (o *Permission) GetAction() string
- func (o *Permission) GetActionOk() (*string, bool)
- func (o *Permission) GetResource() string
- func (o *Permission) GetResourceOk() (*string, bool)
- func (o *Permission) HasAction() bool
- func (o *Permission) HasResource() bool
- func (o Permission) MarshalJSON() ([]byte, error)
- func (o *Permission) SetAction(v string)
- func (o *Permission) SetResource(v string)
- type PermissionAllOf
- func (o *PermissionAllOf) GetAction() string
- func (o *PermissionAllOf) GetActionOk() (*string, bool)
- func (o *PermissionAllOf) GetResource() string
- func (o *PermissionAllOf) GetResourceOk() (*string, bool)
- func (o *PermissionAllOf) HasAction() bool
- func (o *PermissionAllOf) HasResource() bool
- func (o PermissionAllOf) MarshalJSON() ([]byte, error)
- func (o *PermissionAllOf) SetAction(v string)
- func (o *PermissionAllOf) SetResource(v string)
- type PermissionList
- func (o *PermissionList) GetItems() []Permission
- func (o *PermissionList) GetItemsOk() (*[]Permission, bool)
- func (o *PermissionList) GetKind() string
- func (o *PermissionList) GetKindOk() (*string, bool)
- func (o *PermissionList) GetPage() int32
- func (o *PermissionList) GetPageOk() (*int32, bool)
- func (o *PermissionList) GetSize() int32
- func (o *PermissionList) GetSizeOk() (*int32, bool)
- func (o *PermissionList) GetTotal() int32
- func (o *PermissionList) GetTotalOk() (*int32, bool)
- func (o PermissionList) MarshalJSON() ([]byte, error)
- func (o *PermissionList) SetItems(v []Permission)
- func (o *PermissionList) SetKind(v string)
- func (o *PermissionList) SetPage(v int32)
- func (o *PermissionList) SetSize(v int32)
- func (o *PermissionList) SetTotal(v int32)
- type PermissionListAllOf
- type Plan
- func (o *Plan) GetCategory() string
- func (o *Plan) GetCategoryOk() (*string, bool)
- func (o *Plan) GetHref() string
- func (o *Plan) GetHrefOk() (*string, bool)
- func (o *Plan) GetId() string
- func (o *Plan) GetIdOk() (*string, bool)
- func (o *Plan) GetKind() string
- func (o *Plan) GetKindOk() (*string, bool)
- func (o *Plan) GetName() string
- func (o *Plan) GetNameOk() (*string, bool)
- func (o *Plan) GetType() string
- func (o *Plan) GetTypeOk() (*string, bool)
- func (o *Plan) HasCategory() bool
- func (o *Plan) HasHref() bool
- func (o *Plan) HasId() bool
- func (o *Plan) HasKind() bool
- func (o *Plan) HasName() bool
- func (o *Plan) HasType() bool
- func (o Plan) MarshalJSON() ([]byte, error)
- func (o *Plan) SetCategory(v string)
- func (o *Plan) SetHref(v string)
- func (o *Plan) SetId(v string)
- func (o *Plan) SetKind(v string)
- func (o *Plan) SetName(v string)
- func (o *Plan) SetType(v string)
- type PlanAllOf
- func (o *PlanAllOf) GetCategory() string
- func (o *PlanAllOf) GetCategoryOk() (*string, bool)
- func (o *PlanAllOf) GetName() string
- func (o *PlanAllOf) GetNameOk() (*string, bool)
- func (o *PlanAllOf) GetType() string
- func (o *PlanAllOf) GetTypeOk() (*string, bool)
- func (o *PlanAllOf) HasCategory() bool
- func (o *PlanAllOf) HasName() bool
- func (o *PlanAllOf) HasType() bool
- func (o PlanAllOf) MarshalJSON() ([]byte, error)
- func (o *PlanAllOf) SetCategory(v string)
- func (o *PlanAllOf) SetName(v string)
- func (o *PlanAllOf) SetType(v string)
- type PlanList
- func (o *PlanList) GetItems() []Plan
- func (o *PlanList) GetItemsOk() (*[]Plan, bool)
- func (o *PlanList) GetKind() string
- func (o *PlanList) GetKindOk() (*string, bool)
- func (o *PlanList) GetPage() int32
- func (o *PlanList) GetPageOk() (*int32, bool)
- func (o *PlanList) GetSize() int32
- func (o *PlanList) GetSizeOk() (*int32, bool)
- func (o *PlanList) GetTotal() int32
- func (o *PlanList) GetTotalOk() (*int32, bool)
- func (o PlanList) MarshalJSON() ([]byte, error)
- func (o *PlanList) SetItems(v []Plan)
- func (o *PlanList) SetKind(v string)
- func (o *PlanList) SetPage(v int32)
- func (o *PlanList) SetSize(v int32)
- func (o *PlanList) SetTotal(v int32)
- type PlanListAllOf
- type PullSecretRequest
- type QuotaCost
- func (o *QuotaCost) GetAllowed() int32
- func (o *QuotaCost) GetAllowedOk() (*int32, bool)
- func (o *QuotaCost) GetConsumed() int32
- func (o *QuotaCost) GetConsumedOk() (*int32, bool)
- func (o *QuotaCost) GetHref() string
- func (o *QuotaCost) GetHrefOk() (*string, bool)
- func (o *QuotaCost) GetId() string
- func (o *QuotaCost) GetIdOk() (*string, bool)
- func (o *QuotaCost) GetKind() string
- func (o *QuotaCost) GetKindOk() (*string, bool)
- func (o *QuotaCost) GetOrganizationId() string
- func (o *QuotaCost) GetOrganizationIdOk() (*string, bool)
- func (o *QuotaCost) GetQuotaId() string
- func (o *QuotaCost) GetQuotaIdOk() (*string, bool)
- func (o *QuotaCost) GetRelatedResources() []RelatedResource
- func (o *QuotaCost) GetRelatedResourcesOk() (*[]RelatedResource, bool)
- func (o *QuotaCost) HasHref() bool
- func (o *QuotaCost) HasId() bool
- func (o *QuotaCost) HasKind() bool
- func (o *QuotaCost) HasOrganizationId() bool
- func (o *QuotaCost) HasRelatedResources() bool
- func (o QuotaCost) MarshalJSON() ([]byte, error)
- func (o *QuotaCost) SetAllowed(v int32)
- func (o *QuotaCost) SetConsumed(v int32)
- func (o *QuotaCost) SetHref(v string)
- func (o *QuotaCost) SetId(v string)
- func (o *QuotaCost) SetKind(v string)
- func (o *QuotaCost) SetOrganizationId(v string)
- func (o *QuotaCost) SetQuotaId(v string)
- func (o *QuotaCost) SetRelatedResources(v []RelatedResource)
- type QuotaCostAllOf
- func (o *QuotaCostAllOf) GetAllowed() int32
- func (o *QuotaCostAllOf) GetAllowedOk() (*int32, bool)
- func (o *QuotaCostAllOf) GetConsumed() int32
- func (o *QuotaCostAllOf) GetConsumedOk() (*int32, bool)
- func (o *QuotaCostAllOf) GetOrganizationId() string
- func (o *QuotaCostAllOf) GetOrganizationIdOk() (*string, bool)
- func (o *QuotaCostAllOf) GetQuotaId() string
- func (o *QuotaCostAllOf) GetQuotaIdOk() (*string, bool)
- func (o *QuotaCostAllOf) GetRelatedResources() []RelatedResource
- func (o *QuotaCostAllOf) GetRelatedResourcesOk() (*[]RelatedResource, bool)
- func (o *QuotaCostAllOf) HasOrganizationId() bool
- func (o *QuotaCostAllOf) HasRelatedResources() bool
- func (o QuotaCostAllOf) MarshalJSON() ([]byte, error)
- func (o *QuotaCostAllOf) SetAllowed(v int32)
- func (o *QuotaCostAllOf) SetConsumed(v int32)
- func (o *QuotaCostAllOf) SetOrganizationId(v string)
- func (o *QuotaCostAllOf) SetQuotaId(v string)
- func (o *QuotaCostAllOf) SetRelatedResources(v []RelatedResource)
- type QuotaCostList
- func (o *QuotaCostList) GetItems() []QuotaCost
- func (o *QuotaCostList) GetItemsOk() (*[]QuotaCost, bool)
- func (o *QuotaCostList) GetKind() string
- func (o *QuotaCostList) GetKindOk() (*string, bool)
- func (o *QuotaCostList) GetPage() int32
- func (o *QuotaCostList) GetPageOk() (*int32, bool)
- func (o *QuotaCostList) GetSize() int32
- func (o *QuotaCostList) GetSizeOk() (*int32, bool)
- func (o *QuotaCostList) GetTotal() int32
- func (o *QuotaCostList) GetTotalOk() (*int32, bool)
- func (o QuotaCostList) MarshalJSON() ([]byte, error)
- func (o *QuotaCostList) SetItems(v []QuotaCost)
- func (o *QuotaCostList) SetKind(v string)
- func (o *QuotaCostList) SetPage(v int32)
- func (o *QuotaCostList) SetSize(v int32)
- func (o *QuotaCostList) SetTotal(v int32)
- type QuotaCostListAllOf
- type QuotaSummary
- func (o *QuotaSummary) GetAllowed() int32
- func (o *QuotaSummary) GetAllowedOk() (*int32, bool)
- func (o *QuotaSummary) GetAvailabilityZoneType() string
- func (o *QuotaSummary) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *QuotaSummary) GetByoc() bool
- func (o *QuotaSummary) GetByocOk() (*bool, bool)
- func (o *QuotaSummary) GetHref() string
- func (o *QuotaSummary) GetHrefOk() (*string, bool)
- func (o *QuotaSummary) GetId() string
- func (o *QuotaSummary) GetIdOk() (*string, bool)
- func (o *QuotaSummary) GetKind() string
- func (o *QuotaSummary) GetKindOk() (*string, bool)
- func (o *QuotaSummary) GetOrganizationId() string
- func (o *QuotaSummary) GetOrganizationIdOk() (*string, bool)
- func (o *QuotaSummary) GetReserved() int32
- func (o *QuotaSummary) GetReservedOk() (*int32, bool)
- func (o *QuotaSummary) GetResourceName() string
- func (o *QuotaSummary) GetResourceNameOk() (*string, bool)
- func (o *QuotaSummary) GetResourceType() string
- func (o *QuotaSummary) GetResourceTypeOk() (*string, bool)
- func (o *QuotaSummary) HasHref() bool
- func (o *QuotaSummary) HasId() bool
- func (o *QuotaSummary) HasKind() bool
- func (o *QuotaSummary) HasOrganizationId() bool
- func (o QuotaSummary) MarshalJSON() ([]byte, error)
- func (o *QuotaSummary) SetAllowed(v int32)
- func (o *QuotaSummary) SetAvailabilityZoneType(v string)
- func (o *QuotaSummary) SetByoc(v bool)
- func (o *QuotaSummary) SetHref(v string)
- func (o *QuotaSummary) SetId(v string)
- func (o *QuotaSummary) SetKind(v string)
- func (o *QuotaSummary) SetOrganizationId(v string)
- func (o *QuotaSummary) SetReserved(v int32)
- func (o *QuotaSummary) SetResourceName(v string)
- func (o *QuotaSummary) SetResourceType(v string)
- type QuotaSummaryAllOf
- func (o *QuotaSummaryAllOf) GetAllowed() int32
- func (o *QuotaSummaryAllOf) GetAllowedOk() (*int32, bool)
- func (o *QuotaSummaryAllOf) GetAvailabilityZoneType() string
- func (o *QuotaSummaryAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *QuotaSummaryAllOf) GetByoc() bool
- func (o *QuotaSummaryAllOf) GetByocOk() (*bool, bool)
- func (o *QuotaSummaryAllOf) GetOrganizationId() string
- func (o *QuotaSummaryAllOf) GetOrganizationIdOk() (*string, bool)
- func (o *QuotaSummaryAllOf) GetReserved() int32
- func (o *QuotaSummaryAllOf) GetReservedOk() (*int32, bool)
- func (o *QuotaSummaryAllOf) GetResourceName() string
- func (o *QuotaSummaryAllOf) GetResourceNameOk() (*string, bool)
- func (o *QuotaSummaryAllOf) GetResourceType() string
- func (o *QuotaSummaryAllOf) GetResourceTypeOk() (*string, bool)
- func (o *QuotaSummaryAllOf) HasOrganizationId() bool
- func (o QuotaSummaryAllOf) MarshalJSON() ([]byte, error)
- func (o *QuotaSummaryAllOf) SetAllowed(v int32)
- func (o *QuotaSummaryAllOf) SetAvailabilityZoneType(v string)
- func (o *QuotaSummaryAllOf) SetByoc(v bool)
- func (o *QuotaSummaryAllOf) SetOrganizationId(v string)
- func (o *QuotaSummaryAllOf) SetReserved(v int32)
- func (o *QuotaSummaryAllOf) SetResourceName(v string)
- func (o *QuotaSummaryAllOf) SetResourceType(v string)
- type QuotaSummaryList
- func (o *QuotaSummaryList) GetItems() []QuotaSummary
- func (o *QuotaSummaryList) GetItemsOk() (*[]QuotaSummary, bool)
- func (o *QuotaSummaryList) GetKind() string
- func (o *QuotaSummaryList) GetKindOk() (*string, bool)
- func (o *QuotaSummaryList) GetPage() int32
- func (o *QuotaSummaryList) GetPageOk() (*int32, bool)
- func (o *QuotaSummaryList) GetSize() int32
- func (o *QuotaSummaryList) GetSizeOk() (*int32, bool)
- func (o *QuotaSummaryList) GetTotal() int32
- func (o *QuotaSummaryList) GetTotalOk() (*int32, bool)
- func (o QuotaSummaryList) MarshalJSON() ([]byte, error)
- func (o *QuotaSummaryList) SetItems(v []QuotaSummary)
- func (o *QuotaSummaryList) SetKind(v string)
- func (o *QuotaSummaryList) SetPage(v int32)
- func (o *QuotaSummaryList) SetSize(v int32)
- func (o *QuotaSummaryList) SetTotal(v int32)
- type QuotaSummaryListAllOf
- type Registry
- func (o *Registry) GetCloudAlias() bool
- func (o *Registry) GetCloudAliasOk() (*bool, bool)
- func (o *Registry) GetCreatedAt() time.Time
- func (o *Registry) GetCreatedAtOk() (*time.Time, bool)
- func (o *Registry) GetHref() string
- func (o *Registry) GetHrefOk() (*string, bool)
- func (o *Registry) GetId() string
- func (o *Registry) GetIdOk() (*string, bool)
- func (o *Registry) GetKind() string
- func (o *Registry) GetKindOk() (*string, bool)
- func (o *Registry) GetName() string
- func (o *Registry) GetNameOk() (*string, bool)
- func (o *Registry) GetOrgName() string
- func (o *Registry) GetOrgNameOk() (*string, bool)
- func (o *Registry) GetTeamName() string
- func (o *Registry) GetTeamNameOk() (*string, bool)
- func (o *Registry) GetType() string
- func (o *Registry) GetTypeOk() (*string, bool)
- func (o *Registry) GetUpdatedAt() time.Time
- func (o *Registry) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Registry) GetUrl() string
- func (o *Registry) GetUrlOk() (*string, bool)
- func (o *Registry) HasCloudAlias() bool
- func (o *Registry) HasCreatedAt() bool
- func (o *Registry) HasHref() bool
- func (o *Registry) HasId() bool
- func (o *Registry) HasKind() bool
- func (o *Registry) HasName() bool
- func (o *Registry) HasOrgName() bool
- func (o *Registry) HasTeamName() bool
- func (o *Registry) HasType() bool
- func (o *Registry) HasUpdatedAt() bool
- func (o *Registry) HasUrl() bool
- func (o Registry) MarshalJSON() ([]byte, error)
- func (o *Registry) SetCloudAlias(v bool)
- func (o *Registry) SetCreatedAt(v time.Time)
- func (o *Registry) SetHref(v string)
- func (o *Registry) SetId(v string)
- func (o *Registry) SetKind(v string)
- func (o *Registry) SetName(v string)
- func (o *Registry) SetOrgName(v string)
- func (o *Registry) SetTeamName(v string)
- func (o *Registry) SetType(v string)
- func (o *Registry) SetUpdatedAt(v time.Time)
- func (o *Registry) SetUrl(v string)
- type RegistryAllOf
- func (o *RegistryAllOf) GetCloudAlias() bool
- func (o *RegistryAllOf) GetCloudAliasOk() (*bool, bool)
- func (o *RegistryAllOf) GetCreatedAt() time.Time
- func (o *RegistryAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *RegistryAllOf) GetName() string
- func (o *RegistryAllOf) GetNameOk() (*string, bool)
- func (o *RegistryAllOf) GetOrgName() string
- func (o *RegistryAllOf) GetOrgNameOk() (*string, bool)
- func (o *RegistryAllOf) GetTeamName() string
- func (o *RegistryAllOf) GetTeamNameOk() (*string, bool)
- func (o *RegistryAllOf) GetType() string
- func (o *RegistryAllOf) GetTypeOk() (*string, bool)
- func (o *RegistryAllOf) GetUpdatedAt() time.Time
- func (o *RegistryAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *RegistryAllOf) GetUrl() string
- func (o *RegistryAllOf) GetUrlOk() (*string, bool)
- func (o *RegistryAllOf) HasCloudAlias() bool
- func (o *RegistryAllOf) HasCreatedAt() bool
- func (o *RegistryAllOf) HasName() bool
- func (o *RegistryAllOf) HasOrgName() bool
- func (o *RegistryAllOf) HasTeamName() bool
- func (o *RegistryAllOf) HasType() bool
- func (o *RegistryAllOf) HasUpdatedAt() bool
- func (o *RegistryAllOf) HasUrl() bool
- func (o RegistryAllOf) MarshalJSON() ([]byte, error)
- func (o *RegistryAllOf) SetCloudAlias(v bool)
- func (o *RegistryAllOf) SetCreatedAt(v time.Time)
- func (o *RegistryAllOf) SetName(v string)
- func (o *RegistryAllOf) SetOrgName(v string)
- func (o *RegistryAllOf) SetTeamName(v string)
- func (o *RegistryAllOf) SetType(v string)
- func (o *RegistryAllOf) SetUpdatedAt(v time.Time)
- func (o *RegistryAllOf) SetUrl(v string)
- type RegistryCreateRequest
- func (o *RegistryCreateRequest) GetCloudAlias() bool
- func (o *RegistryCreateRequest) GetCloudAliasOk() (*bool, bool)
- func (o *RegistryCreateRequest) GetName() string
- func (o *RegistryCreateRequest) GetNameOk() (*string, bool)
- func (o *RegistryCreateRequest) GetOrgName() string
- func (o *RegistryCreateRequest) GetOrgNameOk() (*string, bool)
- func (o *RegistryCreateRequest) GetTeamName() string
- func (o *RegistryCreateRequest) GetTeamNameOk() (*string, bool)
- func (o *RegistryCreateRequest) GetType() string
- func (o *RegistryCreateRequest) GetTypeOk() (*string, bool)
- func (o *RegistryCreateRequest) GetUrl() string
- func (o *RegistryCreateRequest) GetUrlOk() (*string, bool)
- func (o *RegistryCreateRequest) HasCloudAlias() bool
- func (o *RegistryCreateRequest) HasOrgName() bool
- func (o *RegistryCreateRequest) HasTeamName() bool
- func (o RegistryCreateRequest) MarshalJSON() ([]byte, error)
- func (o *RegistryCreateRequest) SetCloudAlias(v bool)
- func (o *RegistryCreateRequest) SetName(v string)
- func (o *RegistryCreateRequest) SetOrgName(v string)
- func (o *RegistryCreateRequest) SetTeamName(v string)
- func (o *RegistryCreateRequest) SetType(v string)
- func (o *RegistryCreateRequest) SetUrl(v string)
- type RegistryCredential
- func (o *RegistryCredential) GetAccount() ObjectReference
- func (o *RegistryCredential) GetAccountOk() (*ObjectReference, bool)
- func (o *RegistryCredential) GetCreatedAt() time.Time
- func (o *RegistryCredential) GetCreatedAtOk() (*time.Time, bool)
- func (o *RegistryCredential) GetExternalResourceId() string
- func (o *RegistryCredential) GetExternalResourceIdOk() (*string, bool)
- func (o *RegistryCredential) GetHref() string
- func (o *RegistryCredential) GetHrefOk() (*string, bool)
- func (o *RegistryCredential) GetId() string
- func (o *RegistryCredential) GetIdOk() (*string, bool)
- func (o *RegistryCredential) GetKind() string
- func (o *RegistryCredential) GetKindOk() (*string, bool)
- func (o *RegistryCredential) GetRegistry() ObjectReference
- func (o *RegistryCredential) GetRegistryOk() (*ObjectReference, bool)
- func (o *RegistryCredential) GetToken() string
- func (o *RegistryCredential) GetTokenOk() (*string, bool)
- func (o *RegistryCredential) GetUpdatedAt() time.Time
- func (o *RegistryCredential) GetUpdatedAtOk() (*time.Time, bool)
- func (o *RegistryCredential) GetUsername() string
- func (o *RegistryCredential) GetUsernameOk() (*string, bool)
- func (o *RegistryCredential) HasAccount() bool
- func (o *RegistryCredential) HasCreatedAt() bool
- func (o *RegistryCredential) HasExternalResourceId() bool
- func (o *RegistryCredential) HasHref() bool
- func (o *RegistryCredential) HasId() bool
- func (o *RegistryCredential) HasKind() bool
- func (o *RegistryCredential) HasRegistry() bool
- func (o *RegistryCredential) HasToken() bool
- func (o *RegistryCredential) HasUpdatedAt() bool
- func (o *RegistryCredential) HasUsername() bool
- func (o RegistryCredential) MarshalJSON() ([]byte, error)
- func (o *RegistryCredential) SetAccount(v ObjectReference)
- func (o *RegistryCredential) SetCreatedAt(v time.Time)
- func (o *RegistryCredential) SetExternalResourceId(v string)
- func (o *RegistryCredential) SetHref(v string)
- func (o *RegistryCredential) SetId(v string)
- func (o *RegistryCredential) SetKind(v string)
- func (o *RegistryCredential) SetRegistry(v ObjectReference)
- func (o *RegistryCredential) SetToken(v string)
- func (o *RegistryCredential) SetUpdatedAt(v time.Time)
- func (o *RegistryCredential) SetUsername(v string)
- type RegistryCredentialAllOf
- func (o *RegistryCredentialAllOf) GetAccount() ObjectReference
- func (o *RegistryCredentialAllOf) GetAccountOk() (*ObjectReference, bool)
- func (o *RegistryCredentialAllOf) GetCreatedAt() time.Time
- func (o *RegistryCredentialAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *RegistryCredentialAllOf) GetExternalResourceId() string
- func (o *RegistryCredentialAllOf) GetExternalResourceIdOk() (*string, bool)
- func (o *RegistryCredentialAllOf) GetRegistry() ObjectReference
- func (o *RegistryCredentialAllOf) GetRegistryOk() (*ObjectReference, bool)
- func (o *RegistryCredentialAllOf) GetToken() string
- func (o *RegistryCredentialAllOf) GetTokenOk() (*string, bool)
- func (o *RegistryCredentialAllOf) GetUpdatedAt() time.Time
- func (o *RegistryCredentialAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *RegistryCredentialAllOf) GetUsername() string
- func (o *RegistryCredentialAllOf) GetUsernameOk() (*string, bool)
- func (o *RegistryCredentialAllOf) HasAccount() bool
- func (o *RegistryCredentialAllOf) HasCreatedAt() bool
- func (o *RegistryCredentialAllOf) HasExternalResourceId() bool
- func (o *RegistryCredentialAllOf) HasRegistry() bool
- func (o *RegistryCredentialAllOf) HasToken() bool
- func (o *RegistryCredentialAllOf) HasUpdatedAt() bool
- func (o *RegistryCredentialAllOf) HasUsername() bool
- func (o RegistryCredentialAllOf) MarshalJSON() ([]byte, error)
- func (o *RegistryCredentialAllOf) SetAccount(v ObjectReference)
- func (o *RegistryCredentialAllOf) SetCreatedAt(v time.Time)
- func (o *RegistryCredentialAllOf) SetExternalResourceId(v string)
- func (o *RegistryCredentialAllOf) SetRegistry(v ObjectReference)
- func (o *RegistryCredentialAllOf) SetToken(v string)
- func (o *RegistryCredentialAllOf) SetUpdatedAt(v time.Time)
- func (o *RegistryCredentialAllOf) SetUsername(v string)
- type RegistryCredentialList
- func (o *RegistryCredentialList) GetItems() []RegistryCredential
- func (o *RegistryCredentialList) GetItemsOk() (*[]RegistryCredential, bool)
- func (o *RegistryCredentialList) GetKind() string
- func (o *RegistryCredentialList) GetKindOk() (*string, bool)
- func (o *RegistryCredentialList) GetPage() int32
- func (o *RegistryCredentialList) GetPageOk() (*int32, bool)
- func (o *RegistryCredentialList) GetSize() int32
- func (o *RegistryCredentialList) GetSizeOk() (*int32, bool)
- func (o *RegistryCredentialList) GetTotal() int32
- func (o *RegistryCredentialList) GetTotalOk() (*int32, bool)
- func (o RegistryCredentialList) MarshalJSON() ([]byte, error)
- func (o *RegistryCredentialList) SetItems(v []RegistryCredential)
- func (o *RegistryCredentialList) SetKind(v string)
- func (o *RegistryCredentialList) SetPage(v int32)
- func (o *RegistryCredentialList) SetSize(v int32)
- func (o *RegistryCredentialList) SetTotal(v int32)
- type RegistryCredentialListAllOf
- func (o *RegistryCredentialListAllOf) GetItems() []RegistryCredential
- func (o *RegistryCredentialListAllOf) GetItemsOk() (*[]RegistryCredential, bool)
- func (o *RegistryCredentialListAllOf) HasItems() bool
- func (o RegistryCredentialListAllOf) MarshalJSON() ([]byte, error)
- func (o *RegistryCredentialListAllOf) SetItems(v []RegistryCredential)
- type RegistryCredentialPatchRequest
- func (o *RegistryCredentialPatchRequest) GetAccountId() string
- func (o *RegistryCredentialPatchRequest) GetAccountIdOk() (*string, bool)
- func (o *RegistryCredentialPatchRequest) GetExternalResourceId() string
- func (o *RegistryCredentialPatchRequest) GetExternalResourceIdOk() (*string, bool)
- func (o *RegistryCredentialPatchRequest) GetRegistryId() string
- func (o *RegistryCredentialPatchRequest) GetRegistryIdOk() (*string, bool)
- func (o *RegistryCredentialPatchRequest) GetToken() string
- func (o *RegistryCredentialPatchRequest) GetTokenOk() (*string, bool)
- func (o *RegistryCredentialPatchRequest) GetUsername() string
- func (o *RegistryCredentialPatchRequest) GetUsernameOk() (*string, bool)
- func (o *RegistryCredentialPatchRequest) HasAccountId() bool
- func (o *RegistryCredentialPatchRequest) HasExternalResourceId() bool
- func (o *RegistryCredentialPatchRequest) HasRegistryId() bool
- func (o *RegistryCredentialPatchRequest) HasToken() bool
- func (o *RegistryCredentialPatchRequest) HasUsername() bool
- func (o RegistryCredentialPatchRequest) MarshalJSON() ([]byte, error)
- func (o *RegistryCredentialPatchRequest) SetAccountId(v string)
- func (o *RegistryCredentialPatchRequest) SetExternalResourceId(v string)
- func (o *RegistryCredentialPatchRequest) SetRegistryId(v string)
- func (o *RegistryCredentialPatchRequest) SetToken(v string)
- func (o *RegistryCredentialPatchRequest) SetUsername(v string)
- type RegistryList
- func (o *RegistryList) GetItems() []Registry
- func (o *RegistryList) GetItemsOk() (*[]Registry, bool)
- func (o *RegistryList) GetKind() string
- func (o *RegistryList) GetKindOk() (*string, bool)
- func (o *RegistryList) GetPage() int32
- func (o *RegistryList) GetPageOk() (*int32, bool)
- func (o *RegistryList) GetSize() int32
- func (o *RegistryList) GetSizeOk() (*int32, bool)
- func (o *RegistryList) GetTotal() int32
- func (o *RegistryList) GetTotalOk() (*int32, bool)
- func (o RegistryList) MarshalJSON() ([]byte, error)
- func (o *RegistryList) SetItems(v []Registry)
- func (o *RegistryList) SetKind(v string)
- func (o *RegistryList) SetPage(v int32)
- func (o *RegistryList) SetSize(v int32)
- func (o *RegistryList) SetTotal(v int32)
- type RegistryListAllOf
- type RegistryRequest
- func (o *RegistryRequest) GetCloudAlias() bool
- func (o *RegistryRequest) GetCloudAliasOk() (*bool, bool)
- func (o *RegistryRequest) GetName() string
- func (o *RegistryRequest) GetNameOk() (*string, bool)
- func (o *RegistryRequest) GetOrgName() string
- func (o *RegistryRequest) GetOrgNameOk() (*string, bool)
- func (o *RegistryRequest) GetTeamName() string
- func (o *RegistryRequest) GetTeamNameOk() (*string, bool)
- func (o *RegistryRequest) GetType() string
- func (o *RegistryRequest) GetTypeOk() (*string, bool)
- func (o *RegistryRequest) GetUrl() string
- func (o *RegistryRequest) GetUrlOk() (*string, bool)
- func (o *RegistryRequest) HasCloudAlias() bool
- func (o *RegistryRequest) HasName() bool
- func (o *RegistryRequest) HasOrgName() bool
- func (o *RegistryRequest) HasTeamName() bool
- func (o *RegistryRequest) HasType() bool
- func (o *RegistryRequest) HasUrl() bool
- func (o RegistryRequest) MarshalJSON() ([]byte, error)
- func (o *RegistryRequest) SetCloudAlias(v bool)
- func (o *RegistryRequest) SetName(v string)
- func (o *RegistryRequest) SetOrgName(v string)
- func (o *RegistryRequest) SetTeamName(v string)
- func (o *RegistryRequest) SetType(v string)
- func (o *RegistryRequest) SetUrl(v string)
- type RelatedResource
- func (o *RelatedResource) GetAvailabilityZoneType() string
- func (o *RelatedResource) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *RelatedResource) GetBillingModel() string
- func (o *RelatedResource) GetBillingModelOk() (*string, bool)
- func (o *RelatedResource) GetByoc() string
- func (o *RelatedResource) GetByocOk() (*string, bool)
- func (o *RelatedResource) GetCloudProvider() string
- func (o *RelatedResource) GetCloudProviderOk() (*string, bool)
- func (o *RelatedResource) GetCost() int32
- func (o *RelatedResource) GetCostOk() (*int32, bool)
- func (o *RelatedResource) GetHref() string
- func (o *RelatedResource) GetHrefOk() (*string, bool)
- func (o *RelatedResource) GetId() string
- func (o *RelatedResource) GetIdOk() (*string, bool)
- func (o *RelatedResource) GetKind() string
- func (o *RelatedResource) GetKindOk() (*string, bool)
- func (o *RelatedResource) GetProduct() string
- func (o *RelatedResource) GetProductId() string
- func (o *RelatedResource) GetProductIdOk() (*string, bool)
- func (o *RelatedResource) GetProductOk() (*string, bool)
- func (o *RelatedResource) GetResourceName() string
- func (o *RelatedResource) GetResourceNameOk() (*string, bool)
- func (o *RelatedResource) GetResourceType() string
- func (o *RelatedResource) GetResourceTypeOk() (*string, bool)
- func (o *RelatedResource) HasHref() bool
- func (o *RelatedResource) HasId() bool
- func (o *RelatedResource) HasKind() bool
- func (o *RelatedResource) HasProductId() bool
- func (o *RelatedResource) HasResourceName() bool
- func (o RelatedResource) MarshalJSON() ([]byte, error)
- func (o *RelatedResource) SetAvailabilityZoneType(v string)
- func (o *RelatedResource) SetBillingModel(v string)
- func (o *RelatedResource) SetByoc(v string)
- func (o *RelatedResource) SetCloudProvider(v string)
- func (o *RelatedResource) SetCost(v int32)
- func (o *RelatedResource) SetHref(v string)
- func (o *RelatedResource) SetId(v string)
- func (o *RelatedResource) SetKind(v string)
- func (o *RelatedResource) SetProduct(v string)
- func (o *RelatedResource) SetProductId(v string)
- func (o *RelatedResource) SetResourceName(v string)
- func (o *RelatedResource) SetResourceType(v string)
- type RelatedResourceAllOf
- func (o *RelatedResourceAllOf) GetAvailabilityZoneType() string
- func (o *RelatedResourceAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *RelatedResourceAllOf) GetBillingModel() string
- func (o *RelatedResourceAllOf) GetBillingModelOk() (*string, bool)
- func (o *RelatedResourceAllOf) GetByoc() string
- func (o *RelatedResourceAllOf) GetByocOk() (*string, bool)
- func (o *RelatedResourceAllOf) GetCloudProvider() string
- func (o *RelatedResourceAllOf) GetCloudProviderOk() (*string, bool)
- func (o *RelatedResourceAllOf) GetCost() int32
- func (o *RelatedResourceAllOf) GetCostOk() (*int32, bool)
- func (o *RelatedResourceAllOf) GetProduct() string
- func (o *RelatedResourceAllOf) GetProductId() string
- func (o *RelatedResourceAllOf) GetProductIdOk() (*string, bool)
- func (o *RelatedResourceAllOf) GetProductOk() (*string, bool)
- func (o *RelatedResourceAllOf) GetResourceName() string
- func (o *RelatedResourceAllOf) GetResourceNameOk() (*string, bool)
- func (o *RelatedResourceAllOf) GetResourceType() string
- func (o *RelatedResourceAllOf) GetResourceTypeOk() (*string, bool)
- func (o *RelatedResourceAllOf) HasProductId() bool
- func (o *RelatedResourceAllOf) HasResourceName() bool
- func (o RelatedResourceAllOf) MarshalJSON() ([]byte, error)
- func (o *RelatedResourceAllOf) SetAvailabilityZoneType(v string)
- func (o *RelatedResourceAllOf) SetBillingModel(v string)
- func (o *RelatedResourceAllOf) SetByoc(v string)
- func (o *RelatedResourceAllOf) SetCloudProvider(v string)
- func (o *RelatedResourceAllOf) SetCost(v int32)
- func (o *RelatedResourceAllOf) SetProduct(v string)
- func (o *RelatedResourceAllOf) SetProductId(v string)
- func (o *RelatedResourceAllOf) SetResourceName(v string)
- func (o *RelatedResourceAllOf) SetResourceType(v string)
- type ReservedResource
- func (o *ReservedResource) GetAvailabilityZoneType() string
- func (o *ReservedResource) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *ReservedResource) GetBillingModel() string
- func (o *ReservedResource) GetBillingModelOk() (*string, bool)
- func (o *ReservedResource) GetByoc() bool
- func (o *ReservedResource) GetByocOk() (*bool, bool)
- func (o *ReservedResource) GetCluster() bool
- func (o *ReservedResource) GetClusterOk() (*bool, bool)
- func (o *ReservedResource) GetCount() int32
- func (o *ReservedResource) GetCountOk() (*int32, bool)
- func (o *ReservedResource) GetCreatedAt() time.Time
- func (o *ReservedResource) GetCreatedAtOk() (*time.Time, bool)
- func (o *ReservedResource) GetHref() string
- func (o *ReservedResource) GetHrefOk() (*string, bool)
- func (o *ReservedResource) GetId() string
- func (o *ReservedResource) GetIdOk() (*string, bool)
- func (o *ReservedResource) GetKind() string
- func (o *ReservedResource) GetKindOk() (*string, bool)
- func (o *ReservedResource) GetResourceName() string
- func (o *ReservedResource) GetResourceNameOk() (*string, bool)
- func (o *ReservedResource) GetResourceType() string
- func (o *ReservedResource) GetResourceTypeOk() (*string, bool)
- func (o *ReservedResource) GetSubscription() ObjectReference
- func (o *ReservedResource) GetSubscriptionOk() (*ObjectReference, bool)
- func (o *ReservedResource) GetUpdatedAt() time.Time
- func (o *ReservedResource) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ReservedResource) HasAvailabilityZoneType() bool
- func (o *ReservedResource) HasBillingModel() bool
- func (o *ReservedResource) HasCluster() bool
- func (o *ReservedResource) HasCount() bool
- func (o *ReservedResource) HasCreatedAt() bool
- func (o *ReservedResource) HasHref() bool
- func (o *ReservedResource) HasId() bool
- func (o *ReservedResource) HasKind() bool
- func (o *ReservedResource) HasResourceName() bool
- func (o *ReservedResource) HasResourceType() bool
- func (o *ReservedResource) HasSubscription() bool
- func (o *ReservedResource) HasUpdatedAt() bool
- func (o ReservedResource) MarshalJSON() ([]byte, error)
- func (o *ReservedResource) SetAvailabilityZoneType(v string)
- func (o *ReservedResource) SetBillingModel(v string)
- func (o *ReservedResource) SetByoc(v bool)
- func (o *ReservedResource) SetCluster(v bool)
- func (o *ReservedResource) SetCount(v int32)
- func (o *ReservedResource) SetCreatedAt(v time.Time)
- func (o *ReservedResource) SetHref(v string)
- func (o *ReservedResource) SetId(v string)
- func (o *ReservedResource) SetKind(v string)
- func (o *ReservedResource) SetResourceName(v string)
- func (o *ReservedResource) SetResourceType(v string)
- func (o *ReservedResource) SetSubscription(v ObjectReference)
- func (o *ReservedResource) SetUpdatedAt(v time.Time)
- type ReservedResourceAllOf
- func (o *ReservedResourceAllOf) GetAvailabilityZoneType() string
- func (o *ReservedResourceAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *ReservedResourceAllOf) GetBillingModel() string
- func (o *ReservedResourceAllOf) GetBillingModelOk() (*string, bool)
- func (o *ReservedResourceAllOf) GetByoc() bool
- func (o *ReservedResourceAllOf) GetByocOk() (*bool, bool)
- func (o *ReservedResourceAllOf) GetCluster() bool
- func (o *ReservedResourceAllOf) GetClusterOk() (*bool, bool)
- func (o *ReservedResourceAllOf) GetCount() int32
- func (o *ReservedResourceAllOf) GetCountOk() (*int32, bool)
- func (o *ReservedResourceAllOf) GetCreatedAt() time.Time
- func (o *ReservedResourceAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *ReservedResourceAllOf) GetResourceName() string
- func (o *ReservedResourceAllOf) GetResourceNameOk() (*string, bool)
- func (o *ReservedResourceAllOf) GetResourceType() string
- func (o *ReservedResourceAllOf) GetResourceTypeOk() (*string, bool)
- func (o *ReservedResourceAllOf) GetSubscription() ObjectReference
- func (o *ReservedResourceAllOf) GetSubscriptionOk() (*ObjectReference, bool)
- func (o *ReservedResourceAllOf) GetUpdatedAt() time.Time
- func (o *ReservedResourceAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ReservedResourceAllOf) HasAvailabilityZoneType() bool
- func (o *ReservedResourceAllOf) HasBillingModel() bool
- func (o *ReservedResourceAllOf) HasCluster() bool
- func (o *ReservedResourceAllOf) HasCount() bool
- func (o *ReservedResourceAllOf) HasCreatedAt() bool
- func (o *ReservedResourceAllOf) HasResourceName() bool
- func (o *ReservedResourceAllOf) HasResourceType() bool
- func (o *ReservedResourceAllOf) HasSubscription() bool
- func (o *ReservedResourceAllOf) HasUpdatedAt() bool
- func (o ReservedResourceAllOf) MarshalJSON() ([]byte, error)
- func (o *ReservedResourceAllOf) SetAvailabilityZoneType(v string)
- func (o *ReservedResourceAllOf) SetBillingModel(v string)
- func (o *ReservedResourceAllOf) SetByoc(v bool)
- func (o *ReservedResourceAllOf) SetCluster(v bool)
- func (o *ReservedResourceAllOf) SetCount(v int32)
- func (o *ReservedResourceAllOf) SetCreatedAt(v time.Time)
- func (o *ReservedResourceAllOf) SetResourceName(v string)
- func (o *ReservedResourceAllOf) SetResourceType(v string)
- func (o *ReservedResourceAllOf) SetSubscription(v ObjectReference)
- func (o *ReservedResourceAllOf) SetUpdatedAt(v time.Time)
- type ReservedResourceList
- func (o *ReservedResourceList) GetItems() []ReservedResource
- func (o *ReservedResourceList) GetItemsOk() (*[]ReservedResource, bool)
- func (o *ReservedResourceList) GetKind() string
- func (o *ReservedResourceList) GetKindOk() (*string, bool)
- func (o *ReservedResourceList) GetPage() int32
- func (o *ReservedResourceList) GetPageOk() (*int32, bool)
- func (o *ReservedResourceList) GetSize() int32
- func (o *ReservedResourceList) GetSizeOk() (*int32, bool)
- func (o *ReservedResourceList) GetTotal() int32
- func (o *ReservedResourceList) GetTotalOk() (*int32, bool)
- func (o ReservedResourceList) MarshalJSON() ([]byte, error)
- func (o *ReservedResourceList) SetItems(v []ReservedResource)
- func (o *ReservedResourceList) SetKind(v string)
- func (o *ReservedResourceList) SetPage(v int32)
- func (o *ReservedResourceList) SetSize(v int32)
- func (o *ReservedResourceList) SetTotal(v int32)
- type ReservedResourceListAllOf
- func (o *ReservedResourceListAllOf) GetItems() []ReservedResource
- func (o *ReservedResourceListAllOf) GetItemsOk() (*[]ReservedResource, bool)
- func (o *ReservedResourceListAllOf) HasItems() bool
- func (o ReservedResourceListAllOf) MarshalJSON() ([]byte, error)
- func (o *ReservedResourceListAllOf) SetItems(v []ReservedResource)
- type ResourceQuota
- func (o *ResourceQuota) GetAllowed() int32
- func (o *ResourceQuota) GetAllowedOk() (*int32, bool)
- func (o *ResourceQuota) GetAvailabilityZoneType() string
- func (o *ResourceQuota) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *ResourceQuota) GetByoc() bool
- func (o *ResourceQuota) GetByocOk() (*bool, bool)
- func (o *ResourceQuota) GetCreatedAt() time.Time
- func (o *ResourceQuota) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceQuota) GetHref() string
- func (o *ResourceQuota) GetHrefOk() (*string, bool)
- func (o *ResourceQuota) GetId() string
- func (o *ResourceQuota) GetIdOk() (*string, bool)
- func (o *ResourceQuota) GetKind() string
- func (o *ResourceQuota) GetKindOk() (*string, bool)
- func (o *ResourceQuota) GetOrganizationId() string
- func (o *ResourceQuota) GetOrganizationIdOk() (*string, bool)
- func (o *ResourceQuota) GetResourceName() string
- func (o *ResourceQuota) GetResourceNameOk() (*string, bool)
- func (o *ResourceQuota) GetResourceType() string
- func (o *ResourceQuota) GetResourceTypeOk() (*string, bool)
- func (o *ResourceQuota) GetSku() string
- func (o *ResourceQuota) GetSkuCount() int32
- func (o *ResourceQuota) GetSkuCountOk() (*int32, bool)
- func (o *ResourceQuota) GetSkuOk() (*string, bool)
- func (o *ResourceQuota) GetType() string
- func (o *ResourceQuota) GetTypeOk() (*string, bool)
- func (o *ResourceQuota) GetUpdatedAt() time.Time
- func (o *ResourceQuota) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceQuota) HasAvailabilityZoneType() bool
- func (o *ResourceQuota) HasCreatedAt() bool
- func (o *ResourceQuota) HasHref() bool
- func (o *ResourceQuota) HasId() bool
- func (o *ResourceQuota) HasKind() bool
- func (o *ResourceQuota) HasOrganizationId() bool
- func (o *ResourceQuota) HasSku() bool
- func (o *ResourceQuota) HasSkuCount() bool
- func (o *ResourceQuota) HasType() bool
- func (o *ResourceQuota) HasUpdatedAt() bool
- func (o ResourceQuota) MarshalJSON() ([]byte, error)
- func (o *ResourceQuota) SetAllowed(v int32)
- func (o *ResourceQuota) SetAvailabilityZoneType(v string)
- func (o *ResourceQuota) SetByoc(v bool)
- func (o *ResourceQuota) SetCreatedAt(v time.Time)
- func (o *ResourceQuota) SetHref(v string)
- func (o *ResourceQuota) SetId(v string)
- func (o *ResourceQuota) SetKind(v string)
- func (o *ResourceQuota) SetOrganizationId(v string)
- func (o *ResourceQuota) SetResourceName(v string)
- func (o *ResourceQuota) SetResourceType(v string)
- func (o *ResourceQuota) SetSku(v string)
- func (o *ResourceQuota) SetSkuCount(v int32)
- func (o *ResourceQuota) SetType(v string)
- func (o *ResourceQuota) SetUpdatedAt(v time.Time)
- type ResourceQuotaAllOf
- func (o *ResourceQuotaAllOf) GetAllowed() int32
- func (o *ResourceQuotaAllOf) GetAllowedOk() (*int32, bool)
- func (o *ResourceQuotaAllOf) GetAvailabilityZoneType() string
- func (o *ResourceQuotaAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *ResourceQuotaAllOf) GetByoc() bool
- func (o *ResourceQuotaAllOf) GetByocOk() (*bool, bool)
- func (o *ResourceQuotaAllOf) GetCreatedAt() time.Time
- func (o *ResourceQuotaAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceQuotaAllOf) GetOrganizationId() string
- func (o *ResourceQuotaAllOf) GetOrganizationIdOk() (*string, bool)
- func (o *ResourceQuotaAllOf) GetResourceName() string
- func (o *ResourceQuotaAllOf) GetResourceNameOk() (*string, bool)
- func (o *ResourceQuotaAllOf) GetResourceType() string
- func (o *ResourceQuotaAllOf) GetResourceTypeOk() (*string, bool)
- func (o *ResourceQuotaAllOf) GetSku() string
- func (o *ResourceQuotaAllOf) GetSkuCount() int32
- func (o *ResourceQuotaAllOf) GetSkuCountOk() (*int32, bool)
- func (o *ResourceQuotaAllOf) GetSkuOk() (*string, bool)
- func (o *ResourceQuotaAllOf) GetType() string
- func (o *ResourceQuotaAllOf) GetTypeOk() (*string, bool)
- func (o *ResourceQuotaAllOf) GetUpdatedAt() time.Time
- func (o *ResourceQuotaAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceQuotaAllOf) HasAvailabilityZoneType() bool
- func (o *ResourceQuotaAllOf) HasCreatedAt() bool
- func (o *ResourceQuotaAllOf) HasOrganizationId() bool
- func (o *ResourceQuotaAllOf) HasSku() bool
- func (o *ResourceQuotaAllOf) HasSkuCount() bool
- func (o *ResourceQuotaAllOf) HasType() bool
- func (o *ResourceQuotaAllOf) HasUpdatedAt() bool
- func (o ResourceQuotaAllOf) MarshalJSON() ([]byte, error)
- func (o *ResourceQuotaAllOf) SetAllowed(v int32)
- func (o *ResourceQuotaAllOf) SetAvailabilityZoneType(v string)
- func (o *ResourceQuotaAllOf) SetByoc(v bool)
- func (o *ResourceQuotaAllOf) SetCreatedAt(v time.Time)
- func (o *ResourceQuotaAllOf) SetOrganizationId(v string)
- func (o *ResourceQuotaAllOf) SetResourceName(v string)
- func (o *ResourceQuotaAllOf) SetResourceType(v string)
- func (o *ResourceQuotaAllOf) SetSku(v string)
- func (o *ResourceQuotaAllOf) SetSkuCount(v int32)
- func (o *ResourceQuotaAllOf) SetType(v string)
- func (o *ResourceQuotaAllOf) SetUpdatedAt(v time.Time)
- type ResourceQuotaList
- func (o *ResourceQuotaList) GetItems() []ResourceQuota
- func (o *ResourceQuotaList) GetItemsOk() (*[]ResourceQuota, bool)
- func (o *ResourceQuotaList) GetKind() string
- func (o *ResourceQuotaList) GetKindOk() (*string, bool)
- func (o *ResourceQuotaList) GetPage() int32
- func (o *ResourceQuotaList) GetPageOk() (*int32, bool)
- func (o *ResourceQuotaList) GetSize() int32
- func (o *ResourceQuotaList) GetSizeOk() (*int32, bool)
- func (o *ResourceQuotaList) GetTotal() int32
- func (o *ResourceQuotaList) GetTotalOk() (*int32, bool)
- func (o ResourceQuotaList) MarshalJSON() ([]byte, error)
- func (o *ResourceQuotaList) SetItems(v []ResourceQuota)
- func (o *ResourceQuotaList) SetKind(v string)
- func (o *ResourceQuotaList) SetPage(v int32)
- func (o *ResourceQuotaList) SetSize(v int32)
- func (o *ResourceQuotaList) SetTotal(v int32)
- type ResourceQuotaListAllOf
- func (o *ResourceQuotaListAllOf) GetItems() []ResourceQuota
- func (o *ResourceQuotaListAllOf) GetItemsOk() (*[]ResourceQuota, bool)
- func (o *ResourceQuotaListAllOf) HasItems() bool
- func (o ResourceQuotaListAllOf) MarshalJSON() ([]byte, error)
- func (o *ResourceQuotaListAllOf) SetItems(v []ResourceQuota)
- type ResourceQuotaRequest
- func (o *ResourceQuotaRequest) GetAllowed() int32
- func (o *ResourceQuotaRequest) GetAllowedOk() (*int32, bool)
- func (o *ResourceQuotaRequest) GetSku() string
- func (o *ResourceQuotaRequest) GetSkuCount() int32
- func (o *ResourceQuotaRequest) GetSkuCountOk() (*int32, bool)
- func (o *ResourceQuotaRequest) GetSkuOk() (*string, bool)
- func (o *ResourceQuotaRequest) GetType() string
- func (o *ResourceQuotaRequest) GetTypeOk() (*string, bool)
- func (o *ResourceQuotaRequest) HasAllowed() bool
- func (o *ResourceQuotaRequest) HasSkuCount() bool
- func (o *ResourceQuotaRequest) HasType() bool
- func (o ResourceQuotaRequest) MarshalJSON() ([]byte, error)
- func (o *ResourceQuotaRequest) SetAllowed(v int32)
- func (o *ResourceQuotaRequest) SetSku(v string)
- func (o *ResourceQuotaRequest) SetSkuCount(v int32)
- func (o *ResourceQuotaRequest) SetType(v string)
- type ResourceReview
- func (o *ResourceReview) GetAccountUsername() string
- func (o *ResourceReview) GetAccountUsernameOk() (*string, bool)
- func (o *ResourceReview) GetAction() string
- func (o *ResourceReview) GetActionOk() (*string, bool)
- func (o *ResourceReview) GetClusterIds() []string
- func (o *ResourceReview) GetClusterIdsOk() (*[]string, bool)
- func (o *ResourceReview) GetClusterUuids() []string
- func (o *ResourceReview) GetClusterUuidsOk() (*[]string, bool)
- func (o *ResourceReview) GetOrganizationIds() []string
- func (o *ResourceReview) GetOrganizationIdsOk() (*[]string, bool)
- func (o *ResourceReview) GetResourceType() string
- func (o *ResourceReview) GetResourceTypeOk() (*string, bool)
- func (o *ResourceReview) GetSubscriptionIds() []string
- func (o *ResourceReview) GetSubscriptionIdsOk() (*[]string, bool)
- func (o ResourceReview) MarshalJSON() ([]byte, error)
- func (o *ResourceReview) SetAccountUsername(v string)
- func (o *ResourceReview) SetAction(v string)
- func (o *ResourceReview) SetClusterIds(v []string)
- func (o *ResourceReview) SetClusterUuids(v []string)
- func (o *ResourceReview) SetOrganizationIds(v []string)
- func (o *ResourceReview) SetResourceType(v string)
- func (o *ResourceReview) SetSubscriptionIds(v []string)
- type ResourceReviewRequest
- func (o *ResourceReviewRequest) GetAccountUsername() string
- func (o *ResourceReviewRequest) GetAccountUsernameOk() (*string, bool)
- func (o *ResourceReviewRequest) GetAction() string
- func (o *ResourceReviewRequest) GetActionOk() (*string, bool)
- func (o *ResourceReviewRequest) GetResourceType() string
- func (o *ResourceReviewRequest) GetResourceTypeOk() (*string, bool)
- func (o *ResourceReviewRequest) HasAccountUsername() bool
- func (o *ResourceReviewRequest) HasAction() bool
- func (o *ResourceReviewRequest) HasResourceType() bool
- func (o ResourceReviewRequest) MarshalJSON() ([]byte, error)
- func (o *ResourceReviewRequest) SetAccountUsername(v string)
- func (o *ResourceReviewRequest) SetAction(v string)
- func (o *ResourceReviewRequest) SetResourceType(v string)
- type Role
- func (o *Role) GetHref() string
- func (o *Role) GetHrefOk() (*string, bool)
- func (o *Role) GetId() string
- func (o *Role) GetIdOk() (*string, bool)
- func (o *Role) GetKind() string
- func (o *Role) GetKindOk() (*string, bool)
- func (o *Role) GetName() string
- func (o *Role) GetNameOk() (*string, bool)
- func (o *Role) GetPermissions() []Permission
- func (o *Role) GetPermissionsOk() (*[]Permission, bool)
- func (o *Role) HasHref() bool
- func (o *Role) HasId() bool
- func (o *Role) HasKind() bool
- func (o *Role) HasName() bool
- func (o *Role) HasPermissions() bool
- func (o Role) MarshalJSON() ([]byte, error)
- func (o *Role) SetHref(v string)
- func (o *Role) SetId(v string)
- func (o *Role) SetKind(v string)
- func (o *Role) SetName(v string)
- func (o *Role) SetPermissions(v []Permission)
- type RoleAllOf
- func (o *RoleAllOf) GetName() string
- func (o *RoleAllOf) GetNameOk() (*string, bool)
- func (o *RoleAllOf) GetPermissions() []Permission
- func (o *RoleAllOf) GetPermissionsOk() (*[]Permission, bool)
- func (o *RoleAllOf) HasName() bool
- func (o *RoleAllOf) HasPermissions() bool
- func (o RoleAllOf) MarshalJSON() ([]byte, error)
- func (o *RoleAllOf) SetName(v string)
- func (o *RoleAllOf) SetPermissions(v []Permission)
- type RoleBinding
- func (o *RoleBinding) GetAccount() ObjectReference
- func (o *RoleBinding) GetAccountOk() (*ObjectReference, bool)
- func (o *RoleBinding) GetConfigManaged() bool
- func (o *RoleBinding) GetConfigManagedOk() (*bool, bool)
- func (o *RoleBinding) GetCreatedAt() time.Time
- func (o *RoleBinding) GetCreatedAtOk() (*time.Time, bool)
- func (o *RoleBinding) GetHref() string
- func (o *RoleBinding) GetHrefOk() (*string, bool)
- func (o *RoleBinding) GetId() string
- func (o *RoleBinding) GetIdOk() (*string, bool)
- func (o *RoleBinding) GetKind() string
- func (o *RoleBinding) GetKindOk() (*string, bool)
- func (o *RoleBinding) GetOrganization() ObjectReference
- func (o *RoleBinding) GetOrganizationOk() (*ObjectReference, bool)
- func (o *RoleBinding) GetRole() ObjectReference
- func (o *RoleBinding) GetRoleOk() (*ObjectReference, bool)
- func (o *RoleBinding) GetSubscription() ObjectReference
- func (o *RoleBinding) GetSubscriptionOk() (*ObjectReference, bool)
- func (o *RoleBinding) GetType() string
- func (o *RoleBinding) GetTypeOk() (*string, bool)
- func (o *RoleBinding) GetUpdatedAt() time.Time
- func (o *RoleBinding) GetUpdatedAtOk() (*time.Time, bool)
- func (o *RoleBinding) HasAccount() bool
- func (o *RoleBinding) HasConfigManaged() bool
- func (o *RoleBinding) HasCreatedAt() bool
- func (o *RoleBinding) HasHref() bool
- func (o *RoleBinding) HasId() bool
- func (o *RoleBinding) HasKind() bool
- func (o *RoleBinding) HasOrganization() bool
- func (o *RoleBinding) HasRole() bool
- func (o *RoleBinding) HasSubscription() bool
- func (o *RoleBinding) HasType() bool
- func (o *RoleBinding) HasUpdatedAt() bool
- func (o RoleBinding) MarshalJSON() ([]byte, error)
- func (o *RoleBinding) SetAccount(v ObjectReference)
- func (o *RoleBinding) SetConfigManaged(v bool)
- func (o *RoleBinding) SetCreatedAt(v time.Time)
- func (o *RoleBinding) SetHref(v string)
- func (o *RoleBinding) SetId(v string)
- func (o *RoleBinding) SetKind(v string)
- func (o *RoleBinding) SetOrganization(v ObjectReference)
- func (o *RoleBinding) SetRole(v ObjectReference)
- func (o *RoleBinding) SetSubscription(v ObjectReference)
- func (o *RoleBinding) SetType(v string)
- func (o *RoleBinding) SetUpdatedAt(v time.Time)
- type RoleBindingAllOf
- func (o *RoleBindingAllOf) GetAccount() ObjectReference
- func (o *RoleBindingAllOf) GetAccountOk() (*ObjectReference, bool)
- func (o *RoleBindingAllOf) GetConfigManaged() bool
- func (o *RoleBindingAllOf) GetConfigManagedOk() (*bool, bool)
- func (o *RoleBindingAllOf) GetCreatedAt() time.Time
- func (o *RoleBindingAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *RoleBindingAllOf) GetOrganization() ObjectReference
- func (o *RoleBindingAllOf) GetOrganizationOk() (*ObjectReference, bool)
- func (o *RoleBindingAllOf) GetRole() ObjectReference
- func (o *RoleBindingAllOf) GetRoleOk() (*ObjectReference, bool)
- func (o *RoleBindingAllOf) GetSubscription() ObjectReference
- func (o *RoleBindingAllOf) GetSubscriptionOk() (*ObjectReference, bool)
- func (o *RoleBindingAllOf) GetType() string
- func (o *RoleBindingAllOf) GetTypeOk() (*string, bool)
- func (o *RoleBindingAllOf) GetUpdatedAt() time.Time
- func (o *RoleBindingAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *RoleBindingAllOf) HasAccount() bool
- func (o *RoleBindingAllOf) HasConfigManaged() bool
- func (o *RoleBindingAllOf) HasCreatedAt() bool
- func (o *RoleBindingAllOf) HasOrganization() bool
- func (o *RoleBindingAllOf) HasRole() bool
- func (o *RoleBindingAllOf) HasSubscription() bool
- func (o *RoleBindingAllOf) HasType() bool
- func (o *RoleBindingAllOf) HasUpdatedAt() bool
- func (o RoleBindingAllOf) MarshalJSON() ([]byte, error)
- func (o *RoleBindingAllOf) SetAccount(v ObjectReference)
- func (o *RoleBindingAllOf) SetConfigManaged(v bool)
- func (o *RoleBindingAllOf) SetCreatedAt(v time.Time)
- func (o *RoleBindingAllOf) SetOrganization(v ObjectReference)
- func (o *RoleBindingAllOf) SetRole(v ObjectReference)
- func (o *RoleBindingAllOf) SetSubscription(v ObjectReference)
- func (o *RoleBindingAllOf) SetType(v string)
- func (o *RoleBindingAllOf) SetUpdatedAt(v time.Time)
- type RoleBindingCreateRequest
- func (o *RoleBindingCreateRequest) GetAccountId() string
- func (o *RoleBindingCreateRequest) GetAccountIdOk() (*string, bool)
- func (o *RoleBindingCreateRequest) GetConfigManaged() bool
- func (o *RoleBindingCreateRequest) GetConfigManagedOk() (*bool, bool)
- func (o *RoleBindingCreateRequest) GetOrganizationId() string
- func (o *RoleBindingCreateRequest) GetOrganizationIdOk() (*string, bool)
- func (o *RoleBindingCreateRequest) GetRoleId() string
- func (o *RoleBindingCreateRequest) GetRoleIdOk() (*string, bool)
- func (o *RoleBindingCreateRequest) GetSubscriptionId() string
- func (o *RoleBindingCreateRequest) GetSubscriptionIdOk() (*string, bool)
- func (o *RoleBindingCreateRequest) GetType() string
- func (o *RoleBindingCreateRequest) GetTypeOk() (*string, bool)
- func (o *RoleBindingCreateRequest) HasConfigManaged() bool
- func (o *RoleBindingCreateRequest) HasOrganizationId() bool
- func (o *RoleBindingCreateRequest) HasSubscriptionId() bool
- func (o RoleBindingCreateRequest) MarshalJSON() ([]byte, error)
- func (o *RoleBindingCreateRequest) SetAccountId(v string)
- func (o *RoleBindingCreateRequest) SetConfigManaged(v bool)
- func (o *RoleBindingCreateRequest) SetOrganizationId(v string)
- func (o *RoleBindingCreateRequest) SetRoleId(v string)
- func (o *RoleBindingCreateRequest) SetSubscriptionId(v string)
- func (o *RoleBindingCreateRequest) SetType(v string)
- type RoleBindingList
- func (o *RoleBindingList) GetItems() []RoleBinding
- func (o *RoleBindingList) GetItemsOk() (*[]RoleBinding, bool)
- func (o *RoleBindingList) GetKind() string
- func (o *RoleBindingList) GetKindOk() (*string, bool)
- func (o *RoleBindingList) GetPage() int32
- func (o *RoleBindingList) GetPageOk() (*int32, bool)
- func (o *RoleBindingList) GetSize() int32
- func (o *RoleBindingList) GetSizeOk() (*int32, bool)
- func (o *RoleBindingList) GetTotal() int32
- func (o *RoleBindingList) GetTotalOk() (*int32, bool)
- func (o RoleBindingList) MarshalJSON() ([]byte, error)
- func (o *RoleBindingList) SetItems(v []RoleBinding)
- func (o *RoleBindingList) SetKind(v string)
- func (o *RoleBindingList) SetPage(v int32)
- func (o *RoleBindingList) SetSize(v int32)
- func (o *RoleBindingList) SetTotal(v int32)
- type RoleBindingListAllOf
- type RoleBindingRequest
- func (o *RoleBindingRequest) GetAccountId() string
- func (o *RoleBindingRequest) GetAccountIdOk() (*string, bool)
- func (o *RoleBindingRequest) GetConfigManaged() bool
- func (o *RoleBindingRequest) GetConfigManagedOk() (*bool, bool)
- func (o *RoleBindingRequest) GetOrganizationId() string
- func (o *RoleBindingRequest) GetOrganizationIdOk() (*string, bool)
- func (o *RoleBindingRequest) GetRoleId() string
- func (o *RoleBindingRequest) GetRoleIdOk() (*string, bool)
- func (o *RoleBindingRequest) GetSubscriptionId() string
- func (o *RoleBindingRequest) GetSubscriptionIdOk() (*string, bool)
- func (o *RoleBindingRequest) GetType() string
- func (o *RoleBindingRequest) GetTypeOk() (*string, bool)
- func (o *RoleBindingRequest) HasAccountId() bool
- func (o *RoleBindingRequest) HasConfigManaged() bool
- func (o *RoleBindingRequest) HasOrganizationId() bool
- func (o *RoleBindingRequest) HasRoleId() bool
- func (o *RoleBindingRequest) HasSubscriptionId() bool
- func (o *RoleBindingRequest) HasType() bool
- func (o RoleBindingRequest) MarshalJSON() ([]byte, error)
- func (o *RoleBindingRequest) SetAccountId(v string)
- func (o *RoleBindingRequest) SetConfigManaged(v bool)
- func (o *RoleBindingRequest) SetOrganizationId(v string)
- func (o *RoleBindingRequest) SetRoleId(v string)
- func (o *RoleBindingRequest) SetSubscriptionId(v string)
- func (o *RoleBindingRequest) SetType(v string)
- type RoleList
- func (o *RoleList) GetItems() []Role
- func (o *RoleList) GetItemsOk() (*[]Role, bool)
- func (o *RoleList) GetKind() string
- func (o *RoleList) GetKindOk() (*string, bool)
- func (o *RoleList) GetPage() int32
- func (o *RoleList) GetPageOk() (*int32, bool)
- func (o *RoleList) GetSize() int32
- func (o *RoleList) GetSizeOk() (*int32, bool)
- func (o *RoleList) GetTotal() int32
- func (o *RoleList) GetTotalOk() (*int32, bool)
- func (o RoleList) MarshalJSON() ([]byte, error)
- func (o *RoleList) SetItems(v []Role)
- func (o *RoleList) SetKind(v string)
- func (o *RoleList) SetPage(v int32)
- func (o *RoleList) SetSize(v int32)
- func (o *RoleList) SetTotal(v int32)
- type RoleListAllOf
- type SKU
- func (o *SKU) GetAvailabilityZoneType() string
- func (o *SKU) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *SKU) GetByoc() bool
- func (o *SKU) GetByocOk() (*bool, bool)
- func (o *SKU) GetHref() string
- func (o *SKU) GetHrefOk() (*string, bool)
- func (o *SKU) GetId() string
- func (o *SKU) GetIdOk() (*string, bool)
- func (o *SKU) GetKind() string
- func (o *SKU) GetKindOk() (*string, bool)
- func (o *SKU) GetResourceName() string
- func (o *SKU) GetResourceNameOk() (*string, bool)
- func (o *SKU) GetResourceType() string
- func (o *SKU) GetResourceTypeOk() (*string, bool)
- func (o *SKU) GetResources() []EphemeralResourceQuota
- func (o *SKU) GetResourcesOk() (*[]EphemeralResourceQuota, bool)
- func (o *SKU) HasAvailabilityZoneType() bool
- func (o *SKU) HasHref() bool
- func (o *SKU) HasId() bool
- func (o *SKU) HasKind() bool
- func (o *SKU) HasResourceName() bool
- func (o *SKU) HasResourceType() bool
- func (o *SKU) HasResources() bool
- func (o SKU) MarshalJSON() ([]byte, error)
- func (o *SKU) SetAvailabilityZoneType(v string)
- func (o *SKU) SetByoc(v bool)
- func (o *SKU) SetHref(v string)
- func (o *SKU) SetId(v string)
- func (o *SKU) SetKind(v string)
- func (o *SKU) SetResourceName(v string)
- func (o *SKU) SetResourceType(v string)
- func (o *SKU) SetResources(v []EphemeralResourceQuota)
- type SKUAllOf
- func (o *SKUAllOf) GetAvailabilityZoneType() string
- func (o *SKUAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
- func (o *SKUAllOf) GetByoc() bool
- func (o *SKUAllOf) GetByocOk() (*bool, bool)
- func (o *SKUAllOf) GetId() string
- func (o *SKUAllOf) GetIdOk() (*string, bool)
- func (o *SKUAllOf) GetResourceName() string
- func (o *SKUAllOf) GetResourceNameOk() (*string, bool)
- func (o *SKUAllOf) GetResourceType() string
- func (o *SKUAllOf) GetResourceTypeOk() (*string, bool)
- func (o *SKUAllOf) GetResources() []EphemeralResourceQuota
- func (o *SKUAllOf) GetResourcesOk() (*[]EphemeralResourceQuota, bool)
- func (o *SKUAllOf) HasAvailabilityZoneType() bool
- func (o *SKUAllOf) HasId() bool
- func (o *SKUAllOf) HasResourceName() bool
- func (o *SKUAllOf) HasResourceType() bool
- func (o *SKUAllOf) HasResources() bool
- func (o SKUAllOf) MarshalJSON() ([]byte, error)
- func (o *SKUAllOf) SetAvailabilityZoneType(v string)
- func (o *SKUAllOf) SetByoc(v bool)
- func (o *SKUAllOf) SetId(v string)
- func (o *SKUAllOf) SetResourceName(v string)
- func (o *SKUAllOf) SetResourceType(v string)
- func (o *SKUAllOf) SetResources(v []EphemeralResourceQuota)
- type SelfAccessReview
- func (o *SelfAccessReview) GetAction() string
- func (o *SelfAccessReview) GetActionOk() (*string, bool)
- func (o *SelfAccessReview) GetClusterId() string
- func (o *SelfAccessReview) GetClusterIdOk() (*string, bool)
- func (o *SelfAccessReview) GetClusterUuid() string
- func (o *SelfAccessReview) GetClusterUuidOk() (*string, bool)
- func (o *SelfAccessReview) GetOrganizationId() string
- func (o *SelfAccessReview) GetOrganizationIdOk() (*string, bool)
- func (o *SelfAccessReview) GetResourceType() string
- func (o *SelfAccessReview) GetResourceTypeOk() (*string, bool)
- func (o *SelfAccessReview) GetSubscriptionId() string
- func (o *SelfAccessReview) GetSubscriptionIdOk() (*string, bool)
- func (o *SelfAccessReview) HasClusterId() bool
- func (o *SelfAccessReview) HasClusterUuid() bool
- func (o *SelfAccessReview) HasOrganizationId() bool
- func (o *SelfAccessReview) HasSubscriptionId() bool
- func (o SelfAccessReview) MarshalJSON() ([]byte, error)
- func (o *SelfAccessReview) SetAction(v string)
- func (o *SelfAccessReview) SetClusterId(v string)
- func (o *SelfAccessReview) SetClusterUuid(v string)
- func (o *SelfAccessReview) SetOrganizationId(v string)
- func (o *SelfAccessReview) SetResourceType(v string)
- func (o *SelfAccessReview) SetSubscriptionId(v string)
- type SelfResourceReview
- func (o *SelfResourceReview) GetAction() string
- func (o *SelfResourceReview) GetActionOk() (*string, bool)
- func (o *SelfResourceReview) GetClusterIds() []string
- func (o *SelfResourceReview) GetClusterIdsOk() (*[]string, bool)
- func (o *SelfResourceReview) GetClusterUuids() []string
- func (o *SelfResourceReview) GetClusterUuidsOk() (*[]string, bool)
- func (o *SelfResourceReview) GetOrganizationIds() []string
- func (o *SelfResourceReview) GetOrganizationIdsOk() (*[]string, bool)
- func (o *SelfResourceReview) GetResourceType() string
- func (o *SelfResourceReview) GetResourceTypeOk() (*string, bool)
- func (o *SelfResourceReview) GetSubscriptionIds() []string
- func (o *SelfResourceReview) GetSubscriptionIdsOk() (*[]string, bool)
- func (o SelfResourceReview) MarshalJSON() ([]byte, error)
- func (o *SelfResourceReview) SetAction(v string)
- func (o *SelfResourceReview) SetClusterIds(v []string)
- func (o *SelfResourceReview) SetClusterUuids(v []string)
- func (o *SelfResourceReview) SetOrganizationIds(v []string)
- func (o *SelfResourceReview) SetResourceType(v string)
- func (o *SelfResourceReview) SetSubscriptionIds(v []string)
- type SelfResourceReviewRequest
- func (o *SelfResourceReviewRequest) GetAction() string
- func (o *SelfResourceReviewRequest) GetActionOk() (*string, bool)
- func (o *SelfResourceReviewRequest) GetResourceType() string
- func (o *SelfResourceReviewRequest) GetResourceTypeOk() (*string, bool)
- func (o *SelfResourceReviewRequest) HasAction() bool
- func (o *SelfResourceReviewRequest) HasResourceType() bool
- func (o SelfResourceReviewRequest) MarshalJSON() ([]byte, error)
- func (o *SelfResourceReviewRequest) SetAction(v string)
- func (o *SelfResourceReviewRequest) SetResourceType(v string)
- type SelfTermsReview
- func (o *SelfTermsReview) GetEventCode() string
- func (o *SelfTermsReview) GetEventCodeOk() (*string, bool)
- func (o *SelfTermsReview) GetSiteCode() string
- func (o *SelfTermsReview) GetSiteCodeOk() (*string, bool)
- func (o *SelfTermsReview) HasEventCode() bool
- func (o *SelfTermsReview) HasSiteCode() bool
- func (o SelfTermsReview) MarshalJSON() ([]byte, error)
- func (o *SelfTermsReview) SetEventCode(v string)
- func (o *SelfTermsReview) SetSiteCode(v string)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SkuList
- func (o *SkuList) GetItems() []SKU
- func (o *SkuList) GetItemsOk() (*[]SKU, bool)
- func (o *SkuList) GetKind() string
- func (o *SkuList) GetKindOk() (*string, bool)
- func (o *SkuList) GetPage() int32
- func (o *SkuList) GetPageOk() (*int32, bool)
- func (o *SkuList) GetSize() int32
- func (o *SkuList) GetSizeOk() (*int32, bool)
- func (o *SkuList) GetTotal() int32
- func (o *SkuList) GetTotalOk() (*int32, bool)
- func (o SkuList) MarshalJSON() ([]byte, error)
- func (o *SkuList) SetItems(v []SKU)
- func (o *SkuList) SetKind(v string)
- func (o *SkuList) SetPage(v int32)
- func (o *SkuList) SetSize(v int32)
- func (o *SkuList) SetTotal(v int32)
- type SkuListAllOf
- type SkuRules
- func (o *SkuRules) GetAllowed() int32
- func (o *SkuRules) GetAllowedOk() (*int32, bool)
- func (o *SkuRules) GetHref() string
- func (o *SkuRules) GetHrefOk() (*string, bool)
- func (o *SkuRules) GetId() string
- func (o *SkuRules) GetIdOk() (*string, bool)
- func (o *SkuRules) GetKind() string
- func (o *SkuRules) GetKindOk() (*string, bool)
- func (o *SkuRules) GetQuotaId() string
- func (o *SkuRules) GetQuotaIdOk() (*string, bool)
- func (o *SkuRules) GetSku() string
- func (o *SkuRules) GetSkuOk() (*string, bool)
- func (o *SkuRules) HasAllowed() bool
- func (o *SkuRules) HasHref() bool
- func (o *SkuRules) HasId() bool
- func (o *SkuRules) HasKind() bool
- func (o *SkuRules) HasQuotaId() bool
- func (o *SkuRules) HasSku() bool
- func (o SkuRules) MarshalJSON() ([]byte, error)
- func (o *SkuRules) SetAllowed(v int32)
- func (o *SkuRules) SetHref(v string)
- func (o *SkuRules) SetId(v string)
- func (o *SkuRules) SetKind(v string)
- func (o *SkuRules) SetQuotaId(v string)
- func (o *SkuRules) SetSku(v string)
- type SkuRulesAllOf
- func (o *SkuRulesAllOf) GetAllowed() int32
- func (o *SkuRulesAllOf) GetAllowedOk() (*int32, bool)
- func (o *SkuRulesAllOf) GetQuotaId() string
- func (o *SkuRulesAllOf) GetQuotaIdOk() (*string, bool)
- func (o *SkuRulesAllOf) GetSku() string
- func (o *SkuRulesAllOf) GetSkuOk() (*string, bool)
- func (o *SkuRulesAllOf) HasAllowed() bool
- func (o *SkuRulesAllOf) HasQuotaId() bool
- func (o *SkuRulesAllOf) HasSku() bool
- func (o SkuRulesAllOf) MarshalJSON() ([]byte, error)
- func (o *SkuRulesAllOf) SetAllowed(v int32)
- func (o *SkuRulesAllOf) SetQuotaId(v string)
- func (o *SkuRulesAllOf) SetSku(v string)
- type SkuRulesList
- func (o *SkuRulesList) GetItems() []SkuRules
- func (o *SkuRulesList) GetItemsOk() (*[]SkuRules, bool)
- func (o *SkuRulesList) GetKind() string
- func (o *SkuRulesList) GetKindOk() (*string, bool)
- func (o *SkuRulesList) GetPage() int32
- func (o *SkuRulesList) GetPageOk() (*int32, bool)
- func (o *SkuRulesList) GetSize() int32
- func (o *SkuRulesList) GetSizeOk() (*int32, bool)
- func (o *SkuRulesList) GetTotal() int32
- func (o *SkuRulesList) GetTotalOk() (*int32, bool)
- func (o SkuRulesList) MarshalJSON() ([]byte, error)
- func (o *SkuRulesList) SetItems(v []SkuRules)
- func (o *SkuRulesList) SetKind(v string)
- func (o *SkuRulesList) SetPage(v int32)
- func (o *SkuRulesList) SetSize(v int32)
- func (o *SkuRulesList) SetTotal(v int32)
- type SkuRulesListAllOf
- type Subscription
- func (o *Subscription) GetCapabilities() []Capability
- func (o *Subscription) GetCapabilitiesOk() (*[]Capability, bool)
- func (o *Subscription) GetCloudAccountId() string
- func (o *Subscription) GetCloudAccountIdOk() (*string, bool)
- func (o *Subscription) GetCloudProviderId() string
- func (o *Subscription) GetCloudProviderIdOk() (*string, bool)
- func (o *Subscription) GetClusterBillingModel() string
- func (o *Subscription) GetClusterBillingModelOk() (*string, bool)
- func (o *Subscription) GetClusterId() string
- func (o *Subscription) GetClusterIdOk() (*string, bool)
- func (o *Subscription) GetConsoleUrl() string
- func (o *Subscription) GetConsoleUrlOk() (*string, bool)
- func (o *Subscription) GetConsumerUuid() string
- func (o *Subscription) GetConsumerUuidOk() (*string, bool)
- func (o *Subscription) GetCpuTotal() int32
- func (o *Subscription) GetCpuTotalOk() (*int32, bool)
- func (o *Subscription) GetCreatedAt() time.Time
- func (o *Subscription) GetCreatedAtOk() (*time.Time, bool)
- func (o *Subscription) GetCreator() AccountReference
- func (o *Subscription) GetCreatorOk() (*AccountReference, bool)
- func (o *Subscription) GetDisplayName() string
- func (o *Subscription) GetDisplayNameOk() (*string, bool)
- func (o *Subscription) GetExternalClusterId() string
- func (o *Subscription) GetExternalClusterIdOk() (*string, bool)
- func (o *Subscription) GetHref() string
- func (o *Subscription) GetHrefOk() (*string, bool)
- func (o *Subscription) GetId() string
- func (o *Subscription) GetIdOk() (*string, bool)
- func (o *Subscription) GetKind() string
- func (o *Subscription) GetKindOk() (*string, bool)
- func (o *Subscription) GetLabels() []Label
- func (o *Subscription) GetLabelsOk() (*[]Label, bool)
- func (o *Subscription) GetLastReconcileDate() time.Time
- func (o *Subscription) GetLastReconcileDateOk() (*time.Time, bool)
- func (o *Subscription) GetLastReleasedAt() time.Time
- func (o *Subscription) GetLastReleasedAtOk() (*time.Time, bool)
- func (o *Subscription) GetLastTelemetryDate() time.Time
- func (o *Subscription) GetLastTelemetryDateOk() (*time.Time, bool)
- func (o *Subscription) GetManaged() bool
- func (o *Subscription) GetManagedOk() (*bool, bool)
- func (o *Subscription) GetMetrics() []OneMetric
- func (o *Subscription) GetMetricsOk() (*[]OneMetric, bool)
- func (o *Subscription) GetNotificationContacts() []Account
- func (o *Subscription) GetNotificationContactsOk() (*[]Account, bool)
- func (o *Subscription) GetOrganizationId() string
- func (o *Subscription) GetOrganizationIdOk() (*string, bool)
- func (o *Subscription) GetPlan() Plan
- func (o *Subscription) GetPlanOk() (*Plan, bool)
- func (o *Subscription) GetProductBundle() string
- func (o *Subscription) GetProductBundleOk() (*string, bool)
- func (o *Subscription) GetProvenance() string
- func (o *Subscription) GetProvenanceOk() (*string, bool)
- func (o *Subscription) GetRegionId() string
- func (o *Subscription) GetRegionIdOk() (*string, bool)
- func (o *Subscription) GetReleased() bool
- func (o *Subscription) GetReleasedOk() (*bool, bool)
- func (o *Subscription) GetServiceLevel() string
- func (o *Subscription) GetServiceLevelOk() (*string, bool)
- func (o *Subscription) GetSocketTotal() int32
- func (o *Subscription) GetSocketTotalOk() (*int32, bool)
- func (o *Subscription) GetStatus() string
- func (o *Subscription) GetStatusOk() (*string, bool)
- func (o *Subscription) GetSupportLevel() string
- func (o *Subscription) GetSupportLevelOk() (*string, bool)
- func (o *Subscription) GetSystemUnits() string
- func (o *Subscription) GetSystemUnitsOk() (*string, bool)
- func (o *Subscription) GetTrialEndDate() time.Time
- func (o *Subscription) GetTrialEndDateOk() (*time.Time, bool)
- func (o *Subscription) GetUpdatedAt() time.Time
- func (o *Subscription) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Subscription) GetUsage() string
- func (o *Subscription) GetUsageOk() (*string, bool)
- func (o *Subscription) HasCapabilities() bool
- func (o *Subscription) HasCloudAccountId() bool
- func (o *Subscription) HasCloudProviderId() bool
- func (o *Subscription) HasClusterBillingModel() bool
- func (o *Subscription) HasClusterId() bool
- func (o *Subscription) HasConsoleUrl() bool
- func (o *Subscription) HasConsumerUuid() bool
- func (o *Subscription) HasCpuTotal() bool
- func (o *Subscription) HasCreatedAt() bool
- func (o *Subscription) HasCreator() bool
- func (o *Subscription) HasDisplayName() bool
- func (o *Subscription) HasExternalClusterId() bool
- func (o *Subscription) HasHref() bool
- func (o *Subscription) HasId() bool
- func (o *Subscription) HasKind() bool
- func (o *Subscription) HasLabels() bool
- func (o *Subscription) HasLastReconcileDate() bool
- func (o *Subscription) HasLastReleasedAt() bool
- func (o *Subscription) HasLastTelemetryDate() bool
- func (o *Subscription) HasMetrics() bool
- func (o *Subscription) HasNotificationContacts() bool
- func (o *Subscription) HasOrganizationId() bool
- func (o *Subscription) HasPlan() bool
- func (o *Subscription) HasProductBundle() bool
- func (o *Subscription) HasProvenance() bool
- func (o *Subscription) HasRegionId() bool
- func (o *Subscription) HasReleased() bool
- func (o *Subscription) HasServiceLevel() bool
- func (o *Subscription) HasSocketTotal() bool
- func (o *Subscription) HasStatus() bool
- func (o *Subscription) HasSupportLevel() bool
- func (o *Subscription) HasSystemUnits() bool
- func (o *Subscription) HasTrialEndDate() bool
- func (o *Subscription) HasUpdatedAt() bool
- func (o *Subscription) HasUsage() bool
- func (o Subscription) MarshalJSON() ([]byte, error)
- func (o *Subscription) SetCapabilities(v []Capability)
- func (o *Subscription) SetCloudAccountId(v string)
- func (o *Subscription) SetCloudProviderId(v string)
- func (o *Subscription) SetClusterBillingModel(v string)
- func (o *Subscription) SetClusterId(v string)
- func (o *Subscription) SetConsoleUrl(v string)
- func (o *Subscription) SetConsumerUuid(v string)
- func (o *Subscription) SetCpuTotal(v int32)
- func (o *Subscription) SetCreatedAt(v time.Time)
- func (o *Subscription) SetCreator(v AccountReference)
- func (o *Subscription) SetDisplayName(v string)
- func (o *Subscription) SetExternalClusterId(v string)
- func (o *Subscription) SetHref(v string)
- func (o *Subscription) SetId(v string)
- func (o *Subscription) SetKind(v string)
- func (o *Subscription) SetLabels(v []Label)
- func (o *Subscription) SetLastReconcileDate(v time.Time)
- func (o *Subscription) SetLastReleasedAt(v time.Time)
- func (o *Subscription) SetLastTelemetryDate(v time.Time)
- func (o *Subscription) SetManaged(v bool)
- func (o *Subscription) SetMetrics(v []OneMetric)
- func (o *Subscription) SetNotificationContacts(v []Account)
- func (o *Subscription) SetOrganizationId(v string)
- func (o *Subscription) SetPlan(v Plan)
- func (o *Subscription) SetProductBundle(v string)
- func (o *Subscription) SetProvenance(v string)
- func (o *Subscription) SetRegionId(v string)
- func (o *Subscription) SetReleased(v bool)
- func (o *Subscription) SetServiceLevel(v string)
- func (o *Subscription) SetSocketTotal(v int32)
- func (o *Subscription) SetStatus(v string)
- func (o *Subscription) SetSupportLevel(v string)
- func (o *Subscription) SetSystemUnits(v string)
- func (o *Subscription) SetTrialEndDate(v time.Time)
- func (o *Subscription) SetUpdatedAt(v time.Time)
- func (o *Subscription) SetUsage(v string)
- type SubscriptionAllOf
- func (o *SubscriptionAllOf) GetCapabilities() []Capability
- func (o *SubscriptionAllOf) GetCapabilitiesOk() (*[]Capability, bool)
- func (o *SubscriptionAllOf) GetCloudAccountId() string
- func (o *SubscriptionAllOf) GetCloudAccountIdOk() (*string, bool)
- func (o *SubscriptionAllOf) GetCloudProviderId() string
- func (o *SubscriptionAllOf) GetCloudProviderIdOk() (*string, bool)
- func (o *SubscriptionAllOf) GetClusterBillingModel() string
- func (o *SubscriptionAllOf) GetClusterBillingModelOk() (*string, bool)
- func (o *SubscriptionAllOf) GetClusterId() string
- func (o *SubscriptionAllOf) GetClusterIdOk() (*string, bool)
- func (o *SubscriptionAllOf) GetConsoleUrl() string
- func (o *SubscriptionAllOf) GetConsoleUrlOk() (*string, bool)
- func (o *SubscriptionAllOf) GetConsumerUuid() string
- func (o *SubscriptionAllOf) GetConsumerUuidOk() (*string, bool)
- func (o *SubscriptionAllOf) GetCpuTotal() int32
- func (o *SubscriptionAllOf) GetCpuTotalOk() (*int32, bool)
- func (o *SubscriptionAllOf) GetCreatedAt() time.Time
- func (o *SubscriptionAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *SubscriptionAllOf) GetCreator() AccountReference
- func (o *SubscriptionAllOf) GetCreatorOk() (*AccountReference, bool)
- func (o *SubscriptionAllOf) GetDisplayName() string
- func (o *SubscriptionAllOf) GetDisplayNameOk() (*string, bool)
- func (o *SubscriptionAllOf) GetExternalClusterId() string
- func (o *SubscriptionAllOf) GetExternalClusterIdOk() (*string, bool)
- func (o *SubscriptionAllOf) GetLabels() []Label
- func (o *SubscriptionAllOf) GetLabelsOk() (*[]Label, bool)
- func (o *SubscriptionAllOf) GetLastReconcileDate() time.Time
- func (o *SubscriptionAllOf) GetLastReconcileDateOk() (*time.Time, bool)
- func (o *SubscriptionAllOf) GetLastReleasedAt() time.Time
- func (o *SubscriptionAllOf) GetLastReleasedAtOk() (*time.Time, bool)
- func (o *SubscriptionAllOf) GetLastTelemetryDate() time.Time
- func (o *SubscriptionAllOf) GetLastTelemetryDateOk() (*time.Time, bool)
- func (o *SubscriptionAllOf) GetManaged() bool
- func (o *SubscriptionAllOf) GetManagedOk() (*bool, bool)
- func (o *SubscriptionAllOf) GetMetrics() []OneMetric
- func (o *SubscriptionAllOf) GetMetricsOk() (*[]OneMetric, bool)
- func (o *SubscriptionAllOf) GetNotificationContacts() []Account
- func (o *SubscriptionAllOf) GetNotificationContactsOk() (*[]Account, bool)
- func (o *SubscriptionAllOf) GetOrganizationId() string
- func (o *SubscriptionAllOf) GetOrganizationIdOk() (*string, bool)
- func (o *SubscriptionAllOf) GetPlan() Plan
- func (o *SubscriptionAllOf) GetPlanOk() (*Plan, bool)
- func (o *SubscriptionAllOf) GetProductBundle() string
- func (o *SubscriptionAllOf) GetProductBundleOk() (*string, bool)
- func (o *SubscriptionAllOf) GetProvenance() string
- func (o *SubscriptionAllOf) GetProvenanceOk() (*string, bool)
- func (o *SubscriptionAllOf) GetRegionId() string
- func (o *SubscriptionAllOf) GetRegionIdOk() (*string, bool)
- func (o *SubscriptionAllOf) GetReleased() bool
- func (o *SubscriptionAllOf) GetReleasedOk() (*bool, bool)
- func (o *SubscriptionAllOf) GetServiceLevel() string
- func (o *SubscriptionAllOf) GetServiceLevelOk() (*string, bool)
- func (o *SubscriptionAllOf) GetSocketTotal() int32
- func (o *SubscriptionAllOf) GetSocketTotalOk() (*int32, bool)
- func (o *SubscriptionAllOf) GetStatus() string
- func (o *SubscriptionAllOf) GetStatusOk() (*string, bool)
- func (o *SubscriptionAllOf) GetSupportLevel() string
- func (o *SubscriptionAllOf) GetSupportLevelOk() (*string, bool)
- func (o *SubscriptionAllOf) GetSystemUnits() string
- func (o *SubscriptionAllOf) GetSystemUnitsOk() (*string, bool)
- func (o *SubscriptionAllOf) GetTrialEndDate() time.Time
- func (o *SubscriptionAllOf) GetTrialEndDateOk() (*time.Time, bool)
- func (o *SubscriptionAllOf) GetUpdatedAt() time.Time
- func (o *SubscriptionAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *SubscriptionAllOf) GetUsage() string
- func (o *SubscriptionAllOf) GetUsageOk() (*string, bool)
- func (o *SubscriptionAllOf) HasCapabilities() bool
- func (o *SubscriptionAllOf) HasCloudAccountId() bool
- func (o *SubscriptionAllOf) HasCloudProviderId() bool
- func (o *SubscriptionAllOf) HasClusterBillingModel() bool
- func (o *SubscriptionAllOf) HasClusterId() bool
- func (o *SubscriptionAllOf) HasConsoleUrl() bool
- func (o *SubscriptionAllOf) HasConsumerUuid() bool
- func (o *SubscriptionAllOf) HasCpuTotal() bool
- func (o *SubscriptionAllOf) HasCreatedAt() bool
- func (o *SubscriptionAllOf) HasCreator() bool
- func (o *SubscriptionAllOf) HasDisplayName() bool
- func (o *SubscriptionAllOf) HasExternalClusterId() bool
- func (o *SubscriptionAllOf) HasLabels() bool
- func (o *SubscriptionAllOf) HasLastReconcileDate() bool
- func (o *SubscriptionAllOf) HasLastReleasedAt() bool
- func (o *SubscriptionAllOf) HasLastTelemetryDate() bool
- func (o *SubscriptionAllOf) HasMetrics() bool
- func (o *SubscriptionAllOf) HasNotificationContacts() bool
- func (o *SubscriptionAllOf) HasOrganizationId() bool
- func (o *SubscriptionAllOf) HasPlan() bool
- func (o *SubscriptionAllOf) HasProductBundle() bool
- func (o *SubscriptionAllOf) HasProvenance() bool
- func (o *SubscriptionAllOf) HasRegionId() bool
- func (o *SubscriptionAllOf) HasReleased() bool
- func (o *SubscriptionAllOf) HasServiceLevel() bool
- func (o *SubscriptionAllOf) HasSocketTotal() bool
- func (o *SubscriptionAllOf) HasStatus() bool
- func (o *SubscriptionAllOf) HasSupportLevel() bool
- func (o *SubscriptionAllOf) HasSystemUnits() bool
- func (o *SubscriptionAllOf) HasTrialEndDate() bool
- func (o *SubscriptionAllOf) HasUpdatedAt() bool
- func (o *SubscriptionAllOf) HasUsage() bool
- func (o SubscriptionAllOf) MarshalJSON() ([]byte, error)
- func (o *SubscriptionAllOf) SetCapabilities(v []Capability)
- func (o *SubscriptionAllOf) SetCloudAccountId(v string)
- func (o *SubscriptionAllOf) SetCloudProviderId(v string)
- func (o *SubscriptionAllOf) SetClusterBillingModel(v string)
- func (o *SubscriptionAllOf) SetClusterId(v string)
- func (o *SubscriptionAllOf) SetConsoleUrl(v string)
- func (o *SubscriptionAllOf) SetConsumerUuid(v string)
- func (o *SubscriptionAllOf) SetCpuTotal(v int32)
- func (o *SubscriptionAllOf) SetCreatedAt(v time.Time)
- func (o *SubscriptionAllOf) SetCreator(v AccountReference)
- func (o *SubscriptionAllOf) SetDisplayName(v string)
- func (o *SubscriptionAllOf) SetExternalClusterId(v string)
- func (o *SubscriptionAllOf) SetLabels(v []Label)
- func (o *SubscriptionAllOf) SetLastReconcileDate(v time.Time)
- func (o *SubscriptionAllOf) SetLastReleasedAt(v time.Time)
- func (o *SubscriptionAllOf) SetLastTelemetryDate(v time.Time)
- func (o *SubscriptionAllOf) SetManaged(v bool)
- func (o *SubscriptionAllOf) SetMetrics(v []OneMetric)
- func (o *SubscriptionAllOf) SetNotificationContacts(v []Account)
- func (o *SubscriptionAllOf) SetOrganizationId(v string)
- func (o *SubscriptionAllOf) SetPlan(v Plan)
- func (o *SubscriptionAllOf) SetProductBundle(v string)
- func (o *SubscriptionAllOf) SetProvenance(v string)
- func (o *SubscriptionAllOf) SetRegionId(v string)
- func (o *SubscriptionAllOf) SetReleased(v bool)
- func (o *SubscriptionAllOf) SetServiceLevel(v string)
- func (o *SubscriptionAllOf) SetSocketTotal(v int32)
- func (o *SubscriptionAllOf) SetStatus(v string)
- func (o *SubscriptionAllOf) SetSupportLevel(v string)
- func (o *SubscriptionAllOf) SetSystemUnits(v string)
- func (o *SubscriptionAllOf) SetTrialEndDate(v time.Time)
- func (o *SubscriptionAllOf) SetUpdatedAt(v time.Time)
- func (o *SubscriptionAllOf) SetUsage(v string)
- type SubscriptionCreateRequest
- func (o *SubscriptionCreateRequest) GetClusterUuid() string
- func (o *SubscriptionCreateRequest) GetClusterUuidOk() (*string, bool)
- func (o *SubscriptionCreateRequest) GetConsoleUrl() string
- func (o *SubscriptionCreateRequest) GetConsoleUrlOk() (*string, bool)
- func (o *SubscriptionCreateRequest) GetDisplayName() string
- func (o *SubscriptionCreateRequest) GetDisplayNameOk() (*string, bool)
- func (o *SubscriptionCreateRequest) GetPlanId() string
- func (o *SubscriptionCreateRequest) GetPlanIdOk() (*string, bool)
- func (o *SubscriptionCreateRequest) GetStatus() string
- func (o *SubscriptionCreateRequest) GetStatusOk() (*string, bool)
- func (o *SubscriptionCreateRequest) HasConsoleUrl() bool
- func (o *SubscriptionCreateRequest) HasDisplayName() bool
- func (o SubscriptionCreateRequest) MarshalJSON() ([]byte, error)
- func (o *SubscriptionCreateRequest) SetClusterUuid(v string)
- func (o *SubscriptionCreateRequest) SetConsoleUrl(v string)
- func (o *SubscriptionCreateRequest) SetDisplayName(v string)
- func (o *SubscriptionCreateRequest) SetPlanId(v string)
- func (o *SubscriptionCreateRequest) SetStatus(v string)
- type SubscriptionList
- func (o *SubscriptionList) GetItems() []Subscription
- func (o *SubscriptionList) GetItemsOk() (*[]Subscription, bool)
- func (o *SubscriptionList) GetKind() string
- func (o *SubscriptionList) GetKindOk() (*string, bool)
- func (o *SubscriptionList) GetPage() int32
- func (o *SubscriptionList) GetPageOk() (*int32, bool)
- func (o *SubscriptionList) GetSize() int32
- func (o *SubscriptionList) GetSizeOk() (*int32, bool)
- func (o *SubscriptionList) GetTotal() int32
- func (o *SubscriptionList) GetTotalOk() (*int32, bool)
- func (o SubscriptionList) MarshalJSON() ([]byte, error)
- func (o *SubscriptionList) SetItems(v []Subscription)
- func (o *SubscriptionList) SetKind(v string)
- func (o *SubscriptionList) SetPage(v int32)
- func (o *SubscriptionList) SetSize(v int32)
- func (o *SubscriptionList) SetTotal(v int32)
- type SubscriptionListAllOf
- type SubscriptionPatchRequest
- func (o *SubscriptionPatchRequest) GetCloudAccountId() string
- func (o *SubscriptionPatchRequest) GetCloudAccountIdOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetCloudProviderId() string
- func (o *SubscriptionPatchRequest) GetCloudProviderIdOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetClusterBillingModel() string
- func (o *SubscriptionPatchRequest) GetClusterBillingModelOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetClusterId() string
- func (o *SubscriptionPatchRequest) GetClusterIdOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetConsoleUrl() string
- func (o *SubscriptionPatchRequest) GetConsoleUrlOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetConsumerUuid() string
- func (o *SubscriptionPatchRequest) GetConsumerUuidOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetCpuTotal() int32
- func (o *SubscriptionPatchRequest) GetCpuTotalOk() (*int32, bool)
- func (o *SubscriptionPatchRequest) GetCreatorId() string
- func (o *SubscriptionPatchRequest) GetCreatorIdOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetDisplayName() string
- func (o *SubscriptionPatchRequest) GetDisplayNameOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetExternalClusterId() string
- func (o *SubscriptionPatchRequest) GetExternalClusterIdOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetManaged() bool
- func (o *SubscriptionPatchRequest) GetManagedOk() (*bool, bool)
- func (o *SubscriptionPatchRequest) GetOrganizationId() string
- func (o *SubscriptionPatchRequest) GetOrganizationIdOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetPlanId() string
- func (o *SubscriptionPatchRequest) GetPlanIdOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetProductBundle() string
- func (o *SubscriptionPatchRequest) GetProductBundleOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetProvenance() string
- func (o *SubscriptionPatchRequest) GetProvenanceOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetRegionId() string
- func (o *SubscriptionPatchRequest) GetRegionIdOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetReleased() bool
- func (o *SubscriptionPatchRequest) GetReleasedOk() (*bool, bool)
- func (o *SubscriptionPatchRequest) GetServiceLevel() string
- func (o *SubscriptionPatchRequest) GetServiceLevelOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetSocketTotal() int32
- func (o *SubscriptionPatchRequest) GetSocketTotalOk() (*int32, bool)
- func (o *SubscriptionPatchRequest) GetStatus() string
- func (o *SubscriptionPatchRequest) GetStatusOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetSupportLevel() string
- func (o *SubscriptionPatchRequest) GetSupportLevelOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetSystemUnits() string
- func (o *SubscriptionPatchRequest) GetSystemUnitsOk() (*string, bool)
- func (o *SubscriptionPatchRequest) GetTrialEndDate() time.Time
- func (o *SubscriptionPatchRequest) GetTrialEndDateOk() (*time.Time, bool)
- func (o *SubscriptionPatchRequest) GetUsage() string
- func (o *SubscriptionPatchRequest) GetUsageOk() (*string, bool)
- func (o *SubscriptionPatchRequest) HasCloudAccountId() bool
- func (o *SubscriptionPatchRequest) HasCloudProviderId() bool
- func (o *SubscriptionPatchRequest) HasClusterBillingModel() bool
- func (o *SubscriptionPatchRequest) HasClusterId() bool
- func (o *SubscriptionPatchRequest) HasConsoleUrl() bool
- func (o *SubscriptionPatchRequest) HasConsumerUuid() bool
- func (o *SubscriptionPatchRequest) HasCpuTotal() bool
- func (o *SubscriptionPatchRequest) HasCreatorId() bool
- func (o *SubscriptionPatchRequest) HasDisplayName() bool
- func (o *SubscriptionPatchRequest) HasExternalClusterId() bool
- func (o *SubscriptionPatchRequest) HasManaged() bool
- func (o *SubscriptionPatchRequest) HasOrganizationId() bool
- func (o *SubscriptionPatchRequest) HasPlanId() bool
- func (o *SubscriptionPatchRequest) HasProductBundle() bool
- func (o *SubscriptionPatchRequest) HasProvenance() bool
- func (o *SubscriptionPatchRequest) HasRegionId() bool
- func (o *SubscriptionPatchRequest) HasReleased() bool
- func (o *SubscriptionPatchRequest) HasServiceLevel() bool
- func (o *SubscriptionPatchRequest) HasSocketTotal() bool
- func (o *SubscriptionPatchRequest) HasStatus() bool
- func (o *SubscriptionPatchRequest) HasSupportLevel() bool
- func (o *SubscriptionPatchRequest) HasSystemUnits() bool
- func (o *SubscriptionPatchRequest) HasTrialEndDate() bool
- func (o *SubscriptionPatchRequest) HasUsage() bool
- func (o SubscriptionPatchRequest) MarshalJSON() ([]byte, error)
- func (o *SubscriptionPatchRequest) SetCloudAccountId(v string)
- func (o *SubscriptionPatchRequest) SetCloudProviderId(v string)
- func (o *SubscriptionPatchRequest) SetClusterBillingModel(v string)
- func (o *SubscriptionPatchRequest) SetClusterId(v string)
- func (o *SubscriptionPatchRequest) SetConsoleUrl(v string)
- func (o *SubscriptionPatchRequest) SetConsumerUuid(v string)
- func (o *SubscriptionPatchRequest) SetCpuTotal(v int32)
- func (o *SubscriptionPatchRequest) SetCreatorId(v string)
- func (o *SubscriptionPatchRequest) SetDisplayName(v string)
- func (o *SubscriptionPatchRequest) SetExternalClusterId(v string)
- func (o *SubscriptionPatchRequest) SetManaged(v bool)
- func (o *SubscriptionPatchRequest) SetOrganizationId(v string)
- func (o *SubscriptionPatchRequest) SetPlanId(v string)
- func (o *SubscriptionPatchRequest) SetProductBundle(v string)
- func (o *SubscriptionPatchRequest) SetProvenance(v string)
- func (o *SubscriptionPatchRequest) SetRegionId(v string)
- func (o *SubscriptionPatchRequest) SetReleased(v bool)
- func (o *SubscriptionPatchRequest) SetServiceLevel(v string)
- func (o *SubscriptionPatchRequest) SetSocketTotal(v int32)
- func (o *SubscriptionPatchRequest) SetStatus(v string)
- func (o *SubscriptionPatchRequest) SetSupportLevel(v string)
- func (o *SubscriptionPatchRequest) SetSystemUnits(v string)
- func (o *SubscriptionPatchRequest) SetTrialEndDate(v time.Time)
- func (o *SubscriptionPatchRequest) SetUsage(v string)
- type Summary
- func (o *Summary) GetHref() string
- func (o *Summary) GetHrefOk() (*string, bool)
- func (o *Summary) GetId() string
- func (o *Summary) GetIdOk() (*string, bool)
- func (o *Summary) GetKind() string
- func (o *Summary) GetKindOk() (*string, bool)
- func (o *Summary) GetMetrics() []SummaryMetrics
- func (o *Summary) GetMetricsOk() (*[]SummaryMetrics, bool)
- func (o *Summary) GetName() string
- func (o *Summary) GetNameOk() (*string, bool)
- func (o *Summary) HasHref() bool
- func (o *Summary) HasId() bool
- func (o *Summary) HasKind() bool
- func (o *Summary) HasName() bool
- func (o Summary) MarshalJSON() ([]byte, error)
- func (o *Summary) SetHref(v string)
- func (o *Summary) SetId(v string)
- func (o *Summary) SetKind(v string)
- func (o *Summary) SetMetrics(v []SummaryMetrics)
- func (o *Summary) SetName(v string)
- type SummaryAllOf
- func (o *SummaryAllOf) GetMetrics() []SummaryMetrics
- func (o *SummaryAllOf) GetMetricsOk() (*[]SummaryMetrics, bool)
- func (o *SummaryAllOf) GetName() string
- func (o *SummaryAllOf) GetNameOk() (*string, bool)
- func (o *SummaryAllOf) HasName() bool
- func (o SummaryAllOf) MarshalJSON() ([]byte, error)
- func (o *SummaryAllOf) SetMetrics(v []SummaryMetrics)
- func (o *SummaryAllOf) SetName(v string)
- type SummaryMetrics
- func (o *SummaryMetrics) GetName() string
- func (o *SummaryMetrics) GetNameOk() (*string, bool)
- func (o *SummaryMetrics) GetVector() []SummaryVector
- func (o *SummaryMetrics) GetVectorOk() (*[]SummaryVector, bool)
- func (o *SummaryMetrics) HasName() bool
- func (o *SummaryMetrics) HasVector() bool
- func (o SummaryMetrics) MarshalJSON() ([]byte, error)
- func (o *SummaryMetrics) SetName(v string)
- func (o *SummaryMetrics) SetVector(v []SummaryVector)
- type SummaryMetricsAllOf
- func (o *SummaryMetricsAllOf) GetName() string
- func (o *SummaryMetricsAllOf) GetNameOk() (*string, bool)
- func (o *SummaryMetricsAllOf) GetVector() []SummaryVector
- func (o *SummaryMetricsAllOf) GetVectorOk() (*[]SummaryVector, bool)
- func (o *SummaryMetricsAllOf) HasName() bool
- func (o *SummaryMetricsAllOf) HasVector() bool
- func (o SummaryMetricsAllOf) MarshalJSON() ([]byte, error)
- func (o *SummaryMetricsAllOf) SetName(v string)
- func (o *SummaryMetricsAllOf) SetVector(v []SummaryVector)
- type SummaryVector
- func (o *SummaryVector) GetTime() time.Time
- func (o *SummaryVector) GetTimeOk() (*time.Time, bool)
- func (o *SummaryVector) GetValue() float64
- func (o *SummaryVector) GetValueOk() (*float64, bool)
- func (o *SummaryVector) HasTime() bool
- func (o *SummaryVector) HasValue() bool
- func (o SummaryVector) MarshalJSON() ([]byte, error)
- func (o *SummaryVector) SetTime(v time.Time)
- func (o *SummaryVector) SetValue(v float64)
- type SummaryVectorAllOf
- func (o *SummaryVectorAllOf) GetTime() time.Time
- func (o *SummaryVectorAllOf) GetTimeOk() (*time.Time, bool)
- func (o *SummaryVectorAllOf) GetValue() float64
- func (o *SummaryVectorAllOf) GetValueOk() (*float64, bool)
- func (o *SummaryVectorAllOf) HasTime() bool
- func (o *SummaryVectorAllOf) HasValue() bool
- func (o SummaryVectorAllOf) MarshalJSON() ([]byte, error)
- func (o *SummaryVectorAllOf) SetTime(v time.Time)
- func (o *SummaryVectorAllOf) SetValue(v float64)
- type SupportCasesCreatedResponse
- func (o *SupportCasesCreatedResponse) GetCaseNumber() string
- func (o *SupportCasesCreatedResponse) GetCaseNumberOk() (*string, bool)
- func (o *SupportCasesCreatedResponse) GetClusterId() string
- func (o *SupportCasesCreatedResponse) GetClusterIdOk() (*string, bool)
- func (o *SupportCasesCreatedResponse) GetClusterUuid() string
- func (o *SupportCasesCreatedResponse) GetClusterUuidOk() (*string, bool)
- func (o *SupportCasesCreatedResponse) GetDescription() string
- func (o *SupportCasesCreatedResponse) GetDescriptionOk() (*string, bool)
- func (o *SupportCasesCreatedResponse) GetSeverity() string
- func (o *SupportCasesCreatedResponse) GetSeverityOk() (*string, bool)
- func (o *SupportCasesCreatedResponse) GetStatus() string
- func (o *SupportCasesCreatedResponse) GetStatusOk() (*string, bool)
- func (o *SupportCasesCreatedResponse) GetSubscriptionId() string
- func (o *SupportCasesCreatedResponse) GetSubscriptionIdOk() (*string, bool)
- func (o *SupportCasesCreatedResponse) GetSummary() string
- func (o *SupportCasesCreatedResponse) GetSummaryOk() (*string, bool)
- func (o *SupportCasesCreatedResponse) GetUri() string
- func (o *SupportCasesCreatedResponse) GetUriOk() (*string, bool)
- func (o *SupportCasesCreatedResponse) HasCaseNumber() bool
- func (o *SupportCasesCreatedResponse) HasClusterId() bool
- func (o *SupportCasesCreatedResponse) HasClusterUuid() bool
- func (o *SupportCasesCreatedResponse) HasDescription() bool
- func (o *SupportCasesCreatedResponse) HasSeverity() bool
- func (o *SupportCasesCreatedResponse) HasStatus() bool
- func (o *SupportCasesCreatedResponse) HasSubscriptionId() bool
- func (o *SupportCasesCreatedResponse) HasSummary() bool
- func (o *SupportCasesCreatedResponse) HasUri() bool
- func (o SupportCasesCreatedResponse) MarshalJSON() ([]byte, error)
- func (o *SupportCasesCreatedResponse) SetCaseNumber(v string)
- func (o *SupportCasesCreatedResponse) SetClusterId(v string)
- func (o *SupportCasesCreatedResponse) SetClusterUuid(v string)
- func (o *SupportCasesCreatedResponse) SetDescription(v string)
- func (o *SupportCasesCreatedResponse) SetSeverity(v string)
- func (o *SupportCasesCreatedResponse) SetStatus(v string)
- func (o *SupportCasesCreatedResponse) SetSubscriptionId(v string)
- func (o *SupportCasesCreatedResponse) SetSummary(v string)
- func (o *SupportCasesCreatedResponse) SetUri(v string)
- type SupportCasesRequest
- func (o *SupportCasesRequest) GetAccountNumber() string
- func (o *SupportCasesRequest) GetAccountNumberOk() (*string, bool)
- func (o *SupportCasesRequest) GetCaseLanguage() string
- func (o *SupportCasesRequest) GetCaseLanguageOk() (*string, bool)
- func (o *SupportCasesRequest) GetClusterId() string
- func (o *SupportCasesRequest) GetClusterIdOk() (*string, bool)
- func (o *SupportCasesRequest) GetClusterUuid() string
- func (o *SupportCasesRequest) GetClusterUuidOk() (*string, bool)
- func (o *SupportCasesRequest) GetContactSsoName() string
- func (o *SupportCasesRequest) GetContactSsoNameOk() (*string, bool)
- func (o *SupportCasesRequest) GetDescription() string
- func (o *SupportCasesRequest) GetDescriptionOk() (*string, bool)
- func (o *SupportCasesRequest) GetEventStreamId() string
- func (o *SupportCasesRequest) GetEventStreamIdOk() (*string, bool)
- func (o *SupportCasesRequest) GetOpenshiftClusterId() string
- func (o *SupportCasesRequest) GetOpenshiftClusterIdOk() (*string, bool)
- func (o *SupportCasesRequest) GetProduct() string
- func (o *SupportCasesRequest) GetProductOk() (*string, bool)
- func (o *SupportCasesRequest) GetSeverity() string
- func (o *SupportCasesRequest) GetSeverityOk() (*string, bool)
- func (o *SupportCasesRequest) GetSubscriptionId() string
- func (o *SupportCasesRequest) GetSubscriptionIdOk() (*string, bool)
- func (o *SupportCasesRequest) GetSummary() string
- func (o *SupportCasesRequest) GetSummaryOk() (*string, bool)
- func (o *SupportCasesRequest) GetVersion() string
- func (o *SupportCasesRequest) GetVersionOk() (*string, bool)
- func (o *SupportCasesRequest) HasAccountNumber() bool
- func (o *SupportCasesRequest) HasCaseLanguage() bool
- func (o *SupportCasesRequest) HasClusterId() bool
- func (o *SupportCasesRequest) HasClusterUuid() bool
- func (o *SupportCasesRequest) HasContactSsoName() bool
- func (o *SupportCasesRequest) HasEventStreamId() bool
- func (o *SupportCasesRequest) HasOpenshiftClusterId() bool
- func (o *SupportCasesRequest) HasProduct() bool
- func (o *SupportCasesRequest) HasSubscriptionId() bool
- func (o *SupportCasesRequest) HasVersion() bool
- func (o SupportCasesRequest) MarshalJSON() ([]byte, error)
- func (o *SupportCasesRequest) SetAccountNumber(v string)
- func (o *SupportCasesRequest) SetCaseLanguage(v string)
- func (o *SupportCasesRequest) SetClusterId(v string)
- func (o *SupportCasesRequest) SetClusterUuid(v string)
- func (o *SupportCasesRequest) SetContactSsoName(v string)
- func (o *SupportCasesRequest) SetDescription(v string)
- func (o *SupportCasesRequest) SetEventStreamId(v string)
- func (o *SupportCasesRequest) SetOpenshiftClusterId(v string)
- func (o *SupportCasesRequest) SetProduct(v string)
- func (o *SupportCasesRequest) SetSeverity(v string)
- func (o *SupportCasesRequest) SetSubscriptionId(v string)
- func (o *SupportCasesRequest) SetSummary(v string)
- func (o *SupportCasesRequest) SetVersion(v string)
- type TemplateParameter
- func (o *TemplateParameter) GetContent() string
- func (o *TemplateParameter) GetContentOk() (*string, bool)
- func (o *TemplateParameter) GetName() string
- func (o *TemplateParameter) GetNameOk() (*string, bool)
- func (o TemplateParameter) MarshalJSON() ([]byte, error)
- func (o *TemplateParameter) SetContent(v string)
- func (o *TemplateParameter) SetName(v string)
- type TermsReview
- func (o *TermsReview) GetAccountUsername() string
- func (o *TermsReview) GetAccountUsernameOk() (*string, bool)
- func (o *TermsReview) GetEventCode() string
- func (o *TermsReview) GetEventCodeOk() (*string, bool)
- func (o *TermsReview) GetSiteCode() string
- func (o *TermsReview) GetSiteCodeOk() (*string, bool)
- func (o *TermsReview) HasEventCode() bool
- func (o *TermsReview) HasSiteCode() bool
- func (o TermsReview) MarshalJSON() ([]byte, error)
- func (o *TermsReview) SetAccountUsername(v string)
- func (o *TermsReview) SetEventCode(v string)
- func (o *TermsReview) SetSiteCode(v string)
- type TermsReviewResponse
- func (o *TermsReviewResponse) GetAccountId() string
- func (o *TermsReviewResponse) GetAccountIdOk() (*string, bool)
- func (o *TermsReviewResponse) GetOrganizationId() string
- func (o *TermsReviewResponse) GetOrganizationIdOk() (*string, bool)
- func (o *TermsReviewResponse) GetRedirectUrl() string
- func (o *TermsReviewResponse) GetRedirectUrlOk() (*string, bool)
- func (o *TermsReviewResponse) GetTermsAvailable() bool
- func (o *TermsReviewResponse) GetTermsAvailableOk() (*bool, bool)
- func (o *TermsReviewResponse) GetTermsRequired() bool
- func (o *TermsReviewResponse) GetTermsRequiredOk() (*bool, bool)
- func (o *TermsReviewResponse) HasRedirectUrl() bool
- func (o TermsReviewResponse) MarshalJSON() ([]byte, error)
- func (o *TermsReviewResponse) SetAccountId(v string)
- func (o *TermsReviewResponse) SetOrganizationId(v string)
- func (o *TermsReviewResponse) SetRedirectUrl(v string)
- func (o *TermsReviewResponse) SetTermsAvailable(v bool)
- func (o *TermsReviewResponse) SetTermsRequired(v bool)
- type TokenAuthorizationRequest
- func (o *TokenAuthorizationRequest) GetAuthorizationToken() string
- func (o *TokenAuthorizationRequest) GetAuthorizationTokenOk() (*string, bool)
- func (o *TokenAuthorizationRequest) HasAuthorizationToken() bool
- func (o TokenAuthorizationRequest) MarshalJSON() ([]byte, error)
- func (o *TokenAuthorizationRequest) SetAuthorizationToken(v string)
- type TokenAuthorizationResponse
- func (o *TokenAuthorizationResponse) GetAccount() Account
- func (o *TokenAuthorizationResponse) GetAccountOk() (*Account, bool)
- func (o *TokenAuthorizationResponse) HasAccount() bool
- func (o TokenAuthorizationResponse) MarshalJSON() ([]byte, error)
- func (o *TokenAuthorizationResponse) SetAccount(v Account)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultApi DefaultApi // contains filtered or unexported fields }
APIClient manages communication with the Account Management Service API API v0.0.1 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 APIResonse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessReview ¶
type AccessReview struct { AccountUsername string `json:"account_username"` Action string `json:"action"` ClusterId *string `json:"cluster_id,omitempty"` ClusterUuid *string `json:"cluster_uuid,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` ResourceType string `json:"resource_type"` SubscriptionId *string `json:"subscription_id,omitempty"` }
AccessReview struct for AccessReview
func NewAccessReview ¶
func NewAccessReview(accountUsername string, action string, resourceType string) *AccessReview
NewAccessReview instantiates a new AccessReview 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 NewAccessReviewWithDefaults ¶
func NewAccessReviewWithDefaults() *AccessReview
NewAccessReviewWithDefaults instantiates a new AccessReview 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 (*AccessReview) GetAccountUsername ¶
func (o *AccessReview) GetAccountUsername() string
GetAccountUsername returns the AccountUsername field value
func (*AccessReview) GetAccountUsernameOk ¶
func (o *AccessReview) GetAccountUsernameOk() (*string, bool)
GetAccountUsernameOk returns a tuple with the AccountUsername field value and a boolean to check if the value has been set.
func (*AccessReview) GetAction ¶
func (o *AccessReview) GetAction() string
GetAction returns the Action field value
func (*AccessReview) GetActionOk ¶
func (o *AccessReview) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*AccessReview) GetClusterId ¶
func (o *AccessReview) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*AccessReview) GetClusterIdOk ¶
func (o *AccessReview) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReview) GetClusterUuid ¶
func (o *AccessReview) GetClusterUuid() string
GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.
func (*AccessReview) GetClusterUuidOk ¶
func (o *AccessReview) GetClusterUuidOk() (*string, bool)
GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReview) GetOrganizationId ¶
func (o *AccessReview) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*AccessReview) GetOrganizationIdOk ¶
func (o *AccessReview) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReview) GetResourceType ¶
func (o *AccessReview) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*AccessReview) GetResourceTypeOk ¶
func (o *AccessReview) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*AccessReview) GetSubscriptionId ¶
func (o *AccessReview) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*AccessReview) GetSubscriptionIdOk ¶
func (o *AccessReview) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReview) HasClusterId ¶
func (o *AccessReview) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*AccessReview) HasClusterUuid ¶
func (o *AccessReview) HasClusterUuid() bool
HasClusterUuid returns a boolean if a field has been set.
func (*AccessReview) HasOrganizationId ¶
func (o *AccessReview) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*AccessReview) HasSubscriptionId ¶
func (o *AccessReview) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (AccessReview) MarshalJSON ¶
func (o AccessReview) MarshalJSON() ([]byte, error)
func (*AccessReview) SetAccountUsername ¶
func (o *AccessReview) SetAccountUsername(v string)
SetAccountUsername sets field value
func (*AccessReview) SetAction ¶
func (o *AccessReview) SetAction(v string)
SetAction sets field value
func (*AccessReview) SetClusterId ¶
func (o *AccessReview) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*AccessReview) SetClusterUuid ¶
func (o *AccessReview) SetClusterUuid(v string)
SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.
func (*AccessReview) SetOrganizationId ¶
func (o *AccessReview) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*AccessReview) SetResourceType ¶
func (o *AccessReview) SetResourceType(v string)
SetResourceType sets field value
func (*AccessReview) SetSubscriptionId ¶
func (o *AccessReview) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
type AccessReviewResponse ¶
type AccessReviewResponse struct { AccountId *string `json:"account_id,omitempty"` Action *string `json:"action,omitempty"` Allowed bool `json:"allowed"` ClusterId *string `json:"cluster_id,omitempty"` ClusterUuid *string `json:"cluster_uuid,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` ResourceType *string `json:"resource_type,omitempty"` SubscriptionId *string `json:"subscription_id,omitempty"` }
AccessReviewResponse struct for AccessReviewResponse
func NewAccessReviewResponse ¶
func NewAccessReviewResponse(allowed bool) *AccessReviewResponse
NewAccessReviewResponse instantiates a new AccessReviewResponse 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 NewAccessReviewResponseWithDefaults ¶
func NewAccessReviewResponseWithDefaults() *AccessReviewResponse
NewAccessReviewResponseWithDefaults instantiates a new AccessReviewResponse 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 (*AccessReviewResponse) GetAccountId ¶
func (o *AccessReviewResponse) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*AccessReviewResponse) GetAccountIdOk ¶
func (o *AccessReviewResponse) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReviewResponse) GetAction ¶
func (o *AccessReviewResponse) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*AccessReviewResponse) GetActionOk ¶
func (o *AccessReviewResponse) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReviewResponse) GetAllowed ¶
func (o *AccessReviewResponse) GetAllowed() bool
GetAllowed returns the Allowed field value
func (*AccessReviewResponse) GetAllowedOk ¶
func (o *AccessReviewResponse) GetAllowedOk() (*bool, bool)
GetAllowedOk returns a tuple with the Allowed field value and a boolean to check if the value has been set.
func (*AccessReviewResponse) GetClusterId ¶
func (o *AccessReviewResponse) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*AccessReviewResponse) GetClusterIdOk ¶
func (o *AccessReviewResponse) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReviewResponse) GetClusterUuid ¶
func (o *AccessReviewResponse) GetClusterUuid() string
GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.
func (*AccessReviewResponse) GetClusterUuidOk ¶
func (o *AccessReviewResponse) GetClusterUuidOk() (*string, bool)
GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReviewResponse) GetOrganizationId ¶
func (o *AccessReviewResponse) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*AccessReviewResponse) GetOrganizationIdOk ¶
func (o *AccessReviewResponse) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReviewResponse) GetResourceType ¶
func (o *AccessReviewResponse) GetResourceType() string
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*AccessReviewResponse) GetResourceTypeOk ¶
func (o *AccessReviewResponse) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReviewResponse) GetSubscriptionId ¶
func (o *AccessReviewResponse) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*AccessReviewResponse) GetSubscriptionIdOk ¶
func (o *AccessReviewResponse) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessReviewResponse) HasAccountId ¶
func (o *AccessReviewResponse) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*AccessReviewResponse) HasAction ¶
func (o *AccessReviewResponse) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*AccessReviewResponse) HasClusterId ¶
func (o *AccessReviewResponse) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*AccessReviewResponse) HasClusterUuid ¶
func (o *AccessReviewResponse) HasClusterUuid() bool
HasClusterUuid returns a boolean if a field has been set.
func (*AccessReviewResponse) HasOrganizationId ¶
func (o *AccessReviewResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*AccessReviewResponse) HasResourceType ¶
func (o *AccessReviewResponse) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (*AccessReviewResponse) HasSubscriptionId ¶
func (o *AccessReviewResponse) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (AccessReviewResponse) MarshalJSON ¶
func (o AccessReviewResponse) MarshalJSON() ([]byte, error)
func (*AccessReviewResponse) SetAccountId ¶
func (o *AccessReviewResponse) SetAccountId(v string)
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (*AccessReviewResponse) SetAction ¶
func (o *AccessReviewResponse) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*AccessReviewResponse) SetAllowed ¶
func (o *AccessReviewResponse) SetAllowed(v bool)
SetAllowed sets field value
func (*AccessReviewResponse) SetClusterId ¶
func (o *AccessReviewResponse) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*AccessReviewResponse) SetClusterUuid ¶
func (o *AccessReviewResponse) SetClusterUuid(v string)
SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.
func (*AccessReviewResponse) SetOrganizationId ¶
func (o *AccessReviewResponse) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*AccessReviewResponse) SetResourceType ¶
func (o *AccessReviewResponse) SetResourceType(v string)
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
func (*AccessReviewResponse) SetSubscriptionId ¶
func (o *AccessReviewResponse) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
type AccessTokenCfg ¶
AccessTokenCfg struct for AccessTokenCfg
func NewAccessTokenCfg ¶
func NewAccessTokenCfg(auths map[string]map[string]interface{}) *AccessTokenCfg
NewAccessTokenCfg instantiates a new AccessTokenCfg 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 NewAccessTokenCfgWithDefaults ¶
func NewAccessTokenCfgWithDefaults() *AccessTokenCfg
NewAccessTokenCfgWithDefaults instantiates a new AccessTokenCfg 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 (*AccessTokenCfg) GetAuths ¶
func (o *AccessTokenCfg) GetAuths() map[string]map[string]interface{}
GetAuths returns the Auths field value
func (*AccessTokenCfg) GetAuthsOk ¶
func (o *AccessTokenCfg) GetAuthsOk() (*map[string]map[string]interface{}, bool)
GetAuthsOk returns a tuple with the Auths field value and a boolean to check if the value has been set.
func (AccessTokenCfg) MarshalJSON ¶
func (o AccessTokenCfg) MarshalJSON() ([]byte, error)
func (*AccessTokenCfg) SetAuths ¶
func (o *AccessTokenCfg) SetAuths(v map[string]map[string]interface{})
SetAuths sets field value
type Account ¶
type Account struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` BanCode *string `json:"ban_code,omitempty"` BanDescription *string `json:"ban_description,omitempty"` Banned *bool `json:"banned,omitempty"` Capabilities *[]Capability `json:"capabilities,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Email *string `json:"email,omitempty"` FirstName *string `json:"first_name,omitempty"` Labels *[]Label `json:"labels,omitempty"` LastName *string `json:"last_name,omitempty"` Organization *Organization `json:"organization,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` ServiceAccount *bool `json:"service_account,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Username string `json:"username"` }
Account struct for Account
func NewAccount ¶
NewAccount instantiates a new Account 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 NewAccountWithDefaults ¶
func NewAccountWithDefaults() *Account
NewAccountWithDefaults instantiates a new Account 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 (*Account) GetBanCode ¶
GetBanCode returns the BanCode field value if set, zero value otherwise.
func (*Account) GetBanCodeOk ¶
GetBanCodeOk returns a tuple with the BanCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetBanDescription ¶
GetBanDescription returns the BanDescription field value if set, zero value otherwise.
func (*Account) GetBanDescriptionOk ¶
GetBanDescriptionOk returns a tuple with the BanDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetBannedOk ¶
GetBannedOk returns a tuple with the Banned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetCapabilities ¶
func (o *Account) GetCapabilities() []Capability
GetCapabilities returns the Capabilities field value if set, zero value otherwise.
func (*Account) GetCapabilitiesOk ¶
func (o *Account) GetCapabilitiesOk() (*[]Capability, 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 (*Account) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Account) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*Account) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) 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 (*Account) 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 (*Account) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetLabelsOk ¶
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetLastName ¶
GetLastName returns the LastName field value if set, zero value otherwise.
func (*Account) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetOrganization ¶
func (o *Account) GetOrganization() Organization
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*Account) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*Account) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetOrganizationOk ¶
func (o *Account) GetOrganizationOk() (*Organization, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetServiceAccount ¶
GetServiceAccount returns the ServiceAccount field value if set, zero value otherwise.
func (*Account) GetServiceAccountOk ¶
GetServiceAccountOk returns a tuple with the ServiceAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Account) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetUsername ¶
GetUsername returns the Username field value
func (*Account) GetUsernameOk ¶
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*Account) HasBanCode ¶
HasBanCode returns a boolean if a field has been set.
func (*Account) HasBanDescription ¶
HasBanDescription returns a boolean if a field has been set.
func (*Account) HasCapabilities ¶
HasCapabilities returns a boolean if a field has been set.
func (*Account) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Account) HasFirstName ¶
HasFirstName returns a boolean if a field has been set.
func (*Account) HasLastName ¶
HasLastName returns a boolean if a field has been set.
func (*Account) HasOrganization ¶
HasOrganization returns a boolean if a field has been set.
func (*Account) HasOrganizationId ¶
HasOrganizationId returns a boolean if a field has been set.
func (*Account) HasServiceAccount ¶
HasServiceAccount returns a boolean if a field has been set.
func (*Account) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (Account) MarshalJSON ¶
func (*Account) SetBanCode ¶
SetBanCode gets a reference to the given string and assigns it to the BanCode field.
func (*Account) SetBanDescription ¶
SetBanDescription gets a reference to the given string and assigns it to the BanDescription field.
func (*Account) SetBanned ¶
SetBanned gets a reference to the given bool and assigns it to the Banned field.
func (*Account) SetCapabilities ¶
func (o *Account) SetCapabilities(v []Capability)
SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.
func (*Account) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Account) SetEmail ¶
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*Account) SetFirstName ¶
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*Account) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Account) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Account) SetLabels ¶
SetLabels gets a reference to the given []Label and assigns it to the Labels field.
func (*Account) SetLastName ¶
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*Account) SetOrganization ¶
func (o *Account) SetOrganization(v Organization)
SetOrganization gets a reference to the given Organization and assigns it to the Organization field.
func (*Account) SetOrganizationId ¶
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*Account) SetServiceAccount ¶
SetServiceAccount gets a reference to the given bool and assigns it to the ServiceAccount field.
func (*Account) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type AccountAllOf ¶
type AccountAllOf struct { BanCode *string `json:"ban_code,omitempty"` BanDescription *string `json:"ban_description,omitempty"` Banned *bool `json:"banned,omitempty"` Capabilities *[]Capability `json:"capabilities,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Email *string `json:"email,omitempty"` FirstName *string `json:"first_name,omitempty"` Labels *[]Label `json:"labels,omitempty"` LastName *string `json:"last_name,omitempty"` Organization *Organization `json:"organization,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` ServiceAccount *bool `json:"service_account,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Username string `json:"username"` }
AccountAllOf struct for AccountAllOf
func NewAccountAllOf ¶
func NewAccountAllOf(username string) *AccountAllOf
NewAccountAllOf instantiates a new AccountAllOf 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 NewAccountAllOfWithDefaults ¶
func NewAccountAllOfWithDefaults() *AccountAllOf
NewAccountAllOfWithDefaults instantiates a new AccountAllOf 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 (*AccountAllOf) GetBanCode ¶
func (o *AccountAllOf) GetBanCode() string
GetBanCode returns the BanCode field value if set, zero value otherwise.
func (*AccountAllOf) GetBanCodeOk ¶
func (o *AccountAllOf) GetBanCodeOk() (*string, bool)
GetBanCodeOk returns a tuple with the BanCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetBanDescription ¶
func (o *AccountAllOf) GetBanDescription() string
GetBanDescription returns the BanDescription field value if set, zero value otherwise.
func (*AccountAllOf) GetBanDescriptionOk ¶
func (o *AccountAllOf) GetBanDescriptionOk() (*string, bool)
GetBanDescriptionOk returns a tuple with the BanDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetBanned ¶
func (o *AccountAllOf) GetBanned() bool
GetBanned returns the Banned field value if set, zero value otherwise.
func (*AccountAllOf) GetBannedOk ¶
func (o *AccountAllOf) GetBannedOk() (*bool, bool)
GetBannedOk returns a tuple with the Banned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetCapabilities ¶
func (o *AccountAllOf) GetCapabilities() []Capability
GetCapabilities returns the Capabilities field value if set, zero value otherwise.
func (*AccountAllOf) GetCapabilitiesOk ¶
func (o *AccountAllOf) GetCapabilitiesOk() (*[]Capability, 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 (*AccountAllOf) GetCreatedAt ¶
func (o *AccountAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*AccountAllOf) GetCreatedAtOk ¶
func (o *AccountAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetEmail ¶
func (o *AccountAllOf) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*AccountAllOf) GetEmailOk ¶
func (o *AccountAllOf) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetFirstName ¶
func (o *AccountAllOf) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*AccountAllOf) GetFirstNameOk ¶
func (o *AccountAllOf) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetLabels ¶
func (o *AccountAllOf) GetLabels() []Label
GetLabels returns the Labels field value if set, zero value otherwise.
func (*AccountAllOf) GetLabelsOk ¶
func (o *AccountAllOf) GetLabelsOk() (*[]Label, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetLastName ¶
func (o *AccountAllOf) GetLastName() string
GetLastName returns the LastName field value if set, zero value otherwise.
func (*AccountAllOf) GetLastNameOk ¶
func (o *AccountAllOf) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetOrganization ¶
func (o *AccountAllOf) GetOrganization() Organization
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*AccountAllOf) GetOrganizationId ¶
func (o *AccountAllOf) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*AccountAllOf) GetOrganizationIdOk ¶
func (o *AccountAllOf) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetOrganizationOk ¶
func (o *AccountAllOf) GetOrganizationOk() (*Organization, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetServiceAccount ¶
func (o *AccountAllOf) GetServiceAccount() bool
GetServiceAccount returns the ServiceAccount field value if set, zero value otherwise.
func (*AccountAllOf) GetServiceAccountOk ¶
func (o *AccountAllOf) GetServiceAccountOk() (*bool, bool)
GetServiceAccountOk returns a tuple with the ServiceAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetUpdatedAt ¶
func (o *AccountAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*AccountAllOf) GetUpdatedAtOk ¶
func (o *AccountAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountAllOf) GetUsername ¶
func (o *AccountAllOf) GetUsername() string
GetUsername returns the Username field value
func (*AccountAllOf) GetUsernameOk ¶
func (o *AccountAllOf) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*AccountAllOf) HasBanCode ¶
func (o *AccountAllOf) HasBanCode() bool
HasBanCode returns a boolean if a field has been set.
func (*AccountAllOf) HasBanDescription ¶
func (o *AccountAllOf) HasBanDescription() bool
HasBanDescription returns a boolean if a field has been set.
func (*AccountAllOf) HasBanned ¶
func (o *AccountAllOf) HasBanned() bool
HasBanned returns a boolean if a field has been set.
func (*AccountAllOf) HasCapabilities ¶
func (o *AccountAllOf) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (*AccountAllOf) HasCreatedAt ¶
func (o *AccountAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*AccountAllOf) HasEmail ¶
func (o *AccountAllOf) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*AccountAllOf) HasFirstName ¶
func (o *AccountAllOf) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*AccountAllOf) HasLabels ¶
func (o *AccountAllOf) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*AccountAllOf) HasLastName ¶
func (o *AccountAllOf) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (*AccountAllOf) HasOrganization ¶
func (o *AccountAllOf) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*AccountAllOf) HasOrganizationId ¶
func (o *AccountAllOf) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*AccountAllOf) HasServiceAccount ¶
func (o *AccountAllOf) HasServiceAccount() bool
HasServiceAccount returns a boolean if a field has been set.
func (*AccountAllOf) HasUpdatedAt ¶
func (o *AccountAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (AccountAllOf) MarshalJSON ¶
func (o AccountAllOf) MarshalJSON() ([]byte, error)
func (*AccountAllOf) SetBanCode ¶
func (o *AccountAllOf) SetBanCode(v string)
SetBanCode gets a reference to the given string and assigns it to the BanCode field.
func (*AccountAllOf) SetBanDescription ¶
func (o *AccountAllOf) SetBanDescription(v string)
SetBanDescription gets a reference to the given string and assigns it to the BanDescription field.
func (*AccountAllOf) SetBanned ¶
func (o *AccountAllOf) SetBanned(v bool)
SetBanned gets a reference to the given bool and assigns it to the Banned field.
func (*AccountAllOf) SetCapabilities ¶
func (o *AccountAllOf) SetCapabilities(v []Capability)
SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.
func (*AccountAllOf) SetCreatedAt ¶
func (o *AccountAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*AccountAllOf) SetEmail ¶
func (o *AccountAllOf) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*AccountAllOf) SetFirstName ¶
func (o *AccountAllOf) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*AccountAllOf) SetLabels ¶
func (o *AccountAllOf) SetLabels(v []Label)
SetLabels gets a reference to the given []Label and assigns it to the Labels field.
func (*AccountAllOf) SetLastName ¶
func (o *AccountAllOf) SetLastName(v string)
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*AccountAllOf) SetOrganization ¶
func (o *AccountAllOf) SetOrganization(v Organization)
SetOrganization gets a reference to the given Organization and assigns it to the Organization field.
func (*AccountAllOf) SetOrganizationId ¶
func (o *AccountAllOf) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*AccountAllOf) SetServiceAccount ¶
func (o *AccountAllOf) SetServiceAccount(v bool)
SetServiceAccount gets a reference to the given bool and assigns it to the ServiceAccount field.
func (*AccountAllOf) SetUpdatedAt ¶
func (o *AccountAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*AccountAllOf) SetUsername ¶
func (o *AccountAllOf) SetUsername(v string)
SetUsername sets field value
type AccountList ¶
type AccountList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Account `json:"items"` }
AccountList struct for AccountList
func NewAccountList ¶
NewAccountList instantiates a new AccountList 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 NewAccountListWithDefaults ¶
func NewAccountListWithDefaults() *AccountList
NewAccountListWithDefaults instantiates a new AccountList 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 (*AccountList) GetItems ¶
func (o *AccountList) GetItems() []Account
GetItems returns the Items field value
func (*AccountList) GetItemsOk ¶
func (o *AccountList) GetItemsOk() (*[]Account, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*AccountList) GetKind ¶
func (o *AccountList) GetKind() string
GetKind returns the Kind field value
func (*AccountList) GetKindOk ¶
func (o *AccountList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*AccountList) GetPage ¶
func (o *AccountList) GetPage() int32
GetPage returns the Page field value
func (*AccountList) GetPageOk ¶
func (o *AccountList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*AccountList) GetSize ¶
func (o *AccountList) GetSize() int32
GetSize returns the Size field value
func (*AccountList) GetSizeOk ¶
func (o *AccountList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*AccountList) GetTotal ¶
func (o *AccountList) GetTotal() int32
GetTotal returns the Total field value
func (*AccountList) GetTotalOk ¶
func (o *AccountList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (AccountList) MarshalJSON ¶
func (o AccountList) MarshalJSON() ([]byte, error)
func (*AccountList) SetItems ¶
func (o *AccountList) SetItems(v []Account)
SetItems sets field value
type AccountListAllOf ¶
type AccountListAllOf struct {
Items *[]Account `json:"items,omitempty"`
}
AccountListAllOf struct for AccountListAllOf
func NewAccountListAllOf ¶
func NewAccountListAllOf() *AccountListAllOf
NewAccountListAllOf instantiates a new AccountListAllOf 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 NewAccountListAllOfWithDefaults ¶
func NewAccountListAllOfWithDefaults() *AccountListAllOf
NewAccountListAllOfWithDefaults instantiates a new AccountListAllOf 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 (*AccountListAllOf) GetItems ¶
func (o *AccountListAllOf) GetItems() []Account
GetItems returns the Items field value if set, zero value otherwise.
func (*AccountListAllOf) GetItemsOk ¶
func (o *AccountListAllOf) GetItemsOk() (*[]Account, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountListAllOf) HasItems ¶
func (o *AccountListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (AccountListAllOf) MarshalJSON ¶
func (o AccountListAllOf) MarshalJSON() ([]byte, error)
func (*AccountListAllOf) SetItems ¶
func (o *AccountListAllOf) SetItems(v []Account)
SetItems gets a reference to the given []Account and assigns it to the Items field.
type AccountPatchRequest ¶
type AccountPatchRequest struct { BanCode *string `json:"ban_code,omitempty"` BanDescription *string `json:"ban_description,omitempty"` Banned *bool `json:"banned,omitempty"` Email *string `json:"email,omitempty"` FirstName *string `json:"first_name,omitempty"` LastName *string `json:"last_name,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` ServiceAccount *bool `json:"service_account,omitempty"` }
AccountPatchRequest struct for AccountPatchRequest
func NewAccountPatchRequest ¶
func NewAccountPatchRequest() *AccountPatchRequest
NewAccountPatchRequest instantiates a new AccountPatchRequest 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 NewAccountPatchRequestWithDefaults ¶
func NewAccountPatchRequestWithDefaults() *AccountPatchRequest
NewAccountPatchRequestWithDefaults instantiates a new AccountPatchRequest 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 (*AccountPatchRequest) GetBanCode ¶
func (o *AccountPatchRequest) GetBanCode() string
GetBanCode returns the BanCode field value if set, zero value otherwise.
func (*AccountPatchRequest) GetBanCodeOk ¶
func (o *AccountPatchRequest) GetBanCodeOk() (*string, bool)
GetBanCodeOk returns a tuple with the BanCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountPatchRequest) GetBanDescription ¶
func (o *AccountPatchRequest) GetBanDescription() string
GetBanDescription returns the BanDescription field value if set, zero value otherwise.
func (*AccountPatchRequest) GetBanDescriptionOk ¶
func (o *AccountPatchRequest) GetBanDescriptionOk() (*string, bool)
GetBanDescriptionOk returns a tuple with the BanDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountPatchRequest) GetBanned ¶
func (o *AccountPatchRequest) GetBanned() bool
GetBanned returns the Banned field value if set, zero value otherwise.
func (*AccountPatchRequest) GetBannedOk ¶
func (o *AccountPatchRequest) GetBannedOk() (*bool, bool)
GetBannedOk returns a tuple with the Banned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountPatchRequest) GetEmail ¶
func (o *AccountPatchRequest) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*AccountPatchRequest) GetEmailOk ¶
func (o *AccountPatchRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountPatchRequest) GetFirstName ¶
func (o *AccountPatchRequest) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*AccountPatchRequest) GetFirstNameOk ¶
func (o *AccountPatchRequest) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountPatchRequest) GetLastName ¶
func (o *AccountPatchRequest) GetLastName() string
GetLastName returns the LastName field value if set, zero value otherwise.
func (*AccountPatchRequest) GetLastNameOk ¶
func (o *AccountPatchRequest) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountPatchRequest) GetOrganizationId ¶
func (o *AccountPatchRequest) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*AccountPatchRequest) GetOrganizationIdOk ¶
func (o *AccountPatchRequest) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountPatchRequest) GetServiceAccount ¶
func (o *AccountPatchRequest) GetServiceAccount() bool
GetServiceAccount returns the ServiceAccount field value if set, zero value otherwise.
func (*AccountPatchRequest) GetServiceAccountOk ¶
func (o *AccountPatchRequest) GetServiceAccountOk() (*bool, bool)
GetServiceAccountOk returns a tuple with the ServiceAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountPatchRequest) HasBanCode ¶
func (o *AccountPatchRequest) HasBanCode() bool
HasBanCode returns a boolean if a field has been set.
func (*AccountPatchRequest) HasBanDescription ¶
func (o *AccountPatchRequest) HasBanDescription() bool
HasBanDescription returns a boolean if a field has been set.
func (*AccountPatchRequest) HasBanned ¶
func (o *AccountPatchRequest) HasBanned() bool
HasBanned returns a boolean if a field has been set.
func (*AccountPatchRequest) HasEmail ¶
func (o *AccountPatchRequest) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*AccountPatchRequest) HasFirstName ¶
func (o *AccountPatchRequest) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*AccountPatchRequest) HasLastName ¶
func (o *AccountPatchRequest) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (*AccountPatchRequest) HasOrganizationId ¶
func (o *AccountPatchRequest) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*AccountPatchRequest) HasServiceAccount ¶
func (o *AccountPatchRequest) HasServiceAccount() bool
HasServiceAccount returns a boolean if a field has been set.
func (AccountPatchRequest) MarshalJSON ¶
func (o AccountPatchRequest) MarshalJSON() ([]byte, error)
func (*AccountPatchRequest) SetBanCode ¶
func (o *AccountPatchRequest) SetBanCode(v string)
SetBanCode gets a reference to the given string and assigns it to the BanCode field.
func (*AccountPatchRequest) SetBanDescription ¶
func (o *AccountPatchRequest) SetBanDescription(v string)
SetBanDescription gets a reference to the given string and assigns it to the BanDescription field.
func (*AccountPatchRequest) SetBanned ¶
func (o *AccountPatchRequest) SetBanned(v bool)
SetBanned gets a reference to the given bool and assigns it to the Banned field.
func (*AccountPatchRequest) SetEmail ¶
func (o *AccountPatchRequest) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*AccountPatchRequest) SetFirstName ¶
func (o *AccountPatchRequest) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*AccountPatchRequest) SetLastName ¶
func (o *AccountPatchRequest) SetLastName(v string)
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*AccountPatchRequest) SetOrganizationId ¶
func (o *AccountPatchRequest) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*AccountPatchRequest) SetServiceAccount ¶
func (o *AccountPatchRequest) SetServiceAccount(v bool)
SetServiceAccount gets a reference to the given bool and assigns it to the ServiceAccount field.
type AccountReference ¶
type AccountReference struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Email *string `json:"email,omitempty"` Name *string `json:"name,omitempty"` Username *string `json:"username,omitempty"` }
AccountReference struct for AccountReference
func NewAccountReference ¶
func NewAccountReference() *AccountReference
NewAccountReference instantiates a new AccountReference 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 NewAccountReferenceWithDefaults ¶
func NewAccountReferenceWithDefaults() *AccountReference
NewAccountReferenceWithDefaults instantiates a new AccountReference 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 (*AccountReference) GetEmail ¶
func (o *AccountReference) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*AccountReference) GetEmailOk ¶
func (o *AccountReference) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountReference) GetHref ¶
func (o *AccountReference) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*AccountReference) GetHrefOk ¶
func (o *AccountReference) 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 (*AccountReference) GetId ¶
func (o *AccountReference) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*AccountReference) GetIdOk ¶
func (o *AccountReference) 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 (*AccountReference) GetKind ¶
func (o *AccountReference) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*AccountReference) GetKindOk ¶
func (o *AccountReference) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountReference) GetName ¶
func (o *AccountReference) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*AccountReference) GetNameOk ¶
func (o *AccountReference) 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 (*AccountReference) GetUsername ¶
func (o *AccountReference) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*AccountReference) GetUsernameOk ¶
func (o *AccountReference) 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 (*AccountReference) HasEmail ¶
func (o *AccountReference) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*AccountReference) HasHref ¶
func (o *AccountReference) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*AccountReference) HasId ¶
func (o *AccountReference) HasId() bool
HasId returns a boolean if a field has been set.
func (*AccountReference) HasKind ¶
func (o *AccountReference) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*AccountReference) HasName ¶
func (o *AccountReference) HasName() bool
HasName returns a boolean if a field has been set.
func (*AccountReference) HasUsername ¶
func (o *AccountReference) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (AccountReference) MarshalJSON ¶
func (o AccountReference) MarshalJSON() ([]byte, error)
func (*AccountReference) SetEmail ¶
func (o *AccountReference) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*AccountReference) SetHref ¶
func (o *AccountReference) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*AccountReference) SetId ¶
func (o *AccountReference) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*AccountReference) SetKind ¶
func (o *AccountReference) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*AccountReference) SetName ¶
func (o *AccountReference) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*AccountReference) SetUsername ¶
func (o *AccountReference) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
type AccountReferenceAllOf ¶
type AccountReferenceAllOf struct { Email *string `json:"email,omitempty"` Name *string `json:"name,omitempty"` Username *string `json:"username,omitempty"` }
AccountReferenceAllOf struct for AccountReferenceAllOf
func NewAccountReferenceAllOf ¶
func NewAccountReferenceAllOf() *AccountReferenceAllOf
NewAccountReferenceAllOf instantiates a new AccountReferenceAllOf 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 NewAccountReferenceAllOfWithDefaults ¶
func NewAccountReferenceAllOfWithDefaults() *AccountReferenceAllOf
NewAccountReferenceAllOfWithDefaults instantiates a new AccountReferenceAllOf 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 (*AccountReferenceAllOf) GetEmail ¶
func (o *AccountReferenceAllOf) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*AccountReferenceAllOf) GetEmailOk ¶
func (o *AccountReferenceAllOf) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountReferenceAllOf) GetName ¶
func (o *AccountReferenceAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*AccountReferenceAllOf) GetNameOk ¶
func (o *AccountReferenceAllOf) 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 (*AccountReferenceAllOf) GetUsername ¶
func (o *AccountReferenceAllOf) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*AccountReferenceAllOf) GetUsernameOk ¶
func (o *AccountReferenceAllOf) 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 (*AccountReferenceAllOf) HasEmail ¶
func (o *AccountReferenceAllOf) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*AccountReferenceAllOf) HasName ¶
func (o *AccountReferenceAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*AccountReferenceAllOf) HasUsername ¶
func (o *AccountReferenceAllOf) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (AccountReferenceAllOf) MarshalJSON ¶
func (o AccountReferenceAllOf) MarshalJSON() ([]byte, error)
func (*AccountReferenceAllOf) SetEmail ¶
func (o *AccountReferenceAllOf) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*AccountReferenceAllOf) SetName ¶
func (o *AccountReferenceAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*AccountReferenceAllOf) SetUsername ¶
func (o *AccountReferenceAllOf) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
type ApiApiAccountsMgmtV1AccessTokenPostRequest ¶
type ApiApiAccountsMgmtV1AccessTokenPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1AccessTokenPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1AccessTokenPostRequest) Execute() (AccessTokenCfg, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1AccountsGetRequest ¶
type ApiApiAccountsMgmtV1AccountsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1AccountsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1AccountsGetRequest) Execute() (AccountList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1AccountsGetRequest) FetchCapabilities ¶
func (r ApiApiAccountsMgmtV1AccountsGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1AccountsGetRequest
func (ApiApiAccountsMgmtV1AccountsGetRequest) FetchLabels ¶
func (r ApiApiAccountsMgmtV1AccountsGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1AccountsGetRequest
func (ApiApiAccountsMgmtV1AccountsGetRequest) Fields ¶
func (r ApiApiAccountsMgmtV1AccountsGetRequest) Fields(fields string) ApiApiAccountsMgmtV1AccountsGetRequest
func (ApiApiAccountsMgmtV1AccountsGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1AccountsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1AccountsGetRequest
func (ApiApiAccountsMgmtV1AccountsGetRequest) Page ¶
func (r ApiApiAccountsMgmtV1AccountsGetRequest) Page(page int32) ApiApiAccountsMgmtV1AccountsGetRequest
func (ApiApiAccountsMgmtV1AccountsGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1AccountsGetRequest) Search(search string) ApiApiAccountsMgmtV1AccountsGetRequest
func (ApiApiAccountsMgmtV1AccountsGetRequest) Size ¶
func (r ApiApiAccountsMgmtV1AccountsGetRequest) Size(size int32) ApiApiAccountsMgmtV1AccountsGetRequest
type ApiApiAccountsMgmtV1AccountsIdGetRequest ¶
type ApiApiAccountsMgmtV1AccountsIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1AccountsIdGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1AccountsIdGetRequest) Execute() (Account, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1AccountsIdGetRequest) FetchCapabilities ¶
func (r ApiApiAccountsMgmtV1AccountsIdGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1AccountsIdGetRequest
func (ApiApiAccountsMgmtV1AccountsIdGetRequest) FetchLabels ¶
func (r ApiApiAccountsMgmtV1AccountsIdGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1AccountsIdGetRequest
type ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest ¶
type ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Execute() (LabelList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
func (ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Search(search string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
type ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest ¶
type ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest ¶
type ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest ¶
type ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) Execute ¶
func (r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) Execute() (Label, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest ¶
type ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) Execute() (Label, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1AccountsIdPatchRequest ¶
type ApiApiAccountsMgmtV1AccountsIdPatchRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1AccountsIdPatchRequest) AccountPatchRequest ¶
func (r ApiApiAccountsMgmtV1AccountsIdPatchRequest) AccountPatchRequest(accountPatchRequest AccountPatchRequest) ApiApiAccountsMgmtV1AccountsIdPatchRequest
type ApiApiAccountsMgmtV1AccountsPostRequest ¶
type ApiApiAccountsMgmtV1AccountsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1AccountsPostRequest) Account ¶
func (r ApiApiAccountsMgmtV1AccountsPostRequest) Account(account Account) ApiApiAccountsMgmtV1AccountsPostRequest
func (ApiApiAccountsMgmtV1AccountsPostRequest) DryRun ¶
func (r ApiApiAccountsMgmtV1AccountsPostRequest) DryRun(dryRun bool) ApiApiAccountsMgmtV1AccountsPostRequest
type ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest ¶
type ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) ClusterAuthorizationRequest ¶
func (r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) ClusterAuthorizationRequest(clusterAuthorizationRequest ClusterAuthorizationRequest) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest
func (ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) Execute() (ClusterAuthorizationResponse, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest ¶
type ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) ClusterRegistrationRequest ¶
func (r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) ClusterRegistrationRequest(clusterRegistrationRequest ClusterRegistrationRequest) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest
func (ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) Execute() (ClusterRegistrationResponse, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1CurrentAccountGetRequest ¶
type ApiApiAccountsMgmtV1CurrentAccountGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1CurrentAccountGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1CurrentAccountGetRequest) Execute() (Account, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1CurrentAccountGetRequest) FetchLabels ¶
func (r ApiApiAccountsMgmtV1CurrentAccountGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1CurrentAccountGetRequest
type ApiApiAccountsMgmtV1ErrorsGetRequest ¶
type ApiApiAccountsMgmtV1ErrorsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1ErrorsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1ErrorsGetRequest) Execute() (ErrorList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1ErrorsGetRequest) Page ¶
func (r ApiApiAccountsMgmtV1ErrorsGetRequest) Page(page int32) ApiApiAccountsMgmtV1ErrorsGetRequest
func (ApiApiAccountsMgmtV1ErrorsGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1ErrorsGetRequest) Search(search string) ApiApiAccountsMgmtV1ErrorsGetRequest
func (ApiApiAccountsMgmtV1ErrorsGetRequest) Size ¶
func (r ApiApiAccountsMgmtV1ErrorsGetRequest) Size(size int32) ApiApiAccountsMgmtV1ErrorsGetRequest
type ApiApiAccountsMgmtV1ErrorsIdGetRequest ¶
type ApiApiAccountsMgmtV1ErrorsIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest ¶
type ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) Execute() (FeatureToggle, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) FeatureToggleQueryRequest ¶
func (r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) FeatureToggleQueryRequest(featureToggleQueryRequest FeatureToggleQueryRequest) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest
type ApiApiAccountsMgmtV1LabelsGetRequest ¶
type ApiApiAccountsMgmtV1LabelsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1LabelsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1LabelsGetRequest) Execute() (LabelList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1LabelsGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1LabelsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1LabelsGetRequest
func (ApiApiAccountsMgmtV1LabelsGetRequest) Page ¶
func (r ApiApiAccountsMgmtV1LabelsGetRequest) Page(page int32) ApiApiAccountsMgmtV1LabelsGetRequest
func (ApiApiAccountsMgmtV1LabelsGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1LabelsGetRequest) Search(search string) ApiApiAccountsMgmtV1LabelsGetRequest
func (ApiApiAccountsMgmtV1LabelsGetRequest) Size ¶
func (r ApiApiAccountsMgmtV1LabelsGetRequest) Size(size int32) ApiApiAccountsMgmtV1LabelsGetRequest
type ApiApiAccountsMgmtV1MetricsGetRequest ¶
type ApiApiAccountsMgmtV1MetricsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1MetricsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1MetricsGetRequest) Execute() (MetricsList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1MetricsGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1MetricsGetRequest) Search(search string) ApiApiAccountsMgmtV1MetricsGetRequest
type ApiApiAccountsMgmtV1NotifyPostRequest ¶
type ApiApiAccountsMgmtV1NotifyPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1NotifyPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1NotifyPostRequest) Execute() (*_nethttp.Response, error)
func (ApiApiAccountsMgmtV1NotifyPostRequest) NotificationRequest ¶
func (r ApiApiAccountsMgmtV1NotifyPostRequest) NotificationRequest(notificationRequest NotificationRequest) ApiApiAccountsMgmtV1NotifyPostRequest
type ApiApiAccountsMgmtV1OrganizationsGetRequest ¶
type ApiApiAccountsMgmtV1OrganizationsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) Execute() (OrganizationList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1OrganizationsGetRequest) FetchCapabilities ¶
func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1OrganizationsGetRequest
func (ApiApiAccountsMgmtV1OrganizationsGetRequest) FetchLabels ¶
func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1OrganizationsGetRequest
func (ApiApiAccountsMgmtV1OrganizationsGetRequest) Fields ¶
func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) Fields(fields string) ApiApiAccountsMgmtV1OrganizationsGetRequest
func (ApiApiAccountsMgmtV1OrganizationsGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1OrganizationsGetRequest
func (ApiApiAccountsMgmtV1OrganizationsGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1OrganizationsGetRequest) Search(search string) ApiApiAccountsMgmtV1OrganizationsGetRequest
type ApiApiAccountsMgmtV1OrganizationsIdGetRequest ¶
type ApiApiAccountsMgmtV1OrganizationsIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsIdGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) Execute() (Organization, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1OrganizationsIdGetRequest) FetchCapabilities ¶
func (r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1OrganizationsIdGetRequest
func (ApiApiAccountsMgmtV1OrganizationsIdGetRequest) FetchLabels ¶
func (r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1OrganizationsIdGetRequest
type ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest ¶
type ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) Execute() (LabelList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest ¶
type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest ¶
type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest ¶
type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) Execute() (Label, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest ¶
type ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) Execute() (Label, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1OrganizationsIdPatchRequest ¶
type ApiApiAccountsMgmtV1OrganizationsIdPatchRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) Execute() (Organization, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) OrganizationPatchRequest ¶
func (r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) OrganizationPatchRequest(organizationPatchRequest OrganizationPatchRequest) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest
type ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest ¶
type ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest ¶
type ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) Execute() (QuotaCostList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) FetchRelatedResources ¶
func (r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) FetchRelatedResources(fetchRelatedResources bool) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
type ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest ¶
type ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) Execute() (QuotaSummaryList, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest ¶
type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) Execute() (ResourceQuotaList, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest ¶
type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) Execute() (ResourceQuota, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) ResourceQuotaRequest ¶
func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) ResourceQuotaRequest(resourceQuotaRequest ResourceQuotaRequest) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest
type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest ¶
type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest ¶
type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) Execute() (ResourceQuota, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest ¶
type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) Execute() (ResourceQuota, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) ResourceQuotaRequest ¶
func (r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) ResourceQuotaRequest(resourceQuotaRequest ResourceQuotaRequest) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest
type ApiApiAccountsMgmtV1OrganizationsPostRequest ¶
type ApiApiAccountsMgmtV1OrganizationsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1OrganizationsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1OrganizationsPostRequest) Execute() (Organization, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1OrganizationsPostRequest) Organization ¶
func (r ApiApiAccountsMgmtV1OrganizationsPostRequest) Organization(organization Organization) ApiApiAccountsMgmtV1OrganizationsPostRequest
type ApiApiAccountsMgmtV1PlansGetRequest ¶
type ApiApiAccountsMgmtV1PlansGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1PlansGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1PlansGetRequest) Execute() (PlanList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1PlansGetRequest) Page ¶
func (r ApiApiAccountsMgmtV1PlansGetRequest) Page(page int32) ApiApiAccountsMgmtV1PlansGetRequest
func (ApiApiAccountsMgmtV1PlansGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1PlansGetRequest) Search(search string) ApiApiAccountsMgmtV1PlansGetRequest
func (ApiApiAccountsMgmtV1PlansGetRequest) Size ¶
func (r ApiApiAccountsMgmtV1PlansGetRequest) Size(size int32) ApiApiAccountsMgmtV1PlansGetRequest
type ApiApiAccountsMgmtV1PlansIdGetRequest ¶
type ApiApiAccountsMgmtV1PlansIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest ¶
type ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1PullSecretsPostRequest ¶
type ApiApiAccountsMgmtV1PullSecretsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1PullSecretsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1PullSecretsPostRequest) Execute() (AccessTokenCfg, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1PullSecretsPostRequest) PullSecretRequest ¶
func (r ApiApiAccountsMgmtV1PullSecretsPostRequest) PullSecretRequest(pullSecretRequest PullSecretRequest) ApiApiAccountsMgmtV1PullSecretsPostRequest
type ApiApiAccountsMgmtV1RegistriesGetRequest ¶
type ApiApiAccountsMgmtV1RegistriesGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1RegistriesGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1RegistriesGetRequest) Execute() (RegistryList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1RegistriesGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1RegistriesGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1RegistriesGetRequest
func (ApiApiAccountsMgmtV1RegistriesGetRequest) Page ¶
func (r ApiApiAccountsMgmtV1RegistriesGetRequest) Page(page int32) ApiApiAccountsMgmtV1RegistriesGetRequest
func (ApiApiAccountsMgmtV1RegistriesGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1RegistriesGetRequest) Search(search string) ApiApiAccountsMgmtV1RegistriesGetRequest
func (ApiApiAccountsMgmtV1RegistriesGetRequest) Size ¶
func (r ApiApiAccountsMgmtV1RegistriesGetRequest) Size(size int32) ApiApiAccountsMgmtV1RegistriesGetRequest
type ApiApiAccountsMgmtV1RegistriesIdGetRequest ¶
type ApiApiAccountsMgmtV1RegistriesIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1RegistryCredentialsGetRequest ¶
type ApiApiAccountsMgmtV1RegistryCredentialsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Execute() (RegistryCredentialList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
func (ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Search(search string) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
type ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest ¶
type ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest ¶
type ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) Execute() (RegistryCredential, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest ¶
type ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) Execute ¶
func (r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) Execute() (RegistryCredential, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) RegistryCredentialPatchRequest ¶
func (r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) RegistryCredentialPatchRequest(registryCredentialPatchRequest RegistryCredentialPatchRequest) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest
type ApiApiAccountsMgmtV1RegistryCredentialsPostRequest ¶
type ApiApiAccountsMgmtV1RegistryCredentialsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) Execute() (RegistryCredential, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) RegistryCredential ¶
func (r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) RegistryCredential(registryCredential RegistryCredential) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest
type ApiApiAccountsMgmtV1ReservedResourcesGetRequest ¶
type ApiApiAccountsMgmtV1ReservedResourcesGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Execute() (ReservedResourceList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1ReservedResourcesGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1ReservedResourcesGetRequest
func (ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Search(search string) ApiApiAccountsMgmtV1ReservedResourcesGetRequest
type ApiApiAccountsMgmtV1ResourceQuotaGetRequest ¶
type ApiApiAccountsMgmtV1ResourceQuotaGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Execute() (ResourceQuotaList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1ResourceQuotaGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1ResourceQuotaGetRequest
func (ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Search(search string) ApiApiAccountsMgmtV1ResourceQuotaGetRequest
type ApiApiAccountsMgmtV1RoleBindingsGetRequest ¶
type ApiApiAccountsMgmtV1RoleBindingsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1RoleBindingsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1RoleBindingsGetRequest) Execute() (RoleBindingList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1RoleBindingsGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1RoleBindingsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1RoleBindingsGetRequest
func (ApiApiAccountsMgmtV1RoleBindingsGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1RoleBindingsGetRequest) Search(search string) ApiApiAccountsMgmtV1RoleBindingsGetRequest
type ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest ¶
type ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1RoleBindingsIdGetRequest ¶
type ApiApiAccountsMgmtV1RoleBindingsIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) Execute() (RoleBinding, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest ¶
type ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) Execute ¶
func (r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) Execute() (RoleBinding, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) RoleBindingRequest ¶
func (r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) RoleBindingRequest(roleBindingRequest RoleBindingRequest) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest
type ApiApiAccountsMgmtV1RoleBindingsPostRequest ¶
type ApiApiAccountsMgmtV1RoleBindingsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1RoleBindingsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1RoleBindingsPostRequest) Execute() (RoleBinding, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1RoleBindingsPostRequest) RoleBindingCreateRequest ¶
func (r ApiApiAccountsMgmtV1RoleBindingsPostRequest) RoleBindingCreateRequest(roleBindingCreateRequest RoleBindingCreateRequest) ApiApiAccountsMgmtV1RoleBindingsPostRequest
type ApiApiAccountsMgmtV1RolesGetRequest ¶
type ApiApiAccountsMgmtV1RolesGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1RolesGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1RolesGetRequest) Execute() (RoleList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1RolesGetRequest) Page ¶
func (r ApiApiAccountsMgmtV1RolesGetRequest) Page(page int32) ApiApiAccountsMgmtV1RolesGetRequest
func (ApiApiAccountsMgmtV1RolesGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1RolesGetRequest) Search(search string) ApiApiAccountsMgmtV1RolesGetRequest
func (ApiApiAccountsMgmtV1RolesGetRequest) Size ¶
func (r ApiApiAccountsMgmtV1RolesGetRequest) Size(size int32) ApiApiAccountsMgmtV1RolesGetRequest
type ApiApiAccountsMgmtV1RolesIdGetRequest ¶
type ApiApiAccountsMgmtV1RolesIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1SkuRulesGetRequest ¶
type ApiApiAccountsMgmtV1SkuRulesGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SkuRulesGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SkuRulesGetRequest) Execute() (SkuRulesList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1SkuRulesGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1SkuRulesGetRequest) Search(search string) ApiApiAccountsMgmtV1SkuRulesGetRequest
type ApiApiAccountsMgmtV1SkuRulesIdGetRequest ¶
type ApiApiAccountsMgmtV1SkuRulesIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1SkusGetRequest ¶
type ApiApiAccountsMgmtV1SkusGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SkusGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SkusGetRequest) Execute() (SkuList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1SkusGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1SkusGetRequest) Search(search string) ApiApiAccountsMgmtV1SkusGetRequest
type ApiApiAccountsMgmtV1SkusIdGetRequest ¶
type ApiApiAccountsMgmtV1SkusIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1SubscriptionsGetRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) Execute() (SubscriptionList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchAccounts ¶
func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchAccounts(fetchAccounts bool) ApiApiAccountsMgmtV1SubscriptionsGetRequest
func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchCapabilities ¶
func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1SubscriptionsGetRequest
func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchLabels ¶
func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1SubscriptionsGetRequest
func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) Fields ¶
func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) Fields(fields string) ApiApiAccountsMgmtV1SubscriptionsGetRequest
func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) Labels ¶
func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) Labels(labels string) ApiApiAccountsMgmtV1SubscriptionsGetRequest
func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1SubscriptionsGetRequest
func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) Search ¶
func (r ApiApiAccountsMgmtV1SubscriptionsGetRequest) Search(search string) ApiApiAccountsMgmtV1SubscriptionsGetRequest
type ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1SubscriptionsIdGetRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) Execute() (Subscription, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchAccounts ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchAccounts(fetchAccounts bool) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
func (ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchCapabilities ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchCapabilities(fetchCapabilities bool) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
func (ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchCpuAndSocket ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchCpuAndSocket(fetchCpuAndSocket bool) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
func (ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchLabels ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchLabels(fetchLabels bool) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
type ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) Execute() (LabelList, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) OrderBy ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) OrderBy(orderBy string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) Execute() (Label, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) Execute() (Label, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) Execute() (*_nethttp.Response, error)
func (ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) NotificationRequest ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) NotificationRequest(notificationRequest NotificationRequest) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest
type ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) Execute() (Subscription, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) SubscriptionPatchRequest ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) SubscriptionPatchRequest(subscriptionPatchRequest SubscriptionPatchRequest) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest
type ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) Execute() (ReservedResourceList, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) Execute() (*_nethttp.Response, error)
type ApiApiAccountsMgmtV1SubscriptionsPostRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsPostRequest) Execute() (Subscription, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1SubscriptionsPostRequest) SubscriptionCreateRequest ¶
func (r ApiApiAccountsMgmtV1SubscriptionsPostRequest) SubscriptionCreateRequest(subscriptionCreateRequest SubscriptionCreateRequest) ApiApiAccountsMgmtV1SubscriptionsPostRequest
type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Execute() (AccountList, *_nethttp.Response, error)
type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) Execute() (Account, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) NotificationContactCreateRequest ¶
func (r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) NotificationContactCreateRequest(notificationContactCreateRequest NotificationContactCreateRequest) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest
type ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest ¶
type ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest ¶
type ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiApiAccountsMgmtV1SupportCasesPostRequest ¶
type ApiApiAccountsMgmtV1SupportCasesPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1SupportCasesPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1SupportCasesPostRequest) Execute() (SupportCasesCreatedResponse, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1SupportCasesPostRequest) SupportCasesRequest ¶
func (r ApiApiAccountsMgmtV1SupportCasesPostRequest) SupportCasesRequest(supportCasesRequest SupportCasesRequest) ApiApiAccountsMgmtV1SupportCasesPostRequest
type ApiApiAccountsMgmtV1TokenAuthorizationPostRequest ¶
type ApiApiAccountsMgmtV1TokenAuthorizationPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) Execute ¶
func (r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) Execute() (TokenAuthorizationResponse, *_nethttp.Response, error)
func (ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) TokenAuthorizationRequest ¶
func (r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) TokenAuthorizationRequest(tokenAuthorizationRequest TokenAuthorizationRequest) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest
type ApiApiAuthorizationsV1AccessReviewPostRequest ¶
type ApiApiAuthorizationsV1AccessReviewPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAuthorizationsV1AccessReviewPostRequest) AccessReview ¶
func (r ApiApiAuthorizationsV1AccessReviewPostRequest) AccessReview(accessReview AccessReview) ApiApiAuthorizationsV1AccessReviewPostRequest
func (ApiApiAuthorizationsV1AccessReviewPostRequest) Execute ¶
func (r ApiApiAuthorizationsV1AccessReviewPostRequest) Execute() (AccessReviewResponse, *_nethttp.Response, error)
type ApiApiAuthorizationsV1CapabilityReviewPostRequest ¶
type ApiApiAuthorizationsV1CapabilityReviewPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAuthorizationsV1CapabilityReviewPostRequest) CapabilityReviewRequest ¶
func (r ApiApiAuthorizationsV1CapabilityReviewPostRequest) CapabilityReviewRequest(capabilityReviewRequest CapabilityReviewRequest) ApiApiAuthorizationsV1CapabilityReviewPostRequest
func (ApiApiAuthorizationsV1CapabilityReviewPostRequest) Execute ¶
func (r ApiApiAuthorizationsV1CapabilityReviewPostRequest) Execute() (CapabilityReview, *_nethttp.Response, error)
type ApiApiAuthorizationsV1ExportControlReviewPostRequest ¶
type ApiApiAuthorizationsV1ExportControlReviewPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAuthorizationsV1ExportControlReviewPostRequest) Execute ¶
func (r ApiApiAuthorizationsV1ExportControlReviewPostRequest) Execute() (ExportControlReview, *_nethttp.Response, error)
func (ApiApiAuthorizationsV1ExportControlReviewPostRequest) ExportControlReviewRequest ¶
func (r ApiApiAuthorizationsV1ExportControlReviewPostRequest) ExportControlReviewRequest(exportControlReviewRequest ExportControlReviewRequest) ApiApiAuthorizationsV1ExportControlReviewPostRequest
type ApiApiAuthorizationsV1ResourceReviewPostRequest ¶
type ApiApiAuthorizationsV1ResourceReviewPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAuthorizationsV1ResourceReviewPostRequest) Execute ¶
func (r ApiApiAuthorizationsV1ResourceReviewPostRequest) Execute() (ResourceReview, *_nethttp.Response, error)
func (ApiApiAuthorizationsV1ResourceReviewPostRequest) ResourceReviewRequest ¶
func (r ApiApiAuthorizationsV1ResourceReviewPostRequest) ResourceReviewRequest(resourceReviewRequest ResourceReviewRequest) ApiApiAuthorizationsV1ResourceReviewPostRequest
type ApiApiAuthorizationsV1SelfAccessReviewPostRequest ¶
type ApiApiAuthorizationsV1SelfAccessReviewPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAuthorizationsV1SelfAccessReviewPostRequest) Execute ¶
func (r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) Execute() (AccessReviewResponse, *_nethttp.Response, error)
func (ApiApiAuthorizationsV1SelfAccessReviewPostRequest) SelfAccessReview ¶
func (r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) SelfAccessReview(selfAccessReview SelfAccessReview) ApiApiAuthorizationsV1SelfAccessReviewPostRequest
type ApiApiAuthorizationsV1SelfResourceReviewPostRequest ¶
type ApiApiAuthorizationsV1SelfResourceReviewPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAuthorizationsV1SelfResourceReviewPostRequest) Execute ¶
func (r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) Execute() (SelfResourceReview, *_nethttp.Response, error)
func (ApiApiAuthorizationsV1SelfResourceReviewPostRequest) SelfResourceReviewRequest ¶
func (r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) SelfResourceReviewRequest(selfResourceReviewRequest SelfResourceReviewRequest) ApiApiAuthorizationsV1SelfResourceReviewPostRequest
type ApiApiAuthorizationsV1SelfTermsReviewPostRequest ¶
type ApiApiAuthorizationsV1SelfTermsReviewPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAuthorizationsV1SelfTermsReviewPostRequest) Execute ¶
func (r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) Execute() (TermsReviewResponse, *_nethttp.Response, error)
func (ApiApiAuthorizationsV1SelfTermsReviewPostRequest) SelfTermsReview ¶
func (r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) SelfTermsReview(selfTermsReview SelfTermsReview) ApiApiAuthorizationsV1SelfTermsReviewPostRequest
type ApiApiAuthorizationsV1TermsReviewPostRequest ¶
type ApiApiAuthorizationsV1TermsReviewPostRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiApiAuthorizationsV1TermsReviewPostRequest) Execute ¶
func (r ApiApiAuthorizationsV1TermsReviewPostRequest) Execute() (TermsReviewResponse, *_nethttp.Response, error)
func (ApiApiAuthorizationsV1TermsReviewPostRequest) TermsReview ¶
func (r ApiApiAuthorizationsV1TermsReviewPostRequest) TermsReview(termsReview TermsReview) ApiApiAuthorizationsV1TermsReviewPostRequest
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 Capability ¶
type Capability struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Inherited bool `json:"inherited"` Name string `json:"name"` Value string `json:"value"` }
Capability struct for Capability
func NewCapability ¶
func NewCapability(inherited bool, name string, value string) *Capability
NewCapability instantiates a new Capability 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 NewCapabilityWithDefaults ¶
func NewCapabilityWithDefaults() *Capability
NewCapabilityWithDefaults instantiates a new Capability 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 (*Capability) GetHref ¶
func (o *Capability) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*Capability) GetHrefOk ¶
func (o *Capability) 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 (*Capability) GetId ¶
func (o *Capability) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Capability) GetIdOk ¶
func (o *Capability) 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 (*Capability) GetInherited ¶
func (o *Capability) GetInherited() bool
GetInherited returns the Inherited field value
func (*Capability) GetInheritedOk ¶
func (o *Capability) GetInheritedOk() (*bool, bool)
GetInheritedOk returns a tuple with the Inherited field value and a boolean to check if the value has been set.
func (*Capability) GetKind ¶
func (o *Capability) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*Capability) GetKindOk ¶
func (o *Capability) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Capability) GetName ¶
func (o *Capability) GetName() string
GetName returns the Name field value
func (*Capability) GetNameOk ¶
func (o *Capability) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Capability) GetValue ¶
func (o *Capability) GetValue() string
GetValue returns the Value field value
func (*Capability) GetValueOk ¶
func (o *Capability) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*Capability) HasHref ¶
func (o *Capability) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*Capability) HasId ¶
func (o *Capability) HasId() bool
HasId returns a boolean if a field has been set.
func (*Capability) HasKind ¶
func (o *Capability) HasKind() bool
HasKind returns a boolean if a field has been set.
func (Capability) MarshalJSON ¶
func (o Capability) MarshalJSON() ([]byte, error)
func (*Capability) SetHref ¶
func (o *Capability) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Capability) SetId ¶
func (o *Capability) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Capability) SetInherited ¶
func (o *Capability) SetInherited(v bool)
SetInherited sets field value
func (*Capability) SetKind ¶
func (o *Capability) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type CapabilityAllOf ¶
type CapabilityAllOf struct { Inherited bool `json:"inherited"` Name string `json:"name"` Value string `json:"value"` }
CapabilityAllOf struct for CapabilityAllOf
func NewCapabilityAllOf ¶
func NewCapabilityAllOf(inherited bool, name string, value string) *CapabilityAllOf
NewCapabilityAllOf instantiates a new CapabilityAllOf 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 NewCapabilityAllOfWithDefaults ¶
func NewCapabilityAllOfWithDefaults() *CapabilityAllOf
NewCapabilityAllOfWithDefaults instantiates a new CapabilityAllOf 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 (*CapabilityAllOf) GetInherited ¶
func (o *CapabilityAllOf) GetInherited() bool
GetInherited returns the Inherited field value
func (*CapabilityAllOf) GetInheritedOk ¶
func (o *CapabilityAllOf) GetInheritedOk() (*bool, bool)
GetInheritedOk returns a tuple with the Inherited field value and a boolean to check if the value has been set.
func (*CapabilityAllOf) GetName ¶
func (o *CapabilityAllOf) GetName() string
GetName returns the Name field value
func (*CapabilityAllOf) GetNameOk ¶
func (o *CapabilityAllOf) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CapabilityAllOf) GetValue ¶
func (o *CapabilityAllOf) GetValue() string
GetValue returns the Value field value
func (*CapabilityAllOf) GetValueOk ¶
func (o *CapabilityAllOf) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (CapabilityAllOf) MarshalJSON ¶
func (o CapabilityAllOf) MarshalJSON() ([]byte, error)
func (*CapabilityAllOf) SetInherited ¶
func (o *CapabilityAllOf) SetInherited(v bool)
SetInherited sets field value
func (*CapabilityAllOf) SetName ¶
func (o *CapabilityAllOf) SetName(v string)
SetName sets field value
func (*CapabilityAllOf) SetValue ¶
func (o *CapabilityAllOf) SetValue(v string)
SetValue sets field value
type CapabilityReview ¶
type CapabilityReview struct {
Result string `json:"result"`
}
CapabilityReview struct for CapabilityReview
func NewCapabilityReview ¶
func NewCapabilityReview(result string) *CapabilityReview
NewCapabilityReview instantiates a new CapabilityReview 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 NewCapabilityReviewWithDefaults ¶
func NewCapabilityReviewWithDefaults() *CapabilityReview
NewCapabilityReviewWithDefaults instantiates a new CapabilityReview 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 (*CapabilityReview) GetResult ¶
func (o *CapabilityReview) GetResult() string
GetResult returns the Result field value
func (*CapabilityReview) GetResultOk ¶
func (o *CapabilityReview) GetResultOk() (*string, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (CapabilityReview) MarshalJSON ¶
func (o CapabilityReview) MarshalJSON() ([]byte, error)
func (*CapabilityReview) SetResult ¶
func (o *CapabilityReview) SetResult(v string)
SetResult sets field value
type CapabilityReviewRequest ¶
type CapabilityReviewRequest struct { AccountUsername string `json:"account_username"` Capability string `json:"capability"` ClusterId *string `json:"cluster_id,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` SubscriptionId *string `json:"subscription_id,omitempty"` Type string `json:"type"` }
CapabilityReviewRequest struct for CapabilityReviewRequest
func NewCapabilityReviewRequest ¶
func NewCapabilityReviewRequest(accountUsername string, capability string, type_ string) *CapabilityReviewRequest
NewCapabilityReviewRequest instantiates a new CapabilityReviewRequest 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 NewCapabilityReviewRequestWithDefaults ¶
func NewCapabilityReviewRequestWithDefaults() *CapabilityReviewRequest
NewCapabilityReviewRequestWithDefaults instantiates a new CapabilityReviewRequest 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 (*CapabilityReviewRequest) GetAccountUsername ¶
func (o *CapabilityReviewRequest) GetAccountUsername() string
GetAccountUsername returns the AccountUsername field value
func (*CapabilityReviewRequest) GetAccountUsernameOk ¶
func (o *CapabilityReviewRequest) GetAccountUsernameOk() (*string, bool)
GetAccountUsernameOk returns a tuple with the AccountUsername field value and a boolean to check if the value has been set.
func (*CapabilityReviewRequest) GetCapability ¶
func (o *CapabilityReviewRequest) GetCapability() string
GetCapability returns the Capability field value
func (*CapabilityReviewRequest) GetCapabilityOk ¶
func (o *CapabilityReviewRequest) GetCapabilityOk() (*string, bool)
GetCapabilityOk returns a tuple with the Capability field value and a boolean to check if the value has been set.
func (*CapabilityReviewRequest) GetClusterId ¶
func (o *CapabilityReviewRequest) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*CapabilityReviewRequest) GetClusterIdOk ¶
func (o *CapabilityReviewRequest) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityReviewRequest) GetOrganizationId ¶
func (o *CapabilityReviewRequest) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*CapabilityReviewRequest) GetOrganizationIdOk ¶
func (o *CapabilityReviewRequest) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityReviewRequest) GetSubscriptionId ¶
func (o *CapabilityReviewRequest) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*CapabilityReviewRequest) GetSubscriptionIdOk ¶
func (o *CapabilityReviewRequest) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CapabilityReviewRequest) GetType ¶
func (o *CapabilityReviewRequest) GetType() string
GetType returns the Type field value
func (*CapabilityReviewRequest) GetTypeOk ¶
func (o *CapabilityReviewRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CapabilityReviewRequest) HasClusterId ¶
func (o *CapabilityReviewRequest) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*CapabilityReviewRequest) HasOrganizationId ¶
func (o *CapabilityReviewRequest) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*CapabilityReviewRequest) HasSubscriptionId ¶
func (o *CapabilityReviewRequest) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (CapabilityReviewRequest) MarshalJSON ¶
func (o CapabilityReviewRequest) MarshalJSON() ([]byte, error)
func (*CapabilityReviewRequest) SetAccountUsername ¶
func (o *CapabilityReviewRequest) SetAccountUsername(v string)
SetAccountUsername sets field value
func (*CapabilityReviewRequest) SetCapability ¶
func (o *CapabilityReviewRequest) SetCapability(v string)
SetCapability sets field value
func (*CapabilityReviewRequest) SetClusterId ¶
func (o *CapabilityReviewRequest) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*CapabilityReviewRequest) SetOrganizationId ¶
func (o *CapabilityReviewRequest) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*CapabilityReviewRequest) SetSubscriptionId ¶
func (o *CapabilityReviewRequest) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*CapabilityReviewRequest) SetType ¶
func (o *CapabilityReviewRequest) SetType(v string)
SetType sets field value
type ClusterAuthorizationRequest ¶
type ClusterAuthorizationRequest struct { AccountUsername string `json:"account_username"` AvailabilityZone *string `json:"availability_zone,omitempty"` Byoc *bool `json:"byoc,omitempty"` CloudAccountId *string `json:"cloud_account_id,omitempty"` CloudProviderId *string `json:"cloud_provider_id,omitempty"` ClusterId string `json:"cluster_id"` Disconnected *bool `json:"disconnected,omitempty"` DisplayName *string `json:"display_name,omitempty"` ExternalClusterId *string `json:"external_cluster_id,omitempty"` Managed *bool `json:"managed,omitempty"` ProductCategory *string `json:"product_category,omitempty"` ProductId *string `json:"product_id,omitempty"` Reserve *bool `json:"reserve,omitempty"` Resources *[]ReservedResource `json:"resources,omitempty"` }
ClusterAuthorizationRequest struct for ClusterAuthorizationRequest
func NewClusterAuthorizationRequest ¶
func NewClusterAuthorizationRequest(accountUsername string, clusterId string) *ClusterAuthorizationRequest
NewClusterAuthorizationRequest instantiates a new ClusterAuthorizationRequest 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 NewClusterAuthorizationRequestWithDefaults ¶
func NewClusterAuthorizationRequestWithDefaults() *ClusterAuthorizationRequest
NewClusterAuthorizationRequestWithDefaults instantiates a new ClusterAuthorizationRequest 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 (*ClusterAuthorizationRequest) GetAccountUsername ¶
func (o *ClusterAuthorizationRequest) GetAccountUsername() string
GetAccountUsername returns the AccountUsername field value
func (*ClusterAuthorizationRequest) GetAccountUsernameOk ¶
func (o *ClusterAuthorizationRequest) GetAccountUsernameOk() (*string, bool)
GetAccountUsernameOk returns a tuple with the AccountUsername field value and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetAvailabilityZone ¶
func (o *ClusterAuthorizationRequest) GetAvailabilityZone() string
GetAvailabilityZone returns the AvailabilityZone field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetAvailabilityZoneOk ¶
func (o *ClusterAuthorizationRequest) GetAvailabilityZoneOk() (*string, bool)
GetAvailabilityZoneOk returns a tuple with the AvailabilityZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetByoc ¶
func (o *ClusterAuthorizationRequest) GetByoc() bool
GetByoc returns the Byoc field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetByocOk ¶
func (o *ClusterAuthorizationRequest) GetByocOk() (*bool, bool)
GetByocOk returns a tuple with the Byoc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetCloudAccountId ¶
func (o *ClusterAuthorizationRequest) GetCloudAccountId() string
GetCloudAccountId returns the CloudAccountId field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetCloudAccountIdOk ¶
func (o *ClusterAuthorizationRequest) GetCloudAccountIdOk() (*string, bool)
GetCloudAccountIdOk returns a tuple with the CloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetCloudProviderId ¶
func (o *ClusterAuthorizationRequest) GetCloudProviderId() string
GetCloudProviderId returns the CloudProviderId field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetCloudProviderIdOk ¶
func (o *ClusterAuthorizationRequest) GetCloudProviderIdOk() (*string, bool)
GetCloudProviderIdOk returns a tuple with the CloudProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetClusterId ¶
func (o *ClusterAuthorizationRequest) GetClusterId() string
GetClusterId returns the ClusterId field value
func (*ClusterAuthorizationRequest) GetClusterIdOk ¶
func (o *ClusterAuthorizationRequest) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetDisconnected ¶
func (o *ClusterAuthorizationRequest) GetDisconnected() bool
GetDisconnected returns the Disconnected field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetDisconnectedOk ¶
func (o *ClusterAuthorizationRequest) GetDisconnectedOk() (*bool, bool)
GetDisconnectedOk returns a tuple with the Disconnected field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetDisplayName ¶
func (o *ClusterAuthorizationRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetDisplayNameOk ¶
func (o *ClusterAuthorizationRequest) 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 (*ClusterAuthorizationRequest) GetExternalClusterId ¶
func (o *ClusterAuthorizationRequest) GetExternalClusterId() string
GetExternalClusterId returns the ExternalClusterId field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetExternalClusterIdOk ¶
func (o *ClusterAuthorizationRequest) GetExternalClusterIdOk() (*string, bool)
GetExternalClusterIdOk returns a tuple with the ExternalClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetManaged ¶
func (o *ClusterAuthorizationRequest) GetManaged() bool
GetManaged returns the Managed field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetManagedOk ¶
func (o *ClusterAuthorizationRequest) GetManagedOk() (*bool, bool)
GetManagedOk returns a tuple with the Managed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetProductCategory ¶
func (o *ClusterAuthorizationRequest) GetProductCategory() string
GetProductCategory returns the ProductCategory field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetProductCategoryOk ¶
func (o *ClusterAuthorizationRequest) GetProductCategoryOk() (*string, bool)
GetProductCategoryOk returns a tuple with the ProductCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetProductId ¶
func (o *ClusterAuthorizationRequest) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetProductIdOk ¶
func (o *ClusterAuthorizationRequest) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetReserve ¶
func (o *ClusterAuthorizationRequest) GetReserve() bool
GetReserve returns the Reserve field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetReserveOk ¶
func (o *ClusterAuthorizationRequest) GetReserveOk() (*bool, bool)
GetReserveOk returns a tuple with the Reserve field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) GetResources ¶
func (o *ClusterAuthorizationRequest) GetResources() []ReservedResource
GetResources returns the Resources field value if set, zero value otherwise.
func (*ClusterAuthorizationRequest) GetResourcesOk ¶
func (o *ClusterAuthorizationRequest) GetResourcesOk() (*[]ReservedResource, bool)
GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationRequest) HasAvailabilityZone ¶
func (o *ClusterAuthorizationRequest) HasAvailabilityZone() bool
HasAvailabilityZone returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasByoc ¶
func (o *ClusterAuthorizationRequest) HasByoc() bool
HasByoc returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasCloudAccountId ¶
func (o *ClusterAuthorizationRequest) HasCloudAccountId() bool
HasCloudAccountId returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasCloudProviderId ¶
func (o *ClusterAuthorizationRequest) HasCloudProviderId() bool
HasCloudProviderId returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasDisconnected ¶
func (o *ClusterAuthorizationRequest) HasDisconnected() bool
HasDisconnected returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasDisplayName ¶
func (o *ClusterAuthorizationRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasExternalClusterId ¶
func (o *ClusterAuthorizationRequest) HasExternalClusterId() bool
HasExternalClusterId returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasManaged ¶
func (o *ClusterAuthorizationRequest) HasManaged() bool
HasManaged returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasProductCategory ¶
func (o *ClusterAuthorizationRequest) HasProductCategory() bool
HasProductCategory returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasProductId ¶
func (o *ClusterAuthorizationRequest) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasReserve ¶
func (o *ClusterAuthorizationRequest) HasReserve() bool
HasReserve returns a boolean if a field has been set.
func (*ClusterAuthorizationRequest) HasResources ¶
func (o *ClusterAuthorizationRequest) HasResources() bool
HasResources returns a boolean if a field has been set.
func (ClusterAuthorizationRequest) MarshalJSON ¶
func (o ClusterAuthorizationRequest) MarshalJSON() ([]byte, error)
func (*ClusterAuthorizationRequest) SetAccountUsername ¶
func (o *ClusterAuthorizationRequest) SetAccountUsername(v string)
SetAccountUsername sets field value
func (*ClusterAuthorizationRequest) SetAvailabilityZone ¶
func (o *ClusterAuthorizationRequest) SetAvailabilityZone(v string)
SetAvailabilityZone gets a reference to the given string and assigns it to the AvailabilityZone field.
func (*ClusterAuthorizationRequest) SetByoc ¶
func (o *ClusterAuthorizationRequest) SetByoc(v bool)
SetByoc gets a reference to the given bool and assigns it to the Byoc field.
func (*ClusterAuthorizationRequest) SetCloudAccountId ¶
func (o *ClusterAuthorizationRequest) SetCloudAccountId(v string)
SetCloudAccountId gets a reference to the given string and assigns it to the CloudAccountId field.
func (*ClusterAuthorizationRequest) SetCloudProviderId ¶
func (o *ClusterAuthorizationRequest) SetCloudProviderId(v string)
SetCloudProviderId gets a reference to the given string and assigns it to the CloudProviderId field.
func (*ClusterAuthorizationRequest) SetClusterId ¶
func (o *ClusterAuthorizationRequest) SetClusterId(v string)
SetClusterId sets field value
func (*ClusterAuthorizationRequest) SetDisconnected ¶
func (o *ClusterAuthorizationRequest) SetDisconnected(v bool)
SetDisconnected gets a reference to the given bool and assigns it to the Disconnected field.
func (*ClusterAuthorizationRequest) SetDisplayName ¶
func (o *ClusterAuthorizationRequest) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*ClusterAuthorizationRequest) SetExternalClusterId ¶
func (o *ClusterAuthorizationRequest) SetExternalClusterId(v string)
SetExternalClusterId gets a reference to the given string and assigns it to the ExternalClusterId field.
func (*ClusterAuthorizationRequest) SetManaged ¶
func (o *ClusterAuthorizationRequest) SetManaged(v bool)
SetManaged gets a reference to the given bool and assigns it to the Managed field.
func (*ClusterAuthorizationRequest) SetProductCategory ¶
func (o *ClusterAuthorizationRequest) SetProductCategory(v string)
SetProductCategory gets a reference to the given string and assigns it to the ProductCategory field.
func (*ClusterAuthorizationRequest) SetProductId ¶
func (o *ClusterAuthorizationRequest) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*ClusterAuthorizationRequest) SetReserve ¶
func (o *ClusterAuthorizationRequest) SetReserve(v bool)
SetReserve gets a reference to the given bool and assigns it to the Reserve field.
func (*ClusterAuthorizationRequest) SetResources ¶
func (o *ClusterAuthorizationRequest) SetResources(v []ReservedResource)
SetResources gets a reference to the given []ReservedResource and assigns it to the Resources field.
type ClusterAuthorizationResponse ¶
type ClusterAuthorizationResponse struct { Allowed bool `json:"allowed"` ExcessResources []ExcessResource `json:"excess_resources"` OrganizationId *string `json:"organization_id,omitempty"` Subscription *ObjectReference `json:"subscription,omitempty"` }
ClusterAuthorizationResponse struct for ClusterAuthorizationResponse
func NewClusterAuthorizationResponse ¶
func NewClusterAuthorizationResponse(allowed bool, excessResources []ExcessResource) *ClusterAuthorizationResponse
NewClusterAuthorizationResponse instantiates a new ClusterAuthorizationResponse 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 NewClusterAuthorizationResponseWithDefaults ¶
func NewClusterAuthorizationResponseWithDefaults() *ClusterAuthorizationResponse
NewClusterAuthorizationResponseWithDefaults instantiates a new ClusterAuthorizationResponse 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 (*ClusterAuthorizationResponse) GetAllowed ¶
func (o *ClusterAuthorizationResponse) GetAllowed() bool
GetAllowed returns the Allowed field value
func (*ClusterAuthorizationResponse) GetAllowedOk ¶
func (o *ClusterAuthorizationResponse) GetAllowedOk() (*bool, bool)
GetAllowedOk returns a tuple with the Allowed field value and a boolean to check if the value has been set.
func (*ClusterAuthorizationResponse) GetExcessResources ¶
func (o *ClusterAuthorizationResponse) GetExcessResources() []ExcessResource
GetExcessResources returns the ExcessResources field value
func (*ClusterAuthorizationResponse) GetExcessResourcesOk ¶
func (o *ClusterAuthorizationResponse) GetExcessResourcesOk() (*[]ExcessResource, bool)
GetExcessResourcesOk returns a tuple with the ExcessResources field value and a boolean to check if the value has been set.
func (*ClusterAuthorizationResponse) GetOrganizationId ¶
func (o *ClusterAuthorizationResponse) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*ClusterAuthorizationResponse) GetOrganizationIdOk ¶
func (o *ClusterAuthorizationResponse) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationResponse) GetSubscription ¶
func (o *ClusterAuthorizationResponse) GetSubscription() ObjectReference
GetSubscription returns the Subscription field value if set, zero value otherwise.
func (*ClusterAuthorizationResponse) GetSubscriptionOk ¶
func (o *ClusterAuthorizationResponse) GetSubscriptionOk() (*ObjectReference, bool)
GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterAuthorizationResponse) HasOrganizationId ¶
func (o *ClusterAuthorizationResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*ClusterAuthorizationResponse) HasSubscription ¶
func (o *ClusterAuthorizationResponse) HasSubscription() bool
HasSubscription returns a boolean if a field has been set.
func (ClusterAuthorizationResponse) MarshalJSON ¶
func (o ClusterAuthorizationResponse) MarshalJSON() ([]byte, error)
func (*ClusterAuthorizationResponse) SetAllowed ¶
func (o *ClusterAuthorizationResponse) SetAllowed(v bool)
SetAllowed sets field value
func (*ClusterAuthorizationResponse) SetExcessResources ¶
func (o *ClusterAuthorizationResponse) SetExcessResources(v []ExcessResource)
SetExcessResources sets field value
func (*ClusterAuthorizationResponse) SetOrganizationId ¶
func (o *ClusterAuthorizationResponse) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*ClusterAuthorizationResponse) SetSubscription ¶
func (o *ClusterAuthorizationResponse) SetSubscription(v ObjectReference)
SetSubscription gets a reference to the given ObjectReference and assigns it to the Subscription field.
type ClusterMetricsNodes ¶
type ClusterMetricsNodes struct { Compute *float64 `json:"compute,omitempty"` Infra *float64 `json:"infra,omitempty"` Master *float64 `json:"master,omitempty"` Total *float64 `json:"total,omitempty"` }
ClusterMetricsNodes struct for ClusterMetricsNodes
func NewClusterMetricsNodes ¶
func NewClusterMetricsNodes() *ClusterMetricsNodes
NewClusterMetricsNodes instantiates a new ClusterMetricsNodes 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 NewClusterMetricsNodesWithDefaults ¶
func NewClusterMetricsNodesWithDefaults() *ClusterMetricsNodes
NewClusterMetricsNodesWithDefaults instantiates a new ClusterMetricsNodes 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 (*ClusterMetricsNodes) GetCompute ¶
func (o *ClusterMetricsNodes) GetCompute() float64
GetCompute returns the Compute field value if set, zero value otherwise.
func (*ClusterMetricsNodes) GetComputeOk ¶
func (o *ClusterMetricsNodes) GetComputeOk() (*float64, bool)
GetComputeOk returns a tuple with the Compute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterMetricsNodes) GetInfra ¶
func (o *ClusterMetricsNodes) GetInfra() float64
GetInfra returns the Infra field value if set, zero value otherwise.
func (*ClusterMetricsNodes) GetInfraOk ¶
func (o *ClusterMetricsNodes) GetInfraOk() (*float64, bool)
GetInfraOk returns a tuple with the Infra field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterMetricsNodes) GetMaster ¶
func (o *ClusterMetricsNodes) GetMaster() float64
GetMaster returns the Master field value if set, zero value otherwise.
func (*ClusterMetricsNodes) GetMasterOk ¶
func (o *ClusterMetricsNodes) GetMasterOk() (*float64, bool)
GetMasterOk returns a tuple with the Master field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterMetricsNodes) GetTotal ¶
func (o *ClusterMetricsNodes) GetTotal() float64
GetTotal returns the Total field value if set, zero value otherwise.
func (*ClusterMetricsNodes) GetTotalOk ¶
func (o *ClusterMetricsNodes) GetTotalOk() (*float64, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterMetricsNodes) HasCompute ¶
func (o *ClusterMetricsNodes) HasCompute() bool
HasCompute returns a boolean if a field has been set.
func (*ClusterMetricsNodes) HasInfra ¶
func (o *ClusterMetricsNodes) HasInfra() bool
HasInfra returns a boolean if a field has been set.
func (*ClusterMetricsNodes) HasMaster ¶
func (o *ClusterMetricsNodes) HasMaster() bool
HasMaster returns a boolean if a field has been set.
func (*ClusterMetricsNodes) HasTotal ¶
func (o *ClusterMetricsNodes) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (ClusterMetricsNodes) MarshalJSON ¶
func (o ClusterMetricsNodes) MarshalJSON() ([]byte, error)
func (*ClusterMetricsNodes) SetCompute ¶
func (o *ClusterMetricsNodes) SetCompute(v float64)
SetCompute gets a reference to the given float64 and assigns it to the Compute field.
func (*ClusterMetricsNodes) SetInfra ¶
func (o *ClusterMetricsNodes) SetInfra(v float64)
SetInfra gets a reference to the given float64 and assigns it to the Infra field.
func (*ClusterMetricsNodes) SetMaster ¶
func (o *ClusterMetricsNodes) SetMaster(v float64)
SetMaster gets a reference to the given float64 and assigns it to the Master field.
func (*ClusterMetricsNodes) SetTotal ¶
func (o *ClusterMetricsNodes) SetTotal(v float64)
SetTotal gets a reference to the given float64 and assigns it to the Total field.
type ClusterRegistrationRequest ¶
type ClusterRegistrationRequest struct { AuthorizationToken *string `json:"authorization_token,omitempty"` ClusterId *string `json:"cluster_id,omitempty"` }
ClusterRegistrationRequest struct for ClusterRegistrationRequest
func NewClusterRegistrationRequest ¶
func NewClusterRegistrationRequest() *ClusterRegistrationRequest
NewClusterRegistrationRequest instantiates a new ClusterRegistrationRequest 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 NewClusterRegistrationRequestWithDefaults ¶
func NewClusterRegistrationRequestWithDefaults() *ClusterRegistrationRequest
NewClusterRegistrationRequestWithDefaults instantiates a new ClusterRegistrationRequest 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 (*ClusterRegistrationRequest) GetAuthorizationToken ¶
func (o *ClusterRegistrationRequest) GetAuthorizationToken() string
GetAuthorizationToken returns the AuthorizationToken field value if set, zero value otherwise.
func (*ClusterRegistrationRequest) GetAuthorizationTokenOk ¶
func (o *ClusterRegistrationRequest) GetAuthorizationTokenOk() (*string, bool)
GetAuthorizationTokenOk returns a tuple with the AuthorizationToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterRegistrationRequest) GetClusterId ¶
func (o *ClusterRegistrationRequest) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*ClusterRegistrationRequest) GetClusterIdOk ¶
func (o *ClusterRegistrationRequest) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterRegistrationRequest) HasAuthorizationToken ¶
func (o *ClusterRegistrationRequest) HasAuthorizationToken() bool
HasAuthorizationToken returns a boolean if a field has been set.
func (*ClusterRegistrationRequest) HasClusterId ¶
func (o *ClusterRegistrationRequest) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (ClusterRegistrationRequest) MarshalJSON ¶
func (o ClusterRegistrationRequest) MarshalJSON() ([]byte, error)
func (*ClusterRegistrationRequest) SetAuthorizationToken ¶
func (o *ClusterRegistrationRequest) SetAuthorizationToken(v string)
SetAuthorizationToken gets a reference to the given string and assigns it to the AuthorizationToken field.
func (*ClusterRegistrationRequest) SetClusterId ¶
func (o *ClusterRegistrationRequest) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
type ClusterRegistrationResponse ¶
type ClusterRegistrationResponse struct { AccountId *string `json:"account_id,omitempty"` AuthorizationToken *string `json:"authorization_token,omitempty"` ClusterId *string `json:"cluster_id,omitempty"` // Cluster Registration expiration in Unix time ExpiresAt *string `json:"expires_at,omitempty"` }
ClusterRegistrationResponse struct for ClusterRegistrationResponse
func NewClusterRegistrationResponse ¶
func NewClusterRegistrationResponse() *ClusterRegistrationResponse
NewClusterRegistrationResponse instantiates a new ClusterRegistrationResponse 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 NewClusterRegistrationResponseWithDefaults ¶
func NewClusterRegistrationResponseWithDefaults() *ClusterRegistrationResponse
NewClusterRegistrationResponseWithDefaults instantiates a new ClusterRegistrationResponse 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 (*ClusterRegistrationResponse) GetAccountId ¶
func (o *ClusterRegistrationResponse) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*ClusterRegistrationResponse) GetAccountIdOk ¶
func (o *ClusterRegistrationResponse) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterRegistrationResponse) GetAuthorizationToken ¶
func (o *ClusterRegistrationResponse) GetAuthorizationToken() string
GetAuthorizationToken returns the AuthorizationToken field value if set, zero value otherwise.
func (*ClusterRegistrationResponse) GetAuthorizationTokenOk ¶
func (o *ClusterRegistrationResponse) GetAuthorizationTokenOk() (*string, bool)
GetAuthorizationTokenOk returns a tuple with the AuthorizationToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterRegistrationResponse) GetClusterId ¶
func (o *ClusterRegistrationResponse) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*ClusterRegistrationResponse) GetClusterIdOk ¶
func (o *ClusterRegistrationResponse) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterRegistrationResponse) GetExpiresAt ¶
func (o *ClusterRegistrationResponse) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*ClusterRegistrationResponse) GetExpiresAtOk ¶
func (o *ClusterRegistrationResponse) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterRegistrationResponse) HasAccountId ¶
func (o *ClusterRegistrationResponse) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*ClusterRegistrationResponse) HasAuthorizationToken ¶
func (o *ClusterRegistrationResponse) HasAuthorizationToken() bool
HasAuthorizationToken returns a boolean if a field has been set.
func (*ClusterRegistrationResponse) HasClusterId ¶
func (o *ClusterRegistrationResponse) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*ClusterRegistrationResponse) HasExpiresAt ¶
func (o *ClusterRegistrationResponse) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (ClusterRegistrationResponse) MarshalJSON ¶
func (o ClusterRegistrationResponse) MarshalJSON() ([]byte, error)
func (*ClusterRegistrationResponse) SetAccountId ¶
func (o *ClusterRegistrationResponse) SetAccountId(v string)
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (*ClusterRegistrationResponse) SetAuthorizationToken ¶
func (o *ClusterRegistrationResponse) SetAuthorizationToken(v string)
SetAuthorizationToken gets a reference to the given string and assigns it to the AuthorizationToken field.
func (*ClusterRegistrationResponse) SetClusterId ¶
func (o *ClusterRegistrationResponse) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*ClusterRegistrationResponse) SetExpiresAt ¶
func (o *ClusterRegistrationResponse) SetExpiresAt(v string)
SetExpiresAt gets a reference to the given string and assigns it to the ExpiresAt field.
type ClusterResource ¶
type ClusterResource struct { Total ClusterResourceTotal `json:"total"` UpdatedTimestamp time.Time `json:"updated_timestamp"` Used ClusterResourceTotal `json:"used"` }
ClusterResource struct for ClusterResource
func NewClusterResource ¶
func NewClusterResource(total ClusterResourceTotal, updatedTimestamp time.Time, used ClusterResourceTotal) *ClusterResource
NewClusterResource instantiates a new ClusterResource 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 NewClusterResourceWithDefaults ¶
func NewClusterResourceWithDefaults() *ClusterResource
NewClusterResourceWithDefaults instantiates a new ClusterResource 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 (*ClusterResource) GetTotal ¶
func (o *ClusterResource) GetTotal() ClusterResourceTotal
GetTotal returns the Total field value
func (*ClusterResource) GetTotalOk ¶
func (o *ClusterResource) GetTotalOk() (*ClusterResourceTotal, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*ClusterResource) GetUpdatedTimestamp ¶
func (o *ClusterResource) GetUpdatedTimestamp() time.Time
GetUpdatedTimestamp returns the UpdatedTimestamp field value
func (*ClusterResource) GetUpdatedTimestampOk ¶
func (o *ClusterResource) GetUpdatedTimestampOk() (*time.Time, bool)
GetUpdatedTimestampOk returns a tuple with the UpdatedTimestamp field value and a boolean to check if the value has been set.
func (*ClusterResource) GetUsed ¶
func (o *ClusterResource) GetUsed() ClusterResourceTotal
GetUsed returns the Used field value
func (*ClusterResource) GetUsedOk ¶
func (o *ClusterResource) GetUsedOk() (*ClusterResourceTotal, bool)
GetUsedOk returns a tuple with the Used field value and a boolean to check if the value has been set.
func (ClusterResource) MarshalJSON ¶
func (o ClusterResource) MarshalJSON() ([]byte, error)
func (*ClusterResource) SetTotal ¶
func (o *ClusterResource) SetTotal(v ClusterResourceTotal)
SetTotal sets field value
func (*ClusterResource) SetUpdatedTimestamp ¶
func (o *ClusterResource) SetUpdatedTimestamp(v time.Time)
SetUpdatedTimestamp sets field value
func (*ClusterResource) SetUsed ¶
func (o *ClusterResource) SetUsed(v ClusterResourceTotal)
SetUsed sets field value
type ClusterResourceTotal ¶
ClusterResourceTotal struct for ClusterResourceTotal
func NewClusterResourceTotal ¶
func NewClusterResourceTotal(unit string, value float64) *ClusterResourceTotal
NewClusterResourceTotal instantiates a new ClusterResourceTotal 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 NewClusterResourceTotalWithDefaults ¶
func NewClusterResourceTotalWithDefaults() *ClusterResourceTotal
NewClusterResourceTotalWithDefaults instantiates a new ClusterResourceTotal 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 (*ClusterResourceTotal) GetUnit ¶
func (o *ClusterResourceTotal) GetUnit() string
GetUnit returns the Unit field value
func (*ClusterResourceTotal) GetUnitOk ¶
func (o *ClusterResourceTotal) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (*ClusterResourceTotal) GetValue ¶
func (o *ClusterResourceTotal) GetValue() float64
GetValue returns the Value field value
func (*ClusterResourceTotal) GetValueOk ¶
func (o *ClusterResourceTotal) GetValueOk() (*float64, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (ClusterResourceTotal) MarshalJSON ¶
func (o ClusterResourceTotal) MarshalJSON() ([]byte, error)
func (*ClusterResourceTotal) SetUnit ¶
func (o *ClusterResourceTotal) SetUnit(v string)
SetUnit sets field value
func (*ClusterResourceTotal) SetValue ¶
func (o *ClusterResourceTotal) SetValue(v float64)
SetValue sets field value
type ClusterUpgrade ¶
type ClusterUpgrade struct { Available *bool `json:"available,omitempty"` State *string `json:"state,omitempty"` UpdatedTimestamp *time.Time `json:"updated_timestamp,omitempty"` Version *string `json:"version,omitempty"` }
ClusterUpgrade struct for ClusterUpgrade
func NewClusterUpgrade ¶
func NewClusterUpgrade() *ClusterUpgrade
NewClusterUpgrade instantiates a new ClusterUpgrade 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 NewClusterUpgradeWithDefaults ¶
func NewClusterUpgradeWithDefaults() *ClusterUpgrade
NewClusterUpgradeWithDefaults instantiates a new ClusterUpgrade 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 (*ClusterUpgrade) GetAvailable ¶
func (o *ClusterUpgrade) GetAvailable() bool
GetAvailable returns the Available field value if set, zero value otherwise.
func (*ClusterUpgrade) GetAvailableOk ¶
func (o *ClusterUpgrade) GetAvailableOk() (*bool, bool)
GetAvailableOk returns a tuple with the Available field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterUpgrade) GetState ¶
func (o *ClusterUpgrade) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*ClusterUpgrade) GetStateOk ¶
func (o *ClusterUpgrade) 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 (*ClusterUpgrade) GetUpdatedTimestamp ¶
func (o *ClusterUpgrade) GetUpdatedTimestamp() time.Time
GetUpdatedTimestamp returns the UpdatedTimestamp field value if set, zero value otherwise.
func (*ClusterUpgrade) GetUpdatedTimestampOk ¶
func (o *ClusterUpgrade) GetUpdatedTimestampOk() (*time.Time, bool)
GetUpdatedTimestampOk returns a tuple with the UpdatedTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClusterUpgrade) GetVersion ¶
func (o *ClusterUpgrade) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*ClusterUpgrade) GetVersionOk ¶
func (o *ClusterUpgrade) 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 (*ClusterUpgrade) HasAvailable ¶
func (o *ClusterUpgrade) HasAvailable() bool
HasAvailable returns a boolean if a field has been set.
func (*ClusterUpgrade) HasState ¶
func (o *ClusterUpgrade) HasState() bool
HasState returns a boolean if a field has been set.
func (*ClusterUpgrade) HasUpdatedTimestamp ¶
func (o *ClusterUpgrade) HasUpdatedTimestamp() bool
HasUpdatedTimestamp returns a boolean if a field has been set.
func (*ClusterUpgrade) HasVersion ¶
func (o *ClusterUpgrade) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ClusterUpgrade) MarshalJSON ¶
func (o ClusterUpgrade) MarshalJSON() ([]byte, error)
func (*ClusterUpgrade) SetAvailable ¶
func (o *ClusterUpgrade) SetAvailable(v bool)
SetAvailable gets a reference to the given bool and assigns it to the Available field.
func (*ClusterUpgrade) SetState ¶
func (o *ClusterUpgrade) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*ClusterUpgrade) SetUpdatedTimestamp ¶
func (o *ClusterUpgrade) SetUpdatedTimestamp(v time.Time)
SetUpdatedTimestamp gets a reference to the given time.Time and assigns it to the UpdatedTimestamp field.
func (*ClusterUpgrade) SetVersion ¶
func (o *ClusterUpgrade) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
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 DefaultApi ¶
type DefaultApi interface { /* * ApiAccountsMgmtV1AccessTokenPost Return access token generated from registries in docker format * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1AccessTokenPostRequest */ ApiAccountsMgmtV1AccessTokenPost(ctx _context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest /* * ApiAccountsMgmtV1AccessTokenPostExecute executes the request * @return AccessTokenCfg */ ApiAccountsMgmtV1AccessTokenPostExecute(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *_nethttp.Response, error) /* * ApiAccountsMgmtV1AccountsGet Returns a list of accounts * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1AccountsGetRequest */ ApiAccountsMgmtV1AccountsGet(ctx _context.Context) ApiApiAccountsMgmtV1AccountsGetRequest /* * ApiAccountsMgmtV1AccountsGetExecute executes the request * @return AccountList */ ApiAccountsMgmtV1AccountsGetExecute(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1AccountsIdGet Get an account by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdGetRequest */ ApiAccountsMgmtV1AccountsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest /* * ApiAccountsMgmtV1AccountsIdGetExecute executes the request * @return Account */ ApiAccountsMgmtV1AccountsIdGetExecute(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *_nethttp.Response, error) /* * ApiAccountsMgmtV1AccountsIdLabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest */ ApiAccountsMgmtV1AccountsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest /* * ApiAccountsMgmtV1AccountsIdLabelsGetExecute executes the request * @return LabelList */ ApiAccountsMgmtV1AccountsIdLabelsGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1AccountsIdLabelsKeyDelete Delete a label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest */ ApiAccountsMgmtV1AccountsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest /* * ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute executes the request */ ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1AccountsIdLabelsKeyGet Get subscription labels by label key * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest */ ApiAccountsMgmtV1AccountsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest /* * ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute executes the request * @return Label */ ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error) /* * ApiAccountsMgmtV1AccountsIdLabelsKeyPatch Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest */ ApiAccountsMgmtV1AccountsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest /* * ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute executes the request * @return Label */ ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error) /* * ApiAccountsMgmtV1AccountsIdLabelsPost Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest */ ApiAccountsMgmtV1AccountsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest /* * ApiAccountsMgmtV1AccountsIdLabelsPostExecute executes the request * @return Label */ ApiAccountsMgmtV1AccountsIdLabelsPostExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *_nethttp.Response, error) /* * ApiAccountsMgmtV1AccountsIdPatch Update an account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdPatchRequest */ ApiAccountsMgmtV1AccountsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest /* * ApiAccountsMgmtV1AccountsIdPatchExecute executes the request * @return Account */ ApiAccountsMgmtV1AccountsIdPatchExecute(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *_nethttp.Response, error) /* * ApiAccountsMgmtV1AccountsPost Create a new account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1AccountsPostRequest */ ApiAccountsMgmtV1AccountsPost(ctx _context.Context) ApiApiAccountsMgmtV1AccountsPostRequest /* * ApiAccountsMgmtV1AccountsPostExecute executes the request * @return Account */ ApiAccountsMgmtV1AccountsPostExecute(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *_nethttp.Response, error) /* * ApiAccountsMgmtV1ClusterAuthorizationsPost Authorizes new cluster creation against an exsiting RH Subscription. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest */ ApiAccountsMgmtV1ClusterAuthorizationsPost(ctx _context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest /* * ApiAccountsMgmtV1ClusterAuthorizationsPostExecute executes the request * @return ClusterAuthorizationResponse */ ApiAccountsMgmtV1ClusterAuthorizationsPostExecute(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *_nethttp.Response, error) /* * ApiAccountsMgmtV1ClusterRegistrationsPost Finds or creates a cluster registration with a registy credential token and cluster ID * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest */ ApiAccountsMgmtV1ClusterRegistrationsPost(ctx _context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest /* * ApiAccountsMgmtV1ClusterRegistrationsPostExecute executes the request * @return ClusterRegistrationResponse */ ApiAccountsMgmtV1ClusterRegistrationsPostExecute(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *_nethttp.Response, error) /* * ApiAccountsMgmtV1CurrentAccountGet Get the authenticated account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1CurrentAccountGetRequest */ ApiAccountsMgmtV1CurrentAccountGet(ctx _context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest /* * ApiAccountsMgmtV1CurrentAccountGetExecute executes the request * @return Account */ ApiAccountsMgmtV1CurrentAccountGetExecute(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *_nethttp.Response, error) /* * ApiAccountsMgmtV1ErrorsGet Returns a list of errors * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ErrorsGetRequest */ ApiAccountsMgmtV1ErrorsGet(ctx _context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest /* * ApiAccountsMgmtV1ErrorsGetExecute executes the request * @return ErrorList */ ApiAccountsMgmtV1ErrorsGetExecute(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1ErrorsIdGet Get an error by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1ErrorsIdGetRequest */ ApiAccountsMgmtV1ErrorsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest /* * ApiAccountsMgmtV1ErrorsIdGetExecute executes the request * @return Error */ ApiAccountsMgmtV1ErrorsIdGetExecute(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *_nethttp.Response, error) /* * ApiAccountsMgmtV1FeatureTogglesIdQueryPost Query a feature toggle by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest */ ApiAccountsMgmtV1FeatureTogglesIdQueryPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest /* * ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute executes the request * @return FeatureToggle */ ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *_nethttp.Response, error) /* * ApiAccountsMgmtV1LabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1LabelsGetRequest */ ApiAccountsMgmtV1LabelsGet(ctx _context.Context) ApiApiAccountsMgmtV1LabelsGetRequest /* * ApiAccountsMgmtV1LabelsGetExecute executes the request * @return LabelList */ ApiAccountsMgmtV1LabelsGetExecute(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1MetricsGet Returns a list of metrics * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1MetricsGetRequest */ ApiAccountsMgmtV1MetricsGet(ctx _context.Context) ApiApiAccountsMgmtV1MetricsGetRequest /* * ApiAccountsMgmtV1MetricsGetExecute executes the request * @return MetricsList */ ApiAccountsMgmtV1MetricsGetExecute(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1NotifyPost Notify the owner of cluster/subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1NotifyPostRequest */ ApiAccountsMgmtV1NotifyPost(ctx _context.Context) ApiApiAccountsMgmtV1NotifyPostRequest /* * ApiAccountsMgmtV1NotifyPostExecute executes the request */ ApiAccountsMgmtV1NotifyPostExecute(r ApiApiAccountsMgmtV1NotifyPostRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsGet Returns a list of organizations * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1OrganizationsGetRequest */ ApiAccountsMgmtV1OrganizationsGet(ctx _context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest /* * ApiAccountsMgmtV1OrganizationsGetExecute executes the request * @return OrganizationList */ ApiAccountsMgmtV1OrganizationsGetExecute(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsIdGet Get an organization by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdGetRequest */ ApiAccountsMgmtV1OrganizationsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest /* * ApiAccountsMgmtV1OrganizationsIdGetExecute executes the request * @return Organization */ ApiAccountsMgmtV1OrganizationsIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsIdLabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest */ ApiAccountsMgmtV1OrganizationsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest /* * ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute executes the request * @return LabelList */ ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete Delete a label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest */ ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest /* * ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute executes the request */ ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet Get subscription labels by label key * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest */ ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest /* * ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute executes the request * @return Label */ ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest */ ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest /* * ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute executes the request * @return Label */ ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsIdLabelsPost Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest */ ApiAccountsMgmtV1OrganizationsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest /* * ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute executes the request * @return Label */ ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsIdPatch Update an organization * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdPatchRequest */ ApiAccountsMgmtV1OrganizationsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest /* * ApiAccountsMgmtV1OrganizationsIdPatchExecute executes the request * @return Organization */ ApiAccountsMgmtV1OrganizationsIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet Returns a summary of organizations clusters based on metrics * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest */ ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest /* * ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute executes the request * @return Summary */ ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet Returns a summary of quota cost * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest */ ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest /* * ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute executes the request * @return QuotaCostList */ ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet Returns a summary of resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest */ ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest /* * ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute executes the request * @return QuotaSummaryList */ ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet Returns a list of resource quota objects * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest */ ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest /* * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute executes the request * @return ResourceQuotaList */ ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost Create a new resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest */ ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest /* * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute executes the request * @return ResourceQuota */ ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete Delete a resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @param quotaId The id of quota * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest */ ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest /* * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute executes the request */ ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet Get a resource quota by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @param quotaId The id of quota * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest */ ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest /* * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute executes the request * @return ResourceQuota */ ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch Update a resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @param quotaId The id of quota * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest */ ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest /* * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute executes the request * @return ResourceQuota */ ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *_nethttp.Response, error) /* * ApiAccountsMgmtV1OrganizationsPost Create a new organization * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1OrganizationsPostRequest */ ApiAccountsMgmtV1OrganizationsPost(ctx _context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest /* * ApiAccountsMgmtV1OrganizationsPostExecute executes the request * @return Organization */ ApiAccountsMgmtV1OrganizationsPostExecute(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *_nethttp.Response, error) /* * ApiAccountsMgmtV1PlansGet Get all plans * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1PlansGetRequest */ ApiAccountsMgmtV1PlansGet(ctx _context.Context) ApiApiAccountsMgmtV1PlansGetRequest /* * ApiAccountsMgmtV1PlansGetExecute executes the request * @return PlanList */ ApiAccountsMgmtV1PlansGetExecute(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1PlansIdGet Get a plan by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1PlansIdGetRequest */ ApiAccountsMgmtV1PlansIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest /* * ApiAccountsMgmtV1PlansIdGetExecute executes the request * @return Plan */ ApiAccountsMgmtV1PlansIdGetExecute(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *_nethttp.Response, error) /* * ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete Delete a pull secret * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param externalResourceId The external resource id of record * @return ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest */ ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete(ctx _context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest /* * ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute executes the request */ ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1PullSecretsPost Return access token generated from registries in docker format * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1PullSecretsPostRequest */ ApiAccountsMgmtV1PullSecretsPost(ctx _context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest /* * ApiAccountsMgmtV1PullSecretsPostExecute executes the request * @return AccessTokenCfg */ ApiAccountsMgmtV1PullSecretsPostExecute(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RegistriesGet Returns a list of registries * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RegistriesGetRequest */ ApiAccountsMgmtV1RegistriesGet(ctx _context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest /* * ApiAccountsMgmtV1RegistriesGetExecute executes the request * @return RegistryList */ ApiAccountsMgmtV1RegistriesGetExecute(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RegistriesIdGet Get an registry by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistriesIdGetRequest */ ApiAccountsMgmtV1RegistriesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest /* * ApiAccountsMgmtV1RegistriesIdGetExecute executes the request * @return Registry */ ApiAccountsMgmtV1RegistriesIdGetExecute(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RegistryCredentialsGet Method for ApiAccountsMgmtV1RegistryCredentialsGet * List Registry Credentials * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RegistryCredentialsGetRequest */ ApiAccountsMgmtV1RegistryCredentialsGet(ctx _context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest /* * ApiAccountsMgmtV1RegistryCredentialsGetExecute executes the request * @return RegistryCredentialList */ ApiAccountsMgmtV1RegistryCredentialsGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RegistryCredentialsIdDelete Delete a registry credential by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest */ ApiAccountsMgmtV1RegistryCredentialsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest /* * ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute executes the request */ ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1RegistryCredentialsIdGet Get a registry credentials by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest */ ApiAccountsMgmtV1RegistryCredentialsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest /* * ApiAccountsMgmtV1RegistryCredentialsIdGetExecute executes the request * @return RegistryCredential */ ApiAccountsMgmtV1RegistryCredentialsIdGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RegistryCredentialsIdPatch Update a registry credential * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest */ ApiAccountsMgmtV1RegistryCredentialsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest /* * ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute executes the request * @return RegistryCredential */ ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RegistryCredentialsPost Request the creation of a registry credential * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RegistryCredentialsPostRequest */ ApiAccountsMgmtV1RegistryCredentialsPost(ctx _context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest /* * ApiAccountsMgmtV1RegistryCredentialsPostExecute executes the request * @return RegistryCredential */ ApiAccountsMgmtV1RegistryCredentialsPostExecute(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *_nethttp.Response, error) /* * ApiAccountsMgmtV1ReservedResourcesGet Returns a list of reserved resources * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ReservedResourcesGetRequest */ ApiAccountsMgmtV1ReservedResourcesGet(ctx _context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest /* * ApiAccountsMgmtV1ReservedResourcesGetExecute executes the request * @return ReservedResourceList */ ApiAccountsMgmtV1ReservedResourcesGetExecute(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1ResourceQuotaGet Returns a list of resource quota objects * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ResourceQuotaGetRequest */ ApiAccountsMgmtV1ResourceQuotaGet(ctx _context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest /* * ApiAccountsMgmtV1ResourceQuotaGetExecute executes the request * @return ResourceQuotaList */ ApiAccountsMgmtV1ResourceQuotaGetExecute(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RoleBindingsGet Returns a list of role bindings * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RoleBindingsGetRequest */ ApiAccountsMgmtV1RoleBindingsGet(ctx _context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest /* * ApiAccountsMgmtV1RoleBindingsGetExecute executes the request * @return RoleBindingList */ ApiAccountsMgmtV1RoleBindingsGetExecute(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RoleBindingsIdDelete Delete a role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest */ ApiAccountsMgmtV1RoleBindingsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest /* * ApiAccountsMgmtV1RoleBindingsIdDeleteExecute executes the request */ ApiAccountsMgmtV1RoleBindingsIdDeleteExecute(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1RoleBindingsIdGet Get a role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RoleBindingsIdGetRequest */ ApiAccountsMgmtV1RoleBindingsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest /* * ApiAccountsMgmtV1RoleBindingsIdGetExecute executes the request * @return RoleBinding */ ApiAccountsMgmtV1RoleBindingsIdGetExecute(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RoleBindingsIdPatch Update a role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest */ ApiAccountsMgmtV1RoleBindingsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest /* * ApiAccountsMgmtV1RoleBindingsIdPatchExecute executes the request * @return RoleBinding */ ApiAccountsMgmtV1RoleBindingsIdPatchExecute(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RoleBindingsPost Create a new role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RoleBindingsPostRequest */ ApiAccountsMgmtV1RoleBindingsPost(ctx _context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest /* * ApiAccountsMgmtV1RoleBindingsPostExecute executes the request * @return RoleBinding */ ApiAccountsMgmtV1RoleBindingsPostExecute(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RolesGet Returns a list of roles * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RolesGetRequest */ ApiAccountsMgmtV1RolesGet(ctx _context.Context) ApiApiAccountsMgmtV1RolesGetRequest /* * ApiAccountsMgmtV1RolesGetExecute executes the request * @return RoleList */ ApiAccountsMgmtV1RolesGetExecute(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1RolesIdGet Get a role by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RolesIdGetRequest */ ApiAccountsMgmtV1RolesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest /* * ApiAccountsMgmtV1RolesIdGetExecute executes the request * @return Role */ ApiAccountsMgmtV1RolesIdGetExecute(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SkuRulesGet Returns a list of UHC product SKU Rules * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SkuRulesGetRequest */ ApiAccountsMgmtV1SkuRulesGet(ctx _context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest /* * ApiAccountsMgmtV1SkuRulesGetExecute executes the request * @return SkuRulesList */ ApiAccountsMgmtV1SkuRulesGetExecute(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SkuRulesIdGet Get a sku rules by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SkuRulesIdGetRequest */ ApiAccountsMgmtV1SkuRulesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest /* * ApiAccountsMgmtV1SkuRulesIdGetExecute executes the request * @return SkuRules */ ApiAccountsMgmtV1SkuRulesIdGetExecute(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SkusGet Returns a list of UHC product SKUs * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SkusGetRequest */ ApiAccountsMgmtV1SkusGet(ctx _context.Context) ApiApiAccountsMgmtV1SkusGetRequest /* * ApiAccountsMgmtV1SkusGetExecute executes the request * @return SkuList */ ApiAccountsMgmtV1SkusGetExecute(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SkusIdGet Get a sku by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SkusIdGetRequest */ ApiAccountsMgmtV1SkusIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest /* * ApiAccountsMgmtV1SkusIdGetExecute executes the request * @return SKU */ ApiAccountsMgmtV1SkusIdGetExecute(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsGet Returns a list of subscriptions * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SubscriptionsGetRequest */ ApiAccountsMgmtV1SubscriptionsGet(ctx _context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest /* * ApiAccountsMgmtV1SubscriptionsGetExecute executes the request * @return SubscriptionList */ ApiAccountsMgmtV1SubscriptionsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdDelete Deletes a subscription by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest */ ApiAccountsMgmtV1SubscriptionsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest /* * ApiAccountsMgmtV1SubscriptionsIdDeleteExecute executes the request */ ApiAccountsMgmtV1SubscriptionsIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdGet Get a subscription by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdGetRequest */ ApiAccountsMgmtV1SubscriptionsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest /* * ApiAccountsMgmtV1SubscriptionsIdGetExecute executes the request * @return Subscription */ ApiAccountsMgmtV1SubscriptionsIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdLabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest */ ApiAccountsMgmtV1SubscriptionsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest /* * ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute executes the request * @return LabelList */ ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete Delete a label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest */ ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest /* * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute executes the request */ ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet Get subscription labels by label key * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest */ ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest /* * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute executes the request * @return Label */ ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest */ ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest /* * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute executes the request * @return Label */ ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdLabelsPost Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest */ ApiAccountsMgmtV1SubscriptionsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest /* * ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute executes the request * @return Label */ ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdNotifyPost Notify the owner of 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 record * @return ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest */ ApiAccountsMgmtV1SubscriptionsIdNotifyPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest /* * ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute executes the request */ ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdPatch Update 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 record * @return ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest */ ApiAccountsMgmtV1SubscriptionsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest /* * ApiAccountsMgmtV1SubscriptionsIdPatchExecute executes the request * @return Subscription */ ApiAccountsMgmtV1SubscriptionsIdPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet Returns a list of reserved resources * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest */ ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest /* * ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute executes the request * @return ReservedResourceList */ ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet Returns a list of open support creates opened against the external cluster id of this subscrption * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest */ ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest /* * ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute executes the request */ ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsPost Create a new subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SubscriptionsPostRequest */ ApiAccountsMgmtV1SubscriptionsPost(ctx _context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest /* * ApiAccountsMgmtV1SubscriptionsPostExecute executes the request * @return Subscription */ ApiAccountsMgmtV1SubscriptionsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete Deletes a notification contact by subscription and account id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @param accountId The id of account * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest */ ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete(ctx _context.Context, subId string, accountId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest /* * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute executes the request */ ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet Returns a list of notification contacts for the given subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest */ ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet(ctx _context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest /* * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute executes the request * @return AccountList */ ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost Add an account as a notification contact to this subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest */ ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost(ctx _context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest /* * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute executes the request * @return Account */ ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet Get reserved resources by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @param reservedResourceId The id of reserved resource * @return ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest */ ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet(ctx _context.Context, subId string, reservedResourceId string) ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest /* * ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute executes the request * @return ReservedResource */ ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) (ReservedResource, *_nethttp.Response, error) /* * ApiAccountsMgmtV1SupportCasesCaseIdDelete Delete a support case * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param caseId The id of a support case * @return ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest */ ApiAccountsMgmtV1SupportCasesCaseIdDelete(ctx _context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest /* * ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute executes the request */ ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*_nethttp.Response, error) /* * ApiAccountsMgmtV1SupportCasesPost create a support case for the subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SupportCasesPostRequest */ ApiAccountsMgmtV1SupportCasesPost(ctx _context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest /* * ApiAccountsMgmtV1SupportCasesPostExecute executes the request * @return SupportCasesCreatedResponse */ ApiAccountsMgmtV1SupportCasesPostExecute(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *_nethttp.Response, error) /* * ApiAccountsMgmtV1TokenAuthorizationPost Finds the account owner of the provided token * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1TokenAuthorizationPostRequest */ ApiAccountsMgmtV1TokenAuthorizationPost(ctx _context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest /* * ApiAccountsMgmtV1TokenAuthorizationPostExecute executes the request * @return TokenAuthorizationResponse */ ApiAccountsMgmtV1TokenAuthorizationPostExecute(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *_nethttp.Response, error) /* * ApiAuthorizationsV1AccessReviewPost Review an account's access to perform an action on a particular resource or resource type * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1AccessReviewPostRequest */ ApiAuthorizationsV1AccessReviewPost(ctx _context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest /* * ApiAuthorizationsV1AccessReviewPostExecute executes the request * @return AccessReviewResponse */ ApiAuthorizationsV1AccessReviewPostExecute(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *_nethttp.Response, error) /* * ApiAuthorizationsV1CapabilityReviewPost Review an account's capabilities * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1CapabilityReviewPostRequest */ ApiAuthorizationsV1CapabilityReviewPost(ctx _context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest /* * ApiAuthorizationsV1CapabilityReviewPostExecute executes the request * @return CapabilityReview */ ApiAuthorizationsV1CapabilityReviewPostExecute(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *_nethttp.Response, error) /* * ApiAuthorizationsV1ExportControlReviewPost Determine whether a user is restricted from downloading Red Hat software based on export control compliance. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1ExportControlReviewPostRequest */ ApiAuthorizationsV1ExportControlReviewPost(ctx _context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest /* * ApiAuthorizationsV1ExportControlReviewPostExecute executes the request * @return ExportControlReview */ ApiAuthorizationsV1ExportControlReviewPostExecute(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *_nethttp.Response, error) /* * ApiAuthorizationsV1ResourceReviewPost Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1ResourceReviewPostRequest */ ApiAuthorizationsV1ResourceReviewPost(ctx _context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest /* * ApiAuthorizationsV1ResourceReviewPostExecute executes the request * @return ResourceReview */ ApiAuthorizationsV1ResourceReviewPostExecute(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *_nethttp.Response, error) /* * ApiAuthorizationsV1SelfAccessReviewPost Review your ability to perform an action on a particular resource or resource type * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1SelfAccessReviewPostRequest */ ApiAuthorizationsV1SelfAccessReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest /* * ApiAuthorizationsV1SelfAccessReviewPostExecute executes the request * @return AccessReviewResponse */ ApiAuthorizationsV1SelfAccessReviewPostExecute(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *_nethttp.Response, error) /* * ApiAuthorizationsV1SelfResourceReviewPost Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1SelfResourceReviewPostRequest */ ApiAuthorizationsV1SelfResourceReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest /* * ApiAuthorizationsV1SelfResourceReviewPostExecute executes the request * @return SelfResourceReview */ ApiAuthorizationsV1SelfResourceReviewPostExecute(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *_nethttp.Response, error) /* * ApiAuthorizationsV1SelfTermsReviewPost Review your status of Terms * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1SelfTermsReviewPostRequest */ ApiAuthorizationsV1SelfTermsReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest /* * ApiAuthorizationsV1SelfTermsReviewPostExecute executes the request * @return TermsReviewResponse */ ApiAuthorizationsV1SelfTermsReviewPostExecute(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *_nethttp.Response, error) /* * ApiAuthorizationsV1TermsReviewPost Review an account's status of Terms * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1TermsReviewPostRequest */ ApiAuthorizationsV1TermsReviewPost(ctx _context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest /* * ApiAuthorizationsV1TermsReviewPostExecute executes the request * @return TermsReviewResponse */ ApiAuthorizationsV1TermsReviewPostExecute(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *_nethttp.Response, error) }
type DefaultApiMock ¶
type DefaultApiMock struct { // ApiAccountsMgmtV1AccessTokenPostFunc mocks the ApiAccountsMgmtV1AccessTokenPost method. ApiAccountsMgmtV1AccessTokenPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest // ApiAccountsMgmtV1AccessTokenPostExecuteFunc mocks the ApiAccountsMgmtV1AccessTokenPostExecute method. ApiAccountsMgmtV1AccessTokenPostExecuteFunc func(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *http.Response, error) // ApiAccountsMgmtV1AccountsGetFunc mocks the ApiAccountsMgmtV1AccountsGet method. ApiAccountsMgmtV1AccountsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1AccountsGetRequest // ApiAccountsMgmtV1AccountsGetExecuteFunc mocks the ApiAccountsMgmtV1AccountsGetExecute method. ApiAccountsMgmtV1AccountsGetExecuteFunc func(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *http.Response, error) // ApiAccountsMgmtV1AccountsIdGetFunc mocks the ApiAccountsMgmtV1AccountsIdGet method. ApiAccountsMgmtV1AccountsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest // ApiAccountsMgmtV1AccountsIdGetExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdGetExecute method. ApiAccountsMgmtV1AccountsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *http.Response, error) // ApiAccountsMgmtV1AccountsIdLabelsGetFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsGet method. ApiAccountsMgmtV1AccountsIdLabelsGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest // ApiAccountsMgmtV1AccountsIdLabelsGetExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsGetExecute method. ApiAccountsMgmtV1AccountsIdLabelsGetExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *http.Response, error) // ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyDelete method. ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest // ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute method. ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*http.Response, error) // ApiAccountsMgmtV1AccountsIdLabelsKeyGetFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyGet method. ApiAccountsMgmtV1AccountsIdLabelsKeyGetFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest // ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute method. ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *http.Response, error) // ApiAccountsMgmtV1AccountsIdLabelsKeyPatchFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyPatch method. ApiAccountsMgmtV1AccountsIdLabelsKeyPatchFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest // ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute method. ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *http.Response, error) // ApiAccountsMgmtV1AccountsIdLabelsPostFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsPost method. ApiAccountsMgmtV1AccountsIdLabelsPostFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest // ApiAccountsMgmtV1AccountsIdLabelsPostExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsPostExecute method. ApiAccountsMgmtV1AccountsIdLabelsPostExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *http.Response, error) // ApiAccountsMgmtV1AccountsIdPatchFunc mocks the ApiAccountsMgmtV1AccountsIdPatch method. ApiAccountsMgmtV1AccountsIdPatchFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest // ApiAccountsMgmtV1AccountsIdPatchExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdPatchExecute method. ApiAccountsMgmtV1AccountsIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *http.Response, error) // ApiAccountsMgmtV1AccountsPostFunc mocks the ApiAccountsMgmtV1AccountsPost method. ApiAccountsMgmtV1AccountsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1AccountsPostRequest // ApiAccountsMgmtV1AccountsPostExecuteFunc mocks the ApiAccountsMgmtV1AccountsPostExecute method. ApiAccountsMgmtV1AccountsPostExecuteFunc func(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *http.Response, error) // ApiAccountsMgmtV1ClusterAuthorizationsPostFunc mocks the ApiAccountsMgmtV1ClusterAuthorizationsPost method. ApiAccountsMgmtV1ClusterAuthorizationsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest // ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteFunc mocks the ApiAccountsMgmtV1ClusterAuthorizationsPostExecute method. ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteFunc func(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *http.Response, error) // ApiAccountsMgmtV1ClusterRegistrationsPostFunc mocks the ApiAccountsMgmtV1ClusterRegistrationsPost method. ApiAccountsMgmtV1ClusterRegistrationsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest // ApiAccountsMgmtV1ClusterRegistrationsPostExecuteFunc mocks the ApiAccountsMgmtV1ClusterRegistrationsPostExecute method. ApiAccountsMgmtV1ClusterRegistrationsPostExecuteFunc func(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *http.Response, error) // ApiAccountsMgmtV1CurrentAccountGetFunc mocks the ApiAccountsMgmtV1CurrentAccountGet method. ApiAccountsMgmtV1CurrentAccountGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest // ApiAccountsMgmtV1CurrentAccountGetExecuteFunc mocks the ApiAccountsMgmtV1CurrentAccountGetExecute method. ApiAccountsMgmtV1CurrentAccountGetExecuteFunc func(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *http.Response, error) // ApiAccountsMgmtV1ErrorsGetFunc mocks the ApiAccountsMgmtV1ErrorsGet method. ApiAccountsMgmtV1ErrorsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest // ApiAccountsMgmtV1ErrorsGetExecuteFunc mocks the ApiAccountsMgmtV1ErrorsGetExecute method. ApiAccountsMgmtV1ErrorsGetExecuteFunc func(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *http.Response, error) // ApiAccountsMgmtV1ErrorsIdGetFunc mocks the ApiAccountsMgmtV1ErrorsIdGet method. ApiAccountsMgmtV1ErrorsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest // ApiAccountsMgmtV1ErrorsIdGetExecuteFunc mocks the ApiAccountsMgmtV1ErrorsIdGetExecute method. ApiAccountsMgmtV1ErrorsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *http.Response, error) // ApiAccountsMgmtV1FeatureTogglesIdQueryPostFunc mocks the ApiAccountsMgmtV1FeatureTogglesIdQueryPost method. ApiAccountsMgmtV1FeatureTogglesIdQueryPostFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest // ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteFunc mocks the ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute method. ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteFunc func(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *http.Response, error) // ApiAccountsMgmtV1LabelsGetFunc mocks the ApiAccountsMgmtV1LabelsGet method. ApiAccountsMgmtV1LabelsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1LabelsGetRequest // ApiAccountsMgmtV1LabelsGetExecuteFunc mocks the ApiAccountsMgmtV1LabelsGetExecute method. ApiAccountsMgmtV1LabelsGetExecuteFunc func(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *http.Response, error) // ApiAccountsMgmtV1MetricsGetFunc mocks the ApiAccountsMgmtV1MetricsGet method. ApiAccountsMgmtV1MetricsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1MetricsGetRequest // ApiAccountsMgmtV1MetricsGetExecuteFunc mocks the ApiAccountsMgmtV1MetricsGetExecute method. ApiAccountsMgmtV1MetricsGetExecuteFunc func(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *http.Response, error) // ApiAccountsMgmtV1NotifyPostFunc mocks the ApiAccountsMgmtV1NotifyPost method. ApiAccountsMgmtV1NotifyPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1NotifyPostRequest // ApiAccountsMgmtV1NotifyPostExecuteFunc mocks the ApiAccountsMgmtV1NotifyPostExecute method. ApiAccountsMgmtV1NotifyPostExecuteFunc func(r ApiApiAccountsMgmtV1NotifyPostRequest) (*http.Response, error) // ApiAccountsMgmtV1OrganizationsGetFunc mocks the ApiAccountsMgmtV1OrganizationsGet method. ApiAccountsMgmtV1OrganizationsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest // ApiAccountsMgmtV1OrganizationsGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsGetExecute method. ApiAccountsMgmtV1OrganizationsGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *http.Response, error) // ApiAccountsMgmtV1OrganizationsIdGetFunc mocks the ApiAccountsMgmtV1OrganizationsIdGet method. ApiAccountsMgmtV1OrganizationsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest // ApiAccountsMgmtV1OrganizationsIdGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdGetExecute method. ApiAccountsMgmtV1OrganizationsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *http.Response, error) // ApiAccountsMgmtV1OrganizationsIdLabelsGetFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsGet method. ApiAccountsMgmtV1OrganizationsIdLabelsGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest // ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute method. ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *http.Response, error) // ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete method. ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest // ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute method. ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*http.Response, error) // ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet method. ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest // ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute method. ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *http.Response, error) // ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch method. ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest // ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute method. ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *http.Response, error) // ApiAccountsMgmtV1OrganizationsIdLabelsPostFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsPost method. ApiAccountsMgmtV1OrganizationsIdLabelsPostFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest // ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute method. ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *http.Response, error) // ApiAccountsMgmtV1OrganizationsIdPatchFunc mocks the ApiAccountsMgmtV1OrganizationsIdPatch method. ApiAccountsMgmtV1OrganizationsIdPatchFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest // ApiAccountsMgmtV1OrganizationsIdPatchExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdPatchExecute method. ApiAccountsMgmtV1OrganizationsIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *http.Response, error) // ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetFunc mocks the ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet method. ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest // ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute method. ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *http.Response, error) // ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet method. ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetFunc func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest // ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute method. ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *http.Response, error) // ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet method. ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetFunc func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest // ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute method. ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *http.Response, error) // ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet method. ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetFunc func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest // ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute method. ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error) // ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost method. ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostFunc func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest // ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute method. ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *http.Response, error) // ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete method. ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteFunc func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest // ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute method. ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*http.Response, error) // ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet method. ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetFunc func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest // ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute method. ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *http.Response, error) // ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch method. ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchFunc func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest // ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute method. ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *http.Response, error) // ApiAccountsMgmtV1OrganizationsPostFunc mocks the ApiAccountsMgmtV1OrganizationsPost method. ApiAccountsMgmtV1OrganizationsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest // ApiAccountsMgmtV1OrganizationsPostExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsPostExecute method. ApiAccountsMgmtV1OrganizationsPostExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *http.Response, error) // ApiAccountsMgmtV1PlansGetFunc mocks the ApiAccountsMgmtV1PlansGet method. ApiAccountsMgmtV1PlansGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1PlansGetRequest // ApiAccountsMgmtV1PlansGetExecuteFunc mocks the ApiAccountsMgmtV1PlansGetExecute method. ApiAccountsMgmtV1PlansGetExecuteFunc func(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *http.Response, error) // ApiAccountsMgmtV1PlansIdGetFunc mocks the ApiAccountsMgmtV1PlansIdGet method. ApiAccountsMgmtV1PlansIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest // ApiAccountsMgmtV1PlansIdGetExecuteFunc mocks the ApiAccountsMgmtV1PlansIdGetExecute method. ApiAccountsMgmtV1PlansIdGetExecuteFunc func(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *http.Response, error) // ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteFunc mocks the ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete method. ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteFunc func(ctx context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest // ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute method. ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*http.Response, error) // ApiAccountsMgmtV1PullSecretsPostFunc mocks the ApiAccountsMgmtV1PullSecretsPost method. ApiAccountsMgmtV1PullSecretsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest // ApiAccountsMgmtV1PullSecretsPostExecuteFunc mocks the ApiAccountsMgmtV1PullSecretsPostExecute method. ApiAccountsMgmtV1PullSecretsPostExecuteFunc func(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *http.Response, error) // ApiAccountsMgmtV1RegistriesGetFunc mocks the ApiAccountsMgmtV1RegistriesGet method. ApiAccountsMgmtV1RegistriesGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest // ApiAccountsMgmtV1RegistriesGetExecuteFunc mocks the ApiAccountsMgmtV1RegistriesGetExecute method. ApiAccountsMgmtV1RegistriesGetExecuteFunc func(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *http.Response, error) // ApiAccountsMgmtV1RegistriesIdGetFunc mocks the ApiAccountsMgmtV1RegistriesIdGet method. ApiAccountsMgmtV1RegistriesIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest // ApiAccountsMgmtV1RegistriesIdGetExecuteFunc mocks the ApiAccountsMgmtV1RegistriesIdGetExecute method. ApiAccountsMgmtV1RegistriesIdGetExecuteFunc func(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *http.Response, error) // ApiAccountsMgmtV1RegistryCredentialsGetFunc mocks the ApiAccountsMgmtV1RegistryCredentialsGet method. ApiAccountsMgmtV1RegistryCredentialsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest // ApiAccountsMgmtV1RegistryCredentialsGetExecuteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsGetExecute method. ApiAccountsMgmtV1RegistryCredentialsGetExecuteFunc func(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *http.Response, error) // ApiAccountsMgmtV1RegistryCredentialsIdDeleteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdDelete method. ApiAccountsMgmtV1RegistryCredentialsIdDeleteFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest // ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute method. ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*http.Response, error) // ApiAccountsMgmtV1RegistryCredentialsIdGetFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdGet method. ApiAccountsMgmtV1RegistryCredentialsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest // ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdGetExecute method. ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *http.Response, error) // ApiAccountsMgmtV1RegistryCredentialsIdPatchFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdPatch method. ApiAccountsMgmtV1RegistryCredentialsIdPatchFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest // ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute method. ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *http.Response, error) // ApiAccountsMgmtV1RegistryCredentialsPostFunc mocks the ApiAccountsMgmtV1RegistryCredentialsPost method. ApiAccountsMgmtV1RegistryCredentialsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest // ApiAccountsMgmtV1RegistryCredentialsPostExecuteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsPostExecute method. ApiAccountsMgmtV1RegistryCredentialsPostExecuteFunc func(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *http.Response, error) // ApiAccountsMgmtV1ReservedResourcesGetFunc mocks the ApiAccountsMgmtV1ReservedResourcesGet method. ApiAccountsMgmtV1ReservedResourcesGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest // ApiAccountsMgmtV1ReservedResourcesGetExecuteFunc mocks the ApiAccountsMgmtV1ReservedResourcesGetExecute method. ApiAccountsMgmtV1ReservedResourcesGetExecuteFunc func(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error) // ApiAccountsMgmtV1ResourceQuotaGetFunc mocks the ApiAccountsMgmtV1ResourceQuotaGet method. ApiAccountsMgmtV1ResourceQuotaGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest // ApiAccountsMgmtV1ResourceQuotaGetExecuteFunc mocks the ApiAccountsMgmtV1ResourceQuotaGetExecute method. ApiAccountsMgmtV1ResourceQuotaGetExecuteFunc func(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error) // ApiAccountsMgmtV1RoleBindingsGetFunc mocks the ApiAccountsMgmtV1RoleBindingsGet method. ApiAccountsMgmtV1RoleBindingsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest // ApiAccountsMgmtV1RoleBindingsGetExecuteFunc mocks the ApiAccountsMgmtV1RoleBindingsGetExecute method. ApiAccountsMgmtV1RoleBindingsGetExecuteFunc func(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *http.Response, error) // ApiAccountsMgmtV1RoleBindingsIdDeleteFunc mocks the ApiAccountsMgmtV1RoleBindingsIdDelete method. ApiAccountsMgmtV1RoleBindingsIdDeleteFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest // ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1RoleBindingsIdDeleteExecute method. ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*http.Response, error) // ApiAccountsMgmtV1RoleBindingsIdGetFunc mocks the ApiAccountsMgmtV1RoleBindingsIdGet method. ApiAccountsMgmtV1RoleBindingsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest // ApiAccountsMgmtV1RoleBindingsIdGetExecuteFunc mocks the ApiAccountsMgmtV1RoleBindingsIdGetExecute method. ApiAccountsMgmtV1RoleBindingsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *http.Response, error) // ApiAccountsMgmtV1RoleBindingsIdPatchFunc mocks the ApiAccountsMgmtV1RoleBindingsIdPatch method. ApiAccountsMgmtV1RoleBindingsIdPatchFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest // ApiAccountsMgmtV1RoleBindingsIdPatchExecuteFunc mocks the ApiAccountsMgmtV1RoleBindingsIdPatchExecute method. ApiAccountsMgmtV1RoleBindingsIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *http.Response, error) // ApiAccountsMgmtV1RoleBindingsPostFunc mocks the ApiAccountsMgmtV1RoleBindingsPost method. ApiAccountsMgmtV1RoleBindingsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest // ApiAccountsMgmtV1RoleBindingsPostExecuteFunc mocks the ApiAccountsMgmtV1RoleBindingsPostExecute method. ApiAccountsMgmtV1RoleBindingsPostExecuteFunc func(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *http.Response, error) // ApiAccountsMgmtV1RolesGetFunc mocks the ApiAccountsMgmtV1RolesGet method. ApiAccountsMgmtV1RolesGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1RolesGetRequest // ApiAccountsMgmtV1RolesGetExecuteFunc mocks the ApiAccountsMgmtV1RolesGetExecute method. ApiAccountsMgmtV1RolesGetExecuteFunc func(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *http.Response, error) // ApiAccountsMgmtV1RolesIdGetFunc mocks the ApiAccountsMgmtV1RolesIdGet method. ApiAccountsMgmtV1RolesIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest // ApiAccountsMgmtV1RolesIdGetExecuteFunc mocks the ApiAccountsMgmtV1RolesIdGetExecute method. ApiAccountsMgmtV1RolesIdGetExecuteFunc func(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *http.Response, error) // ApiAccountsMgmtV1SkuRulesGetFunc mocks the ApiAccountsMgmtV1SkuRulesGet method. ApiAccountsMgmtV1SkuRulesGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest // ApiAccountsMgmtV1SkuRulesGetExecuteFunc mocks the ApiAccountsMgmtV1SkuRulesGetExecute method. ApiAccountsMgmtV1SkuRulesGetExecuteFunc func(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *http.Response, error) // ApiAccountsMgmtV1SkuRulesIdGetFunc mocks the ApiAccountsMgmtV1SkuRulesIdGet method. ApiAccountsMgmtV1SkuRulesIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest // ApiAccountsMgmtV1SkuRulesIdGetExecuteFunc mocks the ApiAccountsMgmtV1SkuRulesIdGetExecute method. ApiAccountsMgmtV1SkuRulesIdGetExecuteFunc func(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *http.Response, error) // ApiAccountsMgmtV1SkusGetFunc mocks the ApiAccountsMgmtV1SkusGet method. ApiAccountsMgmtV1SkusGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1SkusGetRequest // ApiAccountsMgmtV1SkusGetExecuteFunc mocks the ApiAccountsMgmtV1SkusGetExecute method. ApiAccountsMgmtV1SkusGetExecuteFunc func(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *http.Response, error) // ApiAccountsMgmtV1SkusIdGetFunc mocks the ApiAccountsMgmtV1SkusIdGet method. ApiAccountsMgmtV1SkusIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest // ApiAccountsMgmtV1SkusIdGetExecuteFunc mocks the ApiAccountsMgmtV1SkusIdGetExecute method. ApiAccountsMgmtV1SkusIdGetExecuteFunc func(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsGetFunc mocks the ApiAccountsMgmtV1SubscriptionsGet method. ApiAccountsMgmtV1SubscriptionsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest // ApiAccountsMgmtV1SubscriptionsGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsGetExecute method. ApiAccountsMgmtV1SubscriptionsGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdDeleteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdDelete method. ApiAccountsMgmtV1SubscriptionsIdDeleteFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest // ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdDeleteExecute method. ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdGetFunc mocks the ApiAccountsMgmtV1SubscriptionsIdGet method. ApiAccountsMgmtV1SubscriptionsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest // ApiAccountsMgmtV1SubscriptionsIdGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdGetExecute method. ApiAccountsMgmtV1SubscriptionsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdLabelsGetFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsGet method. ApiAccountsMgmtV1SubscriptionsIdLabelsGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest // ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute method. ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete method. ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest // ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute method. ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet method. ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest // ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute method. ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch method. ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest // ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute method. ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdLabelsPostFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsPost method. ApiAccountsMgmtV1SubscriptionsIdLabelsPostFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest // ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute method. ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdNotifyPostFunc mocks the ApiAccountsMgmtV1SubscriptionsIdNotifyPost method. ApiAccountsMgmtV1SubscriptionsIdNotifyPostFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest // ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute method. ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdPatchFunc mocks the ApiAccountsMgmtV1SubscriptionsIdPatch method. ApiAccountsMgmtV1SubscriptionsIdPatchFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest // ApiAccountsMgmtV1SubscriptionsIdPatchExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdPatchExecute method. ApiAccountsMgmtV1SubscriptionsIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetFunc mocks the ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet method. ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest // ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute method. ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetFunc mocks the ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet method. ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest // ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute method. ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*http.Response, error) // ApiAccountsMgmtV1SubscriptionsPostFunc mocks the ApiAccountsMgmtV1SubscriptionsPost method. ApiAccountsMgmtV1SubscriptionsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest // ApiAccountsMgmtV1SubscriptionsPostExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsPostExecute method. ApiAccountsMgmtV1SubscriptionsPostExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete method. ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteFunc func(ctx context.Context, subId string, accountId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest // ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute method. ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) (*http.Response, error) // ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet method. ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetFunc func(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest // ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute method. ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost method. ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostFunc func(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest // ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute method. ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *http.Response, error) // ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet method. ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetFunc func(ctx context.Context, subId string, reservedResourceId string) ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest // ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute method. ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) (ReservedResource, *http.Response, error) // ApiAccountsMgmtV1SupportCasesCaseIdDeleteFunc mocks the ApiAccountsMgmtV1SupportCasesCaseIdDelete method. ApiAccountsMgmtV1SupportCasesCaseIdDeleteFunc func(ctx context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest // ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute method. ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*http.Response, error) // ApiAccountsMgmtV1SupportCasesPostFunc mocks the ApiAccountsMgmtV1SupportCasesPost method. ApiAccountsMgmtV1SupportCasesPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest // ApiAccountsMgmtV1SupportCasesPostExecuteFunc mocks the ApiAccountsMgmtV1SupportCasesPostExecute method. ApiAccountsMgmtV1SupportCasesPostExecuteFunc func(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *http.Response, error) // ApiAccountsMgmtV1TokenAuthorizationPostFunc mocks the ApiAccountsMgmtV1TokenAuthorizationPost method. ApiAccountsMgmtV1TokenAuthorizationPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest // ApiAccountsMgmtV1TokenAuthorizationPostExecuteFunc mocks the ApiAccountsMgmtV1TokenAuthorizationPostExecute method. ApiAccountsMgmtV1TokenAuthorizationPostExecuteFunc func(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *http.Response, error) // ApiAuthorizationsV1AccessReviewPostFunc mocks the ApiAuthorizationsV1AccessReviewPost method. ApiAuthorizationsV1AccessReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest // ApiAuthorizationsV1AccessReviewPostExecuteFunc mocks the ApiAuthorizationsV1AccessReviewPostExecute method. ApiAuthorizationsV1AccessReviewPostExecuteFunc func(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *http.Response, error) // ApiAuthorizationsV1CapabilityReviewPostFunc mocks the ApiAuthorizationsV1CapabilityReviewPost method. ApiAuthorizationsV1CapabilityReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest // ApiAuthorizationsV1CapabilityReviewPostExecuteFunc mocks the ApiAuthorizationsV1CapabilityReviewPostExecute method. ApiAuthorizationsV1CapabilityReviewPostExecuteFunc func(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *http.Response, error) // ApiAuthorizationsV1ExportControlReviewPostFunc mocks the ApiAuthorizationsV1ExportControlReviewPost method. ApiAuthorizationsV1ExportControlReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest // ApiAuthorizationsV1ExportControlReviewPostExecuteFunc mocks the ApiAuthorizationsV1ExportControlReviewPostExecute method. ApiAuthorizationsV1ExportControlReviewPostExecuteFunc func(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *http.Response, error) // ApiAuthorizationsV1ResourceReviewPostFunc mocks the ApiAuthorizationsV1ResourceReviewPost method. ApiAuthorizationsV1ResourceReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest // ApiAuthorizationsV1ResourceReviewPostExecuteFunc mocks the ApiAuthorizationsV1ResourceReviewPostExecute method. ApiAuthorizationsV1ResourceReviewPostExecuteFunc func(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *http.Response, error) // ApiAuthorizationsV1SelfAccessReviewPostFunc mocks the ApiAuthorizationsV1SelfAccessReviewPost method. ApiAuthorizationsV1SelfAccessReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest // ApiAuthorizationsV1SelfAccessReviewPostExecuteFunc mocks the ApiAuthorizationsV1SelfAccessReviewPostExecute method. ApiAuthorizationsV1SelfAccessReviewPostExecuteFunc func(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *http.Response, error) // ApiAuthorizationsV1SelfResourceReviewPostFunc mocks the ApiAuthorizationsV1SelfResourceReviewPost method. ApiAuthorizationsV1SelfResourceReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest // ApiAuthorizationsV1SelfResourceReviewPostExecuteFunc mocks the ApiAuthorizationsV1SelfResourceReviewPostExecute method. ApiAuthorizationsV1SelfResourceReviewPostExecuteFunc func(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *http.Response, error) // ApiAuthorizationsV1SelfTermsReviewPostFunc mocks the ApiAuthorizationsV1SelfTermsReviewPost method. ApiAuthorizationsV1SelfTermsReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest // ApiAuthorizationsV1SelfTermsReviewPostExecuteFunc mocks the ApiAuthorizationsV1SelfTermsReviewPostExecute method. ApiAuthorizationsV1SelfTermsReviewPostExecuteFunc func(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *http.Response, error) // ApiAuthorizationsV1TermsReviewPostFunc mocks the ApiAuthorizationsV1TermsReviewPost method. ApiAuthorizationsV1TermsReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest // ApiAuthorizationsV1TermsReviewPostExecuteFunc mocks the ApiAuthorizationsV1TermsReviewPostExecute method. ApiAuthorizationsV1TermsReviewPostExecuteFunc func(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *http.Response, error) // contains filtered or unexported fields }
DefaultApiMock is a mock implementation of DefaultApi.
func TestSomethingThatUsesDefaultApi(t *testing.T) { // make and configure a mocked DefaultApi mockedDefaultApi := &DefaultApiMock{ ApiAccountsMgmtV1AccessTokenPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest { panic("mock out the ApiAccountsMgmtV1AccessTokenPost method") }, ApiAccountsMgmtV1AccessTokenPostExecuteFunc: func(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1AccessTokenPostExecute method") }, ApiAccountsMgmtV1AccountsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1AccountsGetRequest { panic("mock out the ApiAccountsMgmtV1AccountsGet method") }, ApiAccountsMgmtV1AccountsGetExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1AccountsGetExecute method") }, ApiAccountsMgmtV1AccountsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest { panic("mock out the ApiAccountsMgmtV1AccountsIdGet method") }, ApiAccountsMgmtV1AccountsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1AccountsIdGetExecute method") }, ApiAccountsMgmtV1AccountsIdLabelsGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest { panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsGet method") }, ApiAccountsMgmtV1AccountsIdLabelsGetExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsGetExecute method") }, ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest { panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyDelete method") }, ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute method") }, ApiAccountsMgmtV1AccountsIdLabelsKeyGetFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest { panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyGet method") }, ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute method") }, ApiAccountsMgmtV1AccountsIdLabelsKeyPatchFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest { panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyPatch method") }, ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute method") }, ApiAccountsMgmtV1AccountsIdLabelsPostFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest { panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsPost method") }, ApiAccountsMgmtV1AccountsIdLabelsPostExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsPostExecute method") }, ApiAccountsMgmtV1AccountsIdPatchFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest { panic("mock out the ApiAccountsMgmtV1AccountsIdPatch method") }, ApiAccountsMgmtV1AccountsIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1AccountsIdPatchExecute method") }, ApiAccountsMgmtV1AccountsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1AccountsPostRequest { panic("mock out the ApiAccountsMgmtV1AccountsPost method") }, ApiAccountsMgmtV1AccountsPostExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1AccountsPostExecute method") }, ApiAccountsMgmtV1ClusterAuthorizationsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest { panic("mock out the ApiAccountsMgmtV1ClusterAuthorizationsPost method") }, ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteFunc: func(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1ClusterAuthorizationsPostExecute method") }, ApiAccountsMgmtV1ClusterRegistrationsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest { panic("mock out the ApiAccountsMgmtV1ClusterRegistrationsPost method") }, ApiAccountsMgmtV1ClusterRegistrationsPostExecuteFunc: func(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1ClusterRegistrationsPostExecute method") }, ApiAccountsMgmtV1CurrentAccountGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest { panic("mock out the ApiAccountsMgmtV1CurrentAccountGet method") }, ApiAccountsMgmtV1CurrentAccountGetExecuteFunc: func(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1CurrentAccountGetExecute method") }, ApiAccountsMgmtV1ErrorsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest { panic("mock out the ApiAccountsMgmtV1ErrorsGet method") }, ApiAccountsMgmtV1ErrorsGetExecuteFunc: func(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1ErrorsGetExecute method") }, ApiAccountsMgmtV1ErrorsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest { panic("mock out the ApiAccountsMgmtV1ErrorsIdGet method") }, ApiAccountsMgmtV1ErrorsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1ErrorsIdGetExecute method") }, ApiAccountsMgmtV1FeatureTogglesIdQueryPostFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest { panic("mock out the ApiAccountsMgmtV1FeatureTogglesIdQueryPost method") }, ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteFunc: func(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute method") }, ApiAccountsMgmtV1LabelsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1LabelsGetRequest { panic("mock out the ApiAccountsMgmtV1LabelsGet method") }, ApiAccountsMgmtV1LabelsGetExecuteFunc: func(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1LabelsGetExecute method") }, ApiAccountsMgmtV1MetricsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1MetricsGetRequest { panic("mock out the ApiAccountsMgmtV1MetricsGet method") }, ApiAccountsMgmtV1MetricsGetExecuteFunc: func(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1MetricsGetExecute method") }, ApiAccountsMgmtV1NotifyPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1NotifyPostRequest { panic("mock out the ApiAccountsMgmtV1NotifyPost method") }, ApiAccountsMgmtV1NotifyPostExecuteFunc: func(r ApiApiAccountsMgmtV1NotifyPostRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1NotifyPostExecute method") }, ApiAccountsMgmtV1OrganizationsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsGet method") }, ApiAccountsMgmtV1OrganizationsGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsGetExecute method") }, ApiAccountsMgmtV1OrganizationsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsIdGet method") }, ApiAccountsMgmtV1OrganizationsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsIdGetExecute method") }, ApiAccountsMgmtV1OrganizationsIdLabelsGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsGet method") }, ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute method") }, ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete method") }, ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute method") }, ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet method") }, ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute method") }, ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch method") }, ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute method") }, ApiAccountsMgmtV1OrganizationsIdLabelsPostFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsPost method") }, ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute method") }, ApiAccountsMgmtV1OrganizationsIdPatchFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsIdPatch method") }, ApiAccountsMgmtV1OrganizationsIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsIdPatchExecute method") }, ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet method") }, ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute method") }, ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetFunc: func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet method") }, ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute method") }, ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetFunc: func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet method") }, ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute method") }, ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetFunc: func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet method") }, ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute method") }, ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostFunc: func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost method") }, ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute method") }, ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteFunc: func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete method") }, ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute method") }, ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetFunc: func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet method") }, ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute method") }, ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchFunc: func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch method") }, ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute method") }, ApiAccountsMgmtV1OrganizationsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest { panic("mock out the ApiAccountsMgmtV1OrganizationsPost method") }, ApiAccountsMgmtV1OrganizationsPostExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1OrganizationsPostExecute method") }, ApiAccountsMgmtV1PlansGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1PlansGetRequest { panic("mock out the ApiAccountsMgmtV1PlansGet method") }, ApiAccountsMgmtV1PlansGetExecuteFunc: func(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1PlansGetExecute method") }, ApiAccountsMgmtV1PlansIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest { panic("mock out the ApiAccountsMgmtV1PlansIdGet method") }, ApiAccountsMgmtV1PlansIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1PlansIdGetExecute method") }, ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteFunc: func(ctx context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest { panic("mock out the ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete method") }, ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute method") }, ApiAccountsMgmtV1PullSecretsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest { panic("mock out the ApiAccountsMgmtV1PullSecretsPost method") }, ApiAccountsMgmtV1PullSecretsPostExecuteFunc: func(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1PullSecretsPostExecute method") }, ApiAccountsMgmtV1RegistriesGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest { panic("mock out the ApiAccountsMgmtV1RegistriesGet method") }, ApiAccountsMgmtV1RegistriesGetExecuteFunc: func(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RegistriesGetExecute method") }, ApiAccountsMgmtV1RegistriesIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest { panic("mock out the ApiAccountsMgmtV1RegistriesIdGet method") }, ApiAccountsMgmtV1RegistriesIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RegistriesIdGetExecute method") }, ApiAccountsMgmtV1RegistryCredentialsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest { panic("mock out the ApiAccountsMgmtV1RegistryCredentialsGet method") }, ApiAccountsMgmtV1RegistryCredentialsGetExecuteFunc: func(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RegistryCredentialsGetExecute method") }, ApiAccountsMgmtV1RegistryCredentialsIdDeleteFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest { panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdDelete method") }, ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute method") }, ApiAccountsMgmtV1RegistryCredentialsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest { panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdGet method") }, ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdGetExecute method") }, ApiAccountsMgmtV1RegistryCredentialsIdPatchFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest { panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdPatch method") }, ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute method") }, ApiAccountsMgmtV1RegistryCredentialsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest { panic("mock out the ApiAccountsMgmtV1RegistryCredentialsPost method") }, ApiAccountsMgmtV1RegistryCredentialsPostExecuteFunc: func(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RegistryCredentialsPostExecute method") }, ApiAccountsMgmtV1ReservedResourcesGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest { panic("mock out the ApiAccountsMgmtV1ReservedResourcesGet method") }, ApiAccountsMgmtV1ReservedResourcesGetExecuteFunc: func(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1ReservedResourcesGetExecute method") }, ApiAccountsMgmtV1ResourceQuotaGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest { panic("mock out the ApiAccountsMgmtV1ResourceQuotaGet method") }, ApiAccountsMgmtV1ResourceQuotaGetExecuteFunc: func(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1ResourceQuotaGetExecute method") }, ApiAccountsMgmtV1RoleBindingsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest { panic("mock out the ApiAccountsMgmtV1RoleBindingsGet method") }, ApiAccountsMgmtV1RoleBindingsGetExecuteFunc: func(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RoleBindingsGetExecute method") }, ApiAccountsMgmtV1RoleBindingsIdDeleteFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest { panic("mock out the ApiAccountsMgmtV1RoleBindingsIdDelete method") }, ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1RoleBindingsIdDeleteExecute method") }, ApiAccountsMgmtV1RoleBindingsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest { panic("mock out the ApiAccountsMgmtV1RoleBindingsIdGet method") }, ApiAccountsMgmtV1RoleBindingsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RoleBindingsIdGetExecute method") }, ApiAccountsMgmtV1RoleBindingsIdPatchFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest { panic("mock out the ApiAccountsMgmtV1RoleBindingsIdPatch method") }, ApiAccountsMgmtV1RoleBindingsIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RoleBindingsIdPatchExecute method") }, ApiAccountsMgmtV1RoleBindingsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest { panic("mock out the ApiAccountsMgmtV1RoleBindingsPost method") }, ApiAccountsMgmtV1RoleBindingsPostExecuteFunc: func(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RoleBindingsPostExecute method") }, ApiAccountsMgmtV1RolesGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RolesGetRequest { panic("mock out the ApiAccountsMgmtV1RolesGet method") }, ApiAccountsMgmtV1RolesGetExecuteFunc: func(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RolesGetExecute method") }, ApiAccountsMgmtV1RolesIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest { panic("mock out the ApiAccountsMgmtV1RolesIdGet method") }, ApiAccountsMgmtV1RolesIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1RolesIdGetExecute method") }, ApiAccountsMgmtV1SkuRulesGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest { panic("mock out the ApiAccountsMgmtV1SkuRulesGet method") }, ApiAccountsMgmtV1SkuRulesGetExecuteFunc: func(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SkuRulesGetExecute method") }, ApiAccountsMgmtV1SkuRulesIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest { panic("mock out the ApiAccountsMgmtV1SkuRulesIdGet method") }, ApiAccountsMgmtV1SkuRulesIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SkuRulesIdGetExecute method") }, ApiAccountsMgmtV1SkusGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1SkusGetRequest { panic("mock out the ApiAccountsMgmtV1SkusGet method") }, ApiAccountsMgmtV1SkusGetExecuteFunc: func(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SkusGetExecute method") }, ApiAccountsMgmtV1SkusIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest { panic("mock out the ApiAccountsMgmtV1SkusIdGet method") }, ApiAccountsMgmtV1SkusIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SkusIdGetExecute method") }, ApiAccountsMgmtV1SubscriptionsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsGet method") }, ApiAccountsMgmtV1SubscriptionsGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsGetExecute method") }, ApiAccountsMgmtV1SubscriptionsIdDeleteFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdDelete method") }, ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdDeleteExecute method") }, ApiAccountsMgmtV1SubscriptionsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdGet method") }, ApiAccountsMgmtV1SubscriptionsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdGetExecute method") }, ApiAccountsMgmtV1SubscriptionsIdLabelsGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsGet method") }, ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute method") }, ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete method") }, ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute method") }, ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet method") }, ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute method") }, ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch method") }, ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute method") }, ApiAccountsMgmtV1SubscriptionsIdLabelsPostFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsPost method") }, ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute method") }, ApiAccountsMgmtV1SubscriptionsIdNotifyPostFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdNotifyPost method") }, ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute method") }, ApiAccountsMgmtV1SubscriptionsIdPatchFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdPatch method") }, ApiAccountsMgmtV1SubscriptionsIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdPatchExecute method") }, ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet method") }, ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute method") }, ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet method") }, ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute method") }, ApiAccountsMgmtV1SubscriptionsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsPost method") }, ApiAccountsMgmtV1SubscriptionsPostExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsPostExecute method") }, ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteFunc: func(ctx context.Context, subId string, accountId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete method") }, ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute method") }, ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetFunc: func(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet method") }, ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute method") }, ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostFunc: func(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost method") }, ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute method") }, ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetFunc: func(ctx context.Context, subId string, reservedResourceId string) ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest { panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet method") }, ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) (ReservedResource, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute method") }, ApiAccountsMgmtV1SupportCasesCaseIdDeleteFunc: func(ctx context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest { panic("mock out the ApiAccountsMgmtV1SupportCasesCaseIdDelete method") }, ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*http.Response, error) { panic("mock out the ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute method") }, ApiAccountsMgmtV1SupportCasesPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest { panic("mock out the ApiAccountsMgmtV1SupportCasesPost method") }, ApiAccountsMgmtV1SupportCasesPostExecuteFunc: func(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1SupportCasesPostExecute method") }, ApiAccountsMgmtV1TokenAuthorizationPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest { panic("mock out the ApiAccountsMgmtV1TokenAuthorizationPost method") }, ApiAccountsMgmtV1TokenAuthorizationPostExecuteFunc: func(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *http.Response, error) { panic("mock out the ApiAccountsMgmtV1TokenAuthorizationPostExecute method") }, ApiAuthorizationsV1AccessReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest { panic("mock out the ApiAuthorizationsV1AccessReviewPost method") }, ApiAuthorizationsV1AccessReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *http.Response, error) { panic("mock out the ApiAuthorizationsV1AccessReviewPostExecute method") }, ApiAuthorizationsV1CapabilityReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest { panic("mock out the ApiAuthorizationsV1CapabilityReviewPost method") }, ApiAuthorizationsV1CapabilityReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *http.Response, error) { panic("mock out the ApiAuthorizationsV1CapabilityReviewPostExecute method") }, ApiAuthorizationsV1ExportControlReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest { panic("mock out the ApiAuthorizationsV1ExportControlReviewPost method") }, ApiAuthorizationsV1ExportControlReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *http.Response, error) { panic("mock out the ApiAuthorizationsV1ExportControlReviewPostExecute method") }, ApiAuthorizationsV1ResourceReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest { panic("mock out the ApiAuthorizationsV1ResourceReviewPost method") }, ApiAuthorizationsV1ResourceReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *http.Response, error) { panic("mock out the ApiAuthorizationsV1ResourceReviewPostExecute method") }, ApiAuthorizationsV1SelfAccessReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest { panic("mock out the ApiAuthorizationsV1SelfAccessReviewPost method") }, ApiAuthorizationsV1SelfAccessReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *http.Response, error) { panic("mock out the ApiAuthorizationsV1SelfAccessReviewPostExecute method") }, ApiAuthorizationsV1SelfResourceReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest { panic("mock out the ApiAuthorizationsV1SelfResourceReviewPost method") }, ApiAuthorizationsV1SelfResourceReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *http.Response, error) { panic("mock out the ApiAuthorizationsV1SelfResourceReviewPostExecute method") }, ApiAuthorizationsV1SelfTermsReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest { panic("mock out the ApiAuthorizationsV1SelfTermsReviewPost method") }, ApiAuthorizationsV1SelfTermsReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *http.Response, error) { panic("mock out the ApiAuthorizationsV1SelfTermsReviewPostExecute method") }, ApiAuthorizationsV1TermsReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest { panic("mock out the ApiAuthorizationsV1TermsReviewPost method") }, ApiAuthorizationsV1TermsReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *http.Response, error) { panic("mock out the ApiAuthorizationsV1TermsReviewPostExecute method") }, } // use mockedDefaultApi in code that requires DefaultApi // and then make assertions. }
func (*DefaultApiMock) ApiAccountsMgmtV1AccessTokenPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPost(ctx context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest
ApiAccountsMgmtV1AccessTokenPost calls ApiAccountsMgmtV1AccessTokenPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1AccessTokenPostCalls gets all the calls that were made to ApiAccountsMgmtV1AccessTokenPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccessTokenPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostExecute(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *http.Response, error)
ApiAccountsMgmtV1AccessTokenPostExecute calls ApiAccountsMgmtV1AccessTokenPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1AccessTokenPostRequest }
ApiAccountsMgmtV1AccessTokenPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccessTokenPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccessTokenPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGet(ctx context.Context) ApiApiAccountsMgmtV1AccountsGetRequest
ApiAccountsMgmtV1AccountsGet calls ApiAccountsMgmtV1AccountsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1AccountsGetCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGetExecute(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *http.Response, error)
ApiAccountsMgmtV1AccountsGetExecute calls ApiAccountsMgmtV1AccountsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1AccountsGetRequest }
ApiAccountsMgmtV1AccountsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest
ApiAccountsMgmtV1AccountsIdGet calls ApiAccountsMgmtV1AccountsIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1AccountsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetExecute(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *http.Response, error)
ApiAccountsMgmtV1AccountsIdGetExecute calls ApiAccountsMgmtV1AccountsIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1AccountsIdGetRequest }
ApiAccountsMgmtV1AccountsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGet(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
ApiAccountsMgmtV1AccountsIdLabelsGet calls ApiAccountsMgmtV1AccountsIdLabelsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1AccountsIdLabelsGetCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *http.Response, error)
ApiAccountsMgmtV1AccountsIdLabelsGetExecute calls ApiAccountsMgmtV1AccountsIdLabelsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest }
ApiAccountsMgmtV1AccountsIdLabelsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDelete ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDelete(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest
ApiAccountsMgmtV1AccountsIdLabelsKeyDelete calls ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteCalls() []struct { Ctx context.Context ID string Key string }
ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyDelete. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*http.Response, error)
ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute calls ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteCalls() []struct { R ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest }
ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGet(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest
ApiAccountsMgmtV1AccountsIdLabelsKeyGet calls ApiAccountsMgmtV1AccountsIdLabelsKeyGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetCalls() []struct { Ctx context.Context ID string Key string }
ApiAccountsMgmtV1AccountsIdLabelsKeyGetCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *http.Response, error)
ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute calls ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest }
ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatch ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatch(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest
ApiAccountsMgmtV1AccountsIdLabelsKeyPatch calls ApiAccountsMgmtV1AccountsIdLabelsKeyPatchFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchCalls() []struct { Ctx context.Context ID string Key string }
ApiAccountsMgmtV1AccountsIdLabelsKeyPatchCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyPatch. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyPatchCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *http.Response, error)
ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute calls ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteCalls() []struct { R ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest }
ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPost(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest
ApiAccountsMgmtV1AccountsIdLabelsPost calls ApiAccountsMgmtV1AccountsIdLabelsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1AccountsIdLabelsPostCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *http.Response, error)
ApiAccountsMgmtV1AccountsIdLabelsPostExecute calls ApiAccountsMgmtV1AccountsIdLabelsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest }
ApiAccountsMgmtV1AccountsIdLabelsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatch ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest
ApiAccountsMgmtV1AccountsIdPatch calls ApiAccountsMgmtV1AccountsIdPatchFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1AccountsIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdPatch. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdPatchCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchExecute(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *http.Response, error)
ApiAccountsMgmtV1AccountsIdPatchExecute calls ApiAccountsMgmtV1AccountsIdPatchExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchExecuteCalls() []struct { R ApiApiAccountsMgmtV1AccountsIdPatchRequest }
ApiAccountsMgmtV1AccountsIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdPatchExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdPatchExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPost(ctx context.Context) ApiApiAccountsMgmtV1AccountsPostRequest
ApiAccountsMgmtV1AccountsPost calls ApiAccountsMgmtV1AccountsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1AccountsPostCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPostExecute(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *http.Response, error)
ApiAccountsMgmtV1AccountsPostExecute calls ApiAccountsMgmtV1AccountsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1AccountsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1AccountsPostRequest }
ApiAccountsMgmtV1AccountsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1AccountsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPost(ctx context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest
ApiAccountsMgmtV1ClusterAuthorizationsPost calls ApiAccountsMgmtV1ClusterAuthorizationsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1ClusterAuthorizationsPostCalls gets all the calls that were made to ApiAccountsMgmtV1ClusterAuthorizationsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ClusterAuthorizationsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostExecute(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *http.Response, error)
ApiAccountsMgmtV1ClusterAuthorizationsPostExecute calls ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest }
ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ClusterAuthorizationsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPost(ctx context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest
ApiAccountsMgmtV1ClusterRegistrationsPost calls ApiAccountsMgmtV1ClusterRegistrationsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1ClusterRegistrationsPostCalls gets all the calls that were made to ApiAccountsMgmtV1ClusterRegistrationsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ClusterRegistrationsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostExecute(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *http.Response, error)
ApiAccountsMgmtV1ClusterRegistrationsPostExecute calls ApiAccountsMgmtV1ClusterRegistrationsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest }
ApiAccountsMgmtV1ClusterRegistrationsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ClusterRegistrationsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ClusterRegistrationsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGet(ctx context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest
ApiAccountsMgmtV1CurrentAccountGet calls ApiAccountsMgmtV1CurrentAccountGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1CurrentAccountGetCalls gets all the calls that were made to ApiAccountsMgmtV1CurrentAccountGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1CurrentAccountGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetExecute(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *http.Response, error)
ApiAccountsMgmtV1CurrentAccountGetExecute calls ApiAccountsMgmtV1CurrentAccountGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1CurrentAccountGetRequest }
ApiAccountsMgmtV1CurrentAccountGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1CurrentAccountGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1CurrentAccountGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGet(ctx context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest
ApiAccountsMgmtV1ErrorsGet calls ApiAccountsMgmtV1ErrorsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1ErrorsGetCalls gets all the calls that were made to ApiAccountsMgmtV1ErrorsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ErrorsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGetExecute(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *http.Response, error)
ApiAccountsMgmtV1ErrorsGetExecute calls ApiAccountsMgmtV1ErrorsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1ErrorsGetRequest }
ApiAccountsMgmtV1ErrorsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ErrorsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ErrorsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest
ApiAccountsMgmtV1ErrorsIdGet calls ApiAccountsMgmtV1ErrorsIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1ErrorsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1ErrorsIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ErrorsIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetExecute(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *http.Response, error)
ApiAccountsMgmtV1ErrorsIdGetExecute calls ApiAccountsMgmtV1ErrorsIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1ErrorsIdGetRequest }
ApiAccountsMgmtV1ErrorsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ErrorsIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ErrorsIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPost(ctx context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest
ApiAccountsMgmtV1FeatureTogglesIdQueryPost calls ApiAccountsMgmtV1FeatureTogglesIdQueryPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1FeatureTogglesIdQueryPostCalls gets all the calls that were made to ApiAccountsMgmtV1FeatureTogglesIdQueryPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1FeatureTogglesIdQueryPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *http.Response, error)
ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute calls ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest }
ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1LabelsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGet(ctx context.Context) ApiApiAccountsMgmtV1LabelsGetRequest
ApiAccountsMgmtV1LabelsGet calls ApiAccountsMgmtV1LabelsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1LabelsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1LabelsGetCalls gets all the calls that were made to ApiAccountsMgmtV1LabelsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1LabelsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1LabelsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGetExecute(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *http.Response, error)
ApiAccountsMgmtV1LabelsGetExecute calls ApiAccountsMgmtV1LabelsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1LabelsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1LabelsGetRequest }
ApiAccountsMgmtV1LabelsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1LabelsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1LabelsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1MetricsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGet(ctx context.Context) ApiApiAccountsMgmtV1MetricsGetRequest
ApiAccountsMgmtV1MetricsGet calls ApiAccountsMgmtV1MetricsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1MetricsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1MetricsGetCalls gets all the calls that were made to ApiAccountsMgmtV1MetricsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1MetricsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1MetricsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGetExecute(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *http.Response, error)
ApiAccountsMgmtV1MetricsGetExecute calls ApiAccountsMgmtV1MetricsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1MetricsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1MetricsGetRequest }
ApiAccountsMgmtV1MetricsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1MetricsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1MetricsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1NotifyPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPost(ctx context.Context) ApiApiAccountsMgmtV1NotifyPostRequest
ApiAccountsMgmtV1NotifyPost calls ApiAccountsMgmtV1NotifyPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1NotifyPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1NotifyPostCalls gets all the calls that were made to ApiAccountsMgmtV1NotifyPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1NotifyPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1NotifyPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPostExecute(r ApiApiAccountsMgmtV1NotifyPostRequest) (*http.Response, error)
ApiAccountsMgmtV1NotifyPostExecute calls ApiAccountsMgmtV1NotifyPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1NotifyPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1NotifyPostRequest }
ApiAccountsMgmtV1NotifyPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1NotifyPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1NotifyPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGet(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest
ApiAccountsMgmtV1OrganizationsGet calls ApiAccountsMgmtV1OrganizationsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1OrganizationsGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetExecute(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *http.Response, error)
ApiAccountsMgmtV1OrganizationsGetExecute calls ApiAccountsMgmtV1OrganizationsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsGetRequest }
ApiAccountsMgmtV1OrganizationsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest
ApiAccountsMgmtV1OrganizationsIdGet calls ApiAccountsMgmtV1OrganizationsIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1OrganizationsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *http.Response, error)
ApiAccountsMgmtV1OrganizationsIdGetExecute calls ApiAccountsMgmtV1OrganizationsIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsIdGetRequest }
ApiAccountsMgmtV1OrganizationsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGet(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
ApiAccountsMgmtV1OrganizationsIdLabelsGet calls ApiAccountsMgmtV1OrganizationsIdLabelsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1OrganizationsIdLabelsGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *http.Response, error)
ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute calls ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest }
ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest
ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteCalls() []struct { Ctx context.Context ID string Key string }
ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*http.Response, error)
ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest }
ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest
ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetCalls() []struct { Ctx context.Context ID string Key string }
ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *http.Response, error)
ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest }
ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest
ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchCalls() []struct { Ctx context.Context ID string Key string }
ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *http.Response, error)
ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest }
ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPost(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest
ApiAccountsMgmtV1OrganizationsIdLabelsPost calls ApiAccountsMgmtV1OrganizationsIdLabelsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1OrganizationsIdLabelsPostCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *http.Response, error)
ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute calls ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest }
ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatch ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest
ApiAccountsMgmtV1OrganizationsIdPatch calls ApiAccountsMgmtV1OrganizationsIdPatchFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1OrganizationsIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdPatch. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdPatchCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *http.Response, error)
ApiAccountsMgmtV1OrganizationsIdPatchExecute calls ApiAccountsMgmtV1OrganizationsIdPatchExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsIdPatchRequest }
ApiAccountsMgmtV1OrganizationsIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdPatchExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdPatchExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest
ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet calls ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *http.Response, error)
ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute calls ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest }
ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet calls ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetCalls() []struct { Ctx context.Context OrgId string }
ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *http.Response, error)
ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute calls ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest }
ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest
ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet calls ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetCalls() []struct { Ctx context.Context OrgId string }
ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *http.Response, error)
ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute calls ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest }
ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetCalls() []struct { Ctx context.Context OrgId string }
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error)
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest }
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostCalls() []struct { Ctx context.Context OrgId string }
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *http.Response, error)
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest }
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteCalls() []struct { Ctx context.Context OrgId string QuotaId string }
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*http.Response, error)
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest }
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetCalls() []struct { Ctx context.Context OrgId string QuotaId string }
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *http.Response, error)
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest }
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchCalls() []struct { Ctx context.Context OrgId string QuotaId string }
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *http.Response, error)
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest }
ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPost(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest
ApiAccountsMgmtV1OrganizationsPost calls ApiAccountsMgmtV1OrganizationsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1OrganizationsPostCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostExecute(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *http.Response, error)
ApiAccountsMgmtV1OrganizationsPostExecute calls ApiAccountsMgmtV1OrganizationsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1OrganizationsPostRequest }
ApiAccountsMgmtV1OrganizationsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1PlansGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGet(ctx context.Context) ApiApiAccountsMgmtV1PlansGetRequest
ApiAccountsMgmtV1PlansGet calls ApiAccountsMgmtV1PlansGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1PlansGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1PlansGetCalls gets all the calls that were made to ApiAccountsMgmtV1PlansGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1PlansGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1PlansGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGetExecute(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *http.Response, error)
ApiAccountsMgmtV1PlansGetExecute calls ApiAccountsMgmtV1PlansGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1PlansGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1PlansGetRequest }
ApiAccountsMgmtV1PlansGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1PlansGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1PlansGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1PlansIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest
ApiAccountsMgmtV1PlansIdGet calls ApiAccountsMgmtV1PlansIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1PlansIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1PlansIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1PlansIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1PlansIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1PlansIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGetExecute(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *http.Response, error)
ApiAccountsMgmtV1PlansIdGetExecute calls ApiAccountsMgmtV1PlansIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1PlansIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1PlansIdGetRequest }
ApiAccountsMgmtV1PlansIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1PlansIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1PlansIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete(ctx context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest
ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete calls ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteCalls() []struct { Ctx context.Context ExternalResourceId string }
ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*http.Response, error)
ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute calls ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteCalls() []struct { R ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest }
ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPost(ctx context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest
ApiAccountsMgmtV1PullSecretsPost calls ApiAccountsMgmtV1PullSecretsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1PullSecretsPostCalls gets all the calls that were made to ApiAccountsMgmtV1PullSecretsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1PullSecretsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostExecute(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *http.Response, error)
ApiAccountsMgmtV1PullSecretsPostExecute calls ApiAccountsMgmtV1PullSecretsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1PullSecretsPostRequest }
ApiAccountsMgmtV1PullSecretsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1PullSecretsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1PullSecretsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGet(ctx context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest
ApiAccountsMgmtV1RegistriesGet calls ApiAccountsMgmtV1RegistriesGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1RegistriesGetCalls gets all the calls that were made to ApiAccountsMgmtV1RegistriesGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistriesGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGetExecute(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *http.Response, error)
ApiAccountsMgmtV1RegistriesGetExecute calls ApiAccountsMgmtV1RegistriesGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1RegistriesGetRequest }
ApiAccountsMgmtV1RegistriesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistriesGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistriesGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest
ApiAccountsMgmtV1RegistriesIdGet calls ApiAccountsMgmtV1RegistriesIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1RegistriesIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1RegistriesIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistriesIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetExecute(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *http.Response, error)
ApiAccountsMgmtV1RegistriesIdGetExecute calls ApiAccountsMgmtV1RegistriesIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1RegistriesIdGetRequest }
ApiAccountsMgmtV1RegistriesIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistriesIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistriesIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGet(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
ApiAccountsMgmtV1RegistryCredentialsGet calls ApiAccountsMgmtV1RegistryCredentialsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1RegistryCredentialsGetCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *http.Response, error)
ApiAccountsMgmtV1RegistryCredentialsGetExecute calls ApiAccountsMgmtV1RegistryCredentialsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1RegistryCredentialsGetRequest }
ApiAccountsMgmtV1RegistryCredentialsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDelete ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDelete(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest
ApiAccountsMgmtV1RegistryCredentialsIdDelete calls ApiAccountsMgmtV1RegistryCredentialsIdDeleteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1RegistryCredentialsIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdDelete. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdDeleteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*http.Response, error)
ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute calls ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteCalls() []struct { R ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest }
ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest
ApiAccountsMgmtV1RegistryCredentialsIdGet calls ApiAccountsMgmtV1RegistryCredentialsIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1RegistryCredentialsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *http.Response, error)
ApiAccountsMgmtV1RegistryCredentialsIdGetExecute calls ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest }
ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatch ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest
ApiAccountsMgmtV1RegistryCredentialsIdPatch calls ApiAccountsMgmtV1RegistryCredentialsIdPatchFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1RegistryCredentialsIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdPatch. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdPatchCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *http.Response, error)
ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute calls ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteCalls() []struct { R ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest }
ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPost(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest
ApiAccountsMgmtV1RegistryCredentialsPost calls ApiAccountsMgmtV1RegistryCredentialsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1RegistryCredentialsPostCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostExecute(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *http.Response, error)
ApiAccountsMgmtV1RegistryCredentialsPostExecute calls ApiAccountsMgmtV1RegistryCredentialsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1RegistryCredentialsPostRequest }
ApiAccountsMgmtV1RegistryCredentialsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGet(ctx context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest
ApiAccountsMgmtV1ReservedResourcesGet calls ApiAccountsMgmtV1ReservedResourcesGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1ReservedResourcesGetCalls gets all the calls that were made to ApiAccountsMgmtV1ReservedResourcesGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ReservedResourcesGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetExecute(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error)
ApiAccountsMgmtV1ReservedResourcesGetExecute calls ApiAccountsMgmtV1ReservedResourcesGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1ReservedResourcesGetRequest }
ApiAccountsMgmtV1ReservedResourcesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ReservedResourcesGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ReservedResourcesGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGet(ctx context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest
ApiAccountsMgmtV1ResourceQuotaGet calls ApiAccountsMgmtV1ResourceQuotaGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1ResourceQuotaGetCalls gets all the calls that were made to ApiAccountsMgmtV1ResourceQuotaGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ResourceQuotaGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetExecute(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error)
ApiAccountsMgmtV1ResourceQuotaGetExecute calls ApiAccountsMgmtV1ResourceQuotaGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1ResourceQuotaGetRequest }
ApiAccountsMgmtV1ResourceQuotaGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ResourceQuotaGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1ResourceQuotaGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGet(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest
ApiAccountsMgmtV1RoleBindingsGet calls ApiAccountsMgmtV1RoleBindingsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1RoleBindingsGetCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetExecute(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *http.Response, error)
ApiAccountsMgmtV1RoleBindingsGetExecute calls ApiAccountsMgmtV1RoleBindingsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1RoleBindingsGetRequest }
ApiAccountsMgmtV1RoleBindingsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDelete ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDelete(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest
ApiAccountsMgmtV1RoleBindingsIdDelete calls ApiAccountsMgmtV1RoleBindingsIdDeleteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1RoleBindingsIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdDelete. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdDeleteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteExecute(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*http.Response, error)
ApiAccountsMgmtV1RoleBindingsIdDeleteExecute calls ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteCalls() []struct { R ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest }
ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdDeleteExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest
ApiAccountsMgmtV1RoleBindingsIdGet calls ApiAccountsMgmtV1RoleBindingsIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1RoleBindingsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetExecute(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *http.Response, error)
ApiAccountsMgmtV1RoleBindingsIdGetExecute calls ApiAccountsMgmtV1RoleBindingsIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1RoleBindingsIdGetRequest }
ApiAccountsMgmtV1RoleBindingsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatch ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest
ApiAccountsMgmtV1RoleBindingsIdPatch calls ApiAccountsMgmtV1RoleBindingsIdPatchFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1RoleBindingsIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdPatch. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdPatchCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchExecute(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *http.Response, error)
ApiAccountsMgmtV1RoleBindingsIdPatchExecute calls ApiAccountsMgmtV1RoleBindingsIdPatchExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchExecuteCalls() []struct { R ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest }
ApiAccountsMgmtV1RoleBindingsIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdPatchExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdPatchExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPost(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest
ApiAccountsMgmtV1RoleBindingsPost calls ApiAccountsMgmtV1RoleBindingsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1RoleBindingsPostCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostExecute(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *http.Response, error)
ApiAccountsMgmtV1RoleBindingsPostExecute calls ApiAccountsMgmtV1RoleBindingsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1RoleBindingsPostRequest }
ApiAccountsMgmtV1RoleBindingsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RolesGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGet(ctx context.Context) ApiApiAccountsMgmtV1RolesGetRequest
ApiAccountsMgmtV1RolesGet calls ApiAccountsMgmtV1RolesGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RolesGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1RolesGetCalls gets all the calls that were made to ApiAccountsMgmtV1RolesGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RolesGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RolesGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGetExecute(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *http.Response, error)
ApiAccountsMgmtV1RolesGetExecute calls ApiAccountsMgmtV1RolesGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RolesGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1RolesGetRequest }
ApiAccountsMgmtV1RolesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RolesGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RolesGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RolesIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest
ApiAccountsMgmtV1RolesIdGet calls ApiAccountsMgmtV1RolesIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RolesIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1RolesIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1RolesIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RolesIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1RolesIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGetExecute(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *http.Response, error)
ApiAccountsMgmtV1RolesIdGetExecute calls ApiAccountsMgmtV1RolesIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1RolesIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1RolesIdGetRequest }
ApiAccountsMgmtV1RolesIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RolesIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1RolesIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGet(ctx context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest
ApiAccountsMgmtV1SkuRulesGet calls ApiAccountsMgmtV1SkuRulesGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1SkuRulesGetCalls gets all the calls that were made to ApiAccountsMgmtV1SkuRulesGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SkuRulesGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetExecute(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *http.Response, error)
ApiAccountsMgmtV1SkuRulesGetExecute calls ApiAccountsMgmtV1SkuRulesGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SkuRulesGetRequest }
ApiAccountsMgmtV1SkuRulesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SkuRulesGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SkuRulesGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest
ApiAccountsMgmtV1SkuRulesIdGet calls ApiAccountsMgmtV1SkuRulesIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1SkuRulesIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1SkuRulesIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SkuRulesIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetExecute(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *http.Response, error)
ApiAccountsMgmtV1SkuRulesIdGetExecute calls ApiAccountsMgmtV1SkuRulesIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SkuRulesIdGetRequest }
ApiAccountsMgmtV1SkuRulesIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SkuRulesIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SkuRulesIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SkusGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGet(ctx context.Context) ApiApiAccountsMgmtV1SkusGetRequest
ApiAccountsMgmtV1SkusGet calls ApiAccountsMgmtV1SkusGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SkusGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1SkusGetCalls gets all the calls that were made to ApiAccountsMgmtV1SkusGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SkusGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SkusGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGetExecute(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *http.Response, error)
ApiAccountsMgmtV1SkusGetExecute calls ApiAccountsMgmtV1SkusGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SkusGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SkusGetRequest }
ApiAccountsMgmtV1SkusGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SkusGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SkusGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SkusIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest
ApiAccountsMgmtV1SkusIdGet calls ApiAccountsMgmtV1SkusIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SkusIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1SkusIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1SkusIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SkusIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SkusIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGetExecute(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *http.Response, error)
ApiAccountsMgmtV1SkusIdGetExecute calls ApiAccountsMgmtV1SkusIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SkusIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SkusIdGetRequest }
ApiAccountsMgmtV1SkusIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SkusIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SkusIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGet(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest
ApiAccountsMgmtV1SubscriptionsGet calls ApiAccountsMgmtV1SubscriptionsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1SubscriptionsGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsGetExecute calls ApiAccountsMgmtV1SubscriptionsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsGetRequest }
ApiAccountsMgmtV1SubscriptionsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDelete ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDelete(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest
ApiAccountsMgmtV1SubscriptionsIdDelete calls ApiAccountsMgmtV1SubscriptionsIdDeleteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1SubscriptionsIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdDelete. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdDeleteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdDeleteExecute calls ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest }
ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdDeleteExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
ApiAccountsMgmtV1SubscriptionsIdGet calls ApiAccountsMgmtV1SubscriptionsIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1SubscriptionsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdGetExecute calls ApiAccountsMgmtV1SubscriptionsIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdGetRequest }
ApiAccountsMgmtV1SubscriptionsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
ApiAccountsMgmtV1SubscriptionsIdLabelsGet calls ApiAccountsMgmtV1SubscriptionsIdLabelsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1SubscriptionsIdLabelsGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute calls ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest }
ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteCalls() []struct { Ctx context.Context ID string Key string }
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest }
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetCalls() []struct { Ctx context.Context ID string Key string }
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest }
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchCalls() []struct { Ctx context.Context ID string Key string }
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest }
ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPost(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest
ApiAccountsMgmtV1SubscriptionsIdLabelsPost calls ApiAccountsMgmtV1SubscriptionsIdLabelsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1SubscriptionsIdLabelsPostCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute calls ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest }
ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPost(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest
ApiAccountsMgmtV1SubscriptionsIdNotifyPost calls ApiAccountsMgmtV1SubscriptionsIdNotifyPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1SubscriptionsIdNotifyPostCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdNotifyPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdNotifyPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute calls ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest }
ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatch ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest
ApiAccountsMgmtV1SubscriptionsIdPatch calls ApiAccountsMgmtV1SubscriptionsIdPatchFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1SubscriptionsIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdPatch. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdPatchCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdPatchExecute calls ApiAccountsMgmtV1SubscriptionsIdPatchExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest }
ApiAccountsMgmtV1SubscriptionsIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdPatchExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdPatchExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet calls ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute calls ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest }
ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest
ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet calls ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetCalls() []struct { Ctx context.Context ID string }
ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*http.Response, error)
ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute calls ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest }
ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPost(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest
ApiAccountsMgmtV1SubscriptionsPost calls ApiAccountsMgmtV1SubscriptionsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1SubscriptionsPostCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsPostExecute calls ApiAccountsMgmtV1SubscriptionsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsPostRequest }
ApiAccountsMgmtV1SubscriptionsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete(ctx context.Context, subId string, accountId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteCalls() []struct { Ctx context.Context SubId string AccountId string }
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) (*http.Response, error)
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest }
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetCalls() []struct { Ctx context.Context SubId string }
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest }
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostCalls() []struct { Ctx context.Context SubId string }
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest }
ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet(ctx context.Context, subId string, reservedResourceId string) ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest
ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet calls ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetCalls() []struct { Ctx context.Context SubId string ReservedResourceId string }
ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) (ReservedResource, *http.Response, error)
ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute calls ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteCalls() []struct { R ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest }
ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDelete ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDelete(ctx context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest
ApiAccountsMgmtV1SupportCasesCaseIdDelete calls ApiAccountsMgmtV1SupportCasesCaseIdDeleteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteCalls() []struct { Ctx context.Context CaseId string }
ApiAccountsMgmtV1SupportCasesCaseIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1SupportCasesCaseIdDelete. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SupportCasesCaseIdDeleteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*http.Response, error)
ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute calls ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteCalls() []struct { R ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest }
ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPost(ctx context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest
ApiAccountsMgmtV1SupportCasesPost calls ApiAccountsMgmtV1SupportCasesPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1SupportCasesPostCalls gets all the calls that were made to ApiAccountsMgmtV1SupportCasesPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SupportCasesPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostExecute(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *http.Response, error)
ApiAccountsMgmtV1SupportCasesPostExecute calls ApiAccountsMgmtV1SupportCasesPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1SupportCasesPostRequest }
ApiAccountsMgmtV1SupportCasesPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SupportCasesPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1SupportCasesPostExecuteCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPost ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPost(ctx context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest
ApiAccountsMgmtV1TokenAuthorizationPost calls ApiAccountsMgmtV1TokenAuthorizationPostFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostCalls() []struct { Ctx context.Context }
ApiAccountsMgmtV1TokenAuthorizationPostCalls gets all the calls that were made to ApiAccountsMgmtV1TokenAuthorizationPost. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1TokenAuthorizationPostCalls())
func (*DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostExecute ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostExecute(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *http.Response, error)
ApiAccountsMgmtV1TokenAuthorizationPostExecute calls ApiAccountsMgmtV1TokenAuthorizationPostExecuteFunc.
func (*DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostExecuteCalls() []struct { R ApiApiAccountsMgmtV1TokenAuthorizationPostRequest }
ApiAccountsMgmtV1TokenAuthorizationPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1TokenAuthorizationPostExecute. Check the length with:
len(mockedDefaultApi.ApiAccountsMgmtV1TokenAuthorizationPostExecuteCalls())
func (*DefaultApiMock) ApiAuthorizationsV1AccessReviewPost ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPost(ctx context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest
ApiAuthorizationsV1AccessReviewPost calls ApiAuthorizationsV1AccessReviewPostFunc.
func (*DefaultApiMock) ApiAuthorizationsV1AccessReviewPostCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPostCalls() []struct { Ctx context.Context }
ApiAuthorizationsV1AccessReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1AccessReviewPost. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1AccessReviewPostCalls())
func (*DefaultApiMock) ApiAuthorizationsV1AccessReviewPostExecute ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPostExecute(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *http.Response, error)
ApiAuthorizationsV1AccessReviewPostExecute calls ApiAuthorizationsV1AccessReviewPostExecuteFunc.
func (*DefaultApiMock) ApiAuthorizationsV1AccessReviewPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPostExecuteCalls() []struct { R ApiApiAuthorizationsV1AccessReviewPostRequest }
ApiAuthorizationsV1AccessReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1AccessReviewPostExecute. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1AccessReviewPostExecuteCalls())
func (*DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPost ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPost(ctx context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest
ApiAuthorizationsV1CapabilityReviewPost calls ApiAuthorizationsV1CapabilityReviewPostFunc.
func (*DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostCalls() []struct { Ctx context.Context }
ApiAuthorizationsV1CapabilityReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1CapabilityReviewPost. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1CapabilityReviewPostCalls())
func (*DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostExecute ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostExecute(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *http.Response, error)
ApiAuthorizationsV1CapabilityReviewPostExecute calls ApiAuthorizationsV1CapabilityReviewPostExecuteFunc.
func (*DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostExecuteCalls() []struct { R ApiApiAuthorizationsV1CapabilityReviewPostRequest }
ApiAuthorizationsV1CapabilityReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1CapabilityReviewPostExecute. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1CapabilityReviewPostExecuteCalls())
func (*DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPost ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPost(ctx context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest
ApiAuthorizationsV1ExportControlReviewPost calls ApiAuthorizationsV1ExportControlReviewPostFunc.
func (*DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostCalls() []struct { Ctx context.Context }
ApiAuthorizationsV1ExportControlReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1ExportControlReviewPost. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1ExportControlReviewPostCalls())
func (*DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostExecute ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostExecute(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *http.Response, error)
ApiAuthorizationsV1ExportControlReviewPostExecute calls ApiAuthorizationsV1ExportControlReviewPostExecuteFunc.
func (*DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostExecuteCalls() []struct { R ApiApiAuthorizationsV1ExportControlReviewPostRequest }
ApiAuthorizationsV1ExportControlReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1ExportControlReviewPostExecute. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1ExportControlReviewPostExecuteCalls())
func (*DefaultApiMock) ApiAuthorizationsV1ResourceReviewPost ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPost(ctx context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest
ApiAuthorizationsV1ResourceReviewPost calls ApiAuthorizationsV1ResourceReviewPostFunc.
func (*DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostCalls() []struct { Ctx context.Context }
ApiAuthorizationsV1ResourceReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1ResourceReviewPost. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1ResourceReviewPostCalls())
func (*DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostExecute ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostExecute(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *http.Response, error)
ApiAuthorizationsV1ResourceReviewPostExecute calls ApiAuthorizationsV1ResourceReviewPostExecuteFunc.
func (*DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostExecuteCalls() []struct { R ApiApiAuthorizationsV1ResourceReviewPostRequest }
ApiAuthorizationsV1ResourceReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1ResourceReviewPostExecute. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1ResourceReviewPostExecuteCalls())
func (*DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPost ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPost(ctx context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest
ApiAuthorizationsV1SelfAccessReviewPost calls ApiAuthorizationsV1SelfAccessReviewPostFunc.
func (*DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostCalls() []struct { Ctx context.Context }
ApiAuthorizationsV1SelfAccessReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1SelfAccessReviewPost. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1SelfAccessReviewPostCalls())
func (*DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostExecute ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostExecute(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *http.Response, error)
ApiAuthorizationsV1SelfAccessReviewPostExecute calls ApiAuthorizationsV1SelfAccessReviewPostExecuteFunc.
func (*DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostExecuteCalls() []struct { R ApiApiAuthorizationsV1SelfAccessReviewPostRequest }
ApiAuthorizationsV1SelfAccessReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1SelfAccessReviewPostExecute. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1SelfAccessReviewPostExecuteCalls())
func (*DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPost ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPost(ctx context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest
ApiAuthorizationsV1SelfResourceReviewPost calls ApiAuthorizationsV1SelfResourceReviewPostFunc.
func (*DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostCalls() []struct { Ctx context.Context }
ApiAuthorizationsV1SelfResourceReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1SelfResourceReviewPost. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1SelfResourceReviewPostCalls())
func (*DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostExecute ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostExecute(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *http.Response, error)
ApiAuthorizationsV1SelfResourceReviewPostExecute calls ApiAuthorizationsV1SelfResourceReviewPostExecuteFunc.
func (*DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostExecuteCalls() []struct { R ApiApiAuthorizationsV1SelfResourceReviewPostRequest }
ApiAuthorizationsV1SelfResourceReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1SelfResourceReviewPostExecute. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1SelfResourceReviewPostExecuteCalls())
func (*DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPost ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPost(ctx context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest
ApiAuthorizationsV1SelfTermsReviewPost calls ApiAuthorizationsV1SelfTermsReviewPostFunc.
func (*DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostCalls() []struct { Ctx context.Context }
ApiAuthorizationsV1SelfTermsReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1SelfTermsReviewPost. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1SelfTermsReviewPostCalls())
func (*DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostExecute ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostExecute(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *http.Response, error)
ApiAuthorizationsV1SelfTermsReviewPostExecute calls ApiAuthorizationsV1SelfTermsReviewPostExecuteFunc.
func (*DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostExecuteCalls() []struct { R ApiApiAuthorizationsV1SelfTermsReviewPostRequest }
ApiAuthorizationsV1SelfTermsReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1SelfTermsReviewPostExecute. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1SelfTermsReviewPostExecuteCalls())
func (*DefaultApiMock) ApiAuthorizationsV1TermsReviewPost ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPost(ctx context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest
ApiAuthorizationsV1TermsReviewPost calls ApiAuthorizationsV1TermsReviewPostFunc.
func (*DefaultApiMock) ApiAuthorizationsV1TermsReviewPostCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPostCalls() []struct { Ctx context.Context }
ApiAuthorizationsV1TermsReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1TermsReviewPost. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1TermsReviewPostCalls())
func (*DefaultApiMock) ApiAuthorizationsV1TermsReviewPostExecute ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPostExecute(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *http.Response, error)
ApiAuthorizationsV1TermsReviewPostExecute calls ApiAuthorizationsV1TermsReviewPostExecuteFunc.
func (*DefaultApiMock) ApiAuthorizationsV1TermsReviewPostExecuteCalls ¶
func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPostExecuteCalls() []struct { R ApiApiAuthorizationsV1TermsReviewPostRequest }
ApiAuthorizationsV1TermsReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1TermsReviewPostExecute. Check the length with:
len(mockedDefaultApi.ApiAuthorizationsV1TermsReviewPostExecuteCalls())
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) ApiAccountsMgmtV1AccessTokenPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccessTokenPost(ctx _context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest
* ApiAccountsMgmtV1AccessTokenPost Return access token generated from registries in docker format * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1AccessTokenPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1AccessTokenPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccessTokenPostExecute(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *_nethttp.Response, error)
* Execute executes the request * @return AccessTokenCfg
func (*DefaultApiService) ApiAccountsMgmtV1AccountsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsGet(ctx _context.Context) ApiApiAccountsMgmtV1AccountsGetRequest
* ApiAccountsMgmtV1AccountsGet Returns a list of accounts * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1AccountsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1AccountsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsGetExecute(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *_nethttp.Response, error)
* Execute executes the request * @return AccountList
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest
* ApiAccountsMgmtV1AccountsIdGet Get an account by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdGetExecute(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *_nethttp.Response, error)
* Execute executes the request * @return Account
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
* ApiAccountsMgmtV1AccountsIdLabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)
* Execute executes the request * @return LabelList
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyDelete ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest
* ApiAccountsMgmtV1AccountsIdLabelsKeyDelete Delete a label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest
* ApiAccountsMgmtV1AccountsIdLabelsKeyGet Get subscription labels by label key * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)
* Execute executes the request * @return Label
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyPatch ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest
* ApiAccountsMgmtV1AccountsIdLabelsKeyPatch Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)
* Execute executes the request * @return Label
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest
* ApiAccountsMgmtV1AccountsIdLabelsPost Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsPostExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *_nethttp.Response, error)
* Execute executes the request * @return Label
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdPatch ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest
* ApiAccountsMgmtV1AccountsIdPatch Update an account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdPatchRequest
func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdPatchExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdPatchExecute(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *_nethttp.Response, error)
* Execute executes the request * @return Account
func (*DefaultApiService) ApiAccountsMgmtV1AccountsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsPost(ctx _context.Context) ApiApiAccountsMgmtV1AccountsPostRequest
* ApiAccountsMgmtV1AccountsPost Create a new account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1AccountsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1AccountsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1AccountsPostExecute(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *_nethttp.Response, error)
* Execute executes the request * @return Account
func (*DefaultApiService) ApiAccountsMgmtV1ClusterAuthorizationsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ClusterAuthorizationsPost(ctx _context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest
* ApiAccountsMgmtV1ClusterAuthorizationsPost Authorizes new cluster creation against an exsiting RH Subscription. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1ClusterAuthorizationsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ClusterAuthorizationsPostExecute(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *_nethttp.Response, error)
* Execute executes the request * @return ClusterAuthorizationResponse
func (*DefaultApiService) ApiAccountsMgmtV1ClusterRegistrationsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ClusterRegistrationsPost(ctx _context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest
* ApiAccountsMgmtV1ClusterRegistrationsPost Finds or creates a cluster registration with a registy credential token and cluster ID * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1ClusterRegistrationsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ClusterRegistrationsPostExecute(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *_nethttp.Response, error)
* Execute executes the request * @return ClusterRegistrationResponse
func (*DefaultApiService) ApiAccountsMgmtV1CurrentAccountGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1CurrentAccountGet(ctx _context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest
* ApiAccountsMgmtV1CurrentAccountGet Get the authenticated account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1CurrentAccountGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1CurrentAccountGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1CurrentAccountGetExecute(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *_nethttp.Response, error)
* Execute executes the request * @return Account
func (*DefaultApiService) ApiAccountsMgmtV1ErrorsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsGet(ctx _context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest
* ApiAccountsMgmtV1ErrorsGet Returns a list of errors * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ErrorsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1ErrorsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsGetExecute(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *_nethttp.Response, error)
* Execute executes the request * @return ErrorList
func (*DefaultApiService) ApiAccountsMgmtV1ErrorsIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest
* ApiAccountsMgmtV1ErrorsIdGet Get an error by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1ErrorsIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1ErrorsIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsIdGetExecute(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *_nethttp.Response, error)
* Execute executes the request * @return Error
func (*DefaultApiService) ApiAccountsMgmtV1FeatureTogglesIdQueryPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1FeatureTogglesIdQueryPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest
* ApiAccountsMgmtV1FeatureTogglesIdQueryPost Query a feature toggle by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *_nethttp.Response, error)
* Execute executes the request * @return FeatureToggle
func (*DefaultApiService) ApiAccountsMgmtV1LabelsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1LabelsGet(ctx _context.Context) ApiApiAccountsMgmtV1LabelsGetRequest
* ApiAccountsMgmtV1LabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1LabelsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1LabelsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1LabelsGetExecute(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *_nethttp.Response, error)
* Execute executes the request * @return LabelList
func (*DefaultApiService) ApiAccountsMgmtV1MetricsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1MetricsGet(ctx _context.Context) ApiApiAccountsMgmtV1MetricsGetRequest
* ApiAccountsMgmtV1MetricsGet Returns a list of metrics * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1MetricsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1MetricsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1MetricsGetExecute(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *_nethttp.Response, error)
* Execute executes the request * @return MetricsList
func (*DefaultApiService) ApiAccountsMgmtV1NotifyPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1NotifyPost(ctx _context.Context) ApiApiAccountsMgmtV1NotifyPostRequest
* ApiAccountsMgmtV1NotifyPost Notify the owner of cluster/subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1NotifyPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1NotifyPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1NotifyPostExecute(r ApiApiAccountsMgmtV1NotifyPostRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsGet(ctx _context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest
* ApiAccountsMgmtV1OrganizationsGet Returns a list of organizations * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1OrganizationsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsGetExecute(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *_nethttp.Response, error)
* Execute executes the request * @return OrganizationList
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest
* ApiAccountsMgmtV1OrganizationsIdGet Get an organization by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *_nethttp.Response, error)
* Execute executes the request * @return Organization
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
* ApiAccountsMgmtV1OrganizationsIdLabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)
* Execute executes the request * @return LabelList
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest
* ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete Delete a label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest
* ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet Get subscription labels by label key * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)
* Execute executes the request * @return Label
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest
* ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)
* Execute executes the request * @return Label
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest
* ApiAccountsMgmtV1OrganizationsIdLabelsPost Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *_nethttp.Response, error)
* Execute executes the request * @return Label
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdPatch ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest
* ApiAccountsMgmtV1OrganizationsIdPatch Update an organization * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdPatchRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdPatchExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *_nethttp.Response, error)
* Execute executes the request * @return Organization
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest
* ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet Returns a summary of organizations clusters based on metrics * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *_nethttp.Response, error)
* Execute executes the request * @return Summary
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
* ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet Returns a summary of quota cost * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *_nethttp.Response, error)
* Execute executes the request * @return QuotaCostList
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest
* ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet Returns a summary of resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *_nethttp.Response, error)
* Execute executes the request * @return QuotaSummaryList
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
* ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet Returns a list of resource quota objects * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *_nethttp.Response, error)
* Execute executes the request * @return ResourceQuotaList
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest
* ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost Create a new resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *_nethttp.Response, error)
* Execute executes the request * @return ResourceQuota
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest
* ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete Delete a resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @param quotaId The id of quota * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest
* ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet Get a resource quota by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @param quotaId The id of quota * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *_nethttp.Response, error)
* Execute executes the request * @return ResourceQuota
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest
* ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch Update a resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @param quotaId The id of quota * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *_nethttp.Response, error)
* Execute executes the request * @return ResourceQuota
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsPost(ctx _context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest
* ApiAccountsMgmtV1OrganizationsPost Create a new organization * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1OrganizationsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsPostExecute(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *_nethttp.Response, error)
* Execute executes the request * @return Organization
func (*DefaultApiService) ApiAccountsMgmtV1PlansGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1PlansGet(ctx _context.Context) ApiApiAccountsMgmtV1PlansGetRequest
* ApiAccountsMgmtV1PlansGet Get all plans * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1PlansGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1PlansGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1PlansGetExecute(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *_nethttp.Response, error)
* Execute executes the request * @return PlanList
func (*DefaultApiService) ApiAccountsMgmtV1PlansIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1PlansIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest
* ApiAccountsMgmtV1PlansIdGet Get a plan by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1PlansIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1PlansIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1PlansIdGetExecute(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *_nethttp.Response, error)
* Execute executes the request * @return Plan
func (*DefaultApiService) ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete ¶
func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete(ctx _context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest
* ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete Delete a pull secret * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param externalResourceId The external resource id of record * @return ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest
func (*DefaultApiService) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1PullSecretsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsPost(ctx _context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest
* ApiAccountsMgmtV1PullSecretsPost Return access token generated from registries in docker format * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1PullSecretsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1PullSecretsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsPostExecute(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *_nethttp.Response, error)
* Execute executes the request * @return AccessTokenCfg
func (*DefaultApiService) ApiAccountsMgmtV1RegistriesGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesGet(ctx _context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest
* ApiAccountsMgmtV1RegistriesGet Returns a list of registries * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RegistriesGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1RegistriesGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesGetExecute(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *_nethttp.Response, error)
* Execute executes the request * @return RegistryList
func (*DefaultApiService) ApiAccountsMgmtV1RegistriesIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest
* ApiAccountsMgmtV1RegistriesIdGet Get an registry by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistriesIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1RegistriesIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesIdGetExecute(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *_nethttp.Response, error)
* Execute executes the request * @return Registry
func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsGet(ctx _context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
* ApiAccountsMgmtV1RegistryCredentialsGet Method for ApiAccountsMgmtV1RegistryCredentialsGet * List Registry Credentials * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *_nethttp.Response, error)
* Execute executes the request * @return RegistryCredentialList
func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdDelete ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest
* ApiAccountsMgmtV1RegistryCredentialsIdDelete Delete a registry credential by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest
func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest
* ApiAccountsMgmtV1RegistryCredentialsIdGet Get a registry credentials by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *_nethttp.Response, error)
* Execute executes the request * @return RegistryCredential
func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdPatch ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest
* ApiAccountsMgmtV1RegistryCredentialsIdPatch Update a registry credential * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest
func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *_nethttp.Response, error)
* Execute executes the request * @return RegistryCredential
func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsPost(ctx _context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest
* ApiAccountsMgmtV1RegistryCredentialsPost Request the creation of a registry credential * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RegistryCredentialsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsPostExecute(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *_nethttp.Response, error)
* Execute executes the request * @return RegistryCredential
func (*DefaultApiService) ApiAccountsMgmtV1ReservedResourcesGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ReservedResourcesGet(ctx _context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest
* ApiAccountsMgmtV1ReservedResourcesGet Returns a list of reserved resources * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ReservedResourcesGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1ReservedResourcesGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ReservedResourcesGetExecute(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *_nethttp.Response, error)
* Execute executes the request * @return ReservedResourceList
func (*DefaultApiService) ApiAccountsMgmtV1ResourceQuotaGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ResourceQuotaGet(ctx _context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest
* ApiAccountsMgmtV1ResourceQuotaGet Returns a list of resource quota objects * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ResourceQuotaGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1ResourceQuotaGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1ResourceQuotaGetExecute(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *_nethttp.Response, error)
* Execute executes the request * @return ResourceQuotaList
func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsGet(ctx _context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest
* ApiAccountsMgmtV1RoleBindingsGet Returns a list of role bindings * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RoleBindingsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsGetExecute(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *_nethttp.Response, error)
* Execute executes the request * @return RoleBindingList
func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdDelete ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest
* ApiAccountsMgmtV1RoleBindingsIdDelete Delete a role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest
func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdDeleteExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdDeleteExecute(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest
* ApiAccountsMgmtV1RoleBindingsIdGet Get a role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RoleBindingsIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdGetExecute(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *_nethttp.Response, error)
* Execute executes the request * @return RoleBinding
func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdPatch ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest
* ApiAccountsMgmtV1RoleBindingsIdPatch Update a role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest
func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdPatchExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdPatchExecute(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *_nethttp.Response, error)
* Execute executes the request * @return RoleBinding
func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsPost(ctx _context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest
* ApiAccountsMgmtV1RoleBindingsPost Create a new role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RoleBindingsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsPostExecute(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *_nethttp.Response, error)
* Execute executes the request * @return RoleBinding
func (*DefaultApiService) ApiAccountsMgmtV1RolesGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RolesGet(ctx _context.Context) ApiApiAccountsMgmtV1RolesGetRequest
* ApiAccountsMgmtV1RolesGet Returns a list of roles * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RolesGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1RolesGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RolesGetExecute(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *_nethttp.Response, error)
* Execute executes the request * @return RoleList
func (*DefaultApiService) ApiAccountsMgmtV1RolesIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RolesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest
* ApiAccountsMgmtV1RolesIdGet Get a role by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RolesIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1RolesIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1RolesIdGetExecute(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *_nethttp.Response, error)
* Execute executes the request * @return Role
func (*DefaultApiService) ApiAccountsMgmtV1SkuRulesGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesGet(ctx _context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest
* ApiAccountsMgmtV1SkuRulesGet Returns a list of UHC product SKU Rules * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SkuRulesGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SkuRulesGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesGetExecute(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *_nethttp.Response, error)
* Execute executes the request * @return SkuRulesList
func (*DefaultApiService) ApiAccountsMgmtV1SkuRulesIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest
* ApiAccountsMgmtV1SkuRulesIdGet Get a sku rules by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SkuRulesIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SkuRulesIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesIdGetExecute(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *_nethttp.Response, error)
* Execute executes the request * @return SkuRules
func (*DefaultApiService) ApiAccountsMgmtV1SkusGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SkusGet(ctx _context.Context) ApiApiAccountsMgmtV1SkusGetRequest
* ApiAccountsMgmtV1SkusGet Returns a list of UHC product SKUs * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SkusGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SkusGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SkusGetExecute(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *_nethttp.Response, error)
* Execute executes the request * @return SkuList
func (*DefaultApiService) ApiAccountsMgmtV1SkusIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SkusIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest
* ApiAccountsMgmtV1SkusIdGet Get a sku by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SkusIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SkusIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SkusIdGetExecute(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *_nethttp.Response, error)
* Execute executes the request * @return SKU
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsGet(ctx _context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest
* ApiAccountsMgmtV1SubscriptionsGet Returns a list of subscriptions * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SubscriptionsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *_nethttp.Response, error)
* Execute executes the request * @return SubscriptionList
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdDelete ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest
* ApiAccountsMgmtV1SubscriptionsIdDelete Deletes a subscription by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdDeleteExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
* ApiAccountsMgmtV1SubscriptionsIdGet Get a subscription by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *_nethttp.Response, error)
* Execute executes the request * @return Subscription
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
* ApiAccountsMgmtV1SubscriptionsIdLabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)
* Execute executes the request * @return LabelList
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest
* ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete Delete a label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest
* ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet Get subscription labels by label key * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)
* Execute executes the request * @return Label
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest
* ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)
* Execute executes the request * @return Label
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest
* ApiAccountsMgmtV1SubscriptionsIdLabelsPost Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *_nethttp.Response, error)
* Execute executes the request * @return Label
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdNotifyPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdNotifyPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest
* ApiAccountsMgmtV1SubscriptionsIdNotifyPost Notify the owner of 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 record * @return ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdPatch ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest
* ApiAccountsMgmtV1SubscriptionsIdPatch Update 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 record * @return ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdPatchExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *_nethttp.Response, error)
* Execute executes the request * @return Subscription
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
* ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet Returns a list of reserved resources * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *_nethttp.Response, error)
* Execute executes the request * @return ReservedResourceList
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest
* ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet Returns a list of open support creates opened against the external cluster id of this subscrption * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsPost(ctx _context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest
* ApiAccountsMgmtV1SubscriptionsPost Create a new subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SubscriptionsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *_nethttp.Response, error)
* Execute executes the request * @return Subscription
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete(ctx _context.Context, subId string, accountId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest
* ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete Deletes a notification contact by subscription and account id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @param accountId The id of account * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet(ctx _context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
* ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet Returns a list of notification contacts for the given subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *_nethttp.Response, error)
* Execute executes the request * @return AccountList
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost(ctx _context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest
* ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost Add an account as a notification contact to this subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *_nethttp.Response, error)
* Execute executes the request * @return Account
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet(ctx _context.Context, subId string, reservedResourceId string) ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest
* ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet Get reserved resources by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @param reservedResourceId The id of reserved resource * @return ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest
func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) (ReservedResource, *_nethttp.Response, error)
* Execute executes the request * @return ReservedResource
func (*DefaultApiService) ApiAccountsMgmtV1SupportCasesCaseIdDelete ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesCaseIdDelete(ctx _context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest
* ApiAccountsMgmtV1SupportCasesCaseIdDelete Delete a support case * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param caseId The id of a support case * @return ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest
func (*DefaultApiService) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) ApiAccountsMgmtV1SupportCasesPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesPost(ctx _context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest
* ApiAccountsMgmtV1SupportCasesPost create a support case for the subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SupportCasesPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1SupportCasesPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesPostExecute(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *_nethttp.Response, error)
* Execute executes the request * @return SupportCasesCreatedResponse
func (*DefaultApiService) ApiAccountsMgmtV1TokenAuthorizationPost ¶
func (a *DefaultApiService) ApiAccountsMgmtV1TokenAuthorizationPost(ctx _context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest
* ApiAccountsMgmtV1TokenAuthorizationPost Finds the account owner of the provided token * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1TokenAuthorizationPostRequest
func (*DefaultApiService) ApiAccountsMgmtV1TokenAuthorizationPostExecute ¶
func (a *DefaultApiService) ApiAccountsMgmtV1TokenAuthorizationPostExecute(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *_nethttp.Response, error)
* Execute executes the request * @return TokenAuthorizationResponse
func (*DefaultApiService) ApiAuthorizationsV1AccessReviewPost ¶
func (a *DefaultApiService) ApiAuthorizationsV1AccessReviewPost(ctx _context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest
* ApiAuthorizationsV1AccessReviewPost Review an account's access to perform an action on a particular resource or resource type * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1AccessReviewPostRequest
func (*DefaultApiService) ApiAuthorizationsV1AccessReviewPostExecute ¶
func (a *DefaultApiService) ApiAuthorizationsV1AccessReviewPostExecute(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *_nethttp.Response, error)
* Execute executes the request * @return AccessReviewResponse
func (*DefaultApiService) ApiAuthorizationsV1CapabilityReviewPost ¶
func (a *DefaultApiService) ApiAuthorizationsV1CapabilityReviewPost(ctx _context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest
* ApiAuthorizationsV1CapabilityReviewPost Review an account's capabilities * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1CapabilityReviewPostRequest
func (*DefaultApiService) ApiAuthorizationsV1CapabilityReviewPostExecute ¶
func (a *DefaultApiService) ApiAuthorizationsV1CapabilityReviewPostExecute(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *_nethttp.Response, error)
* Execute executes the request * @return CapabilityReview
func (*DefaultApiService) ApiAuthorizationsV1ExportControlReviewPost ¶
func (a *DefaultApiService) ApiAuthorizationsV1ExportControlReviewPost(ctx _context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest
* ApiAuthorizationsV1ExportControlReviewPost Determine whether a user is restricted from downloading Red Hat software based on export control compliance. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1ExportControlReviewPostRequest
func (*DefaultApiService) ApiAuthorizationsV1ExportControlReviewPostExecute ¶
func (a *DefaultApiService) ApiAuthorizationsV1ExportControlReviewPostExecute(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *_nethttp.Response, error)
* Execute executes the request * @return ExportControlReview
func (*DefaultApiService) ApiAuthorizationsV1ResourceReviewPost ¶
func (a *DefaultApiService) ApiAuthorizationsV1ResourceReviewPost(ctx _context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest
* ApiAuthorizationsV1ResourceReviewPost Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1ResourceReviewPostRequest
func (*DefaultApiService) ApiAuthorizationsV1ResourceReviewPostExecute ¶
func (a *DefaultApiService) ApiAuthorizationsV1ResourceReviewPostExecute(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *_nethttp.Response, error)
* Execute executes the request * @return ResourceReview
func (*DefaultApiService) ApiAuthorizationsV1SelfAccessReviewPost ¶
func (a *DefaultApiService) ApiAuthorizationsV1SelfAccessReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest
* ApiAuthorizationsV1SelfAccessReviewPost Review your ability to perform an action on a particular resource or resource type * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1SelfAccessReviewPostRequest
func (*DefaultApiService) ApiAuthorizationsV1SelfAccessReviewPostExecute ¶
func (a *DefaultApiService) ApiAuthorizationsV1SelfAccessReviewPostExecute(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *_nethttp.Response, error)
* Execute executes the request * @return AccessReviewResponse
func (*DefaultApiService) ApiAuthorizationsV1SelfResourceReviewPost ¶
func (a *DefaultApiService) ApiAuthorizationsV1SelfResourceReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest
* ApiAuthorizationsV1SelfResourceReviewPost Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1SelfResourceReviewPostRequest
func (*DefaultApiService) ApiAuthorizationsV1SelfResourceReviewPostExecute ¶
func (a *DefaultApiService) ApiAuthorizationsV1SelfResourceReviewPostExecute(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *_nethttp.Response, error)
* Execute executes the request * @return SelfResourceReview
func (*DefaultApiService) ApiAuthorizationsV1SelfTermsReviewPost ¶
func (a *DefaultApiService) ApiAuthorizationsV1SelfTermsReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest
* ApiAuthorizationsV1SelfTermsReviewPost Review your status of Terms * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1SelfTermsReviewPostRequest
func (*DefaultApiService) ApiAuthorizationsV1SelfTermsReviewPostExecute ¶
func (a *DefaultApiService) ApiAuthorizationsV1SelfTermsReviewPostExecute(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *_nethttp.Response, error)
* Execute executes the request * @return TermsReviewResponse
func (*DefaultApiService) ApiAuthorizationsV1TermsReviewPost ¶
func (a *DefaultApiService) ApiAuthorizationsV1TermsReviewPost(ctx _context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest
* ApiAuthorizationsV1TermsReviewPost Review an account's status of Terms * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1TermsReviewPostRequest
func (*DefaultApiService) ApiAuthorizationsV1TermsReviewPostExecute ¶
func (a *DefaultApiService) ApiAuthorizationsV1TermsReviewPostExecute(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *_nethttp.Response, error)
* Execute executes the request * @return TermsReviewResponse
type EphemeralResourceQuota ¶
type EphemeralResourceQuota struct { Allowed *int32 `json:"allowed,omitempty"` AvailabilityZoneType *string `json:"availability_zone_type,omitempty"` Byoc *bool `json:"byoc,omitempty"` ResourceName *string `json:"resource_name,omitempty"` ResourceType *string `json:"resource_type,omitempty"` Sku *string `json:"sku,omitempty"` SkuCount *int32 `json:"sku_count,omitempty"` }
EphemeralResourceQuota struct for EphemeralResourceQuota
func NewEphemeralResourceQuota ¶
func NewEphemeralResourceQuota() *EphemeralResourceQuota
NewEphemeralResourceQuota instantiates a new EphemeralResourceQuota 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 NewEphemeralResourceQuotaWithDefaults ¶
func NewEphemeralResourceQuotaWithDefaults() *EphemeralResourceQuota
NewEphemeralResourceQuotaWithDefaults instantiates a new EphemeralResourceQuota 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 (*EphemeralResourceQuota) GetAllowed ¶
func (o *EphemeralResourceQuota) GetAllowed() int32
GetAllowed returns the Allowed field value if set, zero value otherwise.
func (*EphemeralResourceQuota) GetAllowedOk ¶
func (o *EphemeralResourceQuota) GetAllowedOk() (*int32, bool)
GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EphemeralResourceQuota) GetAvailabilityZoneType ¶
func (o *EphemeralResourceQuota) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.
func (*EphemeralResourceQuota) GetAvailabilityZoneTypeOk ¶
func (o *EphemeralResourceQuota) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EphemeralResourceQuota) GetByoc ¶
func (o *EphemeralResourceQuota) GetByoc() bool
GetByoc returns the Byoc field value if set, zero value otherwise.
func (*EphemeralResourceQuota) GetByocOk ¶
func (o *EphemeralResourceQuota) GetByocOk() (*bool, bool)
GetByocOk returns a tuple with the Byoc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EphemeralResourceQuota) GetResourceName ¶
func (o *EphemeralResourceQuota) GetResourceName() string
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*EphemeralResourceQuota) GetResourceNameOk ¶
func (o *EphemeralResourceQuota) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EphemeralResourceQuota) GetResourceType ¶
func (o *EphemeralResourceQuota) GetResourceType() string
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*EphemeralResourceQuota) GetResourceTypeOk ¶
func (o *EphemeralResourceQuota) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EphemeralResourceQuota) GetSku ¶
func (o *EphemeralResourceQuota) GetSku() string
GetSku returns the Sku field value if set, zero value otherwise.
func (*EphemeralResourceQuota) GetSkuCount ¶
func (o *EphemeralResourceQuota) GetSkuCount() int32
GetSkuCount returns the SkuCount field value if set, zero value otherwise.
func (*EphemeralResourceQuota) GetSkuCountOk ¶
func (o *EphemeralResourceQuota) GetSkuCountOk() (*int32, bool)
GetSkuCountOk returns a tuple with the SkuCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EphemeralResourceQuota) GetSkuOk ¶
func (o *EphemeralResourceQuota) GetSkuOk() (*string, bool)
GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EphemeralResourceQuota) HasAllowed ¶
func (o *EphemeralResourceQuota) HasAllowed() bool
HasAllowed returns a boolean if a field has been set.
func (*EphemeralResourceQuota) HasAvailabilityZoneType ¶
func (o *EphemeralResourceQuota) HasAvailabilityZoneType() bool
HasAvailabilityZoneType returns a boolean if a field has been set.
func (*EphemeralResourceQuota) HasByoc ¶
func (o *EphemeralResourceQuota) HasByoc() bool
HasByoc returns a boolean if a field has been set.
func (*EphemeralResourceQuota) HasResourceName ¶
func (o *EphemeralResourceQuota) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (*EphemeralResourceQuota) HasResourceType ¶
func (o *EphemeralResourceQuota) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (*EphemeralResourceQuota) HasSku ¶
func (o *EphemeralResourceQuota) HasSku() bool
HasSku returns a boolean if a field has been set.
func (*EphemeralResourceQuota) HasSkuCount ¶
func (o *EphemeralResourceQuota) HasSkuCount() bool
HasSkuCount returns a boolean if a field has been set.
func (EphemeralResourceQuota) MarshalJSON ¶
func (o EphemeralResourceQuota) MarshalJSON() ([]byte, error)
func (*EphemeralResourceQuota) SetAllowed ¶
func (o *EphemeralResourceQuota) SetAllowed(v int32)
SetAllowed gets a reference to the given int32 and assigns it to the Allowed field.
func (*EphemeralResourceQuota) SetAvailabilityZoneType ¶
func (o *EphemeralResourceQuota) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.
func (*EphemeralResourceQuota) SetByoc ¶
func (o *EphemeralResourceQuota) SetByoc(v bool)
SetByoc gets a reference to the given bool and assigns it to the Byoc field.
func (*EphemeralResourceQuota) SetResourceName ¶
func (o *EphemeralResourceQuota) SetResourceName(v string)
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*EphemeralResourceQuota) SetResourceType ¶
func (o *EphemeralResourceQuota) SetResourceType(v string)
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
func (*EphemeralResourceQuota) SetSku ¶
func (o *EphemeralResourceQuota) SetSku(v string)
SetSku gets a reference to the given string and assigns it to the Sku field.
func (*EphemeralResourceQuota) SetSkuCount ¶
func (o *EphemeralResourceQuota) SetSkuCount(v int32)
SetSkuCount gets a reference to the given int32 and assigns it to the SkuCount field.
type Error ¶
type Error struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Code *string `json:"code,omitempty"` OperationId *string `json:"operation_id,omitempty"` Reason *string `json:"reason,omitempty"` }
Error struct for Error
func NewError ¶
func NewError() *Error
NewError instantiates a new Error 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 NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error 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 (*Error) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) 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 (*Error) 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 (*Error) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetOperationId ¶
GetOperationId returns the OperationId field value if set, zero value otherwise.
func (*Error) GetOperationIdOk ¶
GetOperationIdOk returns a tuple with the OperationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetReasonOk ¶
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasOperationId ¶
HasOperationId returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetCode ¶
SetCode gets a reference to the given string and assigns it to the Code field.
func (*Error) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Error) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Error) SetOperationId ¶
SetOperationId gets a reference to the given string and assigns it to the OperationId field.
type ErrorAllOf ¶
type ErrorAllOf struct { Code *string `json:"code,omitempty"` OperationId *string `json:"operation_id,omitempty"` Reason *string `json:"reason,omitempty"` }
ErrorAllOf struct for ErrorAllOf
func NewErrorAllOf ¶
func NewErrorAllOf() *ErrorAllOf
NewErrorAllOf instantiates a new ErrorAllOf 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 NewErrorAllOfWithDefaults ¶
func NewErrorAllOfWithDefaults() *ErrorAllOf
NewErrorAllOfWithDefaults instantiates a new ErrorAllOf 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 (*ErrorAllOf) GetCode ¶
func (o *ErrorAllOf) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ErrorAllOf) GetCodeOk ¶
func (o *ErrorAllOf) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorAllOf) GetOperationId ¶
func (o *ErrorAllOf) GetOperationId() string
GetOperationId returns the OperationId field value if set, zero value otherwise.
func (*ErrorAllOf) GetOperationIdOk ¶
func (o *ErrorAllOf) GetOperationIdOk() (*string, bool)
GetOperationIdOk returns a tuple with the OperationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorAllOf) GetReason ¶
func (o *ErrorAllOf) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*ErrorAllOf) GetReasonOk ¶
func (o *ErrorAllOf) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorAllOf) HasCode ¶
func (o *ErrorAllOf) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ErrorAllOf) HasOperationId ¶
func (o *ErrorAllOf) HasOperationId() bool
HasOperationId returns a boolean if a field has been set.
func (*ErrorAllOf) HasReason ¶
func (o *ErrorAllOf) HasReason() bool
HasReason returns a boolean if a field has been set.
func (ErrorAllOf) MarshalJSON ¶
func (o ErrorAllOf) MarshalJSON() ([]byte, error)
func (*ErrorAllOf) SetCode ¶
func (o *ErrorAllOf) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ErrorAllOf) SetOperationId ¶
func (o *ErrorAllOf) SetOperationId(v string)
SetOperationId gets a reference to the given string and assigns it to the OperationId field.
func (*ErrorAllOf) SetReason ¶
func (o *ErrorAllOf) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
type ErrorList ¶
type ErrorList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Error `json:"items"` }
ErrorList struct for ErrorList
func NewErrorList ¶
NewErrorList instantiates a new ErrorList 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 NewErrorListWithDefaults ¶
func NewErrorListWithDefaults() *ErrorList
NewErrorListWithDefaults instantiates a new ErrorList 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 (*ErrorList) GetItemsOk ¶
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ErrorList) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ErrorList) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ErrorList) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ErrorList) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ErrorList) MarshalJSON ¶
type ErrorListAllOf ¶
type ErrorListAllOf struct {
Items *[]Error `json:"items,omitempty"`
}
ErrorListAllOf struct for ErrorListAllOf
func NewErrorListAllOf ¶
func NewErrorListAllOf() *ErrorListAllOf
NewErrorListAllOf instantiates a new ErrorListAllOf 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 NewErrorListAllOfWithDefaults ¶
func NewErrorListAllOfWithDefaults() *ErrorListAllOf
NewErrorListAllOfWithDefaults instantiates a new ErrorListAllOf 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 (*ErrorListAllOf) GetItems ¶
func (o *ErrorListAllOf) GetItems() []Error
GetItems returns the Items field value if set, zero value otherwise.
func (*ErrorListAllOf) GetItemsOk ¶
func (o *ErrorListAllOf) GetItemsOk() (*[]Error, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorListAllOf) HasItems ¶
func (o *ErrorListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ErrorListAllOf) MarshalJSON ¶
func (o ErrorListAllOf) MarshalJSON() ([]byte, error)
func (*ErrorListAllOf) SetItems ¶
func (o *ErrorListAllOf) SetItems(v []Error)
SetItems gets a reference to the given []Error and assigns it to the Items field.
type ExcessResource ¶
type ExcessResource struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` AvailabilityZoneType *string `json:"availability_zone_type,omitempty"` BillingModel *string `json:"billing_model,omitempty"` Byoc bool `json:"byoc"` Count *int32 `json:"count,omitempty"` ResourceName *string `json:"resource_name,omitempty"` ResourceType *string `json:"resource_type,omitempty"` }
ExcessResource struct for ExcessResource
func NewExcessResource ¶
func NewExcessResource(byoc bool) *ExcessResource
NewExcessResource instantiates a new ExcessResource 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 NewExcessResourceWithDefaults ¶
func NewExcessResourceWithDefaults() *ExcessResource
NewExcessResourceWithDefaults instantiates a new ExcessResource 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 (*ExcessResource) GetAvailabilityZoneType ¶
func (o *ExcessResource) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.
func (*ExcessResource) GetAvailabilityZoneTypeOk ¶
func (o *ExcessResource) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResource) GetBillingModel ¶
func (o *ExcessResource) GetBillingModel() string
GetBillingModel returns the BillingModel field value if set, zero value otherwise.
func (*ExcessResource) GetBillingModelOk ¶
func (o *ExcessResource) GetBillingModelOk() (*string, bool)
GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResource) GetByoc ¶
func (o *ExcessResource) GetByoc() bool
GetByoc returns the Byoc field value
func (*ExcessResource) GetByocOk ¶
func (o *ExcessResource) GetByocOk() (*bool, bool)
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*ExcessResource) GetCount ¶
func (o *ExcessResource) GetCount() int32
GetCount returns the Count field value if set, zero value otherwise.
func (*ExcessResource) GetCountOk ¶
func (o *ExcessResource) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResource) GetHref ¶
func (o *ExcessResource) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ExcessResource) GetHrefOk ¶
func (o *ExcessResource) 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 (*ExcessResource) GetId ¶
func (o *ExcessResource) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ExcessResource) GetIdOk ¶
func (o *ExcessResource) 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 (*ExcessResource) GetKind ¶
func (o *ExcessResource) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ExcessResource) GetKindOk ¶
func (o *ExcessResource) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResource) GetResourceName ¶
func (o *ExcessResource) GetResourceName() string
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*ExcessResource) GetResourceNameOk ¶
func (o *ExcessResource) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResource) GetResourceType ¶
func (o *ExcessResource) GetResourceType() string
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*ExcessResource) GetResourceTypeOk ¶
func (o *ExcessResource) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResource) HasAvailabilityZoneType ¶
func (o *ExcessResource) HasAvailabilityZoneType() bool
HasAvailabilityZoneType returns a boolean if a field has been set.
func (*ExcessResource) HasBillingModel ¶
func (o *ExcessResource) HasBillingModel() bool
HasBillingModel returns a boolean if a field has been set.
func (*ExcessResource) HasCount ¶
func (o *ExcessResource) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ExcessResource) HasHref ¶
func (o *ExcessResource) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ExcessResource) HasId ¶
func (o *ExcessResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*ExcessResource) HasKind ¶
func (o *ExcessResource) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*ExcessResource) HasResourceName ¶
func (o *ExcessResource) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (*ExcessResource) HasResourceType ¶
func (o *ExcessResource) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (ExcessResource) MarshalJSON ¶
func (o ExcessResource) MarshalJSON() ([]byte, error)
func (*ExcessResource) SetAvailabilityZoneType ¶
func (o *ExcessResource) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.
func (*ExcessResource) SetBillingModel ¶
func (o *ExcessResource) SetBillingModel(v string)
SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.
func (*ExcessResource) SetCount ¶
func (o *ExcessResource) SetCount(v int32)
SetCount gets a reference to the given int32 and assigns it to the Count field.
func (*ExcessResource) SetHref ¶
func (o *ExcessResource) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ExcessResource) SetId ¶
func (o *ExcessResource) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ExcessResource) SetKind ¶
func (o *ExcessResource) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ExcessResource) SetResourceName ¶
func (o *ExcessResource) SetResourceName(v string)
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*ExcessResource) SetResourceType ¶
func (o *ExcessResource) SetResourceType(v string)
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
type ExcessResourceAllOf ¶
type ExcessResourceAllOf struct { AvailabilityZoneType *string `json:"availability_zone_type,omitempty"` BillingModel *string `json:"billing_model,omitempty"` Byoc bool `json:"byoc"` Count *int32 `json:"count,omitempty"` ResourceName *string `json:"resource_name,omitempty"` ResourceType *string `json:"resource_type,omitempty"` }
ExcessResourceAllOf struct for ExcessResourceAllOf
func NewExcessResourceAllOf ¶
func NewExcessResourceAllOf(byoc bool) *ExcessResourceAllOf
NewExcessResourceAllOf instantiates a new ExcessResourceAllOf 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 NewExcessResourceAllOfWithDefaults ¶
func NewExcessResourceAllOfWithDefaults() *ExcessResourceAllOf
NewExcessResourceAllOfWithDefaults instantiates a new ExcessResourceAllOf 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 (*ExcessResourceAllOf) GetAvailabilityZoneType ¶
func (o *ExcessResourceAllOf) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.
func (*ExcessResourceAllOf) GetAvailabilityZoneTypeOk ¶
func (o *ExcessResourceAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResourceAllOf) GetBillingModel ¶
func (o *ExcessResourceAllOf) GetBillingModel() string
GetBillingModel returns the BillingModel field value if set, zero value otherwise.
func (*ExcessResourceAllOf) GetBillingModelOk ¶
func (o *ExcessResourceAllOf) GetBillingModelOk() (*string, bool)
GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResourceAllOf) GetByoc ¶
func (o *ExcessResourceAllOf) GetByoc() bool
GetByoc returns the Byoc field value
func (*ExcessResourceAllOf) GetByocOk ¶
func (o *ExcessResourceAllOf) GetByocOk() (*bool, bool)
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*ExcessResourceAllOf) GetCount ¶
func (o *ExcessResourceAllOf) GetCount() int32
GetCount returns the Count field value if set, zero value otherwise.
func (*ExcessResourceAllOf) GetCountOk ¶
func (o *ExcessResourceAllOf) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResourceAllOf) GetResourceName ¶
func (o *ExcessResourceAllOf) GetResourceName() string
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*ExcessResourceAllOf) GetResourceNameOk ¶
func (o *ExcessResourceAllOf) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResourceAllOf) GetResourceType ¶
func (o *ExcessResourceAllOf) GetResourceType() string
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*ExcessResourceAllOf) GetResourceTypeOk ¶
func (o *ExcessResourceAllOf) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExcessResourceAllOf) HasAvailabilityZoneType ¶
func (o *ExcessResourceAllOf) HasAvailabilityZoneType() bool
HasAvailabilityZoneType returns a boolean if a field has been set.
func (*ExcessResourceAllOf) HasBillingModel ¶
func (o *ExcessResourceAllOf) HasBillingModel() bool
HasBillingModel returns a boolean if a field has been set.
func (*ExcessResourceAllOf) HasCount ¶
func (o *ExcessResourceAllOf) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ExcessResourceAllOf) HasResourceName ¶
func (o *ExcessResourceAllOf) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (*ExcessResourceAllOf) HasResourceType ¶
func (o *ExcessResourceAllOf) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (ExcessResourceAllOf) MarshalJSON ¶
func (o ExcessResourceAllOf) MarshalJSON() ([]byte, error)
func (*ExcessResourceAllOf) SetAvailabilityZoneType ¶
func (o *ExcessResourceAllOf) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.
func (*ExcessResourceAllOf) SetBillingModel ¶
func (o *ExcessResourceAllOf) SetBillingModel(v string)
SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.
func (*ExcessResourceAllOf) SetByoc ¶
func (o *ExcessResourceAllOf) SetByoc(v bool)
SetByoc sets field value
func (*ExcessResourceAllOf) SetCount ¶
func (o *ExcessResourceAllOf) SetCount(v int32)
SetCount gets a reference to the given int32 and assigns it to the Count field.
func (*ExcessResourceAllOf) SetResourceName ¶
func (o *ExcessResourceAllOf) SetResourceName(v string)
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*ExcessResourceAllOf) SetResourceType ¶
func (o *ExcessResourceAllOf) SetResourceType(v string)
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
type ExportControlReview ¶
type ExportControlReview struct {
Restricted bool `json:"restricted"`
}
ExportControlReview struct for ExportControlReview
func NewExportControlReview ¶
func NewExportControlReview(restricted bool) *ExportControlReview
NewExportControlReview instantiates a new ExportControlReview 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 NewExportControlReviewWithDefaults ¶
func NewExportControlReviewWithDefaults() *ExportControlReview
NewExportControlReviewWithDefaults instantiates a new ExportControlReview 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 (*ExportControlReview) GetRestricted ¶
func (o *ExportControlReview) GetRestricted() bool
GetRestricted returns the Restricted field value
func (*ExportControlReview) GetRestrictedOk ¶
func (o *ExportControlReview) GetRestrictedOk() (*bool, bool)
GetRestrictedOk returns a tuple with the Restricted field value and a boolean to check if the value has been set.
func (ExportControlReview) MarshalJSON ¶
func (o ExportControlReview) MarshalJSON() ([]byte, error)
func (*ExportControlReview) SetRestricted ¶
func (o *ExportControlReview) SetRestricted(v bool)
SetRestricted sets field value
type ExportControlReviewRequest ¶
type ExportControlReviewRequest struct { AccountUsername string `json:"account_username"` IgnoreCache *bool `json:"ignore_cache,omitempty"` }
ExportControlReviewRequest struct for ExportControlReviewRequest
func NewExportControlReviewRequest ¶
func NewExportControlReviewRequest(accountUsername string) *ExportControlReviewRequest
NewExportControlReviewRequest instantiates a new ExportControlReviewRequest 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 NewExportControlReviewRequestWithDefaults ¶
func NewExportControlReviewRequestWithDefaults() *ExportControlReviewRequest
NewExportControlReviewRequestWithDefaults instantiates a new ExportControlReviewRequest 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 (*ExportControlReviewRequest) GetAccountUsername ¶
func (o *ExportControlReviewRequest) GetAccountUsername() string
GetAccountUsername returns the AccountUsername field value
func (*ExportControlReviewRequest) GetAccountUsernameOk ¶
func (o *ExportControlReviewRequest) GetAccountUsernameOk() (*string, bool)
GetAccountUsernameOk returns a tuple with the AccountUsername field value and a boolean to check if the value has been set.
func (*ExportControlReviewRequest) GetIgnoreCache ¶
func (o *ExportControlReviewRequest) GetIgnoreCache() bool
GetIgnoreCache returns the IgnoreCache field value if set, zero value otherwise.
func (*ExportControlReviewRequest) GetIgnoreCacheOk ¶
func (o *ExportControlReviewRequest) GetIgnoreCacheOk() (*bool, bool)
GetIgnoreCacheOk returns a tuple with the IgnoreCache field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExportControlReviewRequest) HasIgnoreCache ¶
func (o *ExportControlReviewRequest) HasIgnoreCache() bool
HasIgnoreCache returns a boolean if a field has been set.
func (ExportControlReviewRequest) MarshalJSON ¶
func (o ExportControlReviewRequest) MarshalJSON() ([]byte, error)
func (*ExportControlReviewRequest) SetAccountUsername ¶
func (o *ExportControlReviewRequest) SetAccountUsername(v string)
SetAccountUsername sets field value
func (*ExportControlReviewRequest) SetIgnoreCache ¶
func (o *ExportControlReviewRequest) SetIgnoreCache(v bool)
SetIgnoreCache gets a reference to the given bool and assigns it to the IgnoreCache field.
type FeatureToggle ¶
type FeatureToggle struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Enabled bool `json:"enabled"` }
FeatureToggle struct for FeatureToggle
func NewFeatureToggle ¶
func NewFeatureToggle(enabled bool) *FeatureToggle
NewFeatureToggle instantiates a new FeatureToggle 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 NewFeatureToggleWithDefaults ¶
func NewFeatureToggleWithDefaults() *FeatureToggle
NewFeatureToggleWithDefaults instantiates a new FeatureToggle 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 (*FeatureToggle) GetEnabled ¶
func (o *FeatureToggle) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*FeatureToggle) GetEnabledOk ¶
func (o *FeatureToggle) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*FeatureToggle) GetHref ¶
func (o *FeatureToggle) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*FeatureToggle) GetHrefOk ¶
func (o *FeatureToggle) 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 (*FeatureToggle) GetId ¶
func (o *FeatureToggle) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*FeatureToggle) GetIdOk ¶
func (o *FeatureToggle) 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 (*FeatureToggle) GetKind ¶
func (o *FeatureToggle) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*FeatureToggle) GetKindOk ¶
func (o *FeatureToggle) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FeatureToggle) HasHref ¶
func (o *FeatureToggle) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*FeatureToggle) HasId ¶
func (o *FeatureToggle) HasId() bool
HasId returns a boolean if a field has been set.
func (*FeatureToggle) HasKind ¶
func (o *FeatureToggle) HasKind() bool
HasKind returns a boolean if a field has been set.
func (FeatureToggle) MarshalJSON ¶
func (o FeatureToggle) MarshalJSON() ([]byte, error)
func (*FeatureToggle) SetEnabled ¶
func (o *FeatureToggle) SetEnabled(v bool)
SetEnabled sets field value
func (*FeatureToggle) SetHref ¶
func (o *FeatureToggle) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*FeatureToggle) SetId ¶
func (o *FeatureToggle) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*FeatureToggle) SetKind ¶
func (o *FeatureToggle) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type FeatureToggleAllOf ¶
type FeatureToggleAllOf struct {
Enabled bool `json:"enabled"`
}
FeatureToggleAllOf struct for FeatureToggleAllOf
func NewFeatureToggleAllOf ¶
func NewFeatureToggleAllOf(enabled bool) *FeatureToggleAllOf
NewFeatureToggleAllOf instantiates a new FeatureToggleAllOf 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 NewFeatureToggleAllOfWithDefaults ¶
func NewFeatureToggleAllOfWithDefaults() *FeatureToggleAllOf
NewFeatureToggleAllOfWithDefaults instantiates a new FeatureToggleAllOf 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 (*FeatureToggleAllOf) GetEnabled ¶
func (o *FeatureToggleAllOf) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*FeatureToggleAllOf) GetEnabledOk ¶
func (o *FeatureToggleAllOf) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (FeatureToggleAllOf) MarshalJSON ¶
func (o FeatureToggleAllOf) MarshalJSON() ([]byte, error)
func (*FeatureToggleAllOf) SetEnabled ¶
func (o *FeatureToggleAllOf) SetEnabled(v bool)
SetEnabled sets field value
type FeatureToggleQueryRequest ¶
type FeatureToggleQueryRequest struct {
OrganizationId string `json:"organization_id"`
}
FeatureToggleQueryRequest struct for FeatureToggleQueryRequest
func NewFeatureToggleQueryRequest ¶
func NewFeatureToggleQueryRequest(organizationId string) *FeatureToggleQueryRequest
NewFeatureToggleQueryRequest instantiates a new FeatureToggleQueryRequest 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 NewFeatureToggleQueryRequestWithDefaults ¶
func NewFeatureToggleQueryRequestWithDefaults() *FeatureToggleQueryRequest
NewFeatureToggleQueryRequestWithDefaults instantiates a new FeatureToggleQueryRequest 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 (*FeatureToggleQueryRequest) GetOrganizationId ¶
func (o *FeatureToggleQueryRequest) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*FeatureToggleQueryRequest) GetOrganizationIdOk ¶
func (o *FeatureToggleQueryRequest) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (FeatureToggleQueryRequest) MarshalJSON ¶
func (o FeatureToggleQueryRequest) MarshalJSON() ([]byte, error)
func (*FeatureToggleQueryRequest) SetOrganizationId ¶
func (o *FeatureToggleQueryRequest) SetOrganizationId(v string)
SetOrganizationId sets field value
type FeatureToggleQueryRequestAllOf ¶
type FeatureToggleQueryRequestAllOf struct {
OrganizationId string `json:"organization_id"`
}
FeatureToggleQueryRequestAllOf struct for FeatureToggleQueryRequestAllOf
func NewFeatureToggleQueryRequestAllOf ¶
func NewFeatureToggleQueryRequestAllOf(organizationId string) *FeatureToggleQueryRequestAllOf
NewFeatureToggleQueryRequestAllOf instantiates a new FeatureToggleQueryRequestAllOf 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 NewFeatureToggleQueryRequestAllOfWithDefaults ¶
func NewFeatureToggleQueryRequestAllOfWithDefaults() *FeatureToggleQueryRequestAllOf
NewFeatureToggleQueryRequestAllOfWithDefaults instantiates a new FeatureToggleQueryRequestAllOf 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 (*FeatureToggleQueryRequestAllOf) GetOrganizationId ¶
func (o *FeatureToggleQueryRequestAllOf) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*FeatureToggleQueryRequestAllOf) GetOrganizationIdOk ¶
func (o *FeatureToggleQueryRequestAllOf) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (FeatureToggleQueryRequestAllOf) MarshalJSON ¶
func (o FeatureToggleQueryRequestAllOf) MarshalJSON() ([]byte, error)
func (*FeatureToggleQueryRequestAllOf) SetOrganizationId ¶
func (o *FeatureToggleQueryRequestAllOf) SetOrganizationId(v string)
SetOrganizationId sets field value
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 Label ¶
type Label struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` AccountId *string `json:"account_id,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Internal bool `json:"internal"` Key string `json:"key"` OrganizationId *string `json:"organization_id,omitempty"` SubscriptionId *string `json:"subscription_id,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Value string `json:"value"` }
Label struct for Label
func NewLabel ¶
NewLabel instantiates a new Label 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 NewLabelWithDefaults ¶
func NewLabelWithDefaults() *Label
NewLabelWithDefaults instantiates a new Label 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 (*Label) GetAccountId ¶
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*Label) GetAccountIdOk ¶
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Label) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Label) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Label) 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 (*Label) 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 (*Label) GetInternal ¶
GetInternal returns the Internal field value
func (*Label) GetInternalOk ¶
GetInternalOk returns a tuple with the Internal field value and a boolean to check if the value has been set.
func (*Label) GetKeyOk ¶
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*Label) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Label) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*Label) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Label) GetSubscriptionId ¶
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*Label) 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 (*Label) 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 (*Label) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Label) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Label) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*Label) HasAccountId ¶
HasAccountId returns a boolean if a field has been set.
func (*Label) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Label) HasOrganizationId ¶
HasOrganizationId returns a boolean if a field has been set.
func (*Label) HasSubscriptionId ¶
HasSubscriptionId returns a boolean if a field has been set.
func (*Label) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (Label) MarshalJSON ¶
func (*Label) SetAccountId ¶
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (*Label) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Label) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Label) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Label) SetOrganizationId ¶
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*Label) SetSubscriptionId ¶
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*Label) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*Label) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type LabelAllOf ¶
type LabelAllOf struct { AccountId *string `json:"account_id,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Internal bool `json:"internal"` Key string `json:"key"` OrganizationId *string `json:"organization_id,omitempty"` SubscriptionId *string `json:"subscription_id,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Value string `json:"value"` }
LabelAllOf struct for LabelAllOf
func NewLabelAllOf ¶
func NewLabelAllOf(internal bool, key string, value string) *LabelAllOf
NewLabelAllOf instantiates a new LabelAllOf 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 NewLabelAllOfWithDefaults ¶
func NewLabelAllOfWithDefaults() *LabelAllOf
NewLabelAllOfWithDefaults instantiates a new LabelAllOf 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 (*LabelAllOf) GetAccountId ¶
func (o *LabelAllOf) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*LabelAllOf) GetAccountIdOk ¶
func (o *LabelAllOf) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LabelAllOf) GetCreatedAt ¶
func (o *LabelAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*LabelAllOf) GetCreatedAtOk ¶
func (o *LabelAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LabelAllOf) GetInternal ¶
func (o *LabelAllOf) GetInternal() bool
GetInternal returns the Internal field value
func (*LabelAllOf) GetInternalOk ¶
func (o *LabelAllOf) GetInternalOk() (*bool, bool)
GetInternalOk returns a tuple with the Internal field value and a boolean to check if the value has been set.
func (*LabelAllOf) GetKeyOk ¶
func (o *LabelAllOf) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*LabelAllOf) GetOrganizationId ¶
func (o *LabelAllOf) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*LabelAllOf) GetOrganizationIdOk ¶
func (o *LabelAllOf) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LabelAllOf) GetSubscriptionId ¶
func (o *LabelAllOf) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*LabelAllOf) GetSubscriptionIdOk ¶
func (o *LabelAllOf) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LabelAllOf) GetType ¶
func (o *LabelAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*LabelAllOf) GetTypeOk ¶
func (o *LabelAllOf) 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 (*LabelAllOf) GetUpdatedAt ¶
func (o *LabelAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*LabelAllOf) GetUpdatedAtOk ¶
func (o *LabelAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LabelAllOf) GetValue ¶
func (o *LabelAllOf) GetValue() string
GetValue returns the Value field value
func (*LabelAllOf) GetValueOk ¶
func (o *LabelAllOf) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*LabelAllOf) HasAccountId ¶
func (o *LabelAllOf) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*LabelAllOf) HasCreatedAt ¶
func (o *LabelAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*LabelAllOf) HasOrganizationId ¶
func (o *LabelAllOf) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*LabelAllOf) HasSubscriptionId ¶
func (o *LabelAllOf) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*LabelAllOf) HasType ¶
func (o *LabelAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (*LabelAllOf) HasUpdatedAt ¶
func (o *LabelAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (LabelAllOf) MarshalJSON ¶
func (o LabelAllOf) MarshalJSON() ([]byte, error)
func (*LabelAllOf) SetAccountId ¶
func (o *LabelAllOf) SetAccountId(v string)
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (*LabelAllOf) SetCreatedAt ¶
func (o *LabelAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*LabelAllOf) SetInternal ¶
func (o *LabelAllOf) SetInternal(v bool)
SetInternal sets field value
func (*LabelAllOf) SetOrganizationId ¶
func (o *LabelAllOf) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*LabelAllOf) SetSubscriptionId ¶
func (o *LabelAllOf) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*LabelAllOf) SetType ¶
func (o *LabelAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*LabelAllOf) SetUpdatedAt ¶
func (o *LabelAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type LabelList ¶
type LabelList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Label `json:"items"` }
LabelList struct for LabelList
func NewLabelList ¶
NewLabelList instantiates a new LabelList 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 NewLabelListWithDefaults ¶
func NewLabelListWithDefaults() *LabelList
NewLabelListWithDefaults instantiates a new LabelList 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 (*LabelList) GetItemsOk ¶
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*LabelList) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*LabelList) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*LabelList) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*LabelList) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (LabelList) MarshalJSON ¶
type LabelListAllOf ¶
type LabelListAllOf struct {
Items *[]Label `json:"items,omitempty"`
}
LabelListAllOf struct for LabelListAllOf
func NewLabelListAllOf ¶
func NewLabelListAllOf() *LabelListAllOf
NewLabelListAllOf instantiates a new LabelListAllOf 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 NewLabelListAllOfWithDefaults ¶
func NewLabelListAllOfWithDefaults() *LabelListAllOf
NewLabelListAllOfWithDefaults instantiates a new LabelListAllOf 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 (*LabelListAllOf) GetItems ¶
func (o *LabelListAllOf) GetItems() []Label
GetItems returns the Items field value if set, zero value otherwise.
func (*LabelListAllOf) GetItemsOk ¶
func (o *LabelListAllOf) GetItemsOk() (*[]Label, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LabelListAllOf) HasItems ¶
func (o *LabelListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (LabelListAllOf) MarshalJSON ¶
func (o LabelListAllOf) MarshalJSON() ([]byte, error)
func (*LabelListAllOf) SetItems ¶
func (o *LabelListAllOf) SetItems(v []Label)
SetItems gets a reference to the given []Label and assigns it to the Items field.
type List ¶
type List struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` }
List struct for List
func NewList ¶
NewList instantiates a new List 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 NewListWithDefaults ¶
func NewListWithDefaults() *List
NewListWithDefaults instantiates a new List 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 (*List) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*List) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*List) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*List) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (List) MarshalJSON ¶
type Metric ¶
type Metric struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` ExternalId *string `json:"external_id,omitempty"` HealthState *string `json:"health_state,omitempty"` Metrics *string `json:"metrics,omitempty"` QueryTimestamp *time.Time `json:"query_timestamp,omitempty"` }
Metric struct for Metric
func NewMetric ¶
func NewMetric() *Metric
NewMetric instantiates a new Metric 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 NewMetricWithDefaults ¶
func NewMetricWithDefaults() *Metric
NewMetricWithDefaults instantiates a new Metric 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 (*Metric) GetExternalId ¶
GetExternalId returns the ExternalId field value if set, zero value otherwise.
func (*Metric) GetExternalIdOk ¶
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metric) GetHealthState ¶
GetHealthState returns the HealthState field value if set, zero value otherwise.
func (*Metric) GetHealthStateOk ¶
GetHealthStateOk returns a tuple with the HealthState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metric) 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 (*Metric) 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 (*Metric) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metric) GetMetrics ¶
GetMetrics returns the Metrics field value if set, zero value otherwise.
func (*Metric) GetMetricsOk ¶
GetMetricsOk returns a tuple with the Metrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metric) GetQueryTimestamp ¶
GetQueryTimestamp returns the QueryTimestamp field value if set, zero value otherwise.
func (*Metric) GetQueryTimestampOk ¶
GetQueryTimestampOk returns a tuple with the QueryTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metric) HasExternalId ¶
HasExternalId returns a boolean if a field has been set.
func (*Metric) HasHealthState ¶
HasHealthState returns a boolean if a field has been set.
func (*Metric) HasMetrics ¶
HasMetrics returns a boolean if a field has been set.
func (*Metric) HasQueryTimestamp ¶
HasQueryTimestamp returns a boolean if a field has been set.
func (Metric) MarshalJSON ¶
func (*Metric) SetExternalId ¶
SetExternalId gets a reference to the given string and assigns it to the ExternalId field.
func (*Metric) SetHealthState ¶
SetHealthState gets a reference to the given string and assigns it to the HealthState field.
func (*Metric) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Metric) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Metric) SetMetrics ¶
SetMetrics gets a reference to the given string and assigns it to the Metrics field.
func (*Metric) SetQueryTimestamp ¶
SetQueryTimestamp gets a reference to the given time.Time and assigns it to the QueryTimestamp field.
type MetricAllOf ¶
type MetricAllOf struct { ExternalId *string `json:"external_id,omitempty"` HealthState *string `json:"health_state,omitempty"` Id *string `json:"id,omitempty"` Metrics *string `json:"metrics,omitempty"` QueryTimestamp *time.Time `json:"query_timestamp,omitempty"` }
MetricAllOf struct for MetricAllOf
func NewMetricAllOf ¶
func NewMetricAllOf() *MetricAllOf
NewMetricAllOf instantiates a new MetricAllOf 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 NewMetricAllOfWithDefaults ¶
func NewMetricAllOfWithDefaults() *MetricAllOf
NewMetricAllOfWithDefaults instantiates a new MetricAllOf 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 (*MetricAllOf) GetExternalId ¶
func (o *MetricAllOf) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise.
func (*MetricAllOf) GetExternalIdOk ¶
func (o *MetricAllOf) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricAllOf) GetHealthState ¶
func (o *MetricAllOf) GetHealthState() string
GetHealthState returns the HealthState field value if set, zero value otherwise.
func (*MetricAllOf) GetHealthStateOk ¶
func (o *MetricAllOf) GetHealthStateOk() (*string, bool)
GetHealthStateOk returns a tuple with the HealthState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricAllOf) GetId ¶
func (o *MetricAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*MetricAllOf) GetIdOk ¶
func (o *MetricAllOf) 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 (*MetricAllOf) GetMetrics ¶
func (o *MetricAllOf) GetMetrics() string
GetMetrics returns the Metrics field value if set, zero value otherwise.
func (*MetricAllOf) GetMetricsOk ¶
func (o *MetricAllOf) GetMetricsOk() (*string, bool)
GetMetricsOk returns a tuple with the Metrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricAllOf) GetQueryTimestamp ¶
func (o *MetricAllOf) GetQueryTimestamp() time.Time
GetQueryTimestamp returns the QueryTimestamp field value if set, zero value otherwise.
func (*MetricAllOf) GetQueryTimestampOk ¶
func (o *MetricAllOf) GetQueryTimestampOk() (*time.Time, bool)
GetQueryTimestampOk returns a tuple with the QueryTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricAllOf) HasExternalId ¶
func (o *MetricAllOf) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*MetricAllOf) HasHealthState ¶
func (o *MetricAllOf) HasHealthState() bool
HasHealthState returns a boolean if a field has been set.
func (*MetricAllOf) HasId ¶
func (o *MetricAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*MetricAllOf) HasMetrics ¶
func (o *MetricAllOf) HasMetrics() bool
HasMetrics returns a boolean if a field has been set.
func (*MetricAllOf) HasQueryTimestamp ¶
func (o *MetricAllOf) HasQueryTimestamp() bool
HasQueryTimestamp returns a boolean if a field has been set.
func (MetricAllOf) MarshalJSON ¶
func (o MetricAllOf) MarshalJSON() ([]byte, error)
func (*MetricAllOf) SetExternalId ¶
func (o *MetricAllOf) SetExternalId(v string)
SetExternalId gets a reference to the given string and assigns it to the ExternalId field.
func (*MetricAllOf) SetHealthState ¶
func (o *MetricAllOf) SetHealthState(v string)
SetHealthState gets a reference to the given string and assigns it to the HealthState field.
func (*MetricAllOf) SetId ¶
func (o *MetricAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*MetricAllOf) SetMetrics ¶
func (o *MetricAllOf) SetMetrics(v string)
SetMetrics gets a reference to the given string and assigns it to the Metrics field.
func (*MetricAllOf) SetQueryTimestamp ¶
func (o *MetricAllOf) SetQueryTimestamp(v time.Time)
SetQueryTimestamp gets a reference to the given time.Time and assigns it to the QueryTimestamp field.
type MetricsList ¶
type MetricsList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Metric `json:"items"` }
MetricsList struct for MetricsList
func NewMetricsList ¶
NewMetricsList instantiates a new MetricsList 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 NewMetricsListWithDefaults ¶
func NewMetricsListWithDefaults() *MetricsList
NewMetricsListWithDefaults instantiates a new MetricsList 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 (*MetricsList) GetItems ¶
func (o *MetricsList) GetItems() []Metric
GetItems returns the Items field value
func (*MetricsList) GetItemsOk ¶
func (o *MetricsList) GetItemsOk() (*[]Metric, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*MetricsList) GetKind ¶
func (o *MetricsList) GetKind() string
GetKind returns the Kind field value
func (*MetricsList) GetKindOk ¶
func (o *MetricsList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*MetricsList) GetPage ¶
func (o *MetricsList) GetPage() int32
GetPage returns the Page field value
func (*MetricsList) GetPageOk ¶
func (o *MetricsList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*MetricsList) GetSize ¶
func (o *MetricsList) GetSize() int32
GetSize returns the Size field value
func (*MetricsList) GetSizeOk ¶
func (o *MetricsList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*MetricsList) GetTotal ¶
func (o *MetricsList) GetTotal() int32
GetTotal returns the Total field value
func (*MetricsList) GetTotalOk ¶
func (o *MetricsList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (MetricsList) MarshalJSON ¶
func (o MetricsList) MarshalJSON() ([]byte, error)
type MetricsListAllOf ¶
type MetricsListAllOf struct {
Items *[]Metric `json:"items,omitempty"`
}
MetricsListAllOf struct for MetricsListAllOf
func NewMetricsListAllOf ¶
func NewMetricsListAllOf() *MetricsListAllOf
NewMetricsListAllOf instantiates a new MetricsListAllOf 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 NewMetricsListAllOfWithDefaults ¶
func NewMetricsListAllOfWithDefaults() *MetricsListAllOf
NewMetricsListAllOfWithDefaults instantiates a new MetricsListAllOf 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 (*MetricsListAllOf) GetItems ¶
func (o *MetricsListAllOf) GetItems() []Metric
GetItems returns the Items field value if set, zero value otherwise.
func (*MetricsListAllOf) GetItemsOk ¶
func (o *MetricsListAllOf) GetItemsOk() (*[]Metric, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsListAllOf) HasItems ¶
func (o *MetricsListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (MetricsListAllOf) MarshalJSON ¶
func (o MetricsListAllOf) MarshalJSON() ([]byte, error)
func (*MetricsListAllOf) SetItems ¶
func (o *MetricsListAllOf) SetItems(v []Metric)
SetItems gets a reference to the given []Metric and assigns it to the Items field.
type NotificationContactCreateRequest ¶
type NotificationContactCreateRequest struct {
AccountIdentifier *string `json:"account_identifier,omitempty"`
}
NotificationContactCreateRequest struct for NotificationContactCreateRequest
func NewNotificationContactCreateRequest ¶
func NewNotificationContactCreateRequest() *NotificationContactCreateRequest
NewNotificationContactCreateRequest instantiates a new NotificationContactCreateRequest 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 NewNotificationContactCreateRequestWithDefaults ¶
func NewNotificationContactCreateRequestWithDefaults() *NotificationContactCreateRequest
NewNotificationContactCreateRequestWithDefaults instantiates a new NotificationContactCreateRequest 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 (*NotificationContactCreateRequest) GetAccountIdentifier ¶
func (o *NotificationContactCreateRequest) GetAccountIdentifier() string
GetAccountIdentifier returns the AccountIdentifier field value if set, zero value otherwise.
func (*NotificationContactCreateRequest) GetAccountIdentifierOk ¶
func (o *NotificationContactCreateRequest) GetAccountIdentifierOk() (*string, bool)
GetAccountIdentifierOk returns a tuple with the AccountIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationContactCreateRequest) HasAccountIdentifier ¶
func (o *NotificationContactCreateRequest) HasAccountIdentifier() bool
HasAccountIdentifier returns a boolean if a field has been set.
func (NotificationContactCreateRequest) MarshalJSON ¶
func (o NotificationContactCreateRequest) MarshalJSON() ([]byte, error)
func (*NotificationContactCreateRequest) SetAccountIdentifier ¶
func (o *NotificationContactCreateRequest) SetAccountIdentifier(v string)
SetAccountIdentifier gets a reference to the given string and assigns it to the AccountIdentifier field.
type NotificationRequest ¶
type NotificationRequest struct { BccAddress *string `json:"bcc_address,omitempty"` ClusterId *string `json:"cluster_id,omitempty"` ClusterUuid *string `json:"cluster_uuid,omitempty"` IncludeRedHatAssociates *bool `json:"include_red_hat_associates,omitempty"` Subject string `json:"subject"` SubscriptionId *string `json:"subscription_id,omitempty"` TemplateName string `json:"template_name"` TemplateParameters *[]TemplateParameter `json:"template_parameters,omitempty"` }
NotificationRequest struct for NotificationRequest
func NewNotificationRequest ¶
func NewNotificationRequest(subject string, templateName string) *NotificationRequest
NewNotificationRequest instantiates a new NotificationRequest 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 NewNotificationRequestWithDefaults ¶
func NewNotificationRequestWithDefaults() *NotificationRequest
NewNotificationRequestWithDefaults instantiates a new NotificationRequest 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 (*NotificationRequest) GetBccAddress ¶
func (o *NotificationRequest) GetBccAddress() string
GetBccAddress returns the BccAddress field value if set, zero value otherwise.
func (*NotificationRequest) GetBccAddressOk ¶
func (o *NotificationRequest) GetBccAddressOk() (*string, bool)
GetBccAddressOk returns a tuple with the BccAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationRequest) GetClusterId ¶
func (o *NotificationRequest) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*NotificationRequest) GetClusterIdOk ¶
func (o *NotificationRequest) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationRequest) GetClusterUuid ¶
func (o *NotificationRequest) GetClusterUuid() string
GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.
func (*NotificationRequest) GetClusterUuidOk ¶
func (o *NotificationRequest) GetClusterUuidOk() (*string, bool)
GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationRequest) GetIncludeRedHatAssociates ¶
func (o *NotificationRequest) GetIncludeRedHatAssociates() bool
GetIncludeRedHatAssociates returns the IncludeRedHatAssociates field value if set, zero value otherwise.
func (*NotificationRequest) GetIncludeRedHatAssociatesOk ¶
func (o *NotificationRequest) GetIncludeRedHatAssociatesOk() (*bool, bool)
GetIncludeRedHatAssociatesOk returns a tuple with the IncludeRedHatAssociates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationRequest) GetSubject ¶
func (o *NotificationRequest) GetSubject() string
GetSubject returns the Subject field value
func (*NotificationRequest) GetSubjectOk ¶
func (o *NotificationRequest) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*NotificationRequest) GetSubscriptionId ¶
func (o *NotificationRequest) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*NotificationRequest) GetSubscriptionIdOk ¶
func (o *NotificationRequest) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationRequest) GetTemplateName ¶
func (o *NotificationRequest) GetTemplateName() string
GetTemplateName returns the TemplateName field value
func (*NotificationRequest) GetTemplateNameOk ¶
func (o *NotificationRequest) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field value and a boolean to check if the value has been set.
func (*NotificationRequest) GetTemplateParameters ¶
func (o *NotificationRequest) GetTemplateParameters() []TemplateParameter
GetTemplateParameters returns the TemplateParameters field value if set, zero value otherwise.
func (*NotificationRequest) GetTemplateParametersOk ¶
func (o *NotificationRequest) GetTemplateParametersOk() (*[]TemplateParameter, bool)
GetTemplateParametersOk returns a tuple with the TemplateParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationRequest) HasBccAddress ¶
func (o *NotificationRequest) HasBccAddress() bool
HasBccAddress returns a boolean if a field has been set.
func (*NotificationRequest) HasClusterId ¶
func (o *NotificationRequest) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*NotificationRequest) HasClusterUuid ¶
func (o *NotificationRequest) HasClusterUuid() bool
HasClusterUuid returns a boolean if a field has been set.
func (*NotificationRequest) HasIncludeRedHatAssociates ¶
func (o *NotificationRequest) HasIncludeRedHatAssociates() bool
HasIncludeRedHatAssociates returns a boolean if a field has been set.
func (*NotificationRequest) HasSubscriptionId ¶
func (o *NotificationRequest) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*NotificationRequest) HasTemplateParameters ¶
func (o *NotificationRequest) HasTemplateParameters() bool
HasTemplateParameters returns a boolean if a field has been set.
func (NotificationRequest) MarshalJSON ¶
func (o NotificationRequest) MarshalJSON() ([]byte, error)
func (*NotificationRequest) SetBccAddress ¶
func (o *NotificationRequest) SetBccAddress(v string)
SetBccAddress gets a reference to the given string and assigns it to the BccAddress field.
func (*NotificationRequest) SetClusterId ¶
func (o *NotificationRequest) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*NotificationRequest) SetClusterUuid ¶
func (o *NotificationRequest) SetClusterUuid(v string)
SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.
func (*NotificationRequest) SetIncludeRedHatAssociates ¶
func (o *NotificationRequest) SetIncludeRedHatAssociates(v bool)
SetIncludeRedHatAssociates gets a reference to the given bool and assigns it to the IncludeRedHatAssociates field.
func (*NotificationRequest) SetSubject ¶
func (o *NotificationRequest) SetSubject(v string)
SetSubject sets field value
func (*NotificationRequest) SetSubscriptionId ¶
func (o *NotificationRequest) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*NotificationRequest) SetTemplateName ¶
func (o *NotificationRequest) SetTemplateName(v string)
SetTemplateName sets field value
func (*NotificationRequest) SetTemplateParameters ¶
func (o *NotificationRequest) SetTemplateParameters(v []TemplateParameter)
SetTemplateParameters gets a reference to the given []TemplateParameter and assigns it to the TemplateParameters field.
type NullableAccessReview ¶
type NullableAccessReview struct {
// contains filtered or unexported fields
}
func NewNullableAccessReview ¶
func NewNullableAccessReview(val *AccessReview) *NullableAccessReview
func (NullableAccessReview) Get ¶
func (v NullableAccessReview) Get() *AccessReview
func (NullableAccessReview) IsSet ¶
func (v NullableAccessReview) IsSet() bool
func (NullableAccessReview) MarshalJSON ¶
func (v NullableAccessReview) MarshalJSON() ([]byte, error)
func (*NullableAccessReview) Set ¶
func (v *NullableAccessReview) Set(val *AccessReview)
func (*NullableAccessReview) UnmarshalJSON ¶
func (v *NullableAccessReview) UnmarshalJSON(src []byte) error
func (*NullableAccessReview) Unset ¶
func (v *NullableAccessReview) Unset()
type NullableAccessReviewResponse ¶
type NullableAccessReviewResponse struct {
// contains filtered or unexported fields
}
func NewNullableAccessReviewResponse ¶
func NewNullableAccessReviewResponse(val *AccessReviewResponse) *NullableAccessReviewResponse
func (NullableAccessReviewResponse) Get ¶
func (v NullableAccessReviewResponse) Get() *AccessReviewResponse
func (NullableAccessReviewResponse) IsSet ¶
func (v NullableAccessReviewResponse) IsSet() bool
func (NullableAccessReviewResponse) MarshalJSON ¶
func (v NullableAccessReviewResponse) MarshalJSON() ([]byte, error)
func (*NullableAccessReviewResponse) Set ¶
func (v *NullableAccessReviewResponse) Set(val *AccessReviewResponse)
func (*NullableAccessReviewResponse) UnmarshalJSON ¶
func (v *NullableAccessReviewResponse) UnmarshalJSON(src []byte) error
func (*NullableAccessReviewResponse) Unset ¶
func (v *NullableAccessReviewResponse) Unset()
type NullableAccessTokenCfg ¶
type NullableAccessTokenCfg struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenCfg ¶
func NewNullableAccessTokenCfg(val *AccessTokenCfg) *NullableAccessTokenCfg
func (NullableAccessTokenCfg) Get ¶
func (v NullableAccessTokenCfg) Get() *AccessTokenCfg
func (NullableAccessTokenCfg) IsSet ¶
func (v NullableAccessTokenCfg) IsSet() bool
func (NullableAccessTokenCfg) MarshalJSON ¶
func (v NullableAccessTokenCfg) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenCfg) Set ¶
func (v *NullableAccessTokenCfg) Set(val *AccessTokenCfg)
func (*NullableAccessTokenCfg) UnmarshalJSON ¶
func (v *NullableAccessTokenCfg) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenCfg) Unset ¶
func (v *NullableAccessTokenCfg) Unset()
type NullableAccount ¶
type NullableAccount struct {
// contains filtered or unexported fields
}
func NewNullableAccount ¶
func NewNullableAccount(val *Account) *NullableAccount
func (NullableAccount) Get ¶
func (v NullableAccount) Get() *Account
func (NullableAccount) IsSet ¶
func (v NullableAccount) IsSet() bool
func (NullableAccount) MarshalJSON ¶
func (v NullableAccount) MarshalJSON() ([]byte, error)
func (*NullableAccount) Set ¶
func (v *NullableAccount) Set(val *Account)
func (*NullableAccount) UnmarshalJSON ¶
func (v *NullableAccount) UnmarshalJSON(src []byte) error
func (*NullableAccount) Unset ¶
func (v *NullableAccount) Unset()
type NullableAccountAllOf ¶
type NullableAccountAllOf struct {
// contains filtered or unexported fields
}
func NewNullableAccountAllOf ¶
func NewNullableAccountAllOf(val *AccountAllOf) *NullableAccountAllOf
func (NullableAccountAllOf) Get ¶
func (v NullableAccountAllOf) Get() *AccountAllOf
func (NullableAccountAllOf) IsSet ¶
func (v NullableAccountAllOf) IsSet() bool
func (NullableAccountAllOf) MarshalJSON ¶
func (v NullableAccountAllOf) MarshalJSON() ([]byte, error)
func (*NullableAccountAllOf) Set ¶
func (v *NullableAccountAllOf) Set(val *AccountAllOf)
func (*NullableAccountAllOf) UnmarshalJSON ¶
func (v *NullableAccountAllOf) UnmarshalJSON(src []byte) error
func (*NullableAccountAllOf) Unset ¶
func (v *NullableAccountAllOf) Unset()
type NullableAccountList ¶
type NullableAccountList struct {
// contains filtered or unexported fields
}
func NewNullableAccountList ¶
func NewNullableAccountList(val *AccountList) *NullableAccountList
func (NullableAccountList) Get ¶
func (v NullableAccountList) Get() *AccountList
func (NullableAccountList) IsSet ¶
func (v NullableAccountList) IsSet() bool
func (NullableAccountList) MarshalJSON ¶
func (v NullableAccountList) MarshalJSON() ([]byte, error)
func (*NullableAccountList) Set ¶
func (v *NullableAccountList) Set(val *AccountList)
func (*NullableAccountList) UnmarshalJSON ¶
func (v *NullableAccountList) UnmarshalJSON(src []byte) error
func (*NullableAccountList) Unset ¶
func (v *NullableAccountList) Unset()
type NullableAccountListAllOf ¶
type NullableAccountListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableAccountListAllOf ¶
func NewNullableAccountListAllOf(val *AccountListAllOf) *NullableAccountListAllOf
func (NullableAccountListAllOf) Get ¶
func (v NullableAccountListAllOf) Get() *AccountListAllOf
func (NullableAccountListAllOf) IsSet ¶
func (v NullableAccountListAllOf) IsSet() bool
func (NullableAccountListAllOf) MarshalJSON ¶
func (v NullableAccountListAllOf) MarshalJSON() ([]byte, error)
func (*NullableAccountListAllOf) Set ¶
func (v *NullableAccountListAllOf) Set(val *AccountListAllOf)
func (*NullableAccountListAllOf) UnmarshalJSON ¶
func (v *NullableAccountListAllOf) UnmarshalJSON(src []byte) error
func (*NullableAccountListAllOf) Unset ¶
func (v *NullableAccountListAllOf) Unset()
type NullableAccountPatchRequest ¶
type NullableAccountPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableAccountPatchRequest ¶
func NewNullableAccountPatchRequest(val *AccountPatchRequest) *NullableAccountPatchRequest
func (NullableAccountPatchRequest) Get ¶
func (v NullableAccountPatchRequest) Get() *AccountPatchRequest
func (NullableAccountPatchRequest) IsSet ¶
func (v NullableAccountPatchRequest) IsSet() bool
func (NullableAccountPatchRequest) MarshalJSON ¶
func (v NullableAccountPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableAccountPatchRequest) Set ¶
func (v *NullableAccountPatchRequest) Set(val *AccountPatchRequest)
func (*NullableAccountPatchRequest) UnmarshalJSON ¶
func (v *NullableAccountPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableAccountPatchRequest) Unset ¶
func (v *NullableAccountPatchRequest) Unset()
type NullableAccountReference ¶
type NullableAccountReference struct {
// contains filtered or unexported fields
}
func NewNullableAccountReference ¶
func NewNullableAccountReference(val *AccountReference) *NullableAccountReference
func (NullableAccountReference) Get ¶
func (v NullableAccountReference) Get() *AccountReference
func (NullableAccountReference) IsSet ¶
func (v NullableAccountReference) IsSet() bool
func (NullableAccountReference) MarshalJSON ¶
func (v NullableAccountReference) MarshalJSON() ([]byte, error)
func (*NullableAccountReference) Set ¶
func (v *NullableAccountReference) Set(val *AccountReference)
func (*NullableAccountReference) UnmarshalJSON ¶
func (v *NullableAccountReference) UnmarshalJSON(src []byte) error
func (*NullableAccountReference) Unset ¶
func (v *NullableAccountReference) Unset()
type NullableAccountReferenceAllOf ¶
type NullableAccountReferenceAllOf struct {
// contains filtered or unexported fields
}
func NewNullableAccountReferenceAllOf ¶
func NewNullableAccountReferenceAllOf(val *AccountReferenceAllOf) *NullableAccountReferenceAllOf
func (NullableAccountReferenceAllOf) Get ¶
func (v NullableAccountReferenceAllOf) Get() *AccountReferenceAllOf
func (NullableAccountReferenceAllOf) IsSet ¶
func (v NullableAccountReferenceAllOf) IsSet() bool
func (NullableAccountReferenceAllOf) MarshalJSON ¶
func (v NullableAccountReferenceAllOf) MarshalJSON() ([]byte, error)
func (*NullableAccountReferenceAllOf) Set ¶
func (v *NullableAccountReferenceAllOf) Set(val *AccountReferenceAllOf)
func (*NullableAccountReferenceAllOf) UnmarshalJSON ¶
func (v *NullableAccountReferenceAllOf) UnmarshalJSON(src []byte) error
func (*NullableAccountReferenceAllOf) Unset ¶
func (v *NullableAccountReferenceAllOf) 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 NullableCapability ¶
type NullableCapability struct {
// contains filtered or unexported fields
}
func NewNullableCapability ¶
func NewNullableCapability(val *Capability) *NullableCapability
func (NullableCapability) Get ¶
func (v NullableCapability) Get() *Capability
func (NullableCapability) IsSet ¶
func (v NullableCapability) IsSet() bool
func (NullableCapability) MarshalJSON ¶
func (v NullableCapability) MarshalJSON() ([]byte, error)
func (*NullableCapability) Set ¶
func (v *NullableCapability) Set(val *Capability)
func (*NullableCapability) UnmarshalJSON ¶
func (v *NullableCapability) UnmarshalJSON(src []byte) error
func (*NullableCapability) Unset ¶
func (v *NullableCapability) Unset()
type NullableCapabilityAllOf ¶
type NullableCapabilityAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCapabilityAllOf ¶
func NewNullableCapabilityAllOf(val *CapabilityAllOf) *NullableCapabilityAllOf
func (NullableCapabilityAllOf) Get ¶
func (v NullableCapabilityAllOf) Get() *CapabilityAllOf
func (NullableCapabilityAllOf) IsSet ¶
func (v NullableCapabilityAllOf) IsSet() bool
func (NullableCapabilityAllOf) MarshalJSON ¶
func (v NullableCapabilityAllOf) MarshalJSON() ([]byte, error)
func (*NullableCapabilityAllOf) Set ¶
func (v *NullableCapabilityAllOf) Set(val *CapabilityAllOf)
func (*NullableCapabilityAllOf) UnmarshalJSON ¶
func (v *NullableCapabilityAllOf) UnmarshalJSON(src []byte) error
func (*NullableCapabilityAllOf) Unset ¶
func (v *NullableCapabilityAllOf) Unset()
type NullableCapabilityReview ¶
type NullableCapabilityReview struct {
// contains filtered or unexported fields
}
func NewNullableCapabilityReview ¶
func NewNullableCapabilityReview(val *CapabilityReview) *NullableCapabilityReview
func (NullableCapabilityReview) Get ¶
func (v NullableCapabilityReview) Get() *CapabilityReview
func (NullableCapabilityReview) IsSet ¶
func (v NullableCapabilityReview) IsSet() bool
func (NullableCapabilityReview) MarshalJSON ¶
func (v NullableCapabilityReview) MarshalJSON() ([]byte, error)
func (*NullableCapabilityReview) Set ¶
func (v *NullableCapabilityReview) Set(val *CapabilityReview)
func (*NullableCapabilityReview) UnmarshalJSON ¶
func (v *NullableCapabilityReview) UnmarshalJSON(src []byte) error
func (*NullableCapabilityReview) Unset ¶
func (v *NullableCapabilityReview) Unset()
type NullableCapabilityReviewRequest ¶
type NullableCapabilityReviewRequest struct {
// contains filtered or unexported fields
}
func NewNullableCapabilityReviewRequest ¶
func NewNullableCapabilityReviewRequest(val *CapabilityReviewRequest) *NullableCapabilityReviewRequest
func (NullableCapabilityReviewRequest) Get ¶
func (v NullableCapabilityReviewRequest) Get() *CapabilityReviewRequest
func (NullableCapabilityReviewRequest) IsSet ¶
func (v NullableCapabilityReviewRequest) IsSet() bool
func (NullableCapabilityReviewRequest) MarshalJSON ¶
func (v NullableCapabilityReviewRequest) MarshalJSON() ([]byte, error)
func (*NullableCapabilityReviewRequest) Set ¶
func (v *NullableCapabilityReviewRequest) Set(val *CapabilityReviewRequest)
func (*NullableCapabilityReviewRequest) UnmarshalJSON ¶
func (v *NullableCapabilityReviewRequest) UnmarshalJSON(src []byte) error
func (*NullableCapabilityReviewRequest) Unset ¶
func (v *NullableCapabilityReviewRequest) Unset()
type NullableClusterAuthorizationRequest ¶
type NullableClusterAuthorizationRequest struct {
// contains filtered or unexported fields
}
func NewNullableClusterAuthorizationRequest ¶
func NewNullableClusterAuthorizationRequest(val *ClusterAuthorizationRequest) *NullableClusterAuthorizationRequest
func (NullableClusterAuthorizationRequest) Get ¶
func (v NullableClusterAuthorizationRequest) Get() *ClusterAuthorizationRequest
func (NullableClusterAuthorizationRequest) IsSet ¶
func (v NullableClusterAuthorizationRequest) IsSet() bool
func (NullableClusterAuthorizationRequest) MarshalJSON ¶
func (v NullableClusterAuthorizationRequest) MarshalJSON() ([]byte, error)
func (*NullableClusterAuthorizationRequest) Set ¶
func (v *NullableClusterAuthorizationRequest) Set(val *ClusterAuthorizationRequest)
func (*NullableClusterAuthorizationRequest) UnmarshalJSON ¶
func (v *NullableClusterAuthorizationRequest) UnmarshalJSON(src []byte) error
func (*NullableClusterAuthorizationRequest) Unset ¶
func (v *NullableClusterAuthorizationRequest) Unset()
type NullableClusterAuthorizationResponse ¶
type NullableClusterAuthorizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableClusterAuthorizationResponse ¶
func NewNullableClusterAuthorizationResponse(val *ClusterAuthorizationResponse) *NullableClusterAuthorizationResponse
func (NullableClusterAuthorizationResponse) Get ¶
func (v NullableClusterAuthorizationResponse) Get() *ClusterAuthorizationResponse
func (NullableClusterAuthorizationResponse) IsSet ¶
func (v NullableClusterAuthorizationResponse) IsSet() bool
func (NullableClusterAuthorizationResponse) MarshalJSON ¶
func (v NullableClusterAuthorizationResponse) MarshalJSON() ([]byte, error)
func (*NullableClusterAuthorizationResponse) Set ¶
func (v *NullableClusterAuthorizationResponse) Set(val *ClusterAuthorizationResponse)
func (*NullableClusterAuthorizationResponse) UnmarshalJSON ¶
func (v *NullableClusterAuthorizationResponse) UnmarshalJSON(src []byte) error
func (*NullableClusterAuthorizationResponse) Unset ¶
func (v *NullableClusterAuthorizationResponse) Unset()
type NullableClusterMetricsNodes ¶
type NullableClusterMetricsNodes struct {
// contains filtered or unexported fields
}
func NewNullableClusterMetricsNodes ¶
func NewNullableClusterMetricsNodes(val *ClusterMetricsNodes) *NullableClusterMetricsNodes
func (NullableClusterMetricsNodes) Get ¶
func (v NullableClusterMetricsNodes) Get() *ClusterMetricsNodes
func (NullableClusterMetricsNodes) IsSet ¶
func (v NullableClusterMetricsNodes) IsSet() bool
func (NullableClusterMetricsNodes) MarshalJSON ¶
func (v NullableClusterMetricsNodes) MarshalJSON() ([]byte, error)
func (*NullableClusterMetricsNodes) Set ¶
func (v *NullableClusterMetricsNodes) Set(val *ClusterMetricsNodes)
func (*NullableClusterMetricsNodes) UnmarshalJSON ¶
func (v *NullableClusterMetricsNodes) UnmarshalJSON(src []byte) error
func (*NullableClusterMetricsNodes) Unset ¶
func (v *NullableClusterMetricsNodes) Unset()
type NullableClusterRegistrationRequest ¶
type NullableClusterRegistrationRequest struct {
// contains filtered or unexported fields
}
func NewNullableClusterRegistrationRequest ¶
func NewNullableClusterRegistrationRequest(val *ClusterRegistrationRequest) *NullableClusterRegistrationRequest
func (NullableClusterRegistrationRequest) Get ¶
func (v NullableClusterRegistrationRequest) Get() *ClusterRegistrationRequest
func (NullableClusterRegistrationRequest) IsSet ¶
func (v NullableClusterRegistrationRequest) IsSet() bool
func (NullableClusterRegistrationRequest) MarshalJSON ¶
func (v NullableClusterRegistrationRequest) MarshalJSON() ([]byte, error)
func (*NullableClusterRegistrationRequest) Set ¶
func (v *NullableClusterRegistrationRequest) Set(val *ClusterRegistrationRequest)
func (*NullableClusterRegistrationRequest) UnmarshalJSON ¶
func (v *NullableClusterRegistrationRequest) UnmarshalJSON(src []byte) error
func (*NullableClusterRegistrationRequest) Unset ¶
func (v *NullableClusterRegistrationRequest) Unset()
type NullableClusterRegistrationResponse ¶
type NullableClusterRegistrationResponse struct {
// contains filtered or unexported fields
}
func NewNullableClusterRegistrationResponse ¶
func NewNullableClusterRegistrationResponse(val *ClusterRegistrationResponse) *NullableClusterRegistrationResponse
func (NullableClusterRegistrationResponse) Get ¶
func (v NullableClusterRegistrationResponse) Get() *ClusterRegistrationResponse
func (NullableClusterRegistrationResponse) IsSet ¶
func (v NullableClusterRegistrationResponse) IsSet() bool
func (NullableClusterRegistrationResponse) MarshalJSON ¶
func (v NullableClusterRegistrationResponse) MarshalJSON() ([]byte, error)
func (*NullableClusterRegistrationResponse) Set ¶
func (v *NullableClusterRegistrationResponse) Set(val *ClusterRegistrationResponse)
func (*NullableClusterRegistrationResponse) UnmarshalJSON ¶
func (v *NullableClusterRegistrationResponse) UnmarshalJSON(src []byte) error
func (*NullableClusterRegistrationResponse) Unset ¶
func (v *NullableClusterRegistrationResponse) Unset()
type NullableClusterResource ¶
type NullableClusterResource struct {
// contains filtered or unexported fields
}
func NewNullableClusterResource ¶
func NewNullableClusterResource(val *ClusterResource) *NullableClusterResource
func (NullableClusterResource) Get ¶
func (v NullableClusterResource) Get() *ClusterResource
func (NullableClusterResource) IsSet ¶
func (v NullableClusterResource) IsSet() bool
func (NullableClusterResource) MarshalJSON ¶
func (v NullableClusterResource) MarshalJSON() ([]byte, error)
func (*NullableClusterResource) Set ¶
func (v *NullableClusterResource) Set(val *ClusterResource)
func (*NullableClusterResource) UnmarshalJSON ¶
func (v *NullableClusterResource) UnmarshalJSON(src []byte) error
func (*NullableClusterResource) Unset ¶
func (v *NullableClusterResource) Unset()
type NullableClusterResourceTotal ¶
type NullableClusterResourceTotal struct {
// contains filtered or unexported fields
}
func NewNullableClusterResourceTotal ¶
func NewNullableClusterResourceTotal(val *ClusterResourceTotal) *NullableClusterResourceTotal
func (NullableClusterResourceTotal) Get ¶
func (v NullableClusterResourceTotal) Get() *ClusterResourceTotal
func (NullableClusterResourceTotal) IsSet ¶
func (v NullableClusterResourceTotal) IsSet() bool
func (NullableClusterResourceTotal) MarshalJSON ¶
func (v NullableClusterResourceTotal) MarshalJSON() ([]byte, error)
func (*NullableClusterResourceTotal) Set ¶
func (v *NullableClusterResourceTotal) Set(val *ClusterResourceTotal)
func (*NullableClusterResourceTotal) UnmarshalJSON ¶
func (v *NullableClusterResourceTotal) UnmarshalJSON(src []byte) error
func (*NullableClusterResourceTotal) Unset ¶
func (v *NullableClusterResourceTotal) Unset()
type NullableClusterUpgrade ¶
type NullableClusterUpgrade struct {
// contains filtered or unexported fields
}
func NewNullableClusterUpgrade ¶
func NewNullableClusterUpgrade(val *ClusterUpgrade) *NullableClusterUpgrade
func (NullableClusterUpgrade) Get ¶
func (v NullableClusterUpgrade) Get() *ClusterUpgrade
func (NullableClusterUpgrade) IsSet ¶
func (v NullableClusterUpgrade) IsSet() bool
func (NullableClusterUpgrade) MarshalJSON ¶
func (v NullableClusterUpgrade) MarshalJSON() ([]byte, error)
func (*NullableClusterUpgrade) Set ¶
func (v *NullableClusterUpgrade) Set(val *ClusterUpgrade)
func (*NullableClusterUpgrade) UnmarshalJSON ¶
func (v *NullableClusterUpgrade) UnmarshalJSON(src []byte) error
func (*NullableClusterUpgrade) Unset ¶
func (v *NullableClusterUpgrade) Unset()
type NullableEphemeralResourceQuota ¶
type NullableEphemeralResourceQuota struct {
// contains filtered or unexported fields
}
func NewNullableEphemeralResourceQuota ¶
func NewNullableEphemeralResourceQuota(val *EphemeralResourceQuota) *NullableEphemeralResourceQuota
func (NullableEphemeralResourceQuota) Get ¶
func (v NullableEphemeralResourceQuota) Get() *EphemeralResourceQuota
func (NullableEphemeralResourceQuota) IsSet ¶
func (v NullableEphemeralResourceQuota) IsSet() bool
func (NullableEphemeralResourceQuota) MarshalJSON ¶
func (v NullableEphemeralResourceQuota) MarshalJSON() ([]byte, error)
func (*NullableEphemeralResourceQuota) Set ¶
func (v *NullableEphemeralResourceQuota) Set(val *EphemeralResourceQuota)
func (*NullableEphemeralResourceQuota) UnmarshalJSON ¶
func (v *NullableEphemeralResourceQuota) UnmarshalJSON(src []byte) error
func (*NullableEphemeralResourceQuota) Unset ¶
func (v *NullableEphemeralResourceQuota) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableErrorAllOf ¶
type NullableErrorAllOf struct {
// contains filtered or unexported fields
}
func NewNullableErrorAllOf ¶
func NewNullableErrorAllOf(val *ErrorAllOf) *NullableErrorAllOf
func (NullableErrorAllOf) Get ¶
func (v NullableErrorAllOf) Get() *ErrorAllOf
func (NullableErrorAllOf) IsSet ¶
func (v NullableErrorAllOf) IsSet() bool
func (NullableErrorAllOf) MarshalJSON ¶
func (v NullableErrorAllOf) MarshalJSON() ([]byte, error)
func (*NullableErrorAllOf) Set ¶
func (v *NullableErrorAllOf) Set(val *ErrorAllOf)
func (*NullableErrorAllOf) UnmarshalJSON ¶
func (v *NullableErrorAllOf) UnmarshalJSON(src []byte) error
func (*NullableErrorAllOf) Unset ¶
func (v *NullableErrorAllOf) Unset()
type NullableErrorList ¶
type NullableErrorList struct {
// contains filtered or unexported fields
}
func NewNullableErrorList ¶
func NewNullableErrorList(val *ErrorList) *NullableErrorList
func (NullableErrorList) Get ¶
func (v NullableErrorList) Get() *ErrorList
func (NullableErrorList) IsSet ¶
func (v NullableErrorList) IsSet() bool
func (NullableErrorList) MarshalJSON ¶
func (v NullableErrorList) MarshalJSON() ([]byte, error)
func (*NullableErrorList) Set ¶
func (v *NullableErrorList) Set(val *ErrorList)
func (*NullableErrorList) UnmarshalJSON ¶
func (v *NullableErrorList) UnmarshalJSON(src []byte) error
func (*NullableErrorList) Unset ¶
func (v *NullableErrorList) Unset()
type NullableErrorListAllOf ¶
type NullableErrorListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableErrorListAllOf ¶
func NewNullableErrorListAllOf(val *ErrorListAllOf) *NullableErrorListAllOf
func (NullableErrorListAllOf) Get ¶
func (v NullableErrorListAllOf) Get() *ErrorListAllOf
func (NullableErrorListAllOf) IsSet ¶
func (v NullableErrorListAllOf) IsSet() bool
func (NullableErrorListAllOf) MarshalJSON ¶
func (v NullableErrorListAllOf) MarshalJSON() ([]byte, error)
func (*NullableErrorListAllOf) Set ¶
func (v *NullableErrorListAllOf) Set(val *ErrorListAllOf)
func (*NullableErrorListAllOf) UnmarshalJSON ¶
func (v *NullableErrorListAllOf) UnmarshalJSON(src []byte) error
func (*NullableErrorListAllOf) Unset ¶
func (v *NullableErrorListAllOf) Unset()
type NullableExcessResource ¶
type NullableExcessResource struct {
// contains filtered or unexported fields
}
func NewNullableExcessResource ¶
func NewNullableExcessResource(val *ExcessResource) *NullableExcessResource
func (NullableExcessResource) Get ¶
func (v NullableExcessResource) Get() *ExcessResource
func (NullableExcessResource) IsSet ¶
func (v NullableExcessResource) IsSet() bool
func (NullableExcessResource) MarshalJSON ¶
func (v NullableExcessResource) MarshalJSON() ([]byte, error)
func (*NullableExcessResource) Set ¶
func (v *NullableExcessResource) Set(val *ExcessResource)
func (*NullableExcessResource) UnmarshalJSON ¶
func (v *NullableExcessResource) UnmarshalJSON(src []byte) error
func (*NullableExcessResource) Unset ¶
func (v *NullableExcessResource) Unset()
type NullableExcessResourceAllOf ¶
type NullableExcessResourceAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExcessResourceAllOf ¶
func NewNullableExcessResourceAllOf(val *ExcessResourceAllOf) *NullableExcessResourceAllOf
func (NullableExcessResourceAllOf) Get ¶
func (v NullableExcessResourceAllOf) Get() *ExcessResourceAllOf
func (NullableExcessResourceAllOf) IsSet ¶
func (v NullableExcessResourceAllOf) IsSet() bool
func (NullableExcessResourceAllOf) MarshalJSON ¶
func (v NullableExcessResourceAllOf) MarshalJSON() ([]byte, error)
func (*NullableExcessResourceAllOf) Set ¶
func (v *NullableExcessResourceAllOf) Set(val *ExcessResourceAllOf)
func (*NullableExcessResourceAllOf) UnmarshalJSON ¶
func (v *NullableExcessResourceAllOf) UnmarshalJSON(src []byte) error
func (*NullableExcessResourceAllOf) Unset ¶
func (v *NullableExcessResourceAllOf) Unset()
type NullableExportControlReview ¶
type NullableExportControlReview struct {
// contains filtered or unexported fields
}
func NewNullableExportControlReview ¶
func NewNullableExportControlReview(val *ExportControlReview) *NullableExportControlReview
func (NullableExportControlReview) Get ¶
func (v NullableExportControlReview) Get() *ExportControlReview
func (NullableExportControlReview) IsSet ¶
func (v NullableExportControlReview) IsSet() bool
func (NullableExportControlReview) MarshalJSON ¶
func (v NullableExportControlReview) MarshalJSON() ([]byte, error)
func (*NullableExportControlReview) Set ¶
func (v *NullableExportControlReview) Set(val *ExportControlReview)
func (*NullableExportControlReview) UnmarshalJSON ¶
func (v *NullableExportControlReview) UnmarshalJSON(src []byte) error
func (*NullableExportControlReview) Unset ¶
func (v *NullableExportControlReview) Unset()
type NullableExportControlReviewRequest ¶
type NullableExportControlReviewRequest struct {
// contains filtered or unexported fields
}
func NewNullableExportControlReviewRequest ¶
func NewNullableExportControlReviewRequest(val *ExportControlReviewRequest) *NullableExportControlReviewRequest
func (NullableExportControlReviewRequest) Get ¶
func (v NullableExportControlReviewRequest) Get() *ExportControlReviewRequest
func (NullableExportControlReviewRequest) IsSet ¶
func (v NullableExportControlReviewRequest) IsSet() bool
func (NullableExportControlReviewRequest) MarshalJSON ¶
func (v NullableExportControlReviewRequest) MarshalJSON() ([]byte, error)
func (*NullableExportControlReviewRequest) Set ¶
func (v *NullableExportControlReviewRequest) Set(val *ExportControlReviewRequest)
func (*NullableExportControlReviewRequest) UnmarshalJSON ¶
func (v *NullableExportControlReviewRequest) UnmarshalJSON(src []byte) error
func (*NullableExportControlReviewRequest) Unset ¶
func (v *NullableExportControlReviewRequest) Unset()
type NullableFeatureToggle ¶
type NullableFeatureToggle struct {
// contains filtered or unexported fields
}
func NewNullableFeatureToggle ¶
func NewNullableFeatureToggle(val *FeatureToggle) *NullableFeatureToggle
func (NullableFeatureToggle) Get ¶
func (v NullableFeatureToggle) Get() *FeatureToggle
func (NullableFeatureToggle) IsSet ¶
func (v NullableFeatureToggle) IsSet() bool
func (NullableFeatureToggle) MarshalJSON ¶
func (v NullableFeatureToggle) MarshalJSON() ([]byte, error)
func (*NullableFeatureToggle) Set ¶
func (v *NullableFeatureToggle) Set(val *FeatureToggle)
func (*NullableFeatureToggle) UnmarshalJSON ¶
func (v *NullableFeatureToggle) UnmarshalJSON(src []byte) error
func (*NullableFeatureToggle) Unset ¶
func (v *NullableFeatureToggle) Unset()
type NullableFeatureToggleAllOf ¶
type NullableFeatureToggleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableFeatureToggleAllOf ¶
func NewNullableFeatureToggleAllOf(val *FeatureToggleAllOf) *NullableFeatureToggleAllOf
func (NullableFeatureToggleAllOf) Get ¶
func (v NullableFeatureToggleAllOf) Get() *FeatureToggleAllOf
func (NullableFeatureToggleAllOf) IsSet ¶
func (v NullableFeatureToggleAllOf) IsSet() bool
func (NullableFeatureToggleAllOf) MarshalJSON ¶
func (v NullableFeatureToggleAllOf) MarshalJSON() ([]byte, error)
func (*NullableFeatureToggleAllOf) Set ¶
func (v *NullableFeatureToggleAllOf) Set(val *FeatureToggleAllOf)
func (*NullableFeatureToggleAllOf) UnmarshalJSON ¶
func (v *NullableFeatureToggleAllOf) UnmarshalJSON(src []byte) error
func (*NullableFeatureToggleAllOf) Unset ¶
func (v *NullableFeatureToggleAllOf) Unset()
type NullableFeatureToggleQueryRequest ¶
type NullableFeatureToggleQueryRequest struct {
// contains filtered or unexported fields
}
func NewNullableFeatureToggleQueryRequest ¶
func NewNullableFeatureToggleQueryRequest(val *FeatureToggleQueryRequest) *NullableFeatureToggleQueryRequest
func (NullableFeatureToggleQueryRequest) Get ¶
func (v NullableFeatureToggleQueryRequest) Get() *FeatureToggleQueryRequest
func (NullableFeatureToggleQueryRequest) IsSet ¶
func (v NullableFeatureToggleQueryRequest) IsSet() bool
func (NullableFeatureToggleQueryRequest) MarshalJSON ¶
func (v NullableFeatureToggleQueryRequest) MarshalJSON() ([]byte, error)
func (*NullableFeatureToggleQueryRequest) Set ¶
func (v *NullableFeatureToggleQueryRequest) Set(val *FeatureToggleQueryRequest)
func (*NullableFeatureToggleQueryRequest) UnmarshalJSON ¶
func (v *NullableFeatureToggleQueryRequest) UnmarshalJSON(src []byte) error
func (*NullableFeatureToggleQueryRequest) Unset ¶
func (v *NullableFeatureToggleQueryRequest) Unset()
type NullableFeatureToggleQueryRequestAllOf ¶
type NullableFeatureToggleQueryRequestAllOf struct {
// contains filtered or unexported fields
}
func NewNullableFeatureToggleQueryRequestAllOf ¶
func NewNullableFeatureToggleQueryRequestAllOf(val *FeatureToggleQueryRequestAllOf) *NullableFeatureToggleQueryRequestAllOf
func (NullableFeatureToggleQueryRequestAllOf) Get ¶
func (v NullableFeatureToggleQueryRequestAllOf) Get() *FeatureToggleQueryRequestAllOf
func (NullableFeatureToggleQueryRequestAllOf) IsSet ¶
func (v NullableFeatureToggleQueryRequestAllOf) IsSet() bool
func (NullableFeatureToggleQueryRequestAllOf) MarshalJSON ¶
func (v NullableFeatureToggleQueryRequestAllOf) MarshalJSON() ([]byte, error)
func (*NullableFeatureToggleQueryRequestAllOf) Set ¶
func (v *NullableFeatureToggleQueryRequestAllOf) Set(val *FeatureToggleQueryRequestAllOf)
func (*NullableFeatureToggleQueryRequestAllOf) UnmarshalJSON ¶
func (v *NullableFeatureToggleQueryRequestAllOf) UnmarshalJSON(src []byte) error
func (*NullableFeatureToggleQueryRequestAllOf) Unset ¶
func (v *NullableFeatureToggleQueryRequestAllOf) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableLabel ¶
type NullableLabel struct {
// contains filtered or unexported fields
}
func NewNullableLabel ¶
func NewNullableLabel(val *Label) *NullableLabel
func (NullableLabel) Get ¶
func (v NullableLabel) Get() *Label
func (NullableLabel) IsSet ¶
func (v NullableLabel) IsSet() bool
func (NullableLabel) MarshalJSON ¶
func (v NullableLabel) MarshalJSON() ([]byte, error)
func (*NullableLabel) Set ¶
func (v *NullableLabel) Set(val *Label)
func (*NullableLabel) UnmarshalJSON ¶
func (v *NullableLabel) UnmarshalJSON(src []byte) error
func (*NullableLabel) Unset ¶
func (v *NullableLabel) Unset()
type NullableLabelAllOf ¶
type NullableLabelAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLabelAllOf ¶
func NewNullableLabelAllOf(val *LabelAllOf) *NullableLabelAllOf
func (NullableLabelAllOf) Get ¶
func (v NullableLabelAllOf) Get() *LabelAllOf
func (NullableLabelAllOf) IsSet ¶
func (v NullableLabelAllOf) IsSet() bool
func (NullableLabelAllOf) MarshalJSON ¶
func (v NullableLabelAllOf) MarshalJSON() ([]byte, error)
func (*NullableLabelAllOf) Set ¶
func (v *NullableLabelAllOf) Set(val *LabelAllOf)
func (*NullableLabelAllOf) UnmarshalJSON ¶
func (v *NullableLabelAllOf) UnmarshalJSON(src []byte) error
func (*NullableLabelAllOf) Unset ¶
func (v *NullableLabelAllOf) Unset()
type NullableLabelList ¶
type NullableLabelList struct {
// contains filtered or unexported fields
}
func NewNullableLabelList ¶
func NewNullableLabelList(val *LabelList) *NullableLabelList
func (NullableLabelList) Get ¶
func (v NullableLabelList) Get() *LabelList
func (NullableLabelList) IsSet ¶
func (v NullableLabelList) IsSet() bool
func (NullableLabelList) MarshalJSON ¶
func (v NullableLabelList) MarshalJSON() ([]byte, error)
func (*NullableLabelList) Set ¶
func (v *NullableLabelList) Set(val *LabelList)
func (*NullableLabelList) UnmarshalJSON ¶
func (v *NullableLabelList) UnmarshalJSON(src []byte) error
func (*NullableLabelList) Unset ¶
func (v *NullableLabelList) Unset()
type NullableLabelListAllOf ¶
type NullableLabelListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLabelListAllOf ¶
func NewNullableLabelListAllOf(val *LabelListAllOf) *NullableLabelListAllOf
func (NullableLabelListAllOf) Get ¶
func (v NullableLabelListAllOf) Get() *LabelListAllOf
func (NullableLabelListAllOf) IsSet ¶
func (v NullableLabelListAllOf) IsSet() bool
func (NullableLabelListAllOf) MarshalJSON ¶
func (v NullableLabelListAllOf) MarshalJSON() ([]byte, error)
func (*NullableLabelListAllOf) Set ¶
func (v *NullableLabelListAllOf) Set(val *LabelListAllOf)
func (*NullableLabelListAllOf) UnmarshalJSON ¶
func (v *NullableLabelListAllOf) UnmarshalJSON(src []byte) error
func (*NullableLabelListAllOf) Unset ¶
func (v *NullableLabelListAllOf) Unset()
type NullableList ¶
type NullableList struct {
// contains filtered or unexported fields
}
func NewNullableList ¶
func NewNullableList(val *List) *NullableList
func (NullableList) Get ¶
func (v NullableList) Get() *List
func (NullableList) IsSet ¶
func (v NullableList) IsSet() bool
func (NullableList) MarshalJSON ¶
func (v NullableList) MarshalJSON() ([]byte, error)
func (*NullableList) Set ¶
func (v *NullableList) Set(val *List)
func (*NullableList) UnmarshalJSON ¶
func (v *NullableList) UnmarshalJSON(src []byte) error
func (*NullableList) Unset ¶
func (v *NullableList) Unset()
type NullableMetric ¶
type NullableMetric struct {
// contains filtered or unexported fields
}
func NewNullableMetric ¶
func NewNullableMetric(val *Metric) *NullableMetric
func (NullableMetric) Get ¶
func (v NullableMetric) Get() *Metric
func (NullableMetric) IsSet ¶
func (v NullableMetric) IsSet() bool
func (NullableMetric) MarshalJSON ¶
func (v NullableMetric) MarshalJSON() ([]byte, error)
func (*NullableMetric) Set ¶
func (v *NullableMetric) Set(val *Metric)
func (*NullableMetric) UnmarshalJSON ¶
func (v *NullableMetric) UnmarshalJSON(src []byte) error
func (*NullableMetric) Unset ¶
func (v *NullableMetric) Unset()
type NullableMetricAllOf ¶
type NullableMetricAllOf struct {
// contains filtered or unexported fields
}
func NewNullableMetricAllOf ¶
func NewNullableMetricAllOf(val *MetricAllOf) *NullableMetricAllOf
func (NullableMetricAllOf) Get ¶
func (v NullableMetricAllOf) Get() *MetricAllOf
func (NullableMetricAllOf) IsSet ¶
func (v NullableMetricAllOf) IsSet() bool
func (NullableMetricAllOf) MarshalJSON ¶
func (v NullableMetricAllOf) MarshalJSON() ([]byte, error)
func (*NullableMetricAllOf) Set ¶
func (v *NullableMetricAllOf) Set(val *MetricAllOf)
func (*NullableMetricAllOf) UnmarshalJSON ¶
func (v *NullableMetricAllOf) UnmarshalJSON(src []byte) error
func (*NullableMetricAllOf) Unset ¶
func (v *NullableMetricAllOf) Unset()
type NullableMetricsList ¶
type NullableMetricsList struct {
// contains filtered or unexported fields
}
func NewNullableMetricsList ¶
func NewNullableMetricsList(val *MetricsList) *NullableMetricsList
func (NullableMetricsList) Get ¶
func (v NullableMetricsList) Get() *MetricsList
func (NullableMetricsList) IsSet ¶
func (v NullableMetricsList) IsSet() bool
func (NullableMetricsList) MarshalJSON ¶
func (v NullableMetricsList) MarshalJSON() ([]byte, error)
func (*NullableMetricsList) Set ¶
func (v *NullableMetricsList) Set(val *MetricsList)
func (*NullableMetricsList) UnmarshalJSON ¶
func (v *NullableMetricsList) UnmarshalJSON(src []byte) error
func (*NullableMetricsList) Unset ¶
func (v *NullableMetricsList) Unset()
type NullableMetricsListAllOf ¶
type NullableMetricsListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableMetricsListAllOf ¶
func NewNullableMetricsListAllOf(val *MetricsListAllOf) *NullableMetricsListAllOf
func (NullableMetricsListAllOf) Get ¶
func (v NullableMetricsListAllOf) Get() *MetricsListAllOf
func (NullableMetricsListAllOf) IsSet ¶
func (v NullableMetricsListAllOf) IsSet() bool
func (NullableMetricsListAllOf) MarshalJSON ¶
func (v NullableMetricsListAllOf) MarshalJSON() ([]byte, error)
func (*NullableMetricsListAllOf) Set ¶
func (v *NullableMetricsListAllOf) Set(val *MetricsListAllOf)
func (*NullableMetricsListAllOf) UnmarshalJSON ¶
func (v *NullableMetricsListAllOf) UnmarshalJSON(src []byte) error
func (*NullableMetricsListAllOf) Unset ¶
func (v *NullableMetricsListAllOf) Unset()
type NullableNotificationContactCreateRequest ¶
type NullableNotificationContactCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableNotificationContactCreateRequest ¶
func NewNullableNotificationContactCreateRequest(val *NotificationContactCreateRequest) *NullableNotificationContactCreateRequest
func (NullableNotificationContactCreateRequest) IsSet ¶
func (v NullableNotificationContactCreateRequest) IsSet() bool
func (NullableNotificationContactCreateRequest) MarshalJSON ¶
func (v NullableNotificationContactCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableNotificationContactCreateRequest) Set ¶
func (v *NullableNotificationContactCreateRequest) Set(val *NotificationContactCreateRequest)
func (*NullableNotificationContactCreateRequest) UnmarshalJSON ¶
func (v *NullableNotificationContactCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableNotificationContactCreateRequest) Unset ¶
func (v *NullableNotificationContactCreateRequest) Unset()
type NullableNotificationRequest ¶
type NullableNotificationRequest struct {
// contains filtered or unexported fields
}
func NewNullableNotificationRequest ¶
func NewNullableNotificationRequest(val *NotificationRequest) *NullableNotificationRequest
func (NullableNotificationRequest) Get ¶
func (v NullableNotificationRequest) Get() *NotificationRequest
func (NullableNotificationRequest) IsSet ¶
func (v NullableNotificationRequest) IsSet() bool
func (NullableNotificationRequest) MarshalJSON ¶
func (v NullableNotificationRequest) MarshalJSON() ([]byte, error)
func (*NullableNotificationRequest) Set ¶
func (v *NullableNotificationRequest) Set(val *NotificationRequest)
func (*NullableNotificationRequest) UnmarshalJSON ¶
func (v *NullableNotificationRequest) UnmarshalJSON(src []byte) error
func (*NullableNotificationRequest) Unset ¶
func (v *NullableNotificationRequest) Unset()
type NullableObjectReference ¶
type NullableObjectReference struct {
// contains filtered or unexported fields
}
func NewNullableObjectReference ¶
func NewNullableObjectReference(val *ObjectReference) *NullableObjectReference
func (NullableObjectReference) Get ¶
func (v NullableObjectReference) Get() *ObjectReference
func (NullableObjectReference) IsSet ¶
func (v NullableObjectReference) IsSet() bool
func (NullableObjectReference) MarshalJSON ¶
func (v NullableObjectReference) MarshalJSON() ([]byte, error)
func (*NullableObjectReference) Set ¶
func (v *NullableObjectReference) Set(val *ObjectReference)
func (*NullableObjectReference) UnmarshalJSON ¶
func (v *NullableObjectReference) UnmarshalJSON(src []byte) error
func (*NullableObjectReference) Unset ¶
func (v *NullableObjectReference) Unset()
type NullableOneMetric ¶
type NullableOneMetric struct {
// contains filtered or unexported fields
}
func NewNullableOneMetric ¶
func NewNullableOneMetric(val *OneMetric) *NullableOneMetric
func (NullableOneMetric) Get ¶
func (v NullableOneMetric) Get() *OneMetric
func (NullableOneMetric) IsSet ¶
func (v NullableOneMetric) IsSet() bool
func (NullableOneMetric) MarshalJSON ¶
func (v NullableOneMetric) MarshalJSON() ([]byte, error)
func (*NullableOneMetric) Set ¶
func (v *NullableOneMetric) Set(val *OneMetric)
func (*NullableOneMetric) UnmarshalJSON ¶
func (v *NullableOneMetric) UnmarshalJSON(src []byte) error
func (*NullableOneMetric) Unset ¶
func (v *NullableOneMetric) Unset()
type NullableOrganization ¶
type NullableOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganization ¶
func NewNullableOrganization(val *Organization) *NullableOrganization
func (NullableOrganization) Get ¶
func (v NullableOrganization) Get() *Organization
func (NullableOrganization) IsSet ¶
func (v NullableOrganization) IsSet() bool
func (NullableOrganization) MarshalJSON ¶
func (v NullableOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganization) Set ¶
func (v *NullableOrganization) Set(val *Organization)
func (*NullableOrganization) UnmarshalJSON ¶
func (v *NullableOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganization) Unset ¶
func (v *NullableOrganization) Unset()
type NullableOrganizationAllOf ¶
type NullableOrganizationAllOf struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAllOf ¶
func NewNullableOrganizationAllOf(val *OrganizationAllOf) *NullableOrganizationAllOf
func (NullableOrganizationAllOf) Get ¶
func (v NullableOrganizationAllOf) Get() *OrganizationAllOf
func (NullableOrganizationAllOf) IsSet ¶
func (v NullableOrganizationAllOf) IsSet() bool
func (NullableOrganizationAllOf) MarshalJSON ¶
func (v NullableOrganizationAllOf) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAllOf) Set ¶
func (v *NullableOrganizationAllOf) Set(val *OrganizationAllOf)
func (*NullableOrganizationAllOf) UnmarshalJSON ¶
func (v *NullableOrganizationAllOf) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAllOf) Unset ¶
func (v *NullableOrganizationAllOf) Unset()
type NullableOrganizationList ¶
type NullableOrganizationList struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationList ¶
func NewNullableOrganizationList(val *OrganizationList) *NullableOrganizationList
func (NullableOrganizationList) Get ¶
func (v NullableOrganizationList) Get() *OrganizationList
func (NullableOrganizationList) IsSet ¶
func (v NullableOrganizationList) IsSet() bool
func (NullableOrganizationList) MarshalJSON ¶
func (v NullableOrganizationList) MarshalJSON() ([]byte, error)
func (*NullableOrganizationList) Set ¶
func (v *NullableOrganizationList) Set(val *OrganizationList)
func (*NullableOrganizationList) UnmarshalJSON ¶
func (v *NullableOrganizationList) UnmarshalJSON(src []byte) error
func (*NullableOrganizationList) Unset ¶
func (v *NullableOrganizationList) Unset()
type NullableOrganizationListAllOf ¶
type NullableOrganizationListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationListAllOf ¶
func NewNullableOrganizationListAllOf(val *OrganizationListAllOf) *NullableOrganizationListAllOf
func (NullableOrganizationListAllOf) Get ¶
func (v NullableOrganizationListAllOf) Get() *OrganizationListAllOf
func (NullableOrganizationListAllOf) IsSet ¶
func (v NullableOrganizationListAllOf) IsSet() bool
func (NullableOrganizationListAllOf) MarshalJSON ¶
func (v NullableOrganizationListAllOf) MarshalJSON() ([]byte, error)
func (*NullableOrganizationListAllOf) Set ¶
func (v *NullableOrganizationListAllOf) Set(val *OrganizationListAllOf)
func (*NullableOrganizationListAllOf) UnmarshalJSON ¶
func (v *NullableOrganizationListAllOf) UnmarshalJSON(src []byte) error
func (*NullableOrganizationListAllOf) Unset ¶
func (v *NullableOrganizationListAllOf) Unset()
type NullableOrganizationPatchRequest ¶
type NullableOrganizationPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationPatchRequest ¶
func NewNullableOrganizationPatchRequest(val *OrganizationPatchRequest) *NullableOrganizationPatchRequest
func (NullableOrganizationPatchRequest) Get ¶
func (v NullableOrganizationPatchRequest) Get() *OrganizationPatchRequest
func (NullableOrganizationPatchRequest) IsSet ¶
func (v NullableOrganizationPatchRequest) IsSet() bool
func (NullableOrganizationPatchRequest) MarshalJSON ¶
func (v NullableOrganizationPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableOrganizationPatchRequest) Set ¶
func (v *NullableOrganizationPatchRequest) Set(val *OrganizationPatchRequest)
func (*NullableOrganizationPatchRequest) UnmarshalJSON ¶
func (v *NullableOrganizationPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableOrganizationPatchRequest) Unset ¶
func (v *NullableOrganizationPatchRequest) Unset()
type NullablePermission ¶
type NullablePermission struct {
// contains filtered or unexported fields
}
func NewNullablePermission ¶
func NewNullablePermission(val *Permission) *NullablePermission
func (NullablePermission) Get ¶
func (v NullablePermission) Get() *Permission
func (NullablePermission) IsSet ¶
func (v NullablePermission) IsSet() bool
func (NullablePermission) MarshalJSON ¶
func (v NullablePermission) MarshalJSON() ([]byte, error)
func (*NullablePermission) Set ¶
func (v *NullablePermission) Set(val *Permission)
func (*NullablePermission) UnmarshalJSON ¶
func (v *NullablePermission) UnmarshalJSON(src []byte) error
func (*NullablePermission) Unset ¶
func (v *NullablePermission) Unset()
type NullablePermissionAllOf ¶
type NullablePermissionAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePermissionAllOf ¶
func NewNullablePermissionAllOf(val *PermissionAllOf) *NullablePermissionAllOf
func (NullablePermissionAllOf) Get ¶
func (v NullablePermissionAllOf) Get() *PermissionAllOf
func (NullablePermissionAllOf) IsSet ¶
func (v NullablePermissionAllOf) IsSet() bool
func (NullablePermissionAllOf) MarshalJSON ¶
func (v NullablePermissionAllOf) MarshalJSON() ([]byte, error)
func (*NullablePermissionAllOf) Set ¶
func (v *NullablePermissionAllOf) Set(val *PermissionAllOf)
func (*NullablePermissionAllOf) UnmarshalJSON ¶
func (v *NullablePermissionAllOf) UnmarshalJSON(src []byte) error
func (*NullablePermissionAllOf) Unset ¶
func (v *NullablePermissionAllOf) Unset()
type NullablePermissionList ¶
type NullablePermissionList struct {
// contains filtered or unexported fields
}
func NewNullablePermissionList ¶
func NewNullablePermissionList(val *PermissionList) *NullablePermissionList
func (NullablePermissionList) Get ¶
func (v NullablePermissionList) Get() *PermissionList
func (NullablePermissionList) IsSet ¶
func (v NullablePermissionList) IsSet() bool
func (NullablePermissionList) MarshalJSON ¶
func (v NullablePermissionList) MarshalJSON() ([]byte, error)
func (*NullablePermissionList) Set ¶
func (v *NullablePermissionList) Set(val *PermissionList)
func (*NullablePermissionList) UnmarshalJSON ¶
func (v *NullablePermissionList) UnmarshalJSON(src []byte) error
func (*NullablePermissionList) Unset ¶
func (v *NullablePermissionList) Unset()
type NullablePermissionListAllOf ¶
type NullablePermissionListAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePermissionListAllOf ¶
func NewNullablePermissionListAllOf(val *PermissionListAllOf) *NullablePermissionListAllOf
func (NullablePermissionListAllOf) Get ¶
func (v NullablePermissionListAllOf) Get() *PermissionListAllOf
func (NullablePermissionListAllOf) IsSet ¶
func (v NullablePermissionListAllOf) IsSet() bool
func (NullablePermissionListAllOf) MarshalJSON ¶
func (v NullablePermissionListAllOf) MarshalJSON() ([]byte, error)
func (*NullablePermissionListAllOf) Set ¶
func (v *NullablePermissionListAllOf) Set(val *PermissionListAllOf)
func (*NullablePermissionListAllOf) UnmarshalJSON ¶
func (v *NullablePermissionListAllOf) UnmarshalJSON(src []byte) error
func (*NullablePermissionListAllOf) Unset ¶
func (v *NullablePermissionListAllOf) Unset()
type NullablePlan ¶
type NullablePlan struct {
// contains filtered or unexported fields
}
func NewNullablePlan ¶
func NewNullablePlan(val *Plan) *NullablePlan
func (NullablePlan) Get ¶
func (v NullablePlan) Get() *Plan
func (NullablePlan) IsSet ¶
func (v NullablePlan) IsSet() bool
func (NullablePlan) MarshalJSON ¶
func (v NullablePlan) MarshalJSON() ([]byte, error)
func (*NullablePlan) Set ¶
func (v *NullablePlan) Set(val *Plan)
func (*NullablePlan) UnmarshalJSON ¶
func (v *NullablePlan) UnmarshalJSON(src []byte) error
func (*NullablePlan) Unset ¶
func (v *NullablePlan) Unset()
type NullablePlanAllOf ¶
type NullablePlanAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePlanAllOf ¶
func NewNullablePlanAllOf(val *PlanAllOf) *NullablePlanAllOf
func (NullablePlanAllOf) Get ¶
func (v NullablePlanAllOf) Get() *PlanAllOf
func (NullablePlanAllOf) IsSet ¶
func (v NullablePlanAllOf) IsSet() bool
func (NullablePlanAllOf) MarshalJSON ¶
func (v NullablePlanAllOf) MarshalJSON() ([]byte, error)
func (*NullablePlanAllOf) Set ¶
func (v *NullablePlanAllOf) Set(val *PlanAllOf)
func (*NullablePlanAllOf) UnmarshalJSON ¶
func (v *NullablePlanAllOf) UnmarshalJSON(src []byte) error
func (*NullablePlanAllOf) Unset ¶
func (v *NullablePlanAllOf) Unset()
type NullablePlanList ¶
type NullablePlanList struct {
// contains filtered or unexported fields
}
func NewNullablePlanList ¶
func NewNullablePlanList(val *PlanList) *NullablePlanList
func (NullablePlanList) Get ¶
func (v NullablePlanList) Get() *PlanList
func (NullablePlanList) IsSet ¶
func (v NullablePlanList) IsSet() bool
func (NullablePlanList) MarshalJSON ¶
func (v NullablePlanList) MarshalJSON() ([]byte, error)
func (*NullablePlanList) Set ¶
func (v *NullablePlanList) Set(val *PlanList)
func (*NullablePlanList) UnmarshalJSON ¶
func (v *NullablePlanList) UnmarshalJSON(src []byte) error
func (*NullablePlanList) Unset ¶
func (v *NullablePlanList) Unset()
type NullablePlanListAllOf ¶
type NullablePlanListAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePlanListAllOf ¶
func NewNullablePlanListAllOf(val *PlanListAllOf) *NullablePlanListAllOf
func (NullablePlanListAllOf) Get ¶
func (v NullablePlanListAllOf) Get() *PlanListAllOf
func (NullablePlanListAllOf) IsSet ¶
func (v NullablePlanListAllOf) IsSet() bool
func (NullablePlanListAllOf) MarshalJSON ¶
func (v NullablePlanListAllOf) MarshalJSON() ([]byte, error)
func (*NullablePlanListAllOf) Set ¶
func (v *NullablePlanListAllOf) Set(val *PlanListAllOf)
func (*NullablePlanListAllOf) UnmarshalJSON ¶
func (v *NullablePlanListAllOf) UnmarshalJSON(src []byte) error
func (*NullablePlanListAllOf) Unset ¶
func (v *NullablePlanListAllOf) Unset()
type NullablePullSecretRequest ¶
type NullablePullSecretRequest struct {
// contains filtered or unexported fields
}
func NewNullablePullSecretRequest ¶
func NewNullablePullSecretRequest(val *PullSecretRequest) *NullablePullSecretRequest
func (NullablePullSecretRequest) Get ¶
func (v NullablePullSecretRequest) Get() *PullSecretRequest
func (NullablePullSecretRequest) IsSet ¶
func (v NullablePullSecretRequest) IsSet() bool
func (NullablePullSecretRequest) MarshalJSON ¶
func (v NullablePullSecretRequest) MarshalJSON() ([]byte, error)
func (*NullablePullSecretRequest) Set ¶
func (v *NullablePullSecretRequest) Set(val *PullSecretRequest)
func (*NullablePullSecretRequest) UnmarshalJSON ¶
func (v *NullablePullSecretRequest) UnmarshalJSON(src []byte) error
func (*NullablePullSecretRequest) Unset ¶
func (v *NullablePullSecretRequest) Unset()
type NullableQuotaCost ¶
type NullableQuotaCost struct {
// contains filtered or unexported fields
}
func NewNullableQuotaCost ¶
func NewNullableQuotaCost(val *QuotaCost) *NullableQuotaCost
func (NullableQuotaCost) Get ¶
func (v NullableQuotaCost) Get() *QuotaCost
func (NullableQuotaCost) IsSet ¶
func (v NullableQuotaCost) IsSet() bool
func (NullableQuotaCost) MarshalJSON ¶
func (v NullableQuotaCost) MarshalJSON() ([]byte, error)
func (*NullableQuotaCost) Set ¶
func (v *NullableQuotaCost) Set(val *QuotaCost)
func (*NullableQuotaCost) UnmarshalJSON ¶
func (v *NullableQuotaCost) UnmarshalJSON(src []byte) error
func (*NullableQuotaCost) Unset ¶
func (v *NullableQuotaCost) Unset()
type NullableQuotaCostAllOf ¶
type NullableQuotaCostAllOf struct {
// contains filtered or unexported fields
}
func NewNullableQuotaCostAllOf ¶
func NewNullableQuotaCostAllOf(val *QuotaCostAllOf) *NullableQuotaCostAllOf
func (NullableQuotaCostAllOf) Get ¶
func (v NullableQuotaCostAllOf) Get() *QuotaCostAllOf
func (NullableQuotaCostAllOf) IsSet ¶
func (v NullableQuotaCostAllOf) IsSet() bool
func (NullableQuotaCostAllOf) MarshalJSON ¶
func (v NullableQuotaCostAllOf) MarshalJSON() ([]byte, error)
func (*NullableQuotaCostAllOf) Set ¶
func (v *NullableQuotaCostAllOf) Set(val *QuotaCostAllOf)
func (*NullableQuotaCostAllOf) UnmarshalJSON ¶
func (v *NullableQuotaCostAllOf) UnmarshalJSON(src []byte) error
func (*NullableQuotaCostAllOf) Unset ¶
func (v *NullableQuotaCostAllOf) Unset()
type NullableQuotaCostList ¶
type NullableQuotaCostList struct {
// contains filtered or unexported fields
}
func NewNullableQuotaCostList ¶
func NewNullableQuotaCostList(val *QuotaCostList) *NullableQuotaCostList
func (NullableQuotaCostList) Get ¶
func (v NullableQuotaCostList) Get() *QuotaCostList
func (NullableQuotaCostList) IsSet ¶
func (v NullableQuotaCostList) IsSet() bool
func (NullableQuotaCostList) MarshalJSON ¶
func (v NullableQuotaCostList) MarshalJSON() ([]byte, error)
func (*NullableQuotaCostList) Set ¶
func (v *NullableQuotaCostList) Set(val *QuotaCostList)
func (*NullableQuotaCostList) UnmarshalJSON ¶
func (v *NullableQuotaCostList) UnmarshalJSON(src []byte) error
func (*NullableQuotaCostList) Unset ¶
func (v *NullableQuotaCostList) Unset()
type NullableQuotaCostListAllOf ¶
type NullableQuotaCostListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableQuotaCostListAllOf ¶
func NewNullableQuotaCostListAllOf(val *QuotaCostListAllOf) *NullableQuotaCostListAllOf
func (NullableQuotaCostListAllOf) Get ¶
func (v NullableQuotaCostListAllOf) Get() *QuotaCostListAllOf
func (NullableQuotaCostListAllOf) IsSet ¶
func (v NullableQuotaCostListAllOf) IsSet() bool
func (NullableQuotaCostListAllOf) MarshalJSON ¶
func (v NullableQuotaCostListAllOf) MarshalJSON() ([]byte, error)
func (*NullableQuotaCostListAllOf) Set ¶
func (v *NullableQuotaCostListAllOf) Set(val *QuotaCostListAllOf)
func (*NullableQuotaCostListAllOf) UnmarshalJSON ¶
func (v *NullableQuotaCostListAllOf) UnmarshalJSON(src []byte) error
func (*NullableQuotaCostListAllOf) Unset ¶
func (v *NullableQuotaCostListAllOf) Unset()
type NullableQuotaSummary ¶
type NullableQuotaSummary struct {
// contains filtered or unexported fields
}
func NewNullableQuotaSummary ¶
func NewNullableQuotaSummary(val *QuotaSummary) *NullableQuotaSummary
func (NullableQuotaSummary) Get ¶
func (v NullableQuotaSummary) Get() *QuotaSummary
func (NullableQuotaSummary) IsSet ¶
func (v NullableQuotaSummary) IsSet() bool
func (NullableQuotaSummary) MarshalJSON ¶
func (v NullableQuotaSummary) MarshalJSON() ([]byte, error)
func (*NullableQuotaSummary) Set ¶
func (v *NullableQuotaSummary) Set(val *QuotaSummary)
func (*NullableQuotaSummary) UnmarshalJSON ¶
func (v *NullableQuotaSummary) UnmarshalJSON(src []byte) error
func (*NullableQuotaSummary) Unset ¶
func (v *NullableQuotaSummary) Unset()
type NullableQuotaSummaryAllOf ¶
type NullableQuotaSummaryAllOf struct {
// contains filtered or unexported fields
}
func NewNullableQuotaSummaryAllOf ¶
func NewNullableQuotaSummaryAllOf(val *QuotaSummaryAllOf) *NullableQuotaSummaryAllOf
func (NullableQuotaSummaryAllOf) Get ¶
func (v NullableQuotaSummaryAllOf) Get() *QuotaSummaryAllOf
func (NullableQuotaSummaryAllOf) IsSet ¶
func (v NullableQuotaSummaryAllOf) IsSet() bool
func (NullableQuotaSummaryAllOf) MarshalJSON ¶
func (v NullableQuotaSummaryAllOf) MarshalJSON() ([]byte, error)
func (*NullableQuotaSummaryAllOf) Set ¶
func (v *NullableQuotaSummaryAllOf) Set(val *QuotaSummaryAllOf)
func (*NullableQuotaSummaryAllOf) UnmarshalJSON ¶
func (v *NullableQuotaSummaryAllOf) UnmarshalJSON(src []byte) error
func (*NullableQuotaSummaryAllOf) Unset ¶
func (v *NullableQuotaSummaryAllOf) Unset()
type NullableQuotaSummaryList ¶
type NullableQuotaSummaryList struct {
// contains filtered or unexported fields
}
func NewNullableQuotaSummaryList ¶
func NewNullableQuotaSummaryList(val *QuotaSummaryList) *NullableQuotaSummaryList
func (NullableQuotaSummaryList) Get ¶
func (v NullableQuotaSummaryList) Get() *QuotaSummaryList
func (NullableQuotaSummaryList) IsSet ¶
func (v NullableQuotaSummaryList) IsSet() bool
func (NullableQuotaSummaryList) MarshalJSON ¶
func (v NullableQuotaSummaryList) MarshalJSON() ([]byte, error)
func (*NullableQuotaSummaryList) Set ¶
func (v *NullableQuotaSummaryList) Set(val *QuotaSummaryList)
func (*NullableQuotaSummaryList) UnmarshalJSON ¶
func (v *NullableQuotaSummaryList) UnmarshalJSON(src []byte) error
func (*NullableQuotaSummaryList) Unset ¶
func (v *NullableQuotaSummaryList) Unset()
type NullableQuotaSummaryListAllOf ¶
type NullableQuotaSummaryListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableQuotaSummaryListAllOf ¶
func NewNullableQuotaSummaryListAllOf(val *QuotaSummaryListAllOf) *NullableQuotaSummaryListAllOf
func (NullableQuotaSummaryListAllOf) Get ¶
func (v NullableQuotaSummaryListAllOf) Get() *QuotaSummaryListAllOf
func (NullableQuotaSummaryListAllOf) IsSet ¶
func (v NullableQuotaSummaryListAllOf) IsSet() bool
func (NullableQuotaSummaryListAllOf) MarshalJSON ¶
func (v NullableQuotaSummaryListAllOf) MarshalJSON() ([]byte, error)
func (*NullableQuotaSummaryListAllOf) Set ¶
func (v *NullableQuotaSummaryListAllOf) Set(val *QuotaSummaryListAllOf)
func (*NullableQuotaSummaryListAllOf) UnmarshalJSON ¶
func (v *NullableQuotaSummaryListAllOf) UnmarshalJSON(src []byte) error
func (*NullableQuotaSummaryListAllOf) Unset ¶
func (v *NullableQuotaSummaryListAllOf) Unset()
type NullableRegistry ¶
type NullableRegistry struct {
// contains filtered or unexported fields
}
func NewNullableRegistry ¶
func NewNullableRegistry(val *Registry) *NullableRegistry
func (NullableRegistry) Get ¶
func (v NullableRegistry) Get() *Registry
func (NullableRegistry) IsSet ¶
func (v NullableRegistry) IsSet() bool
func (NullableRegistry) MarshalJSON ¶
func (v NullableRegistry) MarshalJSON() ([]byte, error)
func (*NullableRegistry) Set ¶
func (v *NullableRegistry) Set(val *Registry)
func (*NullableRegistry) UnmarshalJSON ¶
func (v *NullableRegistry) UnmarshalJSON(src []byte) error
func (*NullableRegistry) Unset ¶
func (v *NullableRegistry) Unset()
type NullableRegistryAllOf ¶
type NullableRegistryAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRegistryAllOf ¶
func NewNullableRegistryAllOf(val *RegistryAllOf) *NullableRegistryAllOf
func (NullableRegistryAllOf) Get ¶
func (v NullableRegistryAllOf) Get() *RegistryAllOf
func (NullableRegistryAllOf) IsSet ¶
func (v NullableRegistryAllOf) IsSet() bool
func (NullableRegistryAllOf) MarshalJSON ¶
func (v NullableRegistryAllOf) MarshalJSON() ([]byte, error)
func (*NullableRegistryAllOf) Set ¶
func (v *NullableRegistryAllOf) Set(val *RegistryAllOf)
func (*NullableRegistryAllOf) UnmarshalJSON ¶
func (v *NullableRegistryAllOf) UnmarshalJSON(src []byte) error
func (*NullableRegistryAllOf) Unset ¶
func (v *NullableRegistryAllOf) Unset()
type NullableRegistryCreateRequest ¶
type NullableRegistryCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableRegistryCreateRequest ¶
func NewNullableRegistryCreateRequest(val *RegistryCreateRequest) *NullableRegistryCreateRequest
func (NullableRegistryCreateRequest) Get ¶
func (v NullableRegistryCreateRequest) Get() *RegistryCreateRequest
func (NullableRegistryCreateRequest) IsSet ¶
func (v NullableRegistryCreateRequest) IsSet() bool
func (NullableRegistryCreateRequest) MarshalJSON ¶
func (v NullableRegistryCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableRegistryCreateRequest) Set ¶
func (v *NullableRegistryCreateRequest) Set(val *RegistryCreateRequest)
func (*NullableRegistryCreateRequest) UnmarshalJSON ¶
func (v *NullableRegistryCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableRegistryCreateRequest) Unset ¶
func (v *NullableRegistryCreateRequest) Unset()
type NullableRegistryCredential ¶
type NullableRegistryCredential struct {
// contains filtered or unexported fields
}
func NewNullableRegistryCredential ¶
func NewNullableRegistryCredential(val *RegistryCredential) *NullableRegistryCredential
func (NullableRegistryCredential) Get ¶
func (v NullableRegistryCredential) Get() *RegistryCredential
func (NullableRegistryCredential) IsSet ¶
func (v NullableRegistryCredential) IsSet() bool
func (NullableRegistryCredential) MarshalJSON ¶
func (v NullableRegistryCredential) MarshalJSON() ([]byte, error)
func (*NullableRegistryCredential) Set ¶
func (v *NullableRegistryCredential) Set(val *RegistryCredential)
func (*NullableRegistryCredential) UnmarshalJSON ¶
func (v *NullableRegistryCredential) UnmarshalJSON(src []byte) error
func (*NullableRegistryCredential) Unset ¶
func (v *NullableRegistryCredential) Unset()
type NullableRegistryCredentialAllOf ¶
type NullableRegistryCredentialAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRegistryCredentialAllOf ¶
func NewNullableRegistryCredentialAllOf(val *RegistryCredentialAllOf) *NullableRegistryCredentialAllOf
func (NullableRegistryCredentialAllOf) Get ¶
func (v NullableRegistryCredentialAllOf) Get() *RegistryCredentialAllOf
func (NullableRegistryCredentialAllOf) IsSet ¶
func (v NullableRegistryCredentialAllOf) IsSet() bool
func (NullableRegistryCredentialAllOf) MarshalJSON ¶
func (v NullableRegistryCredentialAllOf) MarshalJSON() ([]byte, error)
func (*NullableRegistryCredentialAllOf) Set ¶
func (v *NullableRegistryCredentialAllOf) Set(val *RegistryCredentialAllOf)
func (*NullableRegistryCredentialAllOf) UnmarshalJSON ¶
func (v *NullableRegistryCredentialAllOf) UnmarshalJSON(src []byte) error
func (*NullableRegistryCredentialAllOf) Unset ¶
func (v *NullableRegistryCredentialAllOf) Unset()
type NullableRegistryCredentialList ¶
type NullableRegistryCredentialList struct {
// contains filtered or unexported fields
}
func NewNullableRegistryCredentialList ¶
func NewNullableRegistryCredentialList(val *RegistryCredentialList) *NullableRegistryCredentialList
func (NullableRegistryCredentialList) Get ¶
func (v NullableRegistryCredentialList) Get() *RegistryCredentialList
func (NullableRegistryCredentialList) IsSet ¶
func (v NullableRegistryCredentialList) IsSet() bool
func (NullableRegistryCredentialList) MarshalJSON ¶
func (v NullableRegistryCredentialList) MarshalJSON() ([]byte, error)
func (*NullableRegistryCredentialList) Set ¶
func (v *NullableRegistryCredentialList) Set(val *RegistryCredentialList)
func (*NullableRegistryCredentialList) UnmarshalJSON ¶
func (v *NullableRegistryCredentialList) UnmarshalJSON(src []byte) error
func (*NullableRegistryCredentialList) Unset ¶
func (v *NullableRegistryCredentialList) Unset()
type NullableRegistryCredentialListAllOf ¶
type NullableRegistryCredentialListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRegistryCredentialListAllOf ¶
func NewNullableRegistryCredentialListAllOf(val *RegistryCredentialListAllOf) *NullableRegistryCredentialListAllOf
func (NullableRegistryCredentialListAllOf) Get ¶
func (v NullableRegistryCredentialListAllOf) Get() *RegistryCredentialListAllOf
func (NullableRegistryCredentialListAllOf) IsSet ¶
func (v NullableRegistryCredentialListAllOf) IsSet() bool
func (NullableRegistryCredentialListAllOf) MarshalJSON ¶
func (v NullableRegistryCredentialListAllOf) MarshalJSON() ([]byte, error)
func (*NullableRegistryCredentialListAllOf) Set ¶
func (v *NullableRegistryCredentialListAllOf) Set(val *RegistryCredentialListAllOf)
func (*NullableRegistryCredentialListAllOf) UnmarshalJSON ¶
func (v *NullableRegistryCredentialListAllOf) UnmarshalJSON(src []byte) error
func (*NullableRegistryCredentialListAllOf) Unset ¶
func (v *NullableRegistryCredentialListAllOf) Unset()
type NullableRegistryCredentialPatchRequest ¶
type NullableRegistryCredentialPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableRegistryCredentialPatchRequest ¶
func NewNullableRegistryCredentialPatchRequest(val *RegistryCredentialPatchRequest) *NullableRegistryCredentialPatchRequest
func (NullableRegistryCredentialPatchRequest) Get ¶
func (v NullableRegistryCredentialPatchRequest) Get() *RegistryCredentialPatchRequest
func (NullableRegistryCredentialPatchRequest) IsSet ¶
func (v NullableRegistryCredentialPatchRequest) IsSet() bool
func (NullableRegistryCredentialPatchRequest) MarshalJSON ¶
func (v NullableRegistryCredentialPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableRegistryCredentialPatchRequest) Set ¶
func (v *NullableRegistryCredentialPatchRequest) Set(val *RegistryCredentialPatchRequest)
func (*NullableRegistryCredentialPatchRequest) UnmarshalJSON ¶
func (v *NullableRegistryCredentialPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableRegistryCredentialPatchRequest) Unset ¶
func (v *NullableRegistryCredentialPatchRequest) Unset()
type NullableRegistryList ¶
type NullableRegistryList struct {
// contains filtered or unexported fields
}
func NewNullableRegistryList ¶
func NewNullableRegistryList(val *RegistryList) *NullableRegistryList
func (NullableRegistryList) Get ¶
func (v NullableRegistryList) Get() *RegistryList
func (NullableRegistryList) IsSet ¶
func (v NullableRegistryList) IsSet() bool
func (NullableRegistryList) MarshalJSON ¶
func (v NullableRegistryList) MarshalJSON() ([]byte, error)
func (*NullableRegistryList) Set ¶
func (v *NullableRegistryList) Set(val *RegistryList)
func (*NullableRegistryList) UnmarshalJSON ¶
func (v *NullableRegistryList) UnmarshalJSON(src []byte) error
func (*NullableRegistryList) Unset ¶
func (v *NullableRegistryList) Unset()
type NullableRegistryListAllOf ¶
type NullableRegistryListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRegistryListAllOf ¶
func NewNullableRegistryListAllOf(val *RegistryListAllOf) *NullableRegistryListAllOf
func (NullableRegistryListAllOf) Get ¶
func (v NullableRegistryListAllOf) Get() *RegistryListAllOf
func (NullableRegistryListAllOf) IsSet ¶
func (v NullableRegistryListAllOf) IsSet() bool
func (NullableRegistryListAllOf) MarshalJSON ¶
func (v NullableRegistryListAllOf) MarshalJSON() ([]byte, error)
func (*NullableRegistryListAllOf) Set ¶
func (v *NullableRegistryListAllOf) Set(val *RegistryListAllOf)
func (*NullableRegistryListAllOf) UnmarshalJSON ¶
func (v *NullableRegistryListAllOf) UnmarshalJSON(src []byte) error
func (*NullableRegistryListAllOf) Unset ¶
func (v *NullableRegistryListAllOf) Unset()
type NullableRegistryRequest ¶
type NullableRegistryRequest struct {
// contains filtered or unexported fields
}
func NewNullableRegistryRequest ¶
func NewNullableRegistryRequest(val *RegistryRequest) *NullableRegistryRequest
func (NullableRegistryRequest) Get ¶
func (v NullableRegistryRequest) Get() *RegistryRequest
func (NullableRegistryRequest) IsSet ¶
func (v NullableRegistryRequest) IsSet() bool
func (NullableRegistryRequest) MarshalJSON ¶
func (v NullableRegistryRequest) MarshalJSON() ([]byte, error)
func (*NullableRegistryRequest) Set ¶
func (v *NullableRegistryRequest) Set(val *RegistryRequest)
func (*NullableRegistryRequest) UnmarshalJSON ¶
func (v *NullableRegistryRequest) UnmarshalJSON(src []byte) error
func (*NullableRegistryRequest) Unset ¶
func (v *NullableRegistryRequest) Unset()
type NullableRelatedResource ¶
type NullableRelatedResource struct {
// contains filtered or unexported fields
}
func NewNullableRelatedResource ¶
func NewNullableRelatedResource(val *RelatedResource) *NullableRelatedResource
func (NullableRelatedResource) Get ¶
func (v NullableRelatedResource) Get() *RelatedResource
func (NullableRelatedResource) IsSet ¶
func (v NullableRelatedResource) IsSet() bool
func (NullableRelatedResource) MarshalJSON ¶
func (v NullableRelatedResource) MarshalJSON() ([]byte, error)
func (*NullableRelatedResource) Set ¶
func (v *NullableRelatedResource) Set(val *RelatedResource)
func (*NullableRelatedResource) UnmarshalJSON ¶
func (v *NullableRelatedResource) UnmarshalJSON(src []byte) error
func (*NullableRelatedResource) Unset ¶
func (v *NullableRelatedResource) Unset()
type NullableRelatedResourceAllOf ¶
type NullableRelatedResourceAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRelatedResourceAllOf ¶
func NewNullableRelatedResourceAllOf(val *RelatedResourceAllOf) *NullableRelatedResourceAllOf
func (NullableRelatedResourceAllOf) Get ¶
func (v NullableRelatedResourceAllOf) Get() *RelatedResourceAllOf
func (NullableRelatedResourceAllOf) IsSet ¶
func (v NullableRelatedResourceAllOf) IsSet() bool
func (NullableRelatedResourceAllOf) MarshalJSON ¶
func (v NullableRelatedResourceAllOf) MarshalJSON() ([]byte, error)
func (*NullableRelatedResourceAllOf) Set ¶
func (v *NullableRelatedResourceAllOf) Set(val *RelatedResourceAllOf)
func (*NullableRelatedResourceAllOf) UnmarshalJSON ¶
func (v *NullableRelatedResourceAllOf) UnmarshalJSON(src []byte) error
func (*NullableRelatedResourceAllOf) Unset ¶
func (v *NullableRelatedResourceAllOf) Unset()
type NullableReservedResource ¶
type NullableReservedResource struct {
// contains filtered or unexported fields
}
func NewNullableReservedResource ¶
func NewNullableReservedResource(val *ReservedResource) *NullableReservedResource
func (NullableReservedResource) Get ¶
func (v NullableReservedResource) Get() *ReservedResource
func (NullableReservedResource) IsSet ¶
func (v NullableReservedResource) IsSet() bool
func (NullableReservedResource) MarshalJSON ¶
func (v NullableReservedResource) MarshalJSON() ([]byte, error)
func (*NullableReservedResource) Set ¶
func (v *NullableReservedResource) Set(val *ReservedResource)
func (*NullableReservedResource) UnmarshalJSON ¶
func (v *NullableReservedResource) UnmarshalJSON(src []byte) error
func (*NullableReservedResource) Unset ¶
func (v *NullableReservedResource) Unset()
type NullableReservedResourceAllOf ¶
type NullableReservedResourceAllOf struct {
// contains filtered or unexported fields
}
func NewNullableReservedResourceAllOf ¶
func NewNullableReservedResourceAllOf(val *ReservedResourceAllOf) *NullableReservedResourceAllOf
func (NullableReservedResourceAllOf) Get ¶
func (v NullableReservedResourceAllOf) Get() *ReservedResourceAllOf
func (NullableReservedResourceAllOf) IsSet ¶
func (v NullableReservedResourceAllOf) IsSet() bool
func (NullableReservedResourceAllOf) MarshalJSON ¶
func (v NullableReservedResourceAllOf) MarshalJSON() ([]byte, error)
func (*NullableReservedResourceAllOf) Set ¶
func (v *NullableReservedResourceAllOf) Set(val *ReservedResourceAllOf)
func (*NullableReservedResourceAllOf) UnmarshalJSON ¶
func (v *NullableReservedResourceAllOf) UnmarshalJSON(src []byte) error
func (*NullableReservedResourceAllOf) Unset ¶
func (v *NullableReservedResourceAllOf) Unset()
type NullableReservedResourceList ¶
type NullableReservedResourceList struct {
// contains filtered or unexported fields
}
func NewNullableReservedResourceList ¶
func NewNullableReservedResourceList(val *ReservedResourceList) *NullableReservedResourceList
func (NullableReservedResourceList) Get ¶
func (v NullableReservedResourceList) Get() *ReservedResourceList
func (NullableReservedResourceList) IsSet ¶
func (v NullableReservedResourceList) IsSet() bool
func (NullableReservedResourceList) MarshalJSON ¶
func (v NullableReservedResourceList) MarshalJSON() ([]byte, error)
func (*NullableReservedResourceList) Set ¶
func (v *NullableReservedResourceList) Set(val *ReservedResourceList)
func (*NullableReservedResourceList) UnmarshalJSON ¶
func (v *NullableReservedResourceList) UnmarshalJSON(src []byte) error
func (*NullableReservedResourceList) Unset ¶
func (v *NullableReservedResourceList) Unset()
type NullableReservedResourceListAllOf ¶
type NullableReservedResourceListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableReservedResourceListAllOf ¶
func NewNullableReservedResourceListAllOf(val *ReservedResourceListAllOf) *NullableReservedResourceListAllOf
func (NullableReservedResourceListAllOf) Get ¶
func (v NullableReservedResourceListAllOf) Get() *ReservedResourceListAllOf
func (NullableReservedResourceListAllOf) IsSet ¶
func (v NullableReservedResourceListAllOf) IsSet() bool
func (NullableReservedResourceListAllOf) MarshalJSON ¶
func (v NullableReservedResourceListAllOf) MarshalJSON() ([]byte, error)
func (*NullableReservedResourceListAllOf) Set ¶
func (v *NullableReservedResourceListAllOf) Set(val *ReservedResourceListAllOf)
func (*NullableReservedResourceListAllOf) UnmarshalJSON ¶
func (v *NullableReservedResourceListAllOf) UnmarshalJSON(src []byte) error
func (*NullableReservedResourceListAllOf) Unset ¶
func (v *NullableReservedResourceListAllOf) Unset()
type NullableResourceQuota ¶
type NullableResourceQuota struct {
// contains filtered or unexported fields
}
func NewNullableResourceQuota ¶
func NewNullableResourceQuota(val *ResourceQuota) *NullableResourceQuota
func (NullableResourceQuota) Get ¶
func (v NullableResourceQuota) Get() *ResourceQuota
func (NullableResourceQuota) IsSet ¶
func (v NullableResourceQuota) IsSet() bool
func (NullableResourceQuota) MarshalJSON ¶
func (v NullableResourceQuota) MarshalJSON() ([]byte, error)
func (*NullableResourceQuota) Set ¶
func (v *NullableResourceQuota) Set(val *ResourceQuota)
func (*NullableResourceQuota) UnmarshalJSON ¶
func (v *NullableResourceQuota) UnmarshalJSON(src []byte) error
func (*NullableResourceQuota) Unset ¶
func (v *NullableResourceQuota) Unset()
type NullableResourceQuotaAllOf ¶
type NullableResourceQuotaAllOf struct {
// contains filtered or unexported fields
}
func NewNullableResourceQuotaAllOf ¶
func NewNullableResourceQuotaAllOf(val *ResourceQuotaAllOf) *NullableResourceQuotaAllOf
func (NullableResourceQuotaAllOf) Get ¶
func (v NullableResourceQuotaAllOf) Get() *ResourceQuotaAllOf
func (NullableResourceQuotaAllOf) IsSet ¶
func (v NullableResourceQuotaAllOf) IsSet() bool
func (NullableResourceQuotaAllOf) MarshalJSON ¶
func (v NullableResourceQuotaAllOf) MarshalJSON() ([]byte, error)
func (*NullableResourceQuotaAllOf) Set ¶
func (v *NullableResourceQuotaAllOf) Set(val *ResourceQuotaAllOf)
func (*NullableResourceQuotaAllOf) UnmarshalJSON ¶
func (v *NullableResourceQuotaAllOf) UnmarshalJSON(src []byte) error
func (*NullableResourceQuotaAllOf) Unset ¶
func (v *NullableResourceQuotaAllOf) Unset()
type NullableResourceQuotaList ¶
type NullableResourceQuotaList struct {
// contains filtered or unexported fields
}
func NewNullableResourceQuotaList ¶
func NewNullableResourceQuotaList(val *ResourceQuotaList) *NullableResourceQuotaList
func (NullableResourceQuotaList) Get ¶
func (v NullableResourceQuotaList) Get() *ResourceQuotaList
func (NullableResourceQuotaList) IsSet ¶
func (v NullableResourceQuotaList) IsSet() bool
func (NullableResourceQuotaList) MarshalJSON ¶
func (v NullableResourceQuotaList) MarshalJSON() ([]byte, error)
func (*NullableResourceQuotaList) Set ¶
func (v *NullableResourceQuotaList) Set(val *ResourceQuotaList)
func (*NullableResourceQuotaList) UnmarshalJSON ¶
func (v *NullableResourceQuotaList) UnmarshalJSON(src []byte) error
func (*NullableResourceQuotaList) Unset ¶
func (v *NullableResourceQuotaList) Unset()
type NullableResourceQuotaListAllOf ¶
type NullableResourceQuotaListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableResourceQuotaListAllOf ¶
func NewNullableResourceQuotaListAllOf(val *ResourceQuotaListAllOf) *NullableResourceQuotaListAllOf
func (NullableResourceQuotaListAllOf) Get ¶
func (v NullableResourceQuotaListAllOf) Get() *ResourceQuotaListAllOf
func (NullableResourceQuotaListAllOf) IsSet ¶
func (v NullableResourceQuotaListAllOf) IsSet() bool
func (NullableResourceQuotaListAllOf) MarshalJSON ¶
func (v NullableResourceQuotaListAllOf) MarshalJSON() ([]byte, error)
func (*NullableResourceQuotaListAllOf) Set ¶
func (v *NullableResourceQuotaListAllOf) Set(val *ResourceQuotaListAllOf)
func (*NullableResourceQuotaListAllOf) UnmarshalJSON ¶
func (v *NullableResourceQuotaListAllOf) UnmarshalJSON(src []byte) error
func (*NullableResourceQuotaListAllOf) Unset ¶
func (v *NullableResourceQuotaListAllOf) Unset()
type NullableResourceQuotaRequest ¶
type NullableResourceQuotaRequest struct {
// contains filtered or unexported fields
}
func NewNullableResourceQuotaRequest ¶
func NewNullableResourceQuotaRequest(val *ResourceQuotaRequest) *NullableResourceQuotaRequest
func (NullableResourceQuotaRequest) Get ¶
func (v NullableResourceQuotaRequest) Get() *ResourceQuotaRequest
func (NullableResourceQuotaRequest) IsSet ¶
func (v NullableResourceQuotaRequest) IsSet() bool
func (NullableResourceQuotaRequest) MarshalJSON ¶
func (v NullableResourceQuotaRequest) MarshalJSON() ([]byte, error)
func (*NullableResourceQuotaRequest) Set ¶
func (v *NullableResourceQuotaRequest) Set(val *ResourceQuotaRequest)
func (*NullableResourceQuotaRequest) UnmarshalJSON ¶
func (v *NullableResourceQuotaRequest) UnmarshalJSON(src []byte) error
func (*NullableResourceQuotaRequest) Unset ¶
func (v *NullableResourceQuotaRequest) Unset()
type NullableResourceReview ¶
type NullableResourceReview struct {
// contains filtered or unexported fields
}
func NewNullableResourceReview ¶
func NewNullableResourceReview(val *ResourceReview) *NullableResourceReview
func (NullableResourceReview) Get ¶
func (v NullableResourceReview) Get() *ResourceReview
func (NullableResourceReview) IsSet ¶
func (v NullableResourceReview) IsSet() bool
func (NullableResourceReview) MarshalJSON ¶
func (v NullableResourceReview) MarshalJSON() ([]byte, error)
func (*NullableResourceReview) Set ¶
func (v *NullableResourceReview) Set(val *ResourceReview)
func (*NullableResourceReview) UnmarshalJSON ¶
func (v *NullableResourceReview) UnmarshalJSON(src []byte) error
func (*NullableResourceReview) Unset ¶
func (v *NullableResourceReview) Unset()
type NullableResourceReviewRequest ¶
type NullableResourceReviewRequest struct {
// contains filtered or unexported fields
}
func NewNullableResourceReviewRequest ¶
func NewNullableResourceReviewRequest(val *ResourceReviewRequest) *NullableResourceReviewRequest
func (NullableResourceReviewRequest) Get ¶
func (v NullableResourceReviewRequest) Get() *ResourceReviewRequest
func (NullableResourceReviewRequest) IsSet ¶
func (v NullableResourceReviewRequest) IsSet() bool
func (NullableResourceReviewRequest) MarshalJSON ¶
func (v NullableResourceReviewRequest) MarshalJSON() ([]byte, error)
func (*NullableResourceReviewRequest) Set ¶
func (v *NullableResourceReviewRequest) Set(val *ResourceReviewRequest)
func (*NullableResourceReviewRequest) UnmarshalJSON ¶
func (v *NullableResourceReviewRequest) UnmarshalJSON(src []byte) error
func (*NullableResourceReviewRequest) Unset ¶
func (v *NullableResourceReviewRequest) Unset()
type NullableRole ¶
type NullableRole struct {
// contains filtered or unexported fields
}
func NewNullableRole ¶
func NewNullableRole(val *Role) *NullableRole
func (NullableRole) Get ¶
func (v NullableRole) Get() *Role
func (NullableRole) IsSet ¶
func (v NullableRole) IsSet() bool
func (NullableRole) MarshalJSON ¶
func (v NullableRole) MarshalJSON() ([]byte, error)
func (*NullableRole) Set ¶
func (v *NullableRole) Set(val *Role)
func (*NullableRole) UnmarshalJSON ¶
func (v *NullableRole) UnmarshalJSON(src []byte) error
func (*NullableRole) Unset ¶
func (v *NullableRole) Unset()
type NullableRoleAllOf ¶
type NullableRoleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRoleAllOf ¶
func NewNullableRoleAllOf(val *RoleAllOf) *NullableRoleAllOf
func (NullableRoleAllOf) Get ¶
func (v NullableRoleAllOf) Get() *RoleAllOf
func (NullableRoleAllOf) IsSet ¶
func (v NullableRoleAllOf) IsSet() bool
func (NullableRoleAllOf) MarshalJSON ¶
func (v NullableRoleAllOf) MarshalJSON() ([]byte, error)
func (*NullableRoleAllOf) Set ¶
func (v *NullableRoleAllOf) Set(val *RoleAllOf)
func (*NullableRoleAllOf) UnmarshalJSON ¶
func (v *NullableRoleAllOf) UnmarshalJSON(src []byte) error
func (*NullableRoleAllOf) Unset ¶
func (v *NullableRoleAllOf) Unset()
type NullableRoleBinding ¶
type NullableRoleBinding struct {
// contains filtered or unexported fields
}
func NewNullableRoleBinding ¶
func NewNullableRoleBinding(val *RoleBinding) *NullableRoleBinding
func (NullableRoleBinding) Get ¶
func (v NullableRoleBinding) Get() *RoleBinding
func (NullableRoleBinding) IsSet ¶
func (v NullableRoleBinding) IsSet() bool
func (NullableRoleBinding) MarshalJSON ¶
func (v NullableRoleBinding) MarshalJSON() ([]byte, error)
func (*NullableRoleBinding) Set ¶
func (v *NullableRoleBinding) Set(val *RoleBinding)
func (*NullableRoleBinding) UnmarshalJSON ¶
func (v *NullableRoleBinding) UnmarshalJSON(src []byte) error
func (*NullableRoleBinding) Unset ¶
func (v *NullableRoleBinding) Unset()
type NullableRoleBindingAllOf ¶
type NullableRoleBindingAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRoleBindingAllOf ¶
func NewNullableRoleBindingAllOf(val *RoleBindingAllOf) *NullableRoleBindingAllOf
func (NullableRoleBindingAllOf) Get ¶
func (v NullableRoleBindingAllOf) Get() *RoleBindingAllOf
func (NullableRoleBindingAllOf) IsSet ¶
func (v NullableRoleBindingAllOf) IsSet() bool
func (NullableRoleBindingAllOf) MarshalJSON ¶
func (v NullableRoleBindingAllOf) MarshalJSON() ([]byte, error)
func (*NullableRoleBindingAllOf) Set ¶
func (v *NullableRoleBindingAllOf) Set(val *RoleBindingAllOf)
func (*NullableRoleBindingAllOf) UnmarshalJSON ¶
func (v *NullableRoleBindingAllOf) UnmarshalJSON(src []byte) error
func (*NullableRoleBindingAllOf) Unset ¶
func (v *NullableRoleBindingAllOf) Unset()
type NullableRoleBindingCreateRequest ¶
type NullableRoleBindingCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableRoleBindingCreateRequest ¶
func NewNullableRoleBindingCreateRequest(val *RoleBindingCreateRequest) *NullableRoleBindingCreateRequest
func (NullableRoleBindingCreateRequest) Get ¶
func (v NullableRoleBindingCreateRequest) Get() *RoleBindingCreateRequest
func (NullableRoleBindingCreateRequest) IsSet ¶
func (v NullableRoleBindingCreateRequest) IsSet() bool
func (NullableRoleBindingCreateRequest) MarshalJSON ¶
func (v NullableRoleBindingCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableRoleBindingCreateRequest) Set ¶
func (v *NullableRoleBindingCreateRequest) Set(val *RoleBindingCreateRequest)
func (*NullableRoleBindingCreateRequest) UnmarshalJSON ¶
func (v *NullableRoleBindingCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableRoleBindingCreateRequest) Unset ¶
func (v *NullableRoleBindingCreateRequest) Unset()
type NullableRoleBindingList ¶
type NullableRoleBindingList struct {
// contains filtered or unexported fields
}
func NewNullableRoleBindingList ¶
func NewNullableRoleBindingList(val *RoleBindingList) *NullableRoleBindingList
func (NullableRoleBindingList) Get ¶
func (v NullableRoleBindingList) Get() *RoleBindingList
func (NullableRoleBindingList) IsSet ¶
func (v NullableRoleBindingList) IsSet() bool
func (NullableRoleBindingList) MarshalJSON ¶
func (v NullableRoleBindingList) MarshalJSON() ([]byte, error)
func (*NullableRoleBindingList) Set ¶
func (v *NullableRoleBindingList) Set(val *RoleBindingList)
func (*NullableRoleBindingList) UnmarshalJSON ¶
func (v *NullableRoleBindingList) UnmarshalJSON(src []byte) error
func (*NullableRoleBindingList) Unset ¶
func (v *NullableRoleBindingList) Unset()
type NullableRoleBindingListAllOf ¶
type NullableRoleBindingListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRoleBindingListAllOf ¶
func NewNullableRoleBindingListAllOf(val *RoleBindingListAllOf) *NullableRoleBindingListAllOf
func (NullableRoleBindingListAllOf) Get ¶
func (v NullableRoleBindingListAllOf) Get() *RoleBindingListAllOf
func (NullableRoleBindingListAllOf) IsSet ¶
func (v NullableRoleBindingListAllOf) IsSet() bool
func (NullableRoleBindingListAllOf) MarshalJSON ¶
func (v NullableRoleBindingListAllOf) MarshalJSON() ([]byte, error)
func (*NullableRoleBindingListAllOf) Set ¶
func (v *NullableRoleBindingListAllOf) Set(val *RoleBindingListAllOf)
func (*NullableRoleBindingListAllOf) UnmarshalJSON ¶
func (v *NullableRoleBindingListAllOf) UnmarshalJSON(src []byte) error
func (*NullableRoleBindingListAllOf) Unset ¶
func (v *NullableRoleBindingListAllOf) Unset()
type NullableRoleBindingRequest ¶
type NullableRoleBindingRequest struct {
// contains filtered or unexported fields
}
func NewNullableRoleBindingRequest ¶
func NewNullableRoleBindingRequest(val *RoleBindingRequest) *NullableRoleBindingRequest
func (NullableRoleBindingRequest) Get ¶
func (v NullableRoleBindingRequest) Get() *RoleBindingRequest
func (NullableRoleBindingRequest) IsSet ¶
func (v NullableRoleBindingRequest) IsSet() bool
func (NullableRoleBindingRequest) MarshalJSON ¶
func (v NullableRoleBindingRequest) MarshalJSON() ([]byte, error)
func (*NullableRoleBindingRequest) Set ¶
func (v *NullableRoleBindingRequest) Set(val *RoleBindingRequest)
func (*NullableRoleBindingRequest) UnmarshalJSON ¶
func (v *NullableRoleBindingRequest) UnmarshalJSON(src []byte) error
func (*NullableRoleBindingRequest) Unset ¶
func (v *NullableRoleBindingRequest) Unset()
type NullableRoleList ¶
type NullableRoleList struct {
// contains filtered or unexported fields
}
func NewNullableRoleList ¶
func NewNullableRoleList(val *RoleList) *NullableRoleList
func (NullableRoleList) Get ¶
func (v NullableRoleList) Get() *RoleList
func (NullableRoleList) IsSet ¶
func (v NullableRoleList) IsSet() bool
func (NullableRoleList) MarshalJSON ¶
func (v NullableRoleList) MarshalJSON() ([]byte, error)
func (*NullableRoleList) Set ¶
func (v *NullableRoleList) Set(val *RoleList)
func (*NullableRoleList) UnmarshalJSON ¶
func (v *NullableRoleList) UnmarshalJSON(src []byte) error
func (*NullableRoleList) Unset ¶
func (v *NullableRoleList) Unset()
type NullableRoleListAllOf ¶
type NullableRoleListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRoleListAllOf ¶
func NewNullableRoleListAllOf(val *RoleListAllOf) *NullableRoleListAllOf
func (NullableRoleListAllOf) Get ¶
func (v NullableRoleListAllOf) Get() *RoleListAllOf
func (NullableRoleListAllOf) IsSet ¶
func (v NullableRoleListAllOf) IsSet() bool
func (NullableRoleListAllOf) MarshalJSON ¶
func (v NullableRoleListAllOf) MarshalJSON() ([]byte, error)
func (*NullableRoleListAllOf) Set ¶
func (v *NullableRoleListAllOf) Set(val *RoleListAllOf)
func (*NullableRoleListAllOf) UnmarshalJSON ¶
func (v *NullableRoleListAllOf) UnmarshalJSON(src []byte) error
func (*NullableRoleListAllOf) Unset ¶
func (v *NullableRoleListAllOf) Unset()
type NullableSKU ¶
type NullableSKU struct {
// contains filtered or unexported fields
}
func NewNullableSKU ¶
func NewNullableSKU(val *SKU) *NullableSKU
func (NullableSKU) Get ¶
func (v NullableSKU) Get() *SKU
func (NullableSKU) IsSet ¶
func (v NullableSKU) IsSet() bool
func (NullableSKU) MarshalJSON ¶
func (v NullableSKU) MarshalJSON() ([]byte, error)
func (*NullableSKU) Set ¶
func (v *NullableSKU) Set(val *SKU)
func (*NullableSKU) UnmarshalJSON ¶
func (v *NullableSKU) UnmarshalJSON(src []byte) error
func (*NullableSKU) Unset ¶
func (v *NullableSKU) Unset()
type NullableSKUAllOf ¶
type NullableSKUAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSKUAllOf ¶
func NewNullableSKUAllOf(val *SKUAllOf) *NullableSKUAllOf
func (NullableSKUAllOf) Get ¶
func (v NullableSKUAllOf) Get() *SKUAllOf
func (NullableSKUAllOf) IsSet ¶
func (v NullableSKUAllOf) IsSet() bool
func (NullableSKUAllOf) MarshalJSON ¶
func (v NullableSKUAllOf) MarshalJSON() ([]byte, error)
func (*NullableSKUAllOf) Set ¶
func (v *NullableSKUAllOf) Set(val *SKUAllOf)
func (*NullableSKUAllOf) UnmarshalJSON ¶
func (v *NullableSKUAllOf) UnmarshalJSON(src []byte) error
func (*NullableSKUAllOf) Unset ¶
func (v *NullableSKUAllOf) Unset()
type NullableSelfAccessReview ¶
type NullableSelfAccessReview struct {
// contains filtered or unexported fields
}
func NewNullableSelfAccessReview ¶
func NewNullableSelfAccessReview(val *SelfAccessReview) *NullableSelfAccessReview
func (NullableSelfAccessReview) Get ¶
func (v NullableSelfAccessReview) Get() *SelfAccessReview
func (NullableSelfAccessReview) IsSet ¶
func (v NullableSelfAccessReview) IsSet() bool
func (NullableSelfAccessReview) MarshalJSON ¶
func (v NullableSelfAccessReview) MarshalJSON() ([]byte, error)
func (*NullableSelfAccessReview) Set ¶
func (v *NullableSelfAccessReview) Set(val *SelfAccessReview)
func (*NullableSelfAccessReview) UnmarshalJSON ¶
func (v *NullableSelfAccessReview) UnmarshalJSON(src []byte) error
func (*NullableSelfAccessReview) Unset ¶
func (v *NullableSelfAccessReview) Unset()
type NullableSelfResourceReview ¶
type NullableSelfResourceReview struct {
// contains filtered or unexported fields
}
func NewNullableSelfResourceReview ¶
func NewNullableSelfResourceReview(val *SelfResourceReview) *NullableSelfResourceReview
func (NullableSelfResourceReview) Get ¶
func (v NullableSelfResourceReview) Get() *SelfResourceReview
func (NullableSelfResourceReview) IsSet ¶
func (v NullableSelfResourceReview) IsSet() bool
func (NullableSelfResourceReview) MarshalJSON ¶
func (v NullableSelfResourceReview) MarshalJSON() ([]byte, error)
func (*NullableSelfResourceReview) Set ¶
func (v *NullableSelfResourceReview) Set(val *SelfResourceReview)
func (*NullableSelfResourceReview) UnmarshalJSON ¶
func (v *NullableSelfResourceReview) UnmarshalJSON(src []byte) error
func (*NullableSelfResourceReview) Unset ¶
func (v *NullableSelfResourceReview) Unset()
type NullableSelfResourceReviewRequest ¶
type NullableSelfResourceReviewRequest struct {
// contains filtered or unexported fields
}
func NewNullableSelfResourceReviewRequest ¶
func NewNullableSelfResourceReviewRequest(val *SelfResourceReviewRequest) *NullableSelfResourceReviewRequest
func (NullableSelfResourceReviewRequest) Get ¶
func (v NullableSelfResourceReviewRequest) Get() *SelfResourceReviewRequest
func (NullableSelfResourceReviewRequest) IsSet ¶
func (v NullableSelfResourceReviewRequest) IsSet() bool
func (NullableSelfResourceReviewRequest) MarshalJSON ¶
func (v NullableSelfResourceReviewRequest) MarshalJSON() ([]byte, error)
func (*NullableSelfResourceReviewRequest) Set ¶
func (v *NullableSelfResourceReviewRequest) Set(val *SelfResourceReviewRequest)
func (*NullableSelfResourceReviewRequest) UnmarshalJSON ¶
func (v *NullableSelfResourceReviewRequest) UnmarshalJSON(src []byte) error
func (*NullableSelfResourceReviewRequest) Unset ¶
func (v *NullableSelfResourceReviewRequest) Unset()
type NullableSelfTermsReview ¶
type NullableSelfTermsReview struct {
// contains filtered or unexported fields
}
func NewNullableSelfTermsReview ¶
func NewNullableSelfTermsReview(val *SelfTermsReview) *NullableSelfTermsReview
func (NullableSelfTermsReview) Get ¶
func (v NullableSelfTermsReview) Get() *SelfTermsReview
func (NullableSelfTermsReview) IsSet ¶
func (v NullableSelfTermsReview) IsSet() bool
func (NullableSelfTermsReview) MarshalJSON ¶
func (v NullableSelfTermsReview) MarshalJSON() ([]byte, error)
func (*NullableSelfTermsReview) Set ¶
func (v *NullableSelfTermsReview) Set(val *SelfTermsReview)
func (*NullableSelfTermsReview) UnmarshalJSON ¶
func (v *NullableSelfTermsReview) UnmarshalJSON(src []byte) error
func (*NullableSelfTermsReview) Unset ¶
func (v *NullableSelfTermsReview) Unset()
type NullableSkuList ¶
type NullableSkuList struct {
// contains filtered or unexported fields
}
func NewNullableSkuList ¶
func NewNullableSkuList(val *SkuList) *NullableSkuList
func (NullableSkuList) Get ¶
func (v NullableSkuList) Get() *SkuList
func (NullableSkuList) IsSet ¶
func (v NullableSkuList) IsSet() bool
func (NullableSkuList) MarshalJSON ¶
func (v NullableSkuList) MarshalJSON() ([]byte, error)
func (*NullableSkuList) Set ¶
func (v *NullableSkuList) Set(val *SkuList)
func (*NullableSkuList) UnmarshalJSON ¶
func (v *NullableSkuList) UnmarshalJSON(src []byte) error
func (*NullableSkuList) Unset ¶
func (v *NullableSkuList) Unset()
type NullableSkuListAllOf ¶
type NullableSkuListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSkuListAllOf ¶
func NewNullableSkuListAllOf(val *SkuListAllOf) *NullableSkuListAllOf
func (NullableSkuListAllOf) Get ¶
func (v NullableSkuListAllOf) Get() *SkuListAllOf
func (NullableSkuListAllOf) IsSet ¶
func (v NullableSkuListAllOf) IsSet() bool
func (NullableSkuListAllOf) MarshalJSON ¶
func (v NullableSkuListAllOf) MarshalJSON() ([]byte, error)
func (*NullableSkuListAllOf) Set ¶
func (v *NullableSkuListAllOf) Set(val *SkuListAllOf)
func (*NullableSkuListAllOf) UnmarshalJSON ¶
func (v *NullableSkuListAllOf) UnmarshalJSON(src []byte) error
func (*NullableSkuListAllOf) Unset ¶
func (v *NullableSkuListAllOf) Unset()
type NullableSkuRules ¶
type NullableSkuRules struct {
// contains filtered or unexported fields
}
func NewNullableSkuRules ¶
func NewNullableSkuRules(val *SkuRules) *NullableSkuRules
func (NullableSkuRules) Get ¶
func (v NullableSkuRules) Get() *SkuRules
func (NullableSkuRules) IsSet ¶
func (v NullableSkuRules) IsSet() bool
func (NullableSkuRules) MarshalJSON ¶
func (v NullableSkuRules) MarshalJSON() ([]byte, error)
func (*NullableSkuRules) Set ¶
func (v *NullableSkuRules) Set(val *SkuRules)
func (*NullableSkuRules) UnmarshalJSON ¶
func (v *NullableSkuRules) UnmarshalJSON(src []byte) error
func (*NullableSkuRules) Unset ¶
func (v *NullableSkuRules) Unset()
type NullableSkuRulesAllOf ¶
type NullableSkuRulesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSkuRulesAllOf ¶
func NewNullableSkuRulesAllOf(val *SkuRulesAllOf) *NullableSkuRulesAllOf
func (NullableSkuRulesAllOf) Get ¶
func (v NullableSkuRulesAllOf) Get() *SkuRulesAllOf
func (NullableSkuRulesAllOf) IsSet ¶
func (v NullableSkuRulesAllOf) IsSet() bool
func (NullableSkuRulesAllOf) MarshalJSON ¶
func (v NullableSkuRulesAllOf) MarshalJSON() ([]byte, error)
func (*NullableSkuRulesAllOf) Set ¶
func (v *NullableSkuRulesAllOf) Set(val *SkuRulesAllOf)
func (*NullableSkuRulesAllOf) UnmarshalJSON ¶
func (v *NullableSkuRulesAllOf) UnmarshalJSON(src []byte) error
func (*NullableSkuRulesAllOf) Unset ¶
func (v *NullableSkuRulesAllOf) Unset()
type NullableSkuRulesList ¶
type NullableSkuRulesList struct {
// contains filtered or unexported fields
}
func NewNullableSkuRulesList ¶
func NewNullableSkuRulesList(val *SkuRulesList) *NullableSkuRulesList
func (NullableSkuRulesList) Get ¶
func (v NullableSkuRulesList) Get() *SkuRulesList
func (NullableSkuRulesList) IsSet ¶
func (v NullableSkuRulesList) IsSet() bool
func (NullableSkuRulesList) MarshalJSON ¶
func (v NullableSkuRulesList) MarshalJSON() ([]byte, error)
func (*NullableSkuRulesList) Set ¶
func (v *NullableSkuRulesList) Set(val *SkuRulesList)
func (*NullableSkuRulesList) UnmarshalJSON ¶
func (v *NullableSkuRulesList) UnmarshalJSON(src []byte) error
func (*NullableSkuRulesList) Unset ¶
func (v *NullableSkuRulesList) Unset()
type NullableSkuRulesListAllOf ¶
type NullableSkuRulesListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSkuRulesListAllOf ¶
func NewNullableSkuRulesListAllOf(val *SkuRulesListAllOf) *NullableSkuRulesListAllOf
func (NullableSkuRulesListAllOf) Get ¶
func (v NullableSkuRulesListAllOf) Get() *SkuRulesListAllOf
func (NullableSkuRulesListAllOf) IsSet ¶
func (v NullableSkuRulesListAllOf) IsSet() bool
func (NullableSkuRulesListAllOf) MarshalJSON ¶
func (v NullableSkuRulesListAllOf) MarshalJSON() ([]byte, error)
func (*NullableSkuRulesListAllOf) Set ¶
func (v *NullableSkuRulesListAllOf) Set(val *SkuRulesListAllOf)
func (*NullableSkuRulesListAllOf) UnmarshalJSON ¶
func (v *NullableSkuRulesListAllOf) UnmarshalJSON(src []byte) error
func (*NullableSkuRulesListAllOf) Unset ¶
func (v *NullableSkuRulesListAllOf) 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 NullableSubscription ¶
type NullableSubscription struct {
// contains filtered or unexported fields
}
func NewNullableSubscription ¶
func NewNullableSubscription(val *Subscription) *NullableSubscription
func (NullableSubscription) Get ¶
func (v NullableSubscription) Get() *Subscription
func (NullableSubscription) IsSet ¶
func (v NullableSubscription) IsSet() bool
func (NullableSubscription) MarshalJSON ¶
func (v NullableSubscription) MarshalJSON() ([]byte, error)
func (*NullableSubscription) Set ¶
func (v *NullableSubscription) Set(val *Subscription)
func (*NullableSubscription) UnmarshalJSON ¶
func (v *NullableSubscription) UnmarshalJSON(src []byte) error
func (*NullableSubscription) Unset ¶
func (v *NullableSubscription) Unset()
type NullableSubscriptionAllOf ¶
type NullableSubscriptionAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionAllOf ¶
func NewNullableSubscriptionAllOf(val *SubscriptionAllOf) *NullableSubscriptionAllOf
func (NullableSubscriptionAllOf) Get ¶
func (v NullableSubscriptionAllOf) Get() *SubscriptionAllOf
func (NullableSubscriptionAllOf) IsSet ¶
func (v NullableSubscriptionAllOf) IsSet() bool
func (NullableSubscriptionAllOf) MarshalJSON ¶
func (v NullableSubscriptionAllOf) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionAllOf) Set ¶
func (v *NullableSubscriptionAllOf) Set(val *SubscriptionAllOf)
func (*NullableSubscriptionAllOf) UnmarshalJSON ¶
func (v *NullableSubscriptionAllOf) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionAllOf) Unset ¶
func (v *NullableSubscriptionAllOf) Unset()
type NullableSubscriptionCreateRequest ¶
type NullableSubscriptionCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionCreateRequest ¶
func NewNullableSubscriptionCreateRequest(val *SubscriptionCreateRequest) *NullableSubscriptionCreateRequest
func (NullableSubscriptionCreateRequest) Get ¶
func (v NullableSubscriptionCreateRequest) Get() *SubscriptionCreateRequest
func (NullableSubscriptionCreateRequest) IsSet ¶
func (v NullableSubscriptionCreateRequest) IsSet() bool
func (NullableSubscriptionCreateRequest) MarshalJSON ¶
func (v NullableSubscriptionCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionCreateRequest) Set ¶
func (v *NullableSubscriptionCreateRequest) Set(val *SubscriptionCreateRequest)
func (*NullableSubscriptionCreateRequest) UnmarshalJSON ¶
func (v *NullableSubscriptionCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionCreateRequest) Unset ¶
func (v *NullableSubscriptionCreateRequest) Unset()
type NullableSubscriptionList ¶
type NullableSubscriptionList struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionList ¶
func NewNullableSubscriptionList(val *SubscriptionList) *NullableSubscriptionList
func (NullableSubscriptionList) Get ¶
func (v NullableSubscriptionList) Get() *SubscriptionList
func (NullableSubscriptionList) IsSet ¶
func (v NullableSubscriptionList) IsSet() bool
func (NullableSubscriptionList) MarshalJSON ¶
func (v NullableSubscriptionList) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionList) Set ¶
func (v *NullableSubscriptionList) Set(val *SubscriptionList)
func (*NullableSubscriptionList) UnmarshalJSON ¶
func (v *NullableSubscriptionList) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionList) Unset ¶
func (v *NullableSubscriptionList) Unset()
type NullableSubscriptionListAllOf ¶
type NullableSubscriptionListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionListAllOf ¶
func NewNullableSubscriptionListAllOf(val *SubscriptionListAllOf) *NullableSubscriptionListAllOf
func (NullableSubscriptionListAllOf) Get ¶
func (v NullableSubscriptionListAllOf) Get() *SubscriptionListAllOf
func (NullableSubscriptionListAllOf) IsSet ¶
func (v NullableSubscriptionListAllOf) IsSet() bool
func (NullableSubscriptionListAllOf) MarshalJSON ¶
func (v NullableSubscriptionListAllOf) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionListAllOf) Set ¶
func (v *NullableSubscriptionListAllOf) Set(val *SubscriptionListAllOf)
func (*NullableSubscriptionListAllOf) UnmarshalJSON ¶
func (v *NullableSubscriptionListAllOf) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionListAllOf) Unset ¶
func (v *NullableSubscriptionListAllOf) Unset()
type NullableSubscriptionPatchRequest ¶
type NullableSubscriptionPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionPatchRequest ¶
func NewNullableSubscriptionPatchRequest(val *SubscriptionPatchRequest) *NullableSubscriptionPatchRequest
func (NullableSubscriptionPatchRequest) Get ¶
func (v NullableSubscriptionPatchRequest) Get() *SubscriptionPatchRequest
func (NullableSubscriptionPatchRequest) IsSet ¶
func (v NullableSubscriptionPatchRequest) IsSet() bool
func (NullableSubscriptionPatchRequest) MarshalJSON ¶
func (v NullableSubscriptionPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionPatchRequest) Set ¶
func (v *NullableSubscriptionPatchRequest) Set(val *SubscriptionPatchRequest)
func (*NullableSubscriptionPatchRequest) UnmarshalJSON ¶
func (v *NullableSubscriptionPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionPatchRequest) Unset ¶
func (v *NullableSubscriptionPatchRequest) Unset()
type NullableSummary ¶
type NullableSummary struct {
// contains filtered or unexported fields
}
func NewNullableSummary ¶
func NewNullableSummary(val *Summary) *NullableSummary
func (NullableSummary) Get ¶
func (v NullableSummary) Get() *Summary
func (NullableSummary) IsSet ¶
func (v NullableSummary) IsSet() bool
func (NullableSummary) MarshalJSON ¶
func (v NullableSummary) MarshalJSON() ([]byte, error)
func (*NullableSummary) Set ¶
func (v *NullableSummary) Set(val *Summary)
func (*NullableSummary) UnmarshalJSON ¶
func (v *NullableSummary) UnmarshalJSON(src []byte) error
func (*NullableSummary) Unset ¶
func (v *NullableSummary) Unset()
type NullableSummaryAllOf ¶
type NullableSummaryAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSummaryAllOf ¶
func NewNullableSummaryAllOf(val *SummaryAllOf) *NullableSummaryAllOf
func (NullableSummaryAllOf) Get ¶
func (v NullableSummaryAllOf) Get() *SummaryAllOf
func (NullableSummaryAllOf) IsSet ¶
func (v NullableSummaryAllOf) IsSet() bool
func (NullableSummaryAllOf) MarshalJSON ¶
func (v NullableSummaryAllOf) MarshalJSON() ([]byte, error)
func (*NullableSummaryAllOf) Set ¶
func (v *NullableSummaryAllOf) Set(val *SummaryAllOf)
func (*NullableSummaryAllOf) UnmarshalJSON ¶
func (v *NullableSummaryAllOf) UnmarshalJSON(src []byte) error
func (*NullableSummaryAllOf) Unset ¶
func (v *NullableSummaryAllOf) Unset()
type NullableSummaryMetrics ¶
type NullableSummaryMetrics struct {
// contains filtered or unexported fields
}
func NewNullableSummaryMetrics ¶
func NewNullableSummaryMetrics(val *SummaryMetrics) *NullableSummaryMetrics
func (NullableSummaryMetrics) Get ¶
func (v NullableSummaryMetrics) Get() *SummaryMetrics
func (NullableSummaryMetrics) IsSet ¶
func (v NullableSummaryMetrics) IsSet() bool
func (NullableSummaryMetrics) MarshalJSON ¶
func (v NullableSummaryMetrics) MarshalJSON() ([]byte, error)
func (*NullableSummaryMetrics) Set ¶
func (v *NullableSummaryMetrics) Set(val *SummaryMetrics)
func (*NullableSummaryMetrics) UnmarshalJSON ¶
func (v *NullableSummaryMetrics) UnmarshalJSON(src []byte) error
func (*NullableSummaryMetrics) Unset ¶
func (v *NullableSummaryMetrics) Unset()
type NullableSummaryMetricsAllOf ¶
type NullableSummaryMetricsAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSummaryMetricsAllOf ¶
func NewNullableSummaryMetricsAllOf(val *SummaryMetricsAllOf) *NullableSummaryMetricsAllOf
func (NullableSummaryMetricsAllOf) Get ¶
func (v NullableSummaryMetricsAllOf) Get() *SummaryMetricsAllOf
func (NullableSummaryMetricsAllOf) IsSet ¶
func (v NullableSummaryMetricsAllOf) IsSet() bool
func (NullableSummaryMetricsAllOf) MarshalJSON ¶
func (v NullableSummaryMetricsAllOf) MarshalJSON() ([]byte, error)
func (*NullableSummaryMetricsAllOf) Set ¶
func (v *NullableSummaryMetricsAllOf) Set(val *SummaryMetricsAllOf)
func (*NullableSummaryMetricsAllOf) UnmarshalJSON ¶
func (v *NullableSummaryMetricsAllOf) UnmarshalJSON(src []byte) error
func (*NullableSummaryMetricsAllOf) Unset ¶
func (v *NullableSummaryMetricsAllOf) Unset()
type NullableSummaryVector ¶
type NullableSummaryVector struct {
// contains filtered or unexported fields
}
func NewNullableSummaryVector ¶
func NewNullableSummaryVector(val *SummaryVector) *NullableSummaryVector
func (NullableSummaryVector) Get ¶
func (v NullableSummaryVector) Get() *SummaryVector
func (NullableSummaryVector) IsSet ¶
func (v NullableSummaryVector) IsSet() bool
func (NullableSummaryVector) MarshalJSON ¶
func (v NullableSummaryVector) MarshalJSON() ([]byte, error)
func (*NullableSummaryVector) Set ¶
func (v *NullableSummaryVector) Set(val *SummaryVector)
func (*NullableSummaryVector) UnmarshalJSON ¶
func (v *NullableSummaryVector) UnmarshalJSON(src []byte) error
func (*NullableSummaryVector) Unset ¶
func (v *NullableSummaryVector) Unset()
type NullableSummaryVectorAllOf ¶
type NullableSummaryVectorAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSummaryVectorAllOf ¶
func NewNullableSummaryVectorAllOf(val *SummaryVectorAllOf) *NullableSummaryVectorAllOf
func (NullableSummaryVectorAllOf) Get ¶
func (v NullableSummaryVectorAllOf) Get() *SummaryVectorAllOf
func (NullableSummaryVectorAllOf) IsSet ¶
func (v NullableSummaryVectorAllOf) IsSet() bool
func (NullableSummaryVectorAllOf) MarshalJSON ¶
func (v NullableSummaryVectorAllOf) MarshalJSON() ([]byte, error)
func (*NullableSummaryVectorAllOf) Set ¶
func (v *NullableSummaryVectorAllOf) Set(val *SummaryVectorAllOf)
func (*NullableSummaryVectorAllOf) UnmarshalJSON ¶
func (v *NullableSummaryVectorAllOf) UnmarshalJSON(src []byte) error
func (*NullableSummaryVectorAllOf) Unset ¶
func (v *NullableSummaryVectorAllOf) Unset()
type NullableSupportCasesCreatedResponse ¶
type NullableSupportCasesCreatedResponse struct {
// contains filtered or unexported fields
}
func NewNullableSupportCasesCreatedResponse ¶
func NewNullableSupportCasesCreatedResponse(val *SupportCasesCreatedResponse) *NullableSupportCasesCreatedResponse
func (NullableSupportCasesCreatedResponse) Get ¶
func (v NullableSupportCasesCreatedResponse) Get() *SupportCasesCreatedResponse
func (NullableSupportCasesCreatedResponse) IsSet ¶
func (v NullableSupportCasesCreatedResponse) IsSet() bool
func (NullableSupportCasesCreatedResponse) MarshalJSON ¶
func (v NullableSupportCasesCreatedResponse) MarshalJSON() ([]byte, error)
func (*NullableSupportCasesCreatedResponse) Set ¶
func (v *NullableSupportCasesCreatedResponse) Set(val *SupportCasesCreatedResponse)
func (*NullableSupportCasesCreatedResponse) UnmarshalJSON ¶
func (v *NullableSupportCasesCreatedResponse) UnmarshalJSON(src []byte) error
func (*NullableSupportCasesCreatedResponse) Unset ¶
func (v *NullableSupportCasesCreatedResponse) Unset()
type NullableSupportCasesRequest ¶
type NullableSupportCasesRequest struct {
// contains filtered or unexported fields
}
func NewNullableSupportCasesRequest ¶
func NewNullableSupportCasesRequest(val *SupportCasesRequest) *NullableSupportCasesRequest
func (NullableSupportCasesRequest) Get ¶
func (v NullableSupportCasesRequest) Get() *SupportCasesRequest
func (NullableSupportCasesRequest) IsSet ¶
func (v NullableSupportCasesRequest) IsSet() bool
func (NullableSupportCasesRequest) MarshalJSON ¶
func (v NullableSupportCasesRequest) MarshalJSON() ([]byte, error)
func (*NullableSupportCasesRequest) Set ¶
func (v *NullableSupportCasesRequest) Set(val *SupportCasesRequest)
func (*NullableSupportCasesRequest) UnmarshalJSON ¶
func (v *NullableSupportCasesRequest) UnmarshalJSON(src []byte) error
func (*NullableSupportCasesRequest) Unset ¶
func (v *NullableSupportCasesRequest) Unset()
type NullableTemplateParameter ¶
type NullableTemplateParameter struct {
// contains filtered or unexported fields
}
func NewNullableTemplateParameter ¶
func NewNullableTemplateParameter(val *TemplateParameter) *NullableTemplateParameter
func (NullableTemplateParameter) Get ¶
func (v NullableTemplateParameter) Get() *TemplateParameter
func (NullableTemplateParameter) IsSet ¶
func (v NullableTemplateParameter) IsSet() bool
func (NullableTemplateParameter) MarshalJSON ¶
func (v NullableTemplateParameter) MarshalJSON() ([]byte, error)
func (*NullableTemplateParameter) Set ¶
func (v *NullableTemplateParameter) Set(val *TemplateParameter)
func (*NullableTemplateParameter) UnmarshalJSON ¶
func (v *NullableTemplateParameter) UnmarshalJSON(src []byte) error
func (*NullableTemplateParameter) Unset ¶
func (v *NullableTemplateParameter) Unset()
type NullableTermsReview ¶
type NullableTermsReview struct {
// contains filtered or unexported fields
}
func NewNullableTermsReview ¶
func NewNullableTermsReview(val *TermsReview) *NullableTermsReview
func (NullableTermsReview) Get ¶
func (v NullableTermsReview) Get() *TermsReview
func (NullableTermsReview) IsSet ¶
func (v NullableTermsReview) IsSet() bool
func (NullableTermsReview) MarshalJSON ¶
func (v NullableTermsReview) MarshalJSON() ([]byte, error)
func (*NullableTermsReview) Set ¶
func (v *NullableTermsReview) Set(val *TermsReview)
func (*NullableTermsReview) UnmarshalJSON ¶
func (v *NullableTermsReview) UnmarshalJSON(src []byte) error
func (*NullableTermsReview) Unset ¶
func (v *NullableTermsReview) Unset()
type NullableTermsReviewResponse ¶
type NullableTermsReviewResponse struct {
// contains filtered or unexported fields
}
func NewNullableTermsReviewResponse ¶
func NewNullableTermsReviewResponse(val *TermsReviewResponse) *NullableTermsReviewResponse
func (NullableTermsReviewResponse) Get ¶
func (v NullableTermsReviewResponse) Get() *TermsReviewResponse
func (NullableTermsReviewResponse) IsSet ¶
func (v NullableTermsReviewResponse) IsSet() bool
func (NullableTermsReviewResponse) MarshalJSON ¶
func (v NullableTermsReviewResponse) MarshalJSON() ([]byte, error)
func (*NullableTermsReviewResponse) Set ¶
func (v *NullableTermsReviewResponse) Set(val *TermsReviewResponse)
func (*NullableTermsReviewResponse) UnmarshalJSON ¶
func (v *NullableTermsReviewResponse) UnmarshalJSON(src []byte) error
func (*NullableTermsReviewResponse) Unset ¶
func (v *NullableTermsReviewResponse) 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 NullableTokenAuthorizationRequest ¶
type NullableTokenAuthorizationRequest struct {
// contains filtered or unexported fields
}
func NewNullableTokenAuthorizationRequest ¶
func NewNullableTokenAuthorizationRequest(val *TokenAuthorizationRequest) *NullableTokenAuthorizationRequest
func (NullableTokenAuthorizationRequest) Get ¶
func (v NullableTokenAuthorizationRequest) Get() *TokenAuthorizationRequest
func (NullableTokenAuthorizationRequest) IsSet ¶
func (v NullableTokenAuthorizationRequest) IsSet() bool
func (NullableTokenAuthorizationRequest) MarshalJSON ¶
func (v NullableTokenAuthorizationRequest) MarshalJSON() ([]byte, error)
func (*NullableTokenAuthorizationRequest) Set ¶
func (v *NullableTokenAuthorizationRequest) Set(val *TokenAuthorizationRequest)
func (*NullableTokenAuthorizationRequest) UnmarshalJSON ¶
func (v *NullableTokenAuthorizationRequest) UnmarshalJSON(src []byte) error
func (*NullableTokenAuthorizationRequest) Unset ¶
func (v *NullableTokenAuthorizationRequest) Unset()
type NullableTokenAuthorizationResponse ¶
type NullableTokenAuthorizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableTokenAuthorizationResponse ¶
func NewNullableTokenAuthorizationResponse(val *TokenAuthorizationResponse) *NullableTokenAuthorizationResponse
func (NullableTokenAuthorizationResponse) Get ¶
func (v NullableTokenAuthorizationResponse) Get() *TokenAuthorizationResponse
func (NullableTokenAuthorizationResponse) IsSet ¶
func (v NullableTokenAuthorizationResponse) IsSet() bool
func (NullableTokenAuthorizationResponse) MarshalJSON ¶
func (v NullableTokenAuthorizationResponse) MarshalJSON() ([]byte, error)
func (*NullableTokenAuthorizationResponse) Set ¶
func (v *NullableTokenAuthorizationResponse) Set(val *TokenAuthorizationResponse)
func (*NullableTokenAuthorizationResponse) UnmarshalJSON ¶
func (v *NullableTokenAuthorizationResponse) UnmarshalJSON(src []byte) error
func (*NullableTokenAuthorizationResponse) Unset ¶
func (v *NullableTokenAuthorizationResponse) Unset()
type ObjectReference ¶
type ObjectReference struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` }
ObjectReference struct for ObjectReference
func NewObjectReference ¶
func NewObjectReference() *ObjectReference
NewObjectReference instantiates a new ObjectReference 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 NewObjectReferenceWithDefaults ¶
func NewObjectReferenceWithDefaults() *ObjectReference
NewObjectReferenceWithDefaults instantiates a new ObjectReference 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 (*ObjectReference) GetHref ¶
func (o *ObjectReference) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ObjectReference) GetHrefOk ¶
func (o *ObjectReference) 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 (*ObjectReference) GetId ¶
func (o *ObjectReference) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectReference) GetIdOk ¶
func (o *ObjectReference) 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 (*ObjectReference) GetKind ¶
func (o *ObjectReference) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ObjectReference) GetKindOk ¶
func (o *ObjectReference) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectReference) HasHref ¶
func (o *ObjectReference) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ObjectReference) HasId ¶
func (o *ObjectReference) HasId() bool
HasId returns a boolean if a field has been set.
func (*ObjectReference) HasKind ¶
func (o *ObjectReference) HasKind() bool
HasKind returns a boolean if a field has been set.
func (ObjectReference) MarshalJSON ¶
func (o ObjectReference) MarshalJSON() ([]byte, error)
func (*ObjectReference) SetHref ¶
func (o *ObjectReference) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ObjectReference) SetId ¶
func (o *ObjectReference) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ObjectReference) SetKind ¶
func (o *ObjectReference) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type OneMetric ¶
type OneMetric struct { CloudProvider string `json:"cloud_provider"` ClusterType string `json:"cluster_type"` ComputeNodesCpu ClusterResource `json:"compute_nodes_cpu"` ComputeNodesMemory ClusterResource `json:"compute_nodes_memory"` ComputeNodesSockets ClusterResource `json:"compute_nodes_sockets"` ConsoleUrl string `json:"console_url"` Cpu ClusterResource `json:"cpu"` CriticalAlertsFiring float64 `json:"critical_alerts_firing"` HealthState *string `json:"health_state,omitempty"` Memory ClusterResource `json:"memory"` Nodes ClusterMetricsNodes `json:"nodes"` OpenshiftVersion string `json:"openshift_version"` OperatingSystem string `json:"operating_system"` OperatorsConditionFailing float64 `json:"operators_condition_failing"` Region string `json:"region"` Sockets ClusterResource `json:"sockets"` State string `json:"state"` StateDescription string `json:"state_description"` Storage ClusterResource `json:"storage"` SubscriptionCpuTotal float64 `json:"subscription_cpu_total"` SubscriptionObligationExists float64 `json:"subscription_obligation_exists"` SubscriptionSocketTotal float64 `json:"subscription_socket_total"` Upgrade ClusterUpgrade `json:"upgrade"` }
OneMetric struct for OneMetric
func NewOneMetric ¶
func NewOneMetric(cloudProvider string, clusterType string, computeNodesCpu ClusterResource, computeNodesMemory ClusterResource, computeNodesSockets ClusterResource, consoleUrl string, cpu ClusterResource, criticalAlertsFiring float64, memory ClusterResource, nodes ClusterMetricsNodes, openshiftVersion string, operatingSystem string, operatorsConditionFailing float64, region string, sockets ClusterResource, state string, stateDescription string, storage ClusterResource, subscriptionCpuTotal float64, subscriptionObligationExists float64, subscriptionSocketTotal float64, upgrade ClusterUpgrade) *OneMetric
NewOneMetric instantiates a new OneMetric 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 NewOneMetricWithDefaults ¶
func NewOneMetricWithDefaults() *OneMetric
NewOneMetricWithDefaults instantiates a new OneMetric 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 (*OneMetric) GetCloudProvider ¶
GetCloudProvider returns the CloudProvider field value
func (*OneMetric) GetCloudProviderOk ¶
GetCloudProviderOk returns a tuple with the CloudProvider field value and a boolean to check if the value has been set.
func (*OneMetric) GetClusterType ¶
GetClusterType returns the ClusterType field value
func (*OneMetric) GetClusterTypeOk ¶
GetClusterTypeOk returns a tuple with the ClusterType field value and a boolean to check if the value has been set.
func (*OneMetric) GetComputeNodesCpu ¶
func (o *OneMetric) GetComputeNodesCpu() ClusterResource
GetComputeNodesCpu returns the ComputeNodesCpu field value
func (*OneMetric) GetComputeNodesCpuOk ¶
func (o *OneMetric) GetComputeNodesCpuOk() (*ClusterResource, bool)
GetComputeNodesCpuOk returns a tuple with the ComputeNodesCpu field value and a boolean to check if the value has been set.
func (*OneMetric) GetComputeNodesMemory ¶
func (o *OneMetric) GetComputeNodesMemory() ClusterResource
GetComputeNodesMemory returns the ComputeNodesMemory field value
func (*OneMetric) GetComputeNodesMemoryOk ¶
func (o *OneMetric) GetComputeNodesMemoryOk() (*ClusterResource, bool)
GetComputeNodesMemoryOk returns a tuple with the ComputeNodesMemory field value and a boolean to check if the value has been set.
func (*OneMetric) GetComputeNodesSockets ¶
func (o *OneMetric) GetComputeNodesSockets() ClusterResource
GetComputeNodesSockets returns the ComputeNodesSockets field value
func (*OneMetric) GetComputeNodesSocketsOk ¶
func (o *OneMetric) GetComputeNodesSocketsOk() (*ClusterResource, bool)
GetComputeNodesSocketsOk returns a tuple with the ComputeNodesSockets field value and a boolean to check if the value has been set.
func (*OneMetric) GetConsoleUrl ¶
GetConsoleUrl returns the ConsoleUrl field value
func (*OneMetric) GetConsoleUrlOk ¶
GetConsoleUrlOk returns a tuple with the ConsoleUrl field value and a boolean to check if the value has been set.
func (*OneMetric) GetCpu ¶
func (o *OneMetric) GetCpu() ClusterResource
GetCpu returns the Cpu field value
func (*OneMetric) GetCpuOk ¶
func (o *OneMetric) GetCpuOk() (*ClusterResource, bool)
GetCpuOk returns a tuple with the Cpu field value and a boolean to check if the value has been set.
func (*OneMetric) GetCriticalAlertsFiring ¶
GetCriticalAlertsFiring returns the CriticalAlertsFiring field value
func (*OneMetric) GetCriticalAlertsFiringOk ¶
GetCriticalAlertsFiringOk returns a tuple with the CriticalAlertsFiring field value and a boolean to check if the value has been set.
func (*OneMetric) GetHealthState ¶
GetHealthState returns the HealthState field value if set, zero value otherwise.
func (*OneMetric) GetHealthStateOk ¶
GetHealthStateOk returns a tuple with the HealthState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OneMetric) GetMemory ¶
func (o *OneMetric) GetMemory() ClusterResource
GetMemory returns the Memory field value
func (*OneMetric) GetMemoryOk ¶
func (o *OneMetric) GetMemoryOk() (*ClusterResource, bool)
GetMemoryOk returns a tuple with the Memory field value and a boolean to check if the value has been set.
func (*OneMetric) GetNodes ¶
func (o *OneMetric) GetNodes() ClusterMetricsNodes
GetNodes returns the Nodes field value
func (*OneMetric) GetNodesOk ¶
func (o *OneMetric) GetNodesOk() (*ClusterMetricsNodes, bool)
GetNodesOk returns a tuple with the Nodes field value and a boolean to check if the value has been set.
func (*OneMetric) GetOpenshiftVersion ¶
GetOpenshiftVersion returns the OpenshiftVersion field value
func (*OneMetric) GetOpenshiftVersionOk ¶
GetOpenshiftVersionOk returns a tuple with the OpenshiftVersion field value and a boolean to check if the value has been set.
func (*OneMetric) GetOperatingSystem ¶
GetOperatingSystem returns the OperatingSystem field value
func (*OneMetric) GetOperatingSystemOk ¶
GetOperatingSystemOk returns a tuple with the OperatingSystem field value and a boolean to check if the value has been set.
func (*OneMetric) GetOperatorsConditionFailing ¶
GetOperatorsConditionFailing returns the OperatorsConditionFailing field value
func (*OneMetric) GetOperatorsConditionFailingOk ¶
GetOperatorsConditionFailingOk returns a tuple with the OperatorsConditionFailing field value and a boolean to check if the value has been set.
func (*OneMetric) GetRegionOk ¶
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*OneMetric) GetSockets ¶
func (o *OneMetric) GetSockets() ClusterResource
GetSockets returns the Sockets field value
func (*OneMetric) GetSocketsOk ¶
func (o *OneMetric) GetSocketsOk() (*ClusterResource, bool)
GetSocketsOk returns a tuple with the Sockets field value and a boolean to check if the value has been set.
func (*OneMetric) GetStateDescription ¶
GetStateDescription returns the StateDescription field value
func (*OneMetric) GetStateDescriptionOk ¶
GetStateDescriptionOk returns a tuple with the StateDescription field value and a boolean to check if the value has been set.
func (*OneMetric) GetStateOk ¶
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*OneMetric) GetStorage ¶
func (o *OneMetric) GetStorage() ClusterResource
GetStorage returns the Storage field value
func (*OneMetric) GetStorageOk ¶
func (o *OneMetric) GetStorageOk() (*ClusterResource, bool)
GetStorageOk returns a tuple with the Storage field value and a boolean to check if the value has been set.
func (*OneMetric) GetSubscriptionCpuTotal ¶
GetSubscriptionCpuTotal returns the SubscriptionCpuTotal field value
func (*OneMetric) GetSubscriptionCpuTotalOk ¶
GetSubscriptionCpuTotalOk returns a tuple with the SubscriptionCpuTotal field value and a boolean to check if the value has been set.
func (*OneMetric) GetSubscriptionObligationExists ¶
GetSubscriptionObligationExists returns the SubscriptionObligationExists field value
func (*OneMetric) GetSubscriptionObligationExistsOk ¶
GetSubscriptionObligationExistsOk returns a tuple with the SubscriptionObligationExists field value and a boolean to check if the value has been set.
func (*OneMetric) GetSubscriptionSocketTotal ¶
GetSubscriptionSocketTotal returns the SubscriptionSocketTotal field value
func (*OneMetric) GetSubscriptionSocketTotalOk ¶
GetSubscriptionSocketTotalOk returns a tuple with the SubscriptionSocketTotal field value and a boolean to check if the value has been set.
func (*OneMetric) GetUpgrade ¶
func (o *OneMetric) GetUpgrade() ClusterUpgrade
GetUpgrade returns the Upgrade field value
func (*OneMetric) GetUpgradeOk ¶
func (o *OneMetric) GetUpgradeOk() (*ClusterUpgrade, bool)
GetUpgradeOk returns a tuple with the Upgrade field value and a boolean to check if the value has been set.
func (*OneMetric) HasHealthState ¶
HasHealthState returns a boolean if a field has been set.
func (OneMetric) MarshalJSON ¶
func (*OneMetric) SetCloudProvider ¶
SetCloudProvider sets field value
func (*OneMetric) SetClusterType ¶
SetClusterType sets field value
func (*OneMetric) SetComputeNodesCpu ¶
func (o *OneMetric) SetComputeNodesCpu(v ClusterResource)
SetComputeNodesCpu sets field value
func (*OneMetric) SetComputeNodesMemory ¶
func (o *OneMetric) SetComputeNodesMemory(v ClusterResource)
SetComputeNodesMemory sets field value
func (*OneMetric) SetComputeNodesSockets ¶
func (o *OneMetric) SetComputeNodesSockets(v ClusterResource)
SetComputeNodesSockets sets field value
func (*OneMetric) SetConsoleUrl ¶
SetConsoleUrl sets field value
func (*OneMetric) SetCriticalAlertsFiring ¶
SetCriticalAlertsFiring sets field value
func (*OneMetric) SetHealthState ¶
SetHealthState gets a reference to the given string and assigns it to the HealthState field.
func (*OneMetric) SetMemory ¶
func (o *OneMetric) SetMemory(v ClusterResource)
SetMemory sets field value
func (*OneMetric) SetNodes ¶
func (o *OneMetric) SetNodes(v ClusterMetricsNodes)
SetNodes sets field value
func (*OneMetric) SetOpenshiftVersion ¶
SetOpenshiftVersion sets field value
func (*OneMetric) SetOperatingSystem ¶
SetOperatingSystem sets field value
func (*OneMetric) SetOperatorsConditionFailing ¶
SetOperatorsConditionFailing sets field value
func (*OneMetric) SetSockets ¶
func (o *OneMetric) SetSockets(v ClusterResource)
SetSockets sets field value
func (*OneMetric) SetStateDescription ¶
SetStateDescription sets field value
func (*OneMetric) SetStorage ¶
func (o *OneMetric) SetStorage(v ClusterResource)
SetStorage sets field value
func (*OneMetric) SetSubscriptionCpuTotal ¶
SetSubscriptionCpuTotal sets field value
func (*OneMetric) SetSubscriptionObligationExists ¶
SetSubscriptionObligationExists sets field value
func (*OneMetric) SetSubscriptionSocketTotal ¶
SetSubscriptionSocketTotal sets field value
func (*OneMetric) SetUpgrade ¶
func (o *OneMetric) SetUpgrade(v ClusterUpgrade)
SetUpgrade sets field value
type Organization ¶
type Organization struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Capabilities *[]Capability `json:"capabilities,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` EbsAccountId *string `json:"ebs_account_id,omitempty"` ExternalId *string `json:"external_id,omitempty"` Labels *[]Label `json:"labels,omitempty"` Name *string `json:"name,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
Organization struct for Organization
func NewOrganization ¶
func NewOrganization() *Organization
NewOrganization instantiates a new Organization 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 NewOrganizationWithDefaults ¶
func NewOrganizationWithDefaults() *Organization
NewOrganizationWithDefaults instantiates a new Organization 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 (*Organization) GetCapabilities ¶
func (o *Organization) GetCapabilities() []Capability
GetCapabilities returns the Capabilities field value if set, zero value otherwise.
func (*Organization) GetCapabilitiesOk ¶
func (o *Organization) GetCapabilitiesOk() (*[]Capability, 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 (*Organization) GetCreatedAt ¶
func (o *Organization) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Organization) GetCreatedAtOk ¶
func (o *Organization) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetEbsAccountId ¶
func (o *Organization) GetEbsAccountId() string
GetEbsAccountId returns the EbsAccountId field value if set, zero value otherwise.
func (*Organization) GetEbsAccountIdOk ¶
func (o *Organization) GetEbsAccountIdOk() (*string, bool)
GetEbsAccountIdOk returns a tuple with the EbsAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetExternalId ¶
func (o *Organization) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise.
func (*Organization) GetExternalIdOk ¶
func (o *Organization) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetHref ¶
func (o *Organization) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*Organization) GetHrefOk ¶
func (o *Organization) 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 (*Organization) GetId ¶
func (o *Organization) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Organization) GetIdOk ¶
func (o *Organization) 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 (*Organization) GetKind ¶
func (o *Organization) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*Organization) GetKindOk ¶
func (o *Organization) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetLabels ¶
func (o *Organization) GetLabels() []Label
GetLabels returns the Labels field value if set, zero value otherwise.
func (*Organization) GetLabelsOk ¶
func (o *Organization) GetLabelsOk() (*[]Label, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetName ¶
func (o *Organization) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Organization) GetNameOk ¶
func (o *Organization) 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 (*Organization) GetUpdatedAt ¶
func (o *Organization) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Organization) GetUpdatedAtOk ¶
func (o *Organization) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) HasCapabilities ¶
func (o *Organization) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (*Organization) HasCreatedAt ¶
func (o *Organization) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*Organization) HasEbsAccountId ¶
func (o *Organization) HasEbsAccountId() bool
HasEbsAccountId returns a boolean if a field has been set.
func (*Organization) HasExternalId ¶
func (o *Organization) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*Organization) HasHref ¶
func (o *Organization) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*Organization) HasId ¶
func (o *Organization) HasId() bool
HasId returns a boolean if a field has been set.
func (*Organization) HasKind ¶
func (o *Organization) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*Organization) HasLabels ¶
func (o *Organization) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*Organization) HasName ¶
func (o *Organization) HasName() bool
HasName returns a boolean if a field has been set.
func (*Organization) HasUpdatedAt ¶
func (o *Organization) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (Organization) MarshalJSON ¶
func (o Organization) MarshalJSON() ([]byte, error)
func (*Organization) SetCapabilities ¶
func (o *Organization) SetCapabilities(v []Capability)
SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.
func (*Organization) SetCreatedAt ¶
func (o *Organization) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Organization) SetEbsAccountId ¶
func (o *Organization) SetEbsAccountId(v string)
SetEbsAccountId gets a reference to the given string and assigns it to the EbsAccountId field.
func (*Organization) SetExternalId ¶
func (o *Organization) SetExternalId(v string)
SetExternalId gets a reference to the given string and assigns it to the ExternalId field.
func (*Organization) SetHref ¶
func (o *Organization) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Organization) SetId ¶
func (o *Organization) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Organization) SetKind ¶
func (o *Organization) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Organization) SetLabels ¶
func (o *Organization) SetLabels(v []Label)
SetLabels gets a reference to the given []Label and assigns it to the Labels field.
func (*Organization) SetName ¶
func (o *Organization) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Organization) SetUpdatedAt ¶
func (o *Organization) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type OrganizationAllOf ¶
type OrganizationAllOf struct { Capabilities *[]Capability `json:"capabilities,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` EbsAccountId *string `json:"ebs_account_id,omitempty"` ExternalId *string `json:"external_id,omitempty"` Labels *[]Label `json:"labels,omitempty"` Name *string `json:"name,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
OrganizationAllOf struct for OrganizationAllOf
func NewOrganizationAllOf ¶
func NewOrganizationAllOf() *OrganizationAllOf
NewOrganizationAllOf instantiates a new OrganizationAllOf 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 NewOrganizationAllOfWithDefaults ¶
func NewOrganizationAllOfWithDefaults() *OrganizationAllOf
NewOrganizationAllOfWithDefaults instantiates a new OrganizationAllOf 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 (*OrganizationAllOf) GetCapabilities ¶
func (o *OrganizationAllOf) GetCapabilities() []Capability
GetCapabilities returns the Capabilities field value if set, zero value otherwise.
func (*OrganizationAllOf) GetCapabilitiesOk ¶
func (o *OrganizationAllOf) GetCapabilitiesOk() (*[]Capability, 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 (*OrganizationAllOf) GetCreatedAt ¶
func (o *OrganizationAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OrganizationAllOf) GetCreatedAtOk ¶
func (o *OrganizationAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAllOf) GetEbsAccountId ¶
func (o *OrganizationAllOf) GetEbsAccountId() string
GetEbsAccountId returns the EbsAccountId field value if set, zero value otherwise.
func (*OrganizationAllOf) GetEbsAccountIdOk ¶
func (o *OrganizationAllOf) GetEbsAccountIdOk() (*string, bool)
GetEbsAccountIdOk returns a tuple with the EbsAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAllOf) GetExternalId ¶
func (o *OrganizationAllOf) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise.
func (*OrganizationAllOf) GetExternalIdOk ¶
func (o *OrganizationAllOf) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAllOf) GetLabels ¶
func (o *OrganizationAllOf) GetLabels() []Label
GetLabels returns the Labels field value if set, zero value otherwise.
func (*OrganizationAllOf) GetLabelsOk ¶
func (o *OrganizationAllOf) GetLabelsOk() (*[]Label, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAllOf) GetName ¶
func (o *OrganizationAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrganizationAllOf) GetNameOk ¶
func (o *OrganizationAllOf) 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 (*OrganizationAllOf) GetUpdatedAt ¶
func (o *OrganizationAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrganizationAllOf) GetUpdatedAtOk ¶
func (o *OrganizationAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAllOf) HasCapabilities ¶
func (o *OrganizationAllOf) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (*OrganizationAllOf) HasCreatedAt ¶
func (o *OrganizationAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OrganizationAllOf) HasEbsAccountId ¶
func (o *OrganizationAllOf) HasEbsAccountId() bool
HasEbsAccountId returns a boolean if a field has been set.
func (*OrganizationAllOf) HasExternalId ¶
func (o *OrganizationAllOf) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*OrganizationAllOf) HasLabels ¶
func (o *OrganizationAllOf) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*OrganizationAllOf) HasName ¶
func (o *OrganizationAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*OrganizationAllOf) HasUpdatedAt ¶
func (o *OrganizationAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (OrganizationAllOf) MarshalJSON ¶
func (o OrganizationAllOf) MarshalJSON() ([]byte, error)
func (*OrganizationAllOf) SetCapabilities ¶
func (o *OrganizationAllOf) SetCapabilities(v []Capability)
SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.
func (*OrganizationAllOf) SetCreatedAt ¶
func (o *OrganizationAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*OrganizationAllOf) SetEbsAccountId ¶
func (o *OrganizationAllOf) SetEbsAccountId(v string)
SetEbsAccountId gets a reference to the given string and assigns it to the EbsAccountId field.
func (*OrganizationAllOf) SetExternalId ¶
func (o *OrganizationAllOf) SetExternalId(v string)
SetExternalId gets a reference to the given string and assigns it to the ExternalId field.
func (*OrganizationAllOf) SetLabels ¶
func (o *OrganizationAllOf) SetLabels(v []Label)
SetLabels gets a reference to the given []Label and assigns it to the Labels field.
func (*OrganizationAllOf) SetName ¶
func (o *OrganizationAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrganizationAllOf) SetUpdatedAt ¶
func (o *OrganizationAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type OrganizationList ¶
type OrganizationList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Organization `json:"items"` }
OrganizationList struct for OrganizationList
func NewOrganizationList ¶
func NewOrganizationList(kind string, page int32, size int32, total int32, items []Organization) *OrganizationList
NewOrganizationList instantiates a new OrganizationList 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 NewOrganizationListWithDefaults ¶
func NewOrganizationListWithDefaults() *OrganizationList
NewOrganizationListWithDefaults instantiates a new OrganizationList 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 (*OrganizationList) GetItems ¶
func (o *OrganizationList) GetItems() []Organization
GetItems returns the Items field value
func (*OrganizationList) GetItemsOk ¶
func (o *OrganizationList) GetItemsOk() (*[]Organization, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*OrganizationList) GetKind ¶
func (o *OrganizationList) GetKind() string
GetKind returns the Kind field value
func (*OrganizationList) GetKindOk ¶
func (o *OrganizationList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*OrganizationList) GetPage ¶
func (o *OrganizationList) GetPage() int32
GetPage returns the Page field value
func (*OrganizationList) GetPageOk ¶
func (o *OrganizationList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*OrganizationList) GetSize ¶
func (o *OrganizationList) GetSize() int32
GetSize returns the Size field value
func (*OrganizationList) GetSizeOk ¶
func (o *OrganizationList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*OrganizationList) GetTotal ¶
func (o *OrganizationList) GetTotal() int32
GetTotal returns the Total field value
func (*OrganizationList) GetTotalOk ¶
func (o *OrganizationList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (OrganizationList) MarshalJSON ¶
func (o OrganizationList) MarshalJSON() ([]byte, error)
func (*OrganizationList) SetItems ¶
func (o *OrganizationList) SetItems(v []Organization)
SetItems sets field value
func (*OrganizationList) SetKind ¶
func (o *OrganizationList) SetKind(v string)
SetKind sets field value
func (*OrganizationList) SetPage ¶
func (o *OrganizationList) SetPage(v int32)
SetPage sets field value
func (*OrganizationList) SetSize ¶
func (o *OrganizationList) SetSize(v int32)
SetSize sets field value
func (*OrganizationList) SetTotal ¶
func (o *OrganizationList) SetTotal(v int32)
SetTotal sets field value
type OrganizationListAllOf ¶
type OrganizationListAllOf struct {
Items *[]Organization `json:"items,omitempty"`
}
OrganizationListAllOf struct for OrganizationListAllOf
func NewOrganizationListAllOf ¶
func NewOrganizationListAllOf() *OrganizationListAllOf
NewOrganizationListAllOf instantiates a new OrganizationListAllOf 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 NewOrganizationListAllOfWithDefaults ¶
func NewOrganizationListAllOfWithDefaults() *OrganizationListAllOf
NewOrganizationListAllOfWithDefaults instantiates a new OrganizationListAllOf 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 (*OrganizationListAllOf) GetItems ¶
func (o *OrganizationListAllOf) GetItems() []Organization
GetItems returns the Items field value if set, zero value otherwise.
func (*OrganizationListAllOf) GetItemsOk ¶
func (o *OrganizationListAllOf) GetItemsOk() (*[]Organization, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationListAllOf) HasItems ¶
func (o *OrganizationListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (OrganizationListAllOf) MarshalJSON ¶
func (o OrganizationListAllOf) MarshalJSON() ([]byte, error)
func (*OrganizationListAllOf) SetItems ¶
func (o *OrganizationListAllOf) SetItems(v []Organization)
SetItems gets a reference to the given []Organization and assigns it to the Items field.
type OrganizationPatchRequest ¶
type OrganizationPatchRequest struct { EbsAccountId *string `json:"ebs_account_id,omitempty"` ExternalId *string `json:"external_id,omitempty"` Name *string `json:"name,omitempty"` }
OrganizationPatchRequest struct for OrganizationPatchRequest
func NewOrganizationPatchRequest ¶
func NewOrganizationPatchRequest() *OrganizationPatchRequest
NewOrganizationPatchRequest instantiates a new OrganizationPatchRequest 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 NewOrganizationPatchRequestWithDefaults ¶
func NewOrganizationPatchRequestWithDefaults() *OrganizationPatchRequest
NewOrganizationPatchRequestWithDefaults instantiates a new OrganizationPatchRequest 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 (*OrganizationPatchRequest) GetEbsAccountId ¶
func (o *OrganizationPatchRequest) GetEbsAccountId() string
GetEbsAccountId returns the EbsAccountId field value if set, zero value otherwise.
func (*OrganizationPatchRequest) GetEbsAccountIdOk ¶
func (o *OrganizationPatchRequest) GetEbsAccountIdOk() (*string, bool)
GetEbsAccountIdOk returns a tuple with the EbsAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationPatchRequest) GetExternalId ¶
func (o *OrganizationPatchRequest) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise.
func (*OrganizationPatchRequest) GetExternalIdOk ¶
func (o *OrganizationPatchRequest) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationPatchRequest) GetName ¶
func (o *OrganizationPatchRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrganizationPatchRequest) GetNameOk ¶
func (o *OrganizationPatchRequest) 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 (*OrganizationPatchRequest) HasEbsAccountId ¶
func (o *OrganizationPatchRequest) HasEbsAccountId() bool
HasEbsAccountId returns a boolean if a field has been set.
func (*OrganizationPatchRequest) HasExternalId ¶
func (o *OrganizationPatchRequest) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*OrganizationPatchRequest) HasName ¶
func (o *OrganizationPatchRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (OrganizationPatchRequest) MarshalJSON ¶
func (o OrganizationPatchRequest) MarshalJSON() ([]byte, error)
func (*OrganizationPatchRequest) SetEbsAccountId ¶
func (o *OrganizationPatchRequest) SetEbsAccountId(v string)
SetEbsAccountId gets a reference to the given string and assigns it to the EbsAccountId field.
func (*OrganizationPatchRequest) SetExternalId ¶
func (o *OrganizationPatchRequest) SetExternalId(v string)
SetExternalId gets a reference to the given string and assigns it to the ExternalId field.
func (*OrganizationPatchRequest) SetName ¶
func (o *OrganizationPatchRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type Permission ¶
type Permission struct { Action *string `json:"action,omitempty"` Resource *string `json:"resource,omitempty"` }
Permission struct for Permission
func NewPermission ¶
func NewPermission() *Permission
NewPermission instantiates a new Permission 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 NewPermissionWithDefaults ¶
func NewPermissionWithDefaults() *Permission
NewPermissionWithDefaults instantiates a new Permission 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 (*Permission) GetAction ¶
func (o *Permission) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*Permission) GetActionOk ¶
func (o *Permission) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Permission) GetResource ¶
func (o *Permission) GetResource() string
GetResource returns the Resource field value if set, zero value otherwise.
func (*Permission) GetResourceOk ¶
func (o *Permission) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Permission) HasAction ¶
func (o *Permission) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*Permission) HasResource ¶
func (o *Permission) HasResource() bool
HasResource returns a boolean if a field has been set.
func (Permission) MarshalJSON ¶
func (o Permission) MarshalJSON() ([]byte, error)
func (*Permission) SetAction ¶
func (o *Permission) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*Permission) SetResource ¶
func (o *Permission) SetResource(v string)
SetResource gets a reference to the given string and assigns it to the Resource field.
type PermissionAllOf ¶
type PermissionAllOf struct { Action *string `json:"action,omitempty"` Resource *string `json:"resource,omitempty"` }
PermissionAllOf struct for PermissionAllOf
func NewPermissionAllOf ¶
func NewPermissionAllOf() *PermissionAllOf
NewPermissionAllOf instantiates a new PermissionAllOf 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 NewPermissionAllOfWithDefaults ¶
func NewPermissionAllOfWithDefaults() *PermissionAllOf
NewPermissionAllOfWithDefaults instantiates a new PermissionAllOf 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 (*PermissionAllOf) GetAction ¶
func (o *PermissionAllOf) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*PermissionAllOf) GetActionOk ¶
func (o *PermissionAllOf) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionAllOf) GetResource ¶
func (o *PermissionAllOf) GetResource() string
GetResource returns the Resource field value if set, zero value otherwise.
func (*PermissionAllOf) GetResourceOk ¶
func (o *PermissionAllOf) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionAllOf) HasAction ¶
func (o *PermissionAllOf) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*PermissionAllOf) HasResource ¶
func (o *PermissionAllOf) HasResource() bool
HasResource returns a boolean if a field has been set.
func (PermissionAllOf) MarshalJSON ¶
func (o PermissionAllOf) MarshalJSON() ([]byte, error)
func (*PermissionAllOf) SetAction ¶
func (o *PermissionAllOf) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*PermissionAllOf) SetResource ¶
func (o *PermissionAllOf) SetResource(v string)
SetResource gets a reference to the given string and assigns it to the Resource field.
type PermissionList ¶
type PermissionList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Permission `json:"items"` }
PermissionList struct for PermissionList
func NewPermissionList ¶
func NewPermissionList(kind string, page int32, size int32, total int32, items []Permission) *PermissionList
NewPermissionList instantiates a new PermissionList 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 NewPermissionListWithDefaults ¶
func NewPermissionListWithDefaults() *PermissionList
NewPermissionListWithDefaults instantiates a new PermissionList 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 (*PermissionList) GetItems ¶
func (o *PermissionList) GetItems() []Permission
GetItems returns the Items field value
func (*PermissionList) GetItemsOk ¶
func (o *PermissionList) GetItemsOk() (*[]Permission, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*PermissionList) GetKind ¶
func (o *PermissionList) GetKind() string
GetKind returns the Kind field value
func (*PermissionList) GetKindOk ¶
func (o *PermissionList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*PermissionList) GetPage ¶
func (o *PermissionList) GetPage() int32
GetPage returns the Page field value
func (*PermissionList) GetPageOk ¶
func (o *PermissionList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*PermissionList) GetSize ¶
func (o *PermissionList) GetSize() int32
GetSize returns the Size field value
func (*PermissionList) GetSizeOk ¶
func (o *PermissionList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*PermissionList) GetTotal ¶
func (o *PermissionList) GetTotal() int32
GetTotal returns the Total field value
func (*PermissionList) GetTotalOk ¶
func (o *PermissionList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (PermissionList) MarshalJSON ¶
func (o PermissionList) MarshalJSON() ([]byte, error)
func (*PermissionList) SetItems ¶
func (o *PermissionList) SetItems(v []Permission)
SetItems sets field value
func (*PermissionList) SetKind ¶
func (o *PermissionList) SetKind(v string)
SetKind sets field value
func (*PermissionList) SetTotal ¶
func (o *PermissionList) SetTotal(v int32)
SetTotal sets field value
type PermissionListAllOf ¶
type PermissionListAllOf struct {
Items *[]Permission `json:"items,omitempty"`
}
PermissionListAllOf struct for PermissionListAllOf
func NewPermissionListAllOf ¶
func NewPermissionListAllOf() *PermissionListAllOf
NewPermissionListAllOf instantiates a new PermissionListAllOf 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 NewPermissionListAllOfWithDefaults ¶
func NewPermissionListAllOfWithDefaults() *PermissionListAllOf
NewPermissionListAllOfWithDefaults instantiates a new PermissionListAllOf 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 (*PermissionListAllOf) GetItems ¶
func (o *PermissionListAllOf) GetItems() []Permission
GetItems returns the Items field value if set, zero value otherwise.
func (*PermissionListAllOf) GetItemsOk ¶
func (o *PermissionListAllOf) GetItemsOk() (*[]Permission, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionListAllOf) HasItems ¶
func (o *PermissionListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (PermissionListAllOf) MarshalJSON ¶
func (o PermissionListAllOf) MarshalJSON() ([]byte, error)
func (*PermissionListAllOf) SetItems ¶
func (o *PermissionListAllOf) SetItems(v []Permission)
SetItems gets a reference to the given []Permission and assigns it to the Items field.
type Plan ¶
type Plan struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Category *string `json:"category,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` }
Plan struct for Plan
func NewPlan ¶
func NewPlan() *Plan
NewPlan instantiates a new Plan 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 NewPlanWithDefaults ¶
func NewPlanWithDefaults() *Plan
NewPlanWithDefaults instantiates a new Plan 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 (*Plan) GetCategory ¶
GetCategory returns the Category field value if set, zero value otherwise.
func (*Plan) GetCategoryOk ¶
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Plan) 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 (*Plan) 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 (*Plan) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Plan) 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 (*Plan) 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 (*Plan) HasCategory ¶
HasCategory returns a boolean if a field has been set.
func (Plan) MarshalJSON ¶
func (*Plan) SetCategory ¶
SetCategory gets a reference to the given string and assigns it to the Category field.
func (*Plan) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Plan) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
type PlanAllOf ¶
type PlanAllOf struct { Category *string `json:"category,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` }
PlanAllOf struct for PlanAllOf
func NewPlanAllOf ¶
func NewPlanAllOf() *PlanAllOf
NewPlanAllOf instantiates a new PlanAllOf 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 NewPlanAllOfWithDefaults ¶
func NewPlanAllOfWithDefaults() *PlanAllOf
NewPlanAllOfWithDefaults instantiates a new PlanAllOf 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 (*PlanAllOf) GetCategory ¶
GetCategory returns the Category field value if set, zero value otherwise.
func (*PlanAllOf) GetCategoryOk ¶
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlanAllOf) 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 (*PlanAllOf) 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 (*PlanAllOf) HasCategory ¶
HasCategory returns a boolean if a field has been set.
func (PlanAllOf) MarshalJSON ¶
func (*PlanAllOf) SetCategory ¶
SetCategory gets a reference to the given string and assigns it to the Category field.
type PlanList ¶
type PlanList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Plan `json:"items"` }
PlanList struct for PlanList
func NewPlanList ¶
NewPlanList instantiates a new PlanList 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 NewPlanListWithDefaults ¶
func NewPlanListWithDefaults() *PlanList
NewPlanListWithDefaults instantiates a new PlanList 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 (*PlanList) GetItemsOk ¶
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*PlanList) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*PlanList) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*PlanList) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*PlanList) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (PlanList) MarshalJSON ¶
type PlanListAllOf ¶
type PlanListAllOf struct {
Items *[]Plan `json:"items,omitempty"`
}
PlanListAllOf struct for PlanListAllOf
func NewPlanListAllOf ¶
func NewPlanListAllOf() *PlanListAllOf
NewPlanListAllOf instantiates a new PlanListAllOf 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 NewPlanListAllOfWithDefaults ¶
func NewPlanListAllOfWithDefaults() *PlanListAllOf
NewPlanListAllOfWithDefaults instantiates a new PlanListAllOf 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 (*PlanListAllOf) GetItems ¶
func (o *PlanListAllOf) GetItems() []Plan
GetItems returns the Items field value if set, zero value otherwise.
func (*PlanListAllOf) GetItemsOk ¶
func (o *PlanListAllOf) GetItemsOk() (*[]Plan, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlanListAllOf) HasItems ¶
func (o *PlanListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (PlanListAllOf) MarshalJSON ¶
func (o PlanListAllOf) MarshalJSON() ([]byte, error)
func (*PlanListAllOf) SetItems ¶
func (o *PlanListAllOf) SetItems(v []Plan)
SetItems gets a reference to the given []Plan and assigns it to the Items field.
type PullSecretRequest ¶
type PullSecretRequest struct {
ExternalResourceId string `json:"external_resource_id"`
}
PullSecretRequest struct for PullSecretRequest
func NewPullSecretRequest ¶
func NewPullSecretRequest(externalResourceId string) *PullSecretRequest
NewPullSecretRequest instantiates a new PullSecretRequest 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 NewPullSecretRequestWithDefaults ¶
func NewPullSecretRequestWithDefaults() *PullSecretRequest
NewPullSecretRequestWithDefaults instantiates a new PullSecretRequest 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 (*PullSecretRequest) GetExternalResourceId ¶
func (o *PullSecretRequest) GetExternalResourceId() string
GetExternalResourceId returns the ExternalResourceId field value
func (*PullSecretRequest) GetExternalResourceIdOk ¶
func (o *PullSecretRequest) GetExternalResourceIdOk() (*string, bool)
GetExternalResourceIdOk returns a tuple with the ExternalResourceId field value and a boolean to check if the value has been set.
func (PullSecretRequest) MarshalJSON ¶
func (o PullSecretRequest) MarshalJSON() ([]byte, error)
func (*PullSecretRequest) SetExternalResourceId ¶
func (o *PullSecretRequest) SetExternalResourceId(v string)
SetExternalResourceId sets field value
type QuotaCost ¶
type QuotaCost struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Allowed int32 `json:"allowed"` Consumed int32 `json:"consumed"` OrganizationId *string `json:"organization_id,omitempty"` QuotaId string `json:"quota_id"` RelatedResources *[]RelatedResource `json:"related_resources,omitempty"` }
QuotaCost struct for QuotaCost
func NewQuotaCost ¶
NewQuotaCost instantiates a new QuotaCost 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 NewQuotaCostWithDefaults ¶
func NewQuotaCostWithDefaults() *QuotaCost
NewQuotaCostWithDefaults instantiates a new QuotaCost 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 (*QuotaCost) GetAllowed ¶
GetAllowed returns the Allowed field value
func (*QuotaCost) GetAllowedOk ¶
GetAllowedOk returns a tuple with the Allowed field value and a boolean to check if the value has been set.
func (*QuotaCost) GetConsumed ¶
GetConsumed returns the Consumed field value
func (*QuotaCost) GetConsumedOk ¶
GetConsumedOk returns a tuple with the Consumed field value and a boolean to check if the value has been set.
func (*QuotaCost) 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 (*QuotaCost) 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 (*QuotaCost) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaCost) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*QuotaCost) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaCost) GetQuotaId ¶
GetQuotaId returns the QuotaId field value
func (*QuotaCost) GetQuotaIdOk ¶
GetQuotaIdOk returns a tuple with the QuotaId field value and a boolean to check if the value has been set.
func (*QuotaCost) GetRelatedResources ¶
func (o *QuotaCost) GetRelatedResources() []RelatedResource
GetRelatedResources returns the RelatedResources field value if set, zero value otherwise.
func (*QuotaCost) GetRelatedResourcesOk ¶
func (o *QuotaCost) GetRelatedResourcesOk() (*[]RelatedResource, bool)
GetRelatedResourcesOk returns a tuple with the RelatedResources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaCost) HasOrganizationId ¶
HasOrganizationId returns a boolean if a field has been set.
func (*QuotaCost) HasRelatedResources ¶
HasRelatedResources returns a boolean if a field has been set.
func (QuotaCost) MarshalJSON ¶
func (*QuotaCost) SetConsumed ¶
SetConsumed sets field value
func (*QuotaCost) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*QuotaCost) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*QuotaCost) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*QuotaCost) SetOrganizationId ¶
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*QuotaCost) SetRelatedResources ¶
func (o *QuotaCost) SetRelatedResources(v []RelatedResource)
SetRelatedResources gets a reference to the given []RelatedResource and assigns it to the RelatedResources field.
type QuotaCostAllOf ¶
type QuotaCostAllOf struct { Allowed int32 `json:"allowed"` Consumed int32 `json:"consumed"` OrganizationId *string `json:"organization_id,omitempty"` QuotaId string `json:"quota_id"` RelatedResources *[]RelatedResource `json:"related_resources,omitempty"` }
QuotaCostAllOf struct for QuotaCostAllOf
func NewQuotaCostAllOf ¶
func NewQuotaCostAllOf(allowed int32, consumed int32, quotaId string) *QuotaCostAllOf
NewQuotaCostAllOf instantiates a new QuotaCostAllOf 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 NewQuotaCostAllOfWithDefaults ¶
func NewQuotaCostAllOfWithDefaults() *QuotaCostAllOf
NewQuotaCostAllOfWithDefaults instantiates a new QuotaCostAllOf 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 (*QuotaCostAllOf) GetAllowed ¶
func (o *QuotaCostAllOf) GetAllowed() int32
GetAllowed returns the Allowed field value
func (*QuotaCostAllOf) GetAllowedOk ¶
func (o *QuotaCostAllOf) GetAllowedOk() (*int32, bool)
GetAllowedOk returns a tuple with the Allowed field value and a boolean to check if the value has been set.
func (*QuotaCostAllOf) GetConsumed ¶
func (o *QuotaCostAllOf) GetConsumed() int32
GetConsumed returns the Consumed field value
func (*QuotaCostAllOf) GetConsumedOk ¶
func (o *QuotaCostAllOf) GetConsumedOk() (*int32, bool)
GetConsumedOk returns a tuple with the Consumed field value and a boolean to check if the value has been set.
func (*QuotaCostAllOf) GetOrganizationId ¶
func (o *QuotaCostAllOf) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*QuotaCostAllOf) GetOrganizationIdOk ¶
func (o *QuotaCostAllOf) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaCostAllOf) GetQuotaId ¶
func (o *QuotaCostAllOf) GetQuotaId() string
GetQuotaId returns the QuotaId field value
func (*QuotaCostAllOf) GetQuotaIdOk ¶
func (o *QuotaCostAllOf) GetQuotaIdOk() (*string, bool)
GetQuotaIdOk returns a tuple with the QuotaId field value and a boolean to check if the value has been set.
func (*QuotaCostAllOf) GetRelatedResources ¶
func (o *QuotaCostAllOf) GetRelatedResources() []RelatedResource
GetRelatedResources returns the RelatedResources field value if set, zero value otherwise.
func (*QuotaCostAllOf) GetRelatedResourcesOk ¶
func (o *QuotaCostAllOf) GetRelatedResourcesOk() (*[]RelatedResource, bool)
GetRelatedResourcesOk returns a tuple with the RelatedResources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaCostAllOf) HasOrganizationId ¶
func (o *QuotaCostAllOf) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*QuotaCostAllOf) HasRelatedResources ¶
func (o *QuotaCostAllOf) HasRelatedResources() bool
HasRelatedResources returns a boolean if a field has been set.
func (QuotaCostAllOf) MarshalJSON ¶
func (o QuotaCostAllOf) MarshalJSON() ([]byte, error)
func (*QuotaCostAllOf) SetAllowed ¶
func (o *QuotaCostAllOf) SetAllowed(v int32)
SetAllowed sets field value
func (*QuotaCostAllOf) SetConsumed ¶
func (o *QuotaCostAllOf) SetConsumed(v int32)
SetConsumed sets field value
func (*QuotaCostAllOf) SetOrganizationId ¶
func (o *QuotaCostAllOf) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*QuotaCostAllOf) SetQuotaId ¶
func (o *QuotaCostAllOf) SetQuotaId(v string)
SetQuotaId sets field value
func (*QuotaCostAllOf) SetRelatedResources ¶
func (o *QuotaCostAllOf) SetRelatedResources(v []RelatedResource)
SetRelatedResources gets a reference to the given []RelatedResource and assigns it to the RelatedResources field.
type QuotaCostList ¶
type QuotaCostList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []QuotaCost `json:"items"` }
QuotaCostList struct for QuotaCostList
func NewQuotaCostList ¶
func NewQuotaCostList(kind string, page int32, size int32, total int32, items []QuotaCost) *QuotaCostList
NewQuotaCostList instantiates a new QuotaCostList 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 NewQuotaCostListWithDefaults ¶
func NewQuotaCostListWithDefaults() *QuotaCostList
NewQuotaCostListWithDefaults instantiates a new QuotaCostList 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 (*QuotaCostList) GetItems ¶
func (o *QuotaCostList) GetItems() []QuotaCost
GetItems returns the Items field value
func (*QuotaCostList) GetItemsOk ¶
func (o *QuotaCostList) GetItemsOk() (*[]QuotaCost, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*QuotaCostList) GetKind ¶
func (o *QuotaCostList) GetKind() string
GetKind returns the Kind field value
func (*QuotaCostList) GetKindOk ¶
func (o *QuotaCostList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*QuotaCostList) GetPage ¶
func (o *QuotaCostList) GetPage() int32
GetPage returns the Page field value
func (*QuotaCostList) GetPageOk ¶
func (o *QuotaCostList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*QuotaCostList) GetSize ¶
func (o *QuotaCostList) GetSize() int32
GetSize returns the Size field value
func (*QuotaCostList) GetSizeOk ¶
func (o *QuotaCostList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*QuotaCostList) GetTotal ¶
func (o *QuotaCostList) GetTotal() int32
GetTotal returns the Total field value
func (*QuotaCostList) GetTotalOk ¶
func (o *QuotaCostList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (QuotaCostList) MarshalJSON ¶
func (o QuotaCostList) MarshalJSON() ([]byte, error)
func (*QuotaCostList) SetItems ¶
func (o *QuotaCostList) SetItems(v []QuotaCost)
SetItems sets field value
func (*QuotaCostList) SetTotal ¶
func (o *QuotaCostList) SetTotal(v int32)
SetTotal sets field value
type QuotaCostListAllOf ¶
type QuotaCostListAllOf struct {
Items *[]QuotaCost `json:"items,omitempty"`
}
QuotaCostListAllOf struct for QuotaCostListAllOf
func NewQuotaCostListAllOf ¶
func NewQuotaCostListAllOf() *QuotaCostListAllOf
NewQuotaCostListAllOf instantiates a new QuotaCostListAllOf 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 NewQuotaCostListAllOfWithDefaults ¶
func NewQuotaCostListAllOfWithDefaults() *QuotaCostListAllOf
NewQuotaCostListAllOfWithDefaults instantiates a new QuotaCostListAllOf 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 (*QuotaCostListAllOf) GetItems ¶
func (o *QuotaCostListAllOf) GetItems() []QuotaCost
GetItems returns the Items field value if set, zero value otherwise.
func (*QuotaCostListAllOf) GetItemsOk ¶
func (o *QuotaCostListAllOf) GetItemsOk() (*[]QuotaCost, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaCostListAllOf) HasItems ¶
func (o *QuotaCostListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (QuotaCostListAllOf) MarshalJSON ¶
func (o QuotaCostListAllOf) MarshalJSON() ([]byte, error)
func (*QuotaCostListAllOf) SetItems ¶
func (o *QuotaCostListAllOf) SetItems(v []QuotaCost)
SetItems gets a reference to the given []QuotaCost and assigns it to the Items field.
type QuotaSummary ¶
type QuotaSummary struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Allowed int32 `json:"allowed"` AvailabilityZoneType string `json:"availability_zone_type"` Byoc bool `json:"byoc"` OrganizationId *string `json:"organization_id,omitempty"` Reserved int32 `json:"reserved"` ResourceName string `json:"resource_name"` ResourceType string `json:"resource_type"` }
QuotaSummary struct for QuotaSummary
func NewQuotaSummary ¶
func NewQuotaSummary(allowed int32, availabilityZoneType string, byoc bool, reserved int32, resourceName string, resourceType string) *QuotaSummary
NewQuotaSummary instantiates a new QuotaSummary 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 NewQuotaSummaryWithDefaults ¶
func NewQuotaSummaryWithDefaults() *QuotaSummary
NewQuotaSummaryWithDefaults instantiates a new QuotaSummary 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 (*QuotaSummary) GetAllowed ¶
func (o *QuotaSummary) GetAllowed() int32
GetAllowed returns the Allowed field value
func (*QuotaSummary) GetAllowedOk ¶
func (o *QuotaSummary) GetAllowedOk() (*int32, bool)
GetAllowedOk returns a tuple with the Allowed field value and a boolean to check if the value has been set.
func (*QuotaSummary) GetAvailabilityZoneType ¶
func (o *QuotaSummary) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value
func (*QuotaSummary) GetAvailabilityZoneTypeOk ¶
func (o *QuotaSummary) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value and a boolean to check if the value has been set.
func (*QuotaSummary) GetByoc ¶
func (o *QuotaSummary) GetByoc() bool
GetByoc returns the Byoc field value
func (*QuotaSummary) GetByocOk ¶
func (o *QuotaSummary) GetByocOk() (*bool, bool)
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*QuotaSummary) GetHref ¶
func (o *QuotaSummary) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*QuotaSummary) GetHrefOk ¶
func (o *QuotaSummary) 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 (*QuotaSummary) GetId ¶
func (o *QuotaSummary) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*QuotaSummary) GetIdOk ¶
func (o *QuotaSummary) 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 (*QuotaSummary) GetKind ¶
func (o *QuotaSummary) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*QuotaSummary) GetKindOk ¶
func (o *QuotaSummary) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaSummary) GetOrganizationId ¶
func (o *QuotaSummary) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*QuotaSummary) GetOrganizationIdOk ¶
func (o *QuotaSummary) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaSummary) GetReserved ¶
func (o *QuotaSummary) GetReserved() int32
GetReserved returns the Reserved field value
func (*QuotaSummary) GetReservedOk ¶
func (o *QuotaSummary) GetReservedOk() (*int32, bool)
GetReservedOk returns a tuple with the Reserved field value and a boolean to check if the value has been set.
func (*QuotaSummary) GetResourceName ¶
func (o *QuotaSummary) GetResourceName() string
GetResourceName returns the ResourceName field value
func (*QuotaSummary) GetResourceNameOk ¶
func (o *QuotaSummary) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value and a boolean to check if the value has been set.
func (*QuotaSummary) GetResourceType ¶
func (o *QuotaSummary) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*QuotaSummary) GetResourceTypeOk ¶
func (o *QuotaSummary) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*QuotaSummary) HasHref ¶
func (o *QuotaSummary) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*QuotaSummary) HasId ¶
func (o *QuotaSummary) HasId() bool
HasId returns a boolean if a field has been set.
func (*QuotaSummary) HasKind ¶
func (o *QuotaSummary) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*QuotaSummary) HasOrganizationId ¶
func (o *QuotaSummary) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (QuotaSummary) MarshalJSON ¶
func (o QuotaSummary) MarshalJSON() ([]byte, error)
func (*QuotaSummary) SetAllowed ¶
func (o *QuotaSummary) SetAllowed(v int32)
SetAllowed sets field value
func (*QuotaSummary) SetAvailabilityZoneType ¶
func (o *QuotaSummary) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType sets field value
func (*QuotaSummary) SetHref ¶
func (o *QuotaSummary) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*QuotaSummary) SetId ¶
func (o *QuotaSummary) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*QuotaSummary) SetKind ¶
func (o *QuotaSummary) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*QuotaSummary) SetOrganizationId ¶
func (o *QuotaSummary) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*QuotaSummary) SetReserved ¶
func (o *QuotaSummary) SetReserved(v int32)
SetReserved sets field value
func (*QuotaSummary) SetResourceName ¶
func (o *QuotaSummary) SetResourceName(v string)
SetResourceName sets field value
func (*QuotaSummary) SetResourceType ¶
func (o *QuotaSummary) SetResourceType(v string)
SetResourceType sets field value
type QuotaSummaryAllOf ¶
type QuotaSummaryAllOf struct { Allowed int32 `json:"allowed"` AvailabilityZoneType string `json:"availability_zone_type"` Byoc bool `json:"byoc"` OrganizationId *string `json:"organization_id,omitempty"` Reserved int32 `json:"reserved"` ResourceName string `json:"resource_name"` ResourceType string `json:"resource_type"` }
QuotaSummaryAllOf struct for QuotaSummaryAllOf
func NewQuotaSummaryAllOf ¶
func NewQuotaSummaryAllOf(allowed int32, availabilityZoneType string, byoc bool, reserved int32, resourceName string, resourceType string) *QuotaSummaryAllOf
NewQuotaSummaryAllOf instantiates a new QuotaSummaryAllOf 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 NewQuotaSummaryAllOfWithDefaults ¶
func NewQuotaSummaryAllOfWithDefaults() *QuotaSummaryAllOf
NewQuotaSummaryAllOfWithDefaults instantiates a new QuotaSummaryAllOf 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 (*QuotaSummaryAllOf) GetAllowed ¶
func (o *QuotaSummaryAllOf) GetAllowed() int32
GetAllowed returns the Allowed field value
func (*QuotaSummaryAllOf) GetAllowedOk ¶
func (o *QuotaSummaryAllOf) GetAllowedOk() (*int32, bool)
GetAllowedOk returns a tuple with the Allowed field value and a boolean to check if the value has been set.
func (*QuotaSummaryAllOf) GetAvailabilityZoneType ¶
func (o *QuotaSummaryAllOf) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value
func (*QuotaSummaryAllOf) GetAvailabilityZoneTypeOk ¶
func (o *QuotaSummaryAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value and a boolean to check if the value has been set.
func (*QuotaSummaryAllOf) GetByoc ¶
func (o *QuotaSummaryAllOf) GetByoc() bool
GetByoc returns the Byoc field value
func (*QuotaSummaryAllOf) GetByocOk ¶
func (o *QuotaSummaryAllOf) GetByocOk() (*bool, bool)
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*QuotaSummaryAllOf) GetOrganizationId ¶
func (o *QuotaSummaryAllOf) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*QuotaSummaryAllOf) GetOrganizationIdOk ¶
func (o *QuotaSummaryAllOf) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaSummaryAllOf) GetReserved ¶
func (o *QuotaSummaryAllOf) GetReserved() int32
GetReserved returns the Reserved field value
func (*QuotaSummaryAllOf) GetReservedOk ¶
func (o *QuotaSummaryAllOf) GetReservedOk() (*int32, bool)
GetReservedOk returns a tuple with the Reserved field value and a boolean to check if the value has been set.
func (*QuotaSummaryAllOf) GetResourceName ¶
func (o *QuotaSummaryAllOf) GetResourceName() string
GetResourceName returns the ResourceName field value
func (*QuotaSummaryAllOf) GetResourceNameOk ¶
func (o *QuotaSummaryAllOf) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value and a boolean to check if the value has been set.
func (*QuotaSummaryAllOf) GetResourceType ¶
func (o *QuotaSummaryAllOf) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*QuotaSummaryAllOf) GetResourceTypeOk ¶
func (o *QuotaSummaryAllOf) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*QuotaSummaryAllOf) HasOrganizationId ¶
func (o *QuotaSummaryAllOf) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (QuotaSummaryAllOf) MarshalJSON ¶
func (o QuotaSummaryAllOf) MarshalJSON() ([]byte, error)
func (*QuotaSummaryAllOf) SetAllowed ¶
func (o *QuotaSummaryAllOf) SetAllowed(v int32)
SetAllowed sets field value
func (*QuotaSummaryAllOf) SetAvailabilityZoneType ¶
func (o *QuotaSummaryAllOf) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType sets field value
func (*QuotaSummaryAllOf) SetByoc ¶
func (o *QuotaSummaryAllOf) SetByoc(v bool)
SetByoc sets field value
func (*QuotaSummaryAllOf) SetOrganizationId ¶
func (o *QuotaSummaryAllOf) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*QuotaSummaryAllOf) SetReserved ¶
func (o *QuotaSummaryAllOf) SetReserved(v int32)
SetReserved sets field value
func (*QuotaSummaryAllOf) SetResourceName ¶
func (o *QuotaSummaryAllOf) SetResourceName(v string)
SetResourceName sets field value
func (*QuotaSummaryAllOf) SetResourceType ¶
func (o *QuotaSummaryAllOf) SetResourceType(v string)
SetResourceType sets field value
type QuotaSummaryList ¶
type QuotaSummaryList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []QuotaSummary `json:"items"` }
QuotaSummaryList struct for QuotaSummaryList
func NewQuotaSummaryList ¶
func NewQuotaSummaryList(kind string, page int32, size int32, total int32, items []QuotaSummary) *QuotaSummaryList
NewQuotaSummaryList instantiates a new QuotaSummaryList 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 NewQuotaSummaryListWithDefaults ¶
func NewQuotaSummaryListWithDefaults() *QuotaSummaryList
NewQuotaSummaryListWithDefaults instantiates a new QuotaSummaryList 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 (*QuotaSummaryList) GetItems ¶
func (o *QuotaSummaryList) GetItems() []QuotaSummary
GetItems returns the Items field value
func (*QuotaSummaryList) GetItemsOk ¶
func (o *QuotaSummaryList) GetItemsOk() (*[]QuotaSummary, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*QuotaSummaryList) GetKind ¶
func (o *QuotaSummaryList) GetKind() string
GetKind returns the Kind field value
func (*QuotaSummaryList) GetKindOk ¶
func (o *QuotaSummaryList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*QuotaSummaryList) GetPage ¶
func (o *QuotaSummaryList) GetPage() int32
GetPage returns the Page field value
func (*QuotaSummaryList) GetPageOk ¶
func (o *QuotaSummaryList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*QuotaSummaryList) GetSize ¶
func (o *QuotaSummaryList) GetSize() int32
GetSize returns the Size field value
func (*QuotaSummaryList) GetSizeOk ¶
func (o *QuotaSummaryList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*QuotaSummaryList) GetTotal ¶
func (o *QuotaSummaryList) GetTotal() int32
GetTotal returns the Total field value
func (*QuotaSummaryList) GetTotalOk ¶
func (o *QuotaSummaryList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (QuotaSummaryList) MarshalJSON ¶
func (o QuotaSummaryList) MarshalJSON() ([]byte, error)
func (*QuotaSummaryList) SetItems ¶
func (o *QuotaSummaryList) SetItems(v []QuotaSummary)
SetItems sets field value
func (*QuotaSummaryList) SetKind ¶
func (o *QuotaSummaryList) SetKind(v string)
SetKind sets field value
func (*QuotaSummaryList) SetPage ¶
func (o *QuotaSummaryList) SetPage(v int32)
SetPage sets field value
func (*QuotaSummaryList) SetSize ¶
func (o *QuotaSummaryList) SetSize(v int32)
SetSize sets field value
func (*QuotaSummaryList) SetTotal ¶
func (o *QuotaSummaryList) SetTotal(v int32)
SetTotal sets field value
type QuotaSummaryListAllOf ¶
type QuotaSummaryListAllOf struct {
Items *[]QuotaSummary `json:"items,omitempty"`
}
QuotaSummaryListAllOf struct for QuotaSummaryListAllOf
func NewQuotaSummaryListAllOf ¶
func NewQuotaSummaryListAllOf() *QuotaSummaryListAllOf
NewQuotaSummaryListAllOf instantiates a new QuotaSummaryListAllOf 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 NewQuotaSummaryListAllOfWithDefaults ¶
func NewQuotaSummaryListAllOfWithDefaults() *QuotaSummaryListAllOf
NewQuotaSummaryListAllOfWithDefaults instantiates a new QuotaSummaryListAllOf 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 (*QuotaSummaryListAllOf) GetItems ¶
func (o *QuotaSummaryListAllOf) GetItems() []QuotaSummary
GetItems returns the Items field value if set, zero value otherwise.
func (*QuotaSummaryListAllOf) GetItemsOk ¶
func (o *QuotaSummaryListAllOf) GetItemsOk() (*[]QuotaSummary, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaSummaryListAllOf) HasItems ¶
func (o *QuotaSummaryListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (QuotaSummaryListAllOf) MarshalJSON ¶
func (o QuotaSummaryListAllOf) MarshalJSON() ([]byte, error)
func (*QuotaSummaryListAllOf) SetItems ¶
func (o *QuotaSummaryListAllOf) SetItems(v []QuotaSummary)
SetItems gets a reference to the given []QuotaSummary and assigns it to the Items field.
type Registry ¶
type Registry struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` CloudAlias *bool `json:"cloudAlias,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Name *string `json:"name,omitempty"` OrgName *string `json:"org_name,omitempty"` TeamName *string `json:"team_name,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Url *string `json:"url,omitempty"` }
Registry struct for Registry
func NewRegistry ¶
func NewRegistry() *Registry
NewRegistry instantiates a new Registry 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 NewRegistryWithDefaults ¶
func NewRegistryWithDefaults() *Registry
NewRegistryWithDefaults instantiates a new Registry 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 (*Registry) GetCloudAlias ¶
GetCloudAlias returns the CloudAlias field value if set, zero value otherwise.
func (*Registry) GetCloudAliasOk ¶
GetCloudAliasOk returns a tuple with the CloudAlias field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Registry) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) 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 (*Registry) 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 (*Registry) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) 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 (*Registry) GetOrgName ¶
GetOrgName returns the OrgName field value if set, zero value otherwise.
func (*Registry) GetOrgNameOk ¶
GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetTeamName ¶
GetTeamName returns the TeamName field value if set, zero value otherwise.
func (*Registry) GetTeamNameOk ¶
GetTeamNameOk returns a tuple with the TeamName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) 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 (*Registry) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Registry) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) 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 (*Registry) HasCloudAlias ¶
HasCloudAlias returns a boolean if a field has been set.
func (*Registry) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Registry) HasOrgName ¶
HasOrgName returns a boolean if a field has been set.
func (*Registry) HasTeamName ¶
HasTeamName returns a boolean if a field has been set.
func (*Registry) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (Registry) MarshalJSON ¶
func (*Registry) SetCloudAlias ¶
SetCloudAlias gets a reference to the given bool and assigns it to the CloudAlias field.
func (*Registry) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Registry) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Registry) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Registry) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Registry) SetOrgName ¶
SetOrgName gets a reference to the given string and assigns it to the OrgName field.
func (*Registry) SetTeamName ¶
SetTeamName gets a reference to the given string and assigns it to the TeamName field.
func (*Registry) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*Registry) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type RegistryAllOf ¶
type RegistryAllOf struct { CloudAlias *bool `json:"cloudAlias,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Name *string `json:"name,omitempty"` OrgName *string `json:"org_name,omitempty"` TeamName *string `json:"team_name,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Url *string `json:"url,omitempty"` }
RegistryAllOf struct for RegistryAllOf
func NewRegistryAllOf ¶
func NewRegistryAllOf() *RegistryAllOf
NewRegistryAllOf instantiates a new RegistryAllOf 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 NewRegistryAllOfWithDefaults ¶
func NewRegistryAllOfWithDefaults() *RegistryAllOf
NewRegistryAllOfWithDefaults instantiates a new RegistryAllOf 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 (*RegistryAllOf) GetCloudAlias ¶
func (o *RegistryAllOf) GetCloudAlias() bool
GetCloudAlias returns the CloudAlias field value if set, zero value otherwise.
func (*RegistryAllOf) GetCloudAliasOk ¶
func (o *RegistryAllOf) GetCloudAliasOk() (*bool, bool)
GetCloudAliasOk returns a tuple with the CloudAlias field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryAllOf) GetCreatedAt ¶
func (o *RegistryAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*RegistryAllOf) GetCreatedAtOk ¶
func (o *RegistryAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryAllOf) GetName ¶
func (o *RegistryAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*RegistryAllOf) GetNameOk ¶
func (o *RegistryAllOf) 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 (*RegistryAllOf) GetOrgName ¶
func (o *RegistryAllOf) GetOrgName() string
GetOrgName returns the OrgName field value if set, zero value otherwise.
func (*RegistryAllOf) GetOrgNameOk ¶
func (o *RegistryAllOf) GetOrgNameOk() (*string, bool)
GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryAllOf) GetTeamName ¶
func (o *RegistryAllOf) GetTeamName() string
GetTeamName returns the TeamName field value if set, zero value otherwise.
func (*RegistryAllOf) GetTeamNameOk ¶
func (o *RegistryAllOf) GetTeamNameOk() (*string, bool)
GetTeamNameOk returns a tuple with the TeamName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryAllOf) GetType ¶
func (o *RegistryAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*RegistryAllOf) GetTypeOk ¶
func (o *RegistryAllOf) 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 (*RegistryAllOf) GetUpdatedAt ¶
func (o *RegistryAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*RegistryAllOf) GetUpdatedAtOk ¶
func (o *RegistryAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryAllOf) GetUrl ¶
func (o *RegistryAllOf) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*RegistryAllOf) GetUrlOk ¶
func (o *RegistryAllOf) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryAllOf) HasCloudAlias ¶
func (o *RegistryAllOf) HasCloudAlias() bool
HasCloudAlias returns a boolean if a field has been set.
func (*RegistryAllOf) HasCreatedAt ¶
func (o *RegistryAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*RegistryAllOf) HasName ¶
func (o *RegistryAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*RegistryAllOf) HasOrgName ¶
func (o *RegistryAllOf) HasOrgName() bool
HasOrgName returns a boolean if a field has been set.
func (*RegistryAllOf) HasTeamName ¶
func (o *RegistryAllOf) HasTeamName() bool
HasTeamName returns a boolean if a field has been set.
func (*RegistryAllOf) HasType ¶
func (o *RegistryAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (*RegistryAllOf) HasUpdatedAt ¶
func (o *RegistryAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*RegistryAllOf) HasUrl ¶
func (o *RegistryAllOf) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (RegistryAllOf) MarshalJSON ¶
func (o RegistryAllOf) MarshalJSON() ([]byte, error)
func (*RegistryAllOf) SetCloudAlias ¶
func (o *RegistryAllOf) SetCloudAlias(v bool)
SetCloudAlias gets a reference to the given bool and assigns it to the CloudAlias field.
func (*RegistryAllOf) SetCreatedAt ¶
func (o *RegistryAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*RegistryAllOf) SetName ¶
func (o *RegistryAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*RegistryAllOf) SetOrgName ¶
func (o *RegistryAllOf) SetOrgName(v string)
SetOrgName gets a reference to the given string and assigns it to the OrgName field.
func (*RegistryAllOf) SetTeamName ¶
func (o *RegistryAllOf) SetTeamName(v string)
SetTeamName gets a reference to the given string and assigns it to the TeamName field.
func (*RegistryAllOf) SetType ¶
func (o *RegistryAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*RegistryAllOf) SetUpdatedAt ¶
func (o *RegistryAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*RegistryAllOf) SetUrl ¶
func (o *RegistryAllOf) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type RegistryCreateRequest ¶
type RegistryCreateRequest struct { CloudAlias *bool `json:"cloudAlias,omitempty"` Name string `json:"name"` OrgName *string `json:"org_name,omitempty"` TeamName *string `json:"team_name,omitempty"` Type string `json:"type"` Url string `json:"url"` }
RegistryCreateRequest struct for RegistryCreateRequest
func NewRegistryCreateRequest ¶
func NewRegistryCreateRequest(name string, type_ string, url string) *RegistryCreateRequest
NewRegistryCreateRequest instantiates a new RegistryCreateRequest 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 NewRegistryCreateRequestWithDefaults ¶
func NewRegistryCreateRequestWithDefaults() *RegistryCreateRequest
NewRegistryCreateRequestWithDefaults instantiates a new RegistryCreateRequest 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 (*RegistryCreateRequest) GetCloudAlias ¶
func (o *RegistryCreateRequest) GetCloudAlias() bool
GetCloudAlias returns the CloudAlias field value if set, zero value otherwise.
func (*RegistryCreateRequest) GetCloudAliasOk ¶
func (o *RegistryCreateRequest) GetCloudAliasOk() (*bool, bool)
GetCloudAliasOk returns a tuple with the CloudAlias field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCreateRequest) GetName ¶
func (o *RegistryCreateRequest) GetName() string
GetName returns the Name field value
func (*RegistryCreateRequest) GetNameOk ¶
func (o *RegistryCreateRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RegistryCreateRequest) GetOrgName ¶
func (o *RegistryCreateRequest) GetOrgName() string
GetOrgName returns the OrgName field value if set, zero value otherwise.
func (*RegistryCreateRequest) GetOrgNameOk ¶
func (o *RegistryCreateRequest) GetOrgNameOk() (*string, bool)
GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCreateRequest) GetTeamName ¶
func (o *RegistryCreateRequest) GetTeamName() string
GetTeamName returns the TeamName field value if set, zero value otherwise.
func (*RegistryCreateRequest) GetTeamNameOk ¶
func (o *RegistryCreateRequest) GetTeamNameOk() (*string, bool)
GetTeamNameOk returns a tuple with the TeamName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCreateRequest) GetType ¶
func (o *RegistryCreateRequest) GetType() string
GetType returns the Type field value
func (*RegistryCreateRequest) GetTypeOk ¶
func (o *RegistryCreateRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*RegistryCreateRequest) GetUrl ¶
func (o *RegistryCreateRequest) GetUrl() string
GetUrl returns the Url field value
func (*RegistryCreateRequest) GetUrlOk ¶
func (o *RegistryCreateRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*RegistryCreateRequest) HasCloudAlias ¶
func (o *RegistryCreateRequest) HasCloudAlias() bool
HasCloudAlias returns a boolean if a field has been set.
func (*RegistryCreateRequest) HasOrgName ¶
func (o *RegistryCreateRequest) HasOrgName() bool
HasOrgName returns a boolean if a field has been set.
func (*RegistryCreateRequest) HasTeamName ¶
func (o *RegistryCreateRequest) HasTeamName() bool
HasTeamName returns a boolean if a field has been set.
func (RegistryCreateRequest) MarshalJSON ¶
func (o RegistryCreateRequest) MarshalJSON() ([]byte, error)
func (*RegistryCreateRequest) SetCloudAlias ¶
func (o *RegistryCreateRequest) SetCloudAlias(v bool)
SetCloudAlias gets a reference to the given bool and assigns it to the CloudAlias field.
func (*RegistryCreateRequest) SetName ¶
func (o *RegistryCreateRequest) SetName(v string)
SetName sets field value
func (*RegistryCreateRequest) SetOrgName ¶
func (o *RegistryCreateRequest) SetOrgName(v string)
SetOrgName gets a reference to the given string and assigns it to the OrgName field.
func (*RegistryCreateRequest) SetTeamName ¶
func (o *RegistryCreateRequest) SetTeamName(v string)
SetTeamName gets a reference to the given string and assigns it to the TeamName field.
func (*RegistryCreateRequest) SetType ¶
func (o *RegistryCreateRequest) SetType(v string)
SetType sets field value
func (*RegistryCreateRequest) SetUrl ¶
func (o *RegistryCreateRequest) SetUrl(v string)
SetUrl sets field value
type RegistryCredential ¶
type RegistryCredential struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Account *ObjectReference `json:"account,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ExternalResourceId *string `json:"external_resource_id,omitempty"` Registry *ObjectReference `json:"registry,omitempty"` Token *string `json:"token,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Username *string `json:"username,omitempty"` }
RegistryCredential struct for RegistryCredential
func NewRegistryCredential ¶
func NewRegistryCredential() *RegistryCredential
NewRegistryCredential instantiates a new RegistryCredential 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 NewRegistryCredentialWithDefaults ¶
func NewRegistryCredentialWithDefaults() *RegistryCredential
NewRegistryCredentialWithDefaults instantiates a new RegistryCredential 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 (*RegistryCredential) GetAccount ¶
func (o *RegistryCredential) GetAccount() ObjectReference
GetAccount returns the Account field value if set, zero value otherwise.
func (*RegistryCredential) GetAccountOk ¶
func (o *RegistryCredential) GetAccountOk() (*ObjectReference, bool)
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetCreatedAt ¶
func (o *RegistryCredential) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*RegistryCredential) GetCreatedAtOk ¶
func (o *RegistryCredential) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetExternalResourceId ¶
func (o *RegistryCredential) GetExternalResourceId() string
GetExternalResourceId returns the ExternalResourceId field value if set, zero value otherwise.
func (*RegistryCredential) GetExternalResourceIdOk ¶
func (o *RegistryCredential) GetExternalResourceIdOk() (*string, bool)
GetExternalResourceIdOk returns a tuple with the ExternalResourceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetHref ¶
func (o *RegistryCredential) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*RegistryCredential) GetHrefOk ¶
func (o *RegistryCredential) 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 (*RegistryCredential) GetId ¶
func (o *RegistryCredential) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*RegistryCredential) GetIdOk ¶
func (o *RegistryCredential) 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 (*RegistryCredential) GetKind ¶
func (o *RegistryCredential) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*RegistryCredential) GetKindOk ¶
func (o *RegistryCredential) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetRegistry ¶
func (o *RegistryCredential) GetRegistry() ObjectReference
GetRegistry returns the Registry field value if set, zero value otherwise.
func (*RegistryCredential) GetRegistryOk ¶
func (o *RegistryCredential) GetRegistryOk() (*ObjectReference, bool)
GetRegistryOk returns a tuple with the Registry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetToken ¶
func (o *RegistryCredential) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*RegistryCredential) GetTokenOk ¶
func (o *RegistryCredential) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetUpdatedAt ¶
func (o *RegistryCredential) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*RegistryCredential) GetUpdatedAtOk ¶
func (o *RegistryCredential) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetUsername ¶
func (o *RegistryCredential) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*RegistryCredential) GetUsernameOk ¶
func (o *RegistryCredential) 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 (*RegistryCredential) HasAccount ¶
func (o *RegistryCredential) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (*RegistryCredential) HasCreatedAt ¶
func (o *RegistryCredential) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*RegistryCredential) HasExternalResourceId ¶
func (o *RegistryCredential) HasExternalResourceId() bool
HasExternalResourceId returns a boolean if a field has been set.
func (*RegistryCredential) HasHref ¶
func (o *RegistryCredential) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*RegistryCredential) HasId ¶
func (o *RegistryCredential) HasId() bool
HasId returns a boolean if a field has been set.
func (*RegistryCredential) HasKind ¶
func (o *RegistryCredential) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*RegistryCredential) HasRegistry ¶
func (o *RegistryCredential) HasRegistry() bool
HasRegistry returns a boolean if a field has been set.
func (*RegistryCredential) HasToken ¶
func (o *RegistryCredential) HasToken() bool
HasToken returns a boolean if a field has been set.
func (*RegistryCredential) HasUpdatedAt ¶
func (o *RegistryCredential) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*RegistryCredential) HasUsername ¶
func (o *RegistryCredential) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (RegistryCredential) MarshalJSON ¶
func (o RegistryCredential) MarshalJSON() ([]byte, error)
func (*RegistryCredential) SetAccount ¶
func (o *RegistryCredential) SetAccount(v ObjectReference)
SetAccount gets a reference to the given ObjectReference and assigns it to the Account field.
func (*RegistryCredential) SetCreatedAt ¶
func (o *RegistryCredential) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*RegistryCredential) SetExternalResourceId ¶
func (o *RegistryCredential) SetExternalResourceId(v string)
SetExternalResourceId gets a reference to the given string and assigns it to the ExternalResourceId field.
func (*RegistryCredential) SetHref ¶
func (o *RegistryCredential) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*RegistryCredential) SetId ¶
func (o *RegistryCredential) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*RegistryCredential) SetKind ¶
func (o *RegistryCredential) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*RegistryCredential) SetRegistry ¶
func (o *RegistryCredential) SetRegistry(v ObjectReference)
SetRegistry gets a reference to the given ObjectReference and assigns it to the Registry field.
func (*RegistryCredential) SetToken ¶
func (o *RegistryCredential) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*RegistryCredential) SetUpdatedAt ¶
func (o *RegistryCredential) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*RegistryCredential) SetUsername ¶
func (o *RegistryCredential) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
type RegistryCredentialAllOf ¶
type RegistryCredentialAllOf struct { Account *ObjectReference `json:"account,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ExternalResourceId *string `json:"external_resource_id,omitempty"` Registry *ObjectReference `json:"registry,omitempty"` Token *string `json:"token,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Username *string `json:"username,omitempty"` }
RegistryCredentialAllOf struct for RegistryCredentialAllOf
func NewRegistryCredentialAllOf ¶
func NewRegistryCredentialAllOf() *RegistryCredentialAllOf
NewRegistryCredentialAllOf instantiates a new RegistryCredentialAllOf 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 NewRegistryCredentialAllOfWithDefaults ¶
func NewRegistryCredentialAllOfWithDefaults() *RegistryCredentialAllOf
NewRegistryCredentialAllOfWithDefaults instantiates a new RegistryCredentialAllOf 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 (*RegistryCredentialAllOf) GetAccount ¶
func (o *RegistryCredentialAllOf) GetAccount() ObjectReference
GetAccount returns the Account field value if set, zero value otherwise.
func (*RegistryCredentialAllOf) GetAccountOk ¶
func (o *RegistryCredentialAllOf) GetAccountOk() (*ObjectReference, bool)
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialAllOf) GetCreatedAt ¶
func (o *RegistryCredentialAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*RegistryCredentialAllOf) GetCreatedAtOk ¶
func (o *RegistryCredentialAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialAllOf) GetExternalResourceId ¶
func (o *RegistryCredentialAllOf) GetExternalResourceId() string
GetExternalResourceId returns the ExternalResourceId field value if set, zero value otherwise.
func (*RegistryCredentialAllOf) GetExternalResourceIdOk ¶
func (o *RegistryCredentialAllOf) GetExternalResourceIdOk() (*string, bool)
GetExternalResourceIdOk returns a tuple with the ExternalResourceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialAllOf) GetRegistry ¶
func (o *RegistryCredentialAllOf) GetRegistry() ObjectReference
GetRegistry returns the Registry field value if set, zero value otherwise.
func (*RegistryCredentialAllOf) GetRegistryOk ¶
func (o *RegistryCredentialAllOf) GetRegistryOk() (*ObjectReference, bool)
GetRegistryOk returns a tuple with the Registry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialAllOf) GetToken ¶
func (o *RegistryCredentialAllOf) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*RegistryCredentialAllOf) GetTokenOk ¶
func (o *RegistryCredentialAllOf) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialAllOf) GetUpdatedAt ¶
func (o *RegistryCredentialAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*RegistryCredentialAllOf) GetUpdatedAtOk ¶
func (o *RegistryCredentialAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialAllOf) GetUsername ¶
func (o *RegistryCredentialAllOf) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*RegistryCredentialAllOf) GetUsernameOk ¶
func (o *RegistryCredentialAllOf) 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 (*RegistryCredentialAllOf) HasAccount ¶
func (o *RegistryCredentialAllOf) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (*RegistryCredentialAllOf) HasCreatedAt ¶
func (o *RegistryCredentialAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*RegistryCredentialAllOf) HasExternalResourceId ¶
func (o *RegistryCredentialAllOf) HasExternalResourceId() bool
HasExternalResourceId returns a boolean if a field has been set.
func (*RegistryCredentialAllOf) HasRegistry ¶
func (o *RegistryCredentialAllOf) HasRegistry() bool
HasRegistry returns a boolean if a field has been set.
func (*RegistryCredentialAllOf) HasToken ¶
func (o *RegistryCredentialAllOf) HasToken() bool
HasToken returns a boolean if a field has been set.
func (*RegistryCredentialAllOf) HasUpdatedAt ¶
func (o *RegistryCredentialAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*RegistryCredentialAllOf) HasUsername ¶
func (o *RegistryCredentialAllOf) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (RegistryCredentialAllOf) MarshalJSON ¶
func (o RegistryCredentialAllOf) MarshalJSON() ([]byte, error)
func (*RegistryCredentialAllOf) SetAccount ¶
func (o *RegistryCredentialAllOf) SetAccount(v ObjectReference)
SetAccount gets a reference to the given ObjectReference and assigns it to the Account field.
func (*RegistryCredentialAllOf) SetCreatedAt ¶
func (o *RegistryCredentialAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*RegistryCredentialAllOf) SetExternalResourceId ¶
func (o *RegistryCredentialAllOf) SetExternalResourceId(v string)
SetExternalResourceId gets a reference to the given string and assigns it to the ExternalResourceId field.
func (*RegistryCredentialAllOf) SetRegistry ¶
func (o *RegistryCredentialAllOf) SetRegistry(v ObjectReference)
SetRegistry gets a reference to the given ObjectReference and assigns it to the Registry field.
func (*RegistryCredentialAllOf) SetToken ¶
func (o *RegistryCredentialAllOf) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*RegistryCredentialAllOf) SetUpdatedAt ¶
func (o *RegistryCredentialAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*RegistryCredentialAllOf) SetUsername ¶
func (o *RegistryCredentialAllOf) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
type RegistryCredentialList ¶
type RegistryCredentialList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []RegistryCredential `json:"items"` }
RegistryCredentialList struct for RegistryCredentialList
func NewRegistryCredentialList ¶
func NewRegistryCredentialList(kind string, page int32, size int32, total int32, items []RegistryCredential) *RegistryCredentialList
NewRegistryCredentialList instantiates a new RegistryCredentialList 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 NewRegistryCredentialListWithDefaults ¶
func NewRegistryCredentialListWithDefaults() *RegistryCredentialList
NewRegistryCredentialListWithDefaults instantiates a new RegistryCredentialList 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 (*RegistryCredentialList) GetItems ¶
func (o *RegistryCredentialList) GetItems() []RegistryCredential
GetItems returns the Items field value
func (*RegistryCredentialList) GetItemsOk ¶
func (o *RegistryCredentialList) GetItemsOk() (*[]RegistryCredential, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*RegistryCredentialList) GetKind ¶
func (o *RegistryCredentialList) GetKind() string
GetKind returns the Kind field value
func (*RegistryCredentialList) GetKindOk ¶
func (o *RegistryCredentialList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*RegistryCredentialList) GetPage ¶
func (o *RegistryCredentialList) GetPage() int32
GetPage returns the Page field value
func (*RegistryCredentialList) GetPageOk ¶
func (o *RegistryCredentialList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*RegistryCredentialList) GetSize ¶
func (o *RegistryCredentialList) GetSize() int32
GetSize returns the Size field value
func (*RegistryCredentialList) GetSizeOk ¶
func (o *RegistryCredentialList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*RegistryCredentialList) GetTotal ¶
func (o *RegistryCredentialList) GetTotal() int32
GetTotal returns the Total field value
func (*RegistryCredentialList) GetTotalOk ¶
func (o *RegistryCredentialList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (RegistryCredentialList) MarshalJSON ¶
func (o RegistryCredentialList) MarshalJSON() ([]byte, error)
func (*RegistryCredentialList) SetItems ¶
func (o *RegistryCredentialList) SetItems(v []RegistryCredential)
SetItems sets field value
func (*RegistryCredentialList) SetKind ¶
func (o *RegistryCredentialList) SetKind(v string)
SetKind sets field value
func (*RegistryCredentialList) SetPage ¶
func (o *RegistryCredentialList) SetPage(v int32)
SetPage sets field value
func (*RegistryCredentialList) SetSize ¶
func (o *RegistryCredentialList) SetSize(v int32)
SetSize sets field value
func (*RegistryCredentialList) SetTotal ¶
func (o *RegistryCredentialList) SetTotal(v int32)
SetTotal sets field value
type RegistryCredentialListAllOf ¶
type RegistryCredentialListAllOf struct {
Items *[]RegistryCredential `json:"items,omitempty"`
}
RegistryCredentialListAllOf struct for RegistryCredentialListAllOf
func NewRegistryCredentialListAllOf ¶
func NewRegistryCredentialListAllOf() *RegistryCredentialListAllOf
NewRegistryCredentialListAllOf instantiates a new RegistryCredentialListAllOf 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 NewRegistryCredentialListAllOfWithDefaults ¶
func NewRegistryCredentialListAllOfWithDefaults() *RegistryCredentialListAllOf
NewRegistryCredentialListAllOfWithDefaults instantiates a new RegistryCredentialListAllOf 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 (*RegistryCredentialListAllOf) GetItems ¶
func (o *RegistryCredentialListAllOf) GetItems() []RegistryCredential
GetItems returns the Items field value if set, zero value otherwise.
func (*RegistryCredentialListAllOf) GetItemsOk ¶
func (o *RegistryCredentialListAllOf) GetItemsOk() (*[]RegistryCredential, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialListAllOf) HasItems ¶
func (o *RegistryCredentialListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (RegistryCredentialListAllOf) MarshalJSON ¶
func (o RegistryCredentialListAllOf) MarshalJSON() ([]byte, error)
func (*RegistryCredentialListAllOf) SetItems ¶
func (o *RegistryCredentialListAllOf) SetItems(v []RegistryCredential)
SetItems gets a reference to the given []RegistryCredential and assigns it to the Items field.
type RegistryCredentialPatchRequest ¶
type RegistryCredentialPatchRequest struct { AccountId *string `json:"account_id,omitempty"` ExternalResourceId *string `json:"external_resource_id,omitempty"` RegistryId *string `json:"registry_id,omitempty"` Token *string `json:"token,omitempty"` Username *string `json:"username,omitempty"` }
RegistryCredentialPatchRequest struct for RegistryCredentialPatchRequest
func NewRegistryCredentialPatchRequest ¶
func NewRegistryCredentialPatchRequest() *RegistryCredentialPatchRequest
NewRegistryCredentialPatchRequest instantiates a new RegistryCredentialPatchRequest 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 NewRegistryCredentialPatchRequestWithDefaults ¶
func NewRegistryCredentialPatchRequestWithDefaults() *RegistryCredentialPatchRequest
NewRegistryCredentialPatchRequestWithDefaults instantiates a new RegistryCredentialPatchRequest 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 (*RegistryCredentialPatchRequest) GetAccountId ¶
func (o *RegistryCredentialPatchRequest) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*RegistryCredentialPatchRequest) GetAccountIdOk ¶
func (o *RegistryCredentialPatchRequest) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialPatchRequest) GetExternalResourceId ¶
func (o *RegistryCredentialPatchRequest) GetExternalResourceId() string
GetExternalResourceId returns the ExternalResourceId field value if set, zero value otherwise.
func (*RegistryCredentialPatchRequest) GetExternalResourceIdOk ¶
func (o *RegistryCredentialPatchRequest) GetExternalResourceIdOk() (*string, bool)
GetExternalResourceIdOk returns a tuple with the ExternalResourceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialPatchRequest) GetRegistryId ¶
func (o *RegistryCredentialPatchRequest) GetRegistryId() string
GetRegistryId returns the RegistryId field value if set, zero value otherwise.
func (*RegistryCredentialPatchRequest) GetRegistryIdOk ¶
func (o *RegistryCredentialPatchRequest) GetRegistryIdOk() (*string, bool)
GetRegistryIdOk returns a tuple with the RegistryId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialPatchRequest) GetToken ¶
func (o *RegistryCredentialPatchRequest) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*RegistryCredentialPatchRequest) GetTokenOk ¶
func (o *RegistryCredentialPatchRequest) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredentialPatchRequest) GetUsername ¶
func (o *RegistryCredentialPatchRequest) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*RegistryCredentialPatchRequest) GetUsernameOk ¶
func (o *RegistryCredentialPatchRequest) 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 (*RegistryCredentialPatchRequest) HasAccountId ¶
func (o *RegistryCredentialPatchRequest) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*RegistryCredentialPatchRequest) HasExternalResourceId ¶
func (o *RegistryCredentialPatchRequest) HasExternalResourceId() bool
HasExternalResourceId returns a boolean if a field has been set.
func (*RegistryCredentialPatchRequest) HasRegistryId ¶
func (o *RegistryCredentialPatchRequest) HasRegistryId() bool
HasRegistryId returns a boolean if a field has been set.
func (*RegistryCredentialPatchRequest) HasToken ¶
func (o *RegistryCredentialPatchRequest) HasToken() bool
HasToken returns a boolean if a field has been set.
func (*RegistryCredentialPatchRequest) HasUsername ¶
func (o *RegistryCredentialPatchRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (RegistryCredentialPatchRequest) MarshalJSON ¶
func (o RegistryCredentialPatchRequest) MarshalJSON() ([]byte, error)
func (*RegistryCredentialPatchRequest) SetAccountId ¶
func (o *RegistryCredentialPatchRequest) SetAccountId(v string)
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (*RegistryCredentialPatchRequest) SetExternalResourceId ¶
func (o *RegistryCredentialPatchRequest) SetExternalResourceId(v string)
SetExternalResourceId gets a reference to the given string and assigns it to the ExternalResourceId field.
func (*RegistryCredentialPatchRequest) SetRegistryId ¶
func (o *RegistryCredentialPatchRequest) SetRegistryId(v string)
SetRegistryId gets a reference to the given string and assigns it to the RegistryId field.
func (*RegistryCredentialPatchRequest) SetToken ¶
func (o *RegistryCredentialPatchRequest) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*RegistryCredentialPatchRequest) SetUsername ¶
func (o *RegistryCredentialPatchRequest) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
type RegistryList ¶
type RegistryList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Registry `json:"items"` }
RegistryList struct for RegistryList
func NewRegistryList ¶
func NewRegistryList(kind string, page int32, size int32, total int32, items []Registry) *RegistryList
NewRegistryList instantiates a new RegistryList 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 NewRegistryListWithDefaults ¶
func NewRegistryListWithDefaults() *RegistryList
NewRegistryListWithDefaults instantiates a new RegistryList 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 (*RegistryList) GetItems ¶
func (o *RegistryList) GetItems() []Registry
GetItems returns the Items field value
func (*RegistryList) GetItemsOk ¶
func (o *RegistryList) GetItemsOk() (*[]Registry, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*RegistryList) GetKind ¶
func (o *RegistryList) GetKind() string
GetKind returns the Kind field value
func (*RegistryList) GetKindOk ¶
func (o *RegistryList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*RegistryList) GetPage ¶
func (o *RegistryList) GetPage() int32
GetPage returns the Page field value
func (*RegistryList) GetPageOk ¶
func (o *RegistryList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*RegistryList) GetSize ¶
func (o *RegistryList) GetSize() int32
GetSize returns the Size field value
func (*RegistryList) GetSizeOk ¶
func (o *RegistryList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*RegistryList) GetTotal ¶
func (o *RegistryList) GetTotal() int32
GetTotal returns the Total field value
func (*RegistryList) GetTotalOk ¶
func (o *RegistryList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (RegistryList) MarshalJSON ¶
func (o RegistryList) MarshalJSON() ([]byte, error)
func (*RegistryList) SetItems ¶
func (o *RegistryList) SetItems(v []Registry)
SetItems sets field value
type RegistryListAllOf ¶
type RegistryListAllOf struct {
Items *[]Registry `json:"items,omitempty"`
}
RegistryListAllOf struct for RegistryListAllOf
func NewRegistryListAllOf ¶
func NewRegistryListAllOf() *RegistryListAllOf
NewRegistryListAllOf instantiates a new RegistryListAllOf 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 NewRegistryListAllOfWithDefaults ¶
func NewRegistryListAllOfWithDefaults() *RegistryListAllOf
NewRegistryListAllOfWithDefaults instantiates a new RegistryListAllOf 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 (*RegistryListAllOf) GetItems ¶
func (o *RegistryListAllOf) GetItems() []Registry
GetItems returns the Items field value if set, zero value otherwise.
func (*RegistryListAllOf) GetItemsOk ¶
func (o *RegistryListAllOf) GetItemsOk() (*[]Registry, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryListAllOf) HasItems ¶
func (o *RegistryListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (RegistryListAllOf) MarshalJSON ¶
func (o RegistryListAllOf) MarshalJSON() ([]byte, error)
func (*RegistryListAllOf) SetItems ¶
func (o *RegistryListAllOf) SetItems(v []Registry)
SetItems gets a reference to the given []Registry and assigns it to the Items field.
type RegistryRequest ¶
type RegistryRequest struct { CloudAlias *bool `json:"cloudAlias,omitempty"` Name *string `json:"name,omitempty"` OrgName *string `json:"org_name,omitempty"` TeamName *string `json:"team_name,omitempty"` Type *string `json:"type,omitempty"` Url *string `json:"url,omitempty"` }
RegistryRequest struct for RegistryRequest
func NewRegistryRequest ¶
func NewRegistryRequest() *RegistryRequest
NewRegistryRequest instantiates a new RegistryRequest 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 NewRegistryRequestWithDefaults ¶
func NewRegistryRequestWithDefaults() *RegistryRequest
NewRegistryRequestWithDefaults instantiates a new RegistryRequest 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 (*RegistryRequest) GetCloudAlias ¶
func (o *RegistryRequest) GetCloudAlias() bool
GetCloudAlias returns the CloudAlias field value if set, zero value otherwise.
func (*RegistryRequest) GetCloudAliasOk ¶
func (o *RegistryRequest) GetCloudAliasOk() (*bool, bool)
GetCloudAliasOk returns a tuple with the CloudAlias field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryRequest) GetName ¶
func (o *RegistryRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*RegistryRequest) GetNameOk ¶
func (o *RegistryRequest) 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 (*RegistryRequest) GetOrgName ¶
func (o *RegistryRequest) GetOrgName() string
GetOrgName returns the OrgName field value if set, zero value otherwise.
func (*RegistryRequest) GetOrgNameOk ¶
func (o *RegistryRequest) GetOrgNameOk() (*string, bool)
GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryRequest) GetTeamName ¶
func (o *RegistryRequest) GetTeamName() string
GetTeamName returns the TeamName field value if set, zero value otherwise.
func (*RegistryRequest) GetTeamNameOk ¶
func (o *RegistryRequest) GetTeamNameOk() (*string, bool)
GetTeamNameOk returns a tuple with the TeamName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryRequest) GetType ¶
func (o *RegistryRequest) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*RegistryRequest) GetTypeOk ¶
func (o *RegistryRequest) 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 (*RegistryRequest) GetUrl ¶
func (o *RegistryRequest) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*RegistryRequest) GetUrlOk ¶
func (o *RegistryRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryRequest) HasCloudAlias ¶
func (o *RegistryRequest) HasCloudAlias() bool
HasCloudAlias returns a boolean if a field has been set.
func (*RegistryRequest) HasName ¶
func (o *RegistryRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*RegistryRequest) HasOrgName ¶
func (o *RegistryRequest) HasOrgName() bool
HasOrgName returns a boolean if a field has been set.
func (*RegistryRequest) HasTeamName ¶
func (o *RegistryRequest) HasTeamName() bool
HasTeamName returns a boolean if a field has been set.
func (*RegistryRequest) HasType ¶
func (o *RegistryRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (*RegistryRequest) HasUrl ¶
func (o *RegistryRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (RegistryRequest) MarshalJSON ¶
func (o RegistryRequest) MarshalJSON() ([]byte, error)
func (*RegistryRequest) SetCloudAlias ¶
func (o *RegistryRequest) SetCloudAlias(v bool)
SetCloudAlias gets a reference to the given bool and assigns it to the CloudAlias field.
func (*RegistryRequest) SetName ¶
func (o *RegistryRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*RegistryRequest) SetOrgName ¶
func (o *RegistryRequest) SetOrgName(v string)
SetOrgName gets a reference to the given string and assigns it to the OrgName field.
func (*RegistryRequest) SetTeamName ¶
func (o *RegistryRequest) SetTeamName(v string)
SetTeamName gets a reference to the given string and assigns it to the TeamName field.
func (*RegistryRequest) SetType ¶
func (o *RegistryRequest) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*RegistryRequest) SetUrl ¶
func (o *RegistryRequest) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type RelatedResource ¶
type RelatedResource struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` AvailabilityZoneType string `json:"availability_zone_type"` BillingModel string `json:"billing_model"` Byoc string `json:"byoc"` CloudProvider string `json:"cloud_provider"` Cost int32 `json:"cost"` Product string `json:"product"` ProductId *string `json:"product_id,omitempty"` ResourceName *string `json:"resource_name,omitempty"` ResourceType string `json:"resource_type"` }
RelatedResource struct for RelatedResource
func NewRelatedResource ¶
func NewRelatedResource(availabilityZoneType string, billingModel string, byoc string, cloudProvider string, cost int32, product string, resourceType string) *RelatedResource
NewRelatedResource instantiates a new RelatedResource 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 NewRelatedResourceWithDefaults ¶
func NewRelatedResourceWithDefaults() *RelatedResource
NewRelatedResourceWithDefaults instantiates a new RelatedResource 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 (*RelatedResource) GetAvailabilityZoneType ¶
func (o *RelatedResource) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value
func (*RelatedResource) GetAvailabilityZoneTypeOk ¶
func (o *RelatedResource) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value and a boolean to check if the value has been set.
func (*RelatedResource) GetBillingModel ¶
func (o *RelatedResource) GetBillingModel() string
GetBillingModel returns the BillingModel field value
func (*RelatedResource) GetBillingModelOk ¶
func (o *RelatedResource) GetBillingModelOk() (*string, bool)
GetBillingModelOk returns a tuple with the BillingModel field value and a boolean to check if the value has been set.
func (*RelatedResource) GetByoc ¶
func (o *RelatedResource) GetByoc() string
GetByoc returns the Byoc field value
func (*RelatedResource) GetByocOk ¶
func (o *RelatedResource) GetByocOk() (*string, bool)
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*RelatedResource) GetCloudProvider ¶
func (o *RelatedResource) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field value
func (*RelatedResource) GetCloudProviderOk ¶
func (o *RelatedResource) GetCloudProviderOk() (*string, bool)
GetCloudProviderOk returns a tuple with the CloudProvider field value and a boolean to check if the value has been set.
func (*RelatedResource) GetCost ¶
func (o *RelatedResource) GetCost() int32
GetCost returns the Cost field value
func (*RelatedResource) GetCostOk ¶
func (o *RelatedResource) GetCostOk() (*int32, bool)
GetCostOk returns a tuple with the Cost field value and a boolean to check if the value has been set.
func (*RelatedResource) GetHref ¶
func (o *RelatedResource) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*RelatedResource) GetHrefOk ¶
func (o *RelatedResource) 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 (*RelatedResource) GetId ¶
func (o *RelatedResource) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*RelatedResource) GetIdOk ¶
func (o *RelatedResource) 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 (*RelatedResource) GetKind ¶
func (o *RelatedResource) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*RelatedResource) GetKindOk ¶
func (o *RelatedResource) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelatedResource) GetProduct ¶
func (o *RelatedResource) GetProduct() string
GetProduct returns the Product field value
func (*RelatedResource) GetProductId ¶
func (o *RelatedResource) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*RelatedResource) GetProductIdOk ¶
func (o *RelatedResource) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelatedResource) GetProductOk ¶
func (o *RelatedResource) GetProductOk() (*string, bool)
GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set.
func (*RelatedResource) GetResourceName ¶
func (o *RelatedResource) GetResourceName() string
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*RelatedResource) GetResourceNameOk ¶
func (o *RelatedResource) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelatedResource) GetResourceType ¶
func (o *RelatedResource) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*RelatedResource) GetResourceTypeOk ¶
func (o *RelatedResource) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*RelatedResource) HasHref ¶
func (o *RelatedResource) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*RelatedResource) HasId ¶
func (o *RelatedResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*RelatedResource) HasKind ¶
func (o *RelatedResource) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*RelatedResource) HasProductId ¶
func (o *RelatedResource) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*RelatedResource) HasResourceName ¶
func (o *RelatedResource) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (RelatedResource) MarshalJSON ¶
func (o RelatedResource) MarshalJSON() ([]byte, error)
func (*RelatedResource) SetAvailabilityZoneType ¶
func (o *RelatedResource) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType sets field value
func (*RelatedResource) SetBillingModel ¶
func (o *RelatedResource) SetBillingModel(v string)
SetBillingModel sets field value
func (*RelatedResource) SetByoc ¶
func (o *RelatedResource) SetByoc(v string)
SetByoc sets field value
func (*RelatedResource) SetCloudProvider ¶
func (o *RelatedResource) SetCloudProvider(v string)
SetCloudProvider sets field value
func (*RelatedResource) SetCost ¶
func (o *RelatedResource) SetCost(v int32)
SetCost sets field value
func (*RelatedResource) SetHref ¶
func (o *RelatedResource) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*RelatedResource) SetId ¶
func (o *RelatedResource) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*RelatedResource) SetKind ¶
func (o *RelatedResource) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*RelatedResource) SetProduct ¶
func (o *RelatedResource) SetProduct(v string)
SetProduct sets field value
func (*RelatedResource) SetProductId ¶
func (o *RelatedResource) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*RelatedResource) SetResourceName ¶
func (o *RelatedResource) SetResourceName(v string)
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*RelatedResource) SetResourceType ¶
func (o *RelatedResource) SetResourceType(v string)
SetResourceType sets field value
type RelatedResourceAllOf ¶
type RelatedResourceAllOf struct { AvailabilityZoneType string `json:"availability_zone_type"` BillingModel string `json:"billing_model"` Byoc string `json:"byoc"` CloudProvider string `json:"cloud_provider"` Cost int32 `json:"cost"` Product string `json:"product"` ProductId *string `json:"product_id,omitempty"` ResourceName *string `json:"resource_name,omitempty"` ResourceType string `json:"resource_type"` }
RelatedResourceAllOf struct for RelatedResourceAllOf
func NewRelatedResourceAllOf ¶
func NewRelatedResourceAllOf(availabilityZoneType string, billingModel string, byoc string, cloudProvider string, cost int32, product string, resourceType string) *RelatedResourceAllOf
NewRelatedResourceAllOf instantiates a new RelatedResourceAllOf 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 NewRelatedResourceAllOfWithDefaults ¶
func NewRelatedResourceAllOfWithDefaults() *RelatedResourceAllOf
NewRelatedResourceAllOfWithDefaults instantiates a new RelatedResourceAllOf 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 (*RelatedResourceAllOf) GetAvailabilityZoneType ¶
func (o *RelatedResourceAllOf) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value
func (*RelatedResourceAllOf) GetAvailabilityZoneTypeOk ¶
func (o *RelatedResourceAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value and a boolean to check if the value has been set.
func (*RelatedResourceAllOf) GetBillingModel ¶
func (o *RelatedResourceAllOf) GetBillingModel() string
GetBillingModel returns the BillingModel field value
func (*RelatedResourceAllOf) GetBillingModelOk ¶
func (o *RelatedResourceAllOf) GetBillingModelOk() (*string, bool)
GetBillingModelOk returns a tuple with the BillingModel field value and a boolean to check if the value has been set.
func (*RelatedResourceAllOf) GetByoc ¶
func (o *RelatedResourceAllOf) GetByoc() string
GetByoc returns the Byoc field value
func (*RelatedResourceAllOf) GetByocOk ¶
func (o *RelatedResourceAllOf) GetByocOk() (*string, bool)
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*RelatedResourceAllOf) GetCloudProvider ¶
func (o *RelatedResourceAllOf) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field value
func (*RelatedResourceAllOf) GetCloudProviderOk ¶
func (o *RelatedResourceAllOf) GetCloudProviderOk() (*string, bool)
GetCloudProviderOk returns a tuple with the CloudProvider field value and a boolean to check if the value has been set.
func (*RelatedResourceAllOf) GetCost ¶
func (o *RelatedResourceAllOf) GetCost() int32
GetCost returns the Cost field value
func (*RelatedResourceAllOf) GetCostOk ¶
func (o *RelatedResourceAllOf) GetCostOk() (*int32, bool)
GetCostOk returns a tuple with the Cost field value and a boolean to check if the value has been set.
func (*RelatedResourceAllOf) GetProduct ¶
func (o *RelatedResourceAllOf) GetProduct() string
GetProduct returns the Product field value
func (*RelatedResourceAllOf) GetProductId ¶
func (o *RelatedResourceAllOf) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*RelatedResourceAllOf) GetProductIdOk ¶
func (o *RelatedResourceAllOf) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelatedResourceAllOf) GetProductOk ¶
func (o *RelatedResourceAllOf) GetProductOk() (*string, bool)
GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set.
func (*RelatedResourceAllOf) GetResourceName ¶
func (o *RelatedResourceAllOf) GetResourceName() string
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*RelatedResourceAllOf) GetResourceNameOk ¶
func (o *RelatedResourceAllOf) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelatedResourceAllOf) GetResourceType ¶
func (o *RelatedResourceAllOf) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*RelatedResourceAllOf) GetResourceTypeOk ¶
func (o *RelatedResourceAllOf) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*RelatedResourceAllOf) HasProductId ¶
func (o *RelatedResourceAllOf) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*RelatedResourceAllOf) HasResourceName ¶
func (o *RelatedResourceAllOf) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (RelatedResourceAllOf) MarshalJSON ¶
func (o RelatedResourceAllOf) MarshalJSON() ([]byte, error)
func (*RelatedResourceAllOf) SetAvailabilityZoneType ¶
func (o *RelatedResourceAllOf) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType sets field value
func (*RelatedResourceAllOf) SetBillingModel ¶
func (o *RelatedResourceAllOf) SetBillingModel(v string)
SetBillingModel sets field value
func (*RelatedResourceAllOf) SetByoc ¶
func (o *RelatedResourceAllOf) SetByoc(v string)
SetByoc sets field value
func (*RelatedResourceAllOf) SetCloudProvider ¶
func (o *RelatedResourceAllOf) SetCloudProvider(v string)
SetCloudProvider sets field value
func (*RelatedResourceAllOf) SetCost ¶
func (o *RelatedResourceAllOf) SetCost(v int32)
SetCost sets field value
func (*RelatedResourceAllOf) SetProduct ¶
func (o *RelatedResourceAllOf) SetProduct(v string)
SetProduct sets field value
func (*RelatedResourceAllOf) SetProductId ¶
func (o *RelatedResourceAllOf) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*RelatedResourceAllOf) SetResourceName ¶
func (o *RelatedResourceAllOf) SetResourceName(v string)
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*RelatedResourceAllOf) SetResourceType ¶
func (o *RelatedResourceAllOf) SetResourceType(v string)
SetResourceType sets field value
type ReservedResource ¶
type ReservedResource struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` AvailabilityZoneType *string `json:"availability_zone_type,omitempty"` BillingModel *string `json:"billing_model,omitempty"` Byoc bool `json:"byoc"` Cluster *bool `json:"cluster,omitempty"` Count *int32 `json:"count,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ResourceName *string `json:"resource_name,omitempty"` ResourceType *string `json:"resource_type,omitempty"` Subscription *ObjectReference `json:"subscription,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
ReservedResource struct for ReservedResource
func NewReservedResource ¶
func NewReservedResource(byoc bool) *ReservedResource
NewReservedResource instantiates a new ReservedResource 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 NewReservedResourceWithDefaults ¶
func NewReservedResourceWithDefaults() *ReservedResource
NewReservedResourceWithDefaults instantiates a new ReservedResource 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 (*ReservedResource) GetAvailabilityZoneType ¶
func (o *ReservedResource) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.
func (*ReservedResource) GetAvailabilityZoneTypeOk ¶
func (o *ReservedResource) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResource) GetBillingModel ¶
func (o *ReservedResource) GetBillingModel() string
GetBillingModel returns the BillingModel field value if set, zero value otherwise.
func (*ReservedResource) GetBillingModelOk ¶
func (o *ReservedResource) GetBillingModelOk() (*string, bool)
GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResource) GetByoc ¶
func (o *ReservedResource) GetByoc() bool
GetByoc returns the Byoc field value
func (*ReservedResource) GetByocOk ¶
func (o *ReservedResource) GetByocOk() (*bool, bool)
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*ReservedResource) GetCluster ¶
func (o *ReservedResource) GetCluster() bool
GetCluster returns the Cluster field value if set, zero value otherwise.
func (*ReservedResource) GetClusterOk ¶
func (o *ReservedResource) GetClusterOk() (*bool, bool)
GetClusterOk returns a tuple with the Cluster field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResource) GetCount ¶
func (o *ReservedResource) GetCount() int32
GetCount returns the Count field value if set, zero value otherwise.
func (*ReservedResource) GetCountOk ¶
func (o *ReservedResource) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResource) GetCreatedAt ¶
func (o *ReservedResource) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ReservedResource) GetCreatedAtOk ¶
func (o *ReservedResource) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResource) GetHref ¶
func (o *ReservedResource) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ReservedResource) GetHrefOk ¶
func (o *ReservedResource) 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 (*ReservedResource) GetId ¶
func (o *ReservedResource) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ReservedResource) GetIdOk ¶
func (o *ReservedResource) 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 (*ReservedResource) GetKind ¶
func (o *ReservedResource) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ReservedResource) GetKindOk ¶
func (o *ReservedResource) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResource) GetResourceName ¶
func (o *ReservedResource) GetResourceName() string
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*ReservedResource) GetResourceNameOk ¶
func (o *ReservedResource) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResource) GetResourceType ¶
func (o *ReservedResource) GetResourceType() string
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*ReservedResource) GetResourceTypeOk ¶
func (o *ReservedResource) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResource) GetSubscription ¶
func (o *ReservedResource) GetSubscription() ObjectReference
GetSubscription returns the Subscription field value if set, zero value otherwise.
func (*ReservedResource) GetSubscriptionOk ¶
func (o *ReservedResource) GetSubscriptionOk() (*ObjectReference, bool)
GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResource) GetUpdatedAt ¶
func (o *ReservedResource) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ReservedResource) GetUpdatedAtOk ¶
func (o *ReservedResource) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResource) HasAvailabilityZoneType ¶
func (o *ReservedResource) HasAvailabilityZoneType() bool
HasAvailabilityZoneType returns a boolean if a field has been set.
func (*ReservedResource) HasBillingModel ¶
func (o *ReservedResource) HasBillingModel() bool
HasBillingModel returns a boolean if a field has been set.
func (*ReservedResource) HasCluster ¶
func (o *ReservedResource) HasCluster() bool
HasCluster returns a boolean if a field has been set.
func (*ReservedResource) HasCount ¶
func (o *ReservedResource) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ReservedResource) HasCreatedAt ¶
func (o *ReservedResource) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ReservedResource) HasHref ¶
func (o *ReservedResource) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ReservedResource) HasId ¶
func (o *ReservedResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*ReservedResource) HasKind ¶
func (o *ReservedResource) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*ReservedResource) HasResourceName ¶
func (o *ReservedResource) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (*ReservedResource) HasResourceType ¶
func (o *ReservedResource) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (*ReservedResource) HasSubscription ¶
func (o *ReservedResource) HasSubscription() bool
HasSubscription returns a boolean if a field has been set.
func (*ReservedResource) HasUpdatedAt ¶
func (o *ReservedResource) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (ReservedResource) MarshalJSON ¶
func (o ReservedResource) MarshalJSON() ([]byte, error)
func (*ReservedResource) SetAvailabilityZoneType ¶
func (o *ReservedResource) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.
func (*ReservedResource) SetBillingModel ¶
func (o *ReservedResource) SetBillingModel(v string)
SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.
func (*ReservedResource) SetByoc ¶
func (o *ReservedResource) SetByoc(v bool)
SetByoc sets field value
func (*ReservedResource) SetCluster ¶
func (o *ReservedResource) SetCluster(v bool)
SetCluster gets a reference to the given bool and assigns it to the Cluster field.
func (*ReservedResource) SetCount ¶
func (o *ReservedResource) SetCount(v int32)
SetCount gets a reference to the given int32 and assigns it to the Count field.
func (*ReservedResource) SetCreatedAt ¶
func (o *ReservedResource) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ReservedResource) SetHref ¶
func (o *ReservedResource) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ReservedResource) SetId ¶
func (o *ReservedResource) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ReservedResource) SetKind ¶
func (o *ReservedResource) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ReservedResource) SetResourceName ¶
func (o *ReservedResource) SetResourceName(v string)
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*ReservedResource) SetResourceType ¶
func (o *ReservedResource) SetResourceType(v string)
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
func (*ReservedResource) SetSubscription ¶
func (o *ReservedResource) SetSubscription(v ObjectReference)
SetSubscription gets a reference to the given ObjectReference and assigns it to the Subscription field.
func (*ReservedResource) SetUpdatedAt ¶
func (o *ReservedResource) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type ReservedResourceAllOf ¶
type ReservedResourceAllOf struct { AvailabilityZoneType *string `json:"availability_zone_type,omitempty"` BillingModel *string `json:"billing_model,omitempty"` Byoc bool `json:"byoc"` Cluster *bool `json:"cluster,omitempty"` Count *int32 `json:"count,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ResourceName *string `json:"resource_name,omitempty"` ResourceType *string `json:"resource_type,omitempty"` Subscription *ObjectReference `json:"subscription,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
ReservedResourceAllOf struct for ReservedResourceAllOf
func NewReservedResourceAllOf ¶
func NewReservedResourceAllOf(byoc bool) *ReservedResourceAllOf
NewReservedResourceAllOf instantiates a new ReservedResourceAllOf 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 NewReservedResourceAllOfWithDefaults ¶
func NewReservedResourceAllOfWithDefaults() *ReservedResourceAllOf
NewReservedResourceAllOfWithDefaults instantiates a new ReservedResourceAllOf 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 (*ReservedResourceAllOf) GetAvailabilityZoneType ¶
func (o *ReservedResourceAllOf) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.
func (*ReservedResourceAllOf) GetAvailabilityZoneTypeOk ¶
func (o *ReservedResourceAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResourceAllOf) GetBillingModel ¶
func (o *ReservedResourceAllOf) GetBillingModel() string
GetBillingModel returns the BillingModel field value if set, zero value otherwise.
func (*ReservedResourceAllOf) GetBillingModelOk ¶
func (o *ReservedResourceAllOf) GetBillingModelOk() (*string, bool)
GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResourceAllOf) GetByoc ¶
func (o *ReservedResourceAllOf) GetByoc() bool
GetByoc returns the Byoc field value
func (*ReservedResourceAllOf) GetByocOk ¶
func (o *ReservedResourceAllOf) GetByocOk() (*bool, bool)
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*ReservedResourceAllOf) GetCluster ¶
func (o *ReservedResourceAllOf) GetCluster() bool
GetCluster returns the Cluster field value if set, zero value otherwise.
func (*ReservedResourceAllOf) GetClusterOk ¶
func (o *ReservedResourceAllOf) GetClusterOk() (*bool, bool)
GetClusterOk returns a tuple with the Cluster field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResourceAllOf) GetCount ¶
func (o *ReservedResourceAllOf) GetCount() int32
GetCount returns the Count field value if set, zero value otherwise.
func (*ReservedResourceAllOf) GetCountOk ¶
func (o *ReservedResourceAllOf) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResourceAllOf) GetCreatedAt ¶
func (o *ReservedResourceAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ReservedResourceAllOf) GetCreatedAtOk ¶
func (o *ReservedResourceAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResourceAllOf) GetResourceName ¶
func (o *ReservedResourceAllOf) GetResourceName() string
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*ReservedResourceAllOf) GetResourceNameOk ¶
func (o *ReservedResourceAllOf) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResourceAllOf) GetResourceType ¶
func (o *ReservedResourceAllOf) GetResourceType() string
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*ReservedResourceAllOf) GetResourceTypeOk ¶
func (o *ReservedResourceAllOf) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResourceAllOf) GetSubscription ¶
func (o *ReservedResourceAllOf) GetSubscription() ObjectReference
GetSubscription returns the Subscription field value if set, zero value otherwise.
func (*ReservedResourceAllOf) GetSubscriptionOk ¶
func (o *ReservedResourceAllOf) GetSubscriptionOk() (*ObjectReference, bool)
GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResourceAllOf) GetUpdatedAt ¶
func (o *ReservedResourceAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ReservedResourceAllOf) GetUpdatedAtOk ¶
func (o *ReservedResourceAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResourceAllOf) HasAvailabilityZoneType ¶
func (o *ReservedResourceAllOf) HasAvailabilityZoneType() bool
HasAvailabilityZoneType returns a boolean if a field has been set.
func (*ReservedResourceAllOf) HasBillingModel ¶
func (o *ReservedResourceAllOf) HasBillingModel() bool
HasBillingModel returns a boolean if a field has been set.
func (*ReservedResourceAllOf) HasCluster ¶
func (o *ReservedResourceAllOf) HasCluster() bool
HasCluster returns a boolean if a field has been set.
func (*ReservedResourceAllOf) HasCount ¶
func (o *ReservedResourceAllOf) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ReservedResourceAllOf) HasCreatedAt ¶
func (o *ReservedResourceAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ReservedResourceAllOf) HasResourceName ¶
func (o *ReservedResourceAllOf) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (*ReservedResourceAllOf) HasResourceType ¶
func (o *ReservedResourceAllOf) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (*ReservedResourceAllOf) HasSubscription ¶
func (o *ReservedResourceAllOf) HasSubscription() bool
HasSubscription returns a boolean if a field has been set.
func (*ReservedResourceAllOf) HasUpdatedAt ¶
func (o *ReservedResourceAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (ReservedResourceAllOf) MarshalJSON ¶
func (o ReservedResourceAllOf) MarshalJSON() ([]byte, error)
func (*ReservedResourceAllOf) SetAvailabilityZoneType ¶
func (o *ReservedResourceAllOf) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.
func (*ReservedResourceAllOf) SetBillingModel ¶
func (o *ReservedResourceAllOf) SetBillingModel(v string)
SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.
func (*ReservedResourceAllOf) SetByoc ¶
func (o *ReservedResourceAllOf) SetByoc(v bool)
SetByoc sets field value
func (*ReservedResourceAllOf) SetCluster ¶
func (o *ReservedResourceAllOf) SetCluster(v bool)
SetCluster gets a reference to the given bool and assigns it to the Cluster field.
func (*ReservedResourceAllOf) SetCount ¶
func (o *ReservedResourceAllOf) SetCount(v int32)
SetCount gets a reference to the given int32 and assigns it to the Count field.
func (*ReservedResourceAllOf) SetCreatedAt ¶
func (o *ReservedResourceAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ReservedResourceAllOf) SetResourceName ¶
func (o *ReservedResourceAllOf) SetResourceName(v string)
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*ReservedResourceAllOf) SetResourceType ¶
func (o *ReservedResourceAllOf) SetResourceType(v string)
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
func (*ReservedResourceAllOf) SetSubscription ¶
func (o *ReservedResourceAllOf) SetSubscription(v ObjectReference)
SetSubscription gets a reference to the given ObjectReference and assigns it to the Subscription field.
func (*ReservedResourceAllOf) SetUpdatedAt ¶
func (o *ReservedResourceAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type ReservedResourceList ¶
type ReservedResourceList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []ReservedResource `json:"items"` }
ReservedResourceList struct for ReservedResourceList
func NewReservedResourceList ¶
func NewReservedResourceList(kind string, page int32, size int32, total int32, items []ReservedResource) *ReservedResourceList
NewReservedResourceList instantiates a new ReservedResourceList 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 NewReservedResourceListWithDefaults ¶
func NewReservedResourceListWithDefaults() *ReservedResourceList
NewReservedResourceListWithDefaults instantiates a new ReservedResourceList 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 (*ReservedResourceList) GetItems ¶
func (o *ReservedResourceList) GetItems() []ReservedResource
GetItems returns the Items field value
func (*ReservedResourceList) GetItemsOk ¶
func (o *ReservedResourceList) GetItemsOk() (*[]ReservedResource, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ReservedResourceList) GetKind ¶
func (o *ReservedResourceList) GetKind() string
GetKind returns the Kind field value
func (*ReservedResourceList) GetKindOk ¶
func (o *ReservedResourceList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ReservedResourceList) GetPage ¶
func (o *ReservedResourceList) GetPage() int32
GetPage returns the Page field value
func (*ReservedResourceList) GetPageOk ¶
func (o *ReservedResourceList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ReservedResourceList) GetSize ¶
func (o *ReservedResourceList) GetSize() int32
GetSize returns the Size field value
func (*ReservedResourceList) GetSizeOk ¶
func (o *ReservedResourceList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ReservedResourceList) GetTotal ¶
func (o *ReservedResourceList) GetTotal() int32
GetTotal returns the Total field value
func (*ReservedResourceList) GetTotalOk ¶
func (o *ReservedResourceList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ReservedResourceList) MarshalJSON ¶
func (o ReservedResourceList) MarshalJSON() ([]byte, error)
func (*ReservedResourceList) SetItems ¶
func (o *ReservedResourceList) SetItems(v []ReservedResource)
SetItems sets field value
func (*ReservedResourceList) SetKind ¶
func (o *ReservedResourceList) SetKind(v string)
SetKind sets field value
func (*ReservedResourceList) SetPage ¶
func (o *ReservedResourceList) SetPage(v int32)
SetPage sets field value
func (*ReservedResourceList) SetSize ¶
func (o *ReservedResourceList) SetSize(v int32)
SetSize sets field value
func (*ReservedResourceList) SetTotal ¶
func (o *ReservedResourceList) SetTotal(v int32)
SetTotal sets field value
type ReservedResourceListAllOf ¶
type ReservedResourceListAllOf struct {
Items *[]ReservedResource `json:"items,omitempty"`
}
ReservedResourceListAllOf struct for ReservedResourceListAllOf
func NewReservedResourceListAllOf ¶
func NewReservedResourceListAllOf() *ReservedResourceListAllOf
NewReservedResourceListAllOf instantiates a new ReservedResourceListAllOf 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 NewReservedResourceListAllOfWithDefaults ¶
func NewReservedResourceListAllOfWithDefaults() *ReservedResourceListAllOf
NewReservedResourceListAllOfWithDefaults instantiates a new ReservedResourceListAllOf 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 (*ReservedResourceListAllOf) GetItems ¶
func (o *ReservedResourceListAllOf) GetItems() []ReservedResource
GetItems returns the Items field value if set, zero value otherwise.
func (*ReservedResourceListAllOf) GetItemsOk ¶
func (o *ReservedResourceListAllOf) GetItemsOk() (*[]ReservedResource, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReservedResourceListAllOf) HasItems ¶
func (o *ReservedResourceListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ReservedResourceListAllOf) MarshalJSON ¶
func (o ReservedResourceListAllOf) MarshalJSON() ([]byte, error)
func (*ReservedResourceListAllOf) SetItems ¶
func (o *ReservedResourceListAllOf) SetItems(v []ReservedResource)
SetItems gets a reference to the given []ReservedResource and assigns it to the Items field.
type ResourceQuota ¶
type ResourceQuota struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Allowed int32 `json:"allowed"` AvailabilityZoneType *string `json:"availability_zone_type,omitempty"` Byoc bool `json:"byoc"` CreatedAt *time.Time `json:"created_at,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` ResourceName string `json:"resource_name"` ResourceType string `json:"resource_type"` Sku *string `json:"sku,omitempty"` SkuCount *int32 `json:"sku_count,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
ResourceQuota struct for ResourceQuota
func NewResourceQuota ¶
func NewResourceQuota(allowed int32, byoc bool, resourceName string, resourceType string) *ResourceQuota
NewResourceQuota instantiates a new ResourceQuota 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 NewResourceQuotaWithDefaults ¶
func NewResourceQuotaWithDefaults() *ResourceQuota
NewResourceQuotaWithDefaults instantiates a new ResourceQuota 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 (*ResourceQuota) GetAllowed ¶
func (o *ResourceQuota) GetAllowed() int32
GetAllowed returns the Allowed field value
func (*ResourceQuota) GetAllowedOk ¶
func (o *ResourceQuota) GetAllowedOk() (*int32, bool)
GetAllowedOk returns a tuple with the Allowed field value and a boolean to check if the value has been set.
func (*ResourceQuota) GetAvailabilityZoneType ¶
func (o *ResourceQuota) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.
func (*ResourceQuota) GetAvailabilityZoneTypeOk ¶
func (o *ResourceQuota) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuota) GetByoc ¶
func (o *ResourceQuota) GetByoc() bool
GetByoc returns the Byoc field value
func (*ResourceQuota) GetByocOk ¶
func (o *ResourceQuota) GetByocOk() (*bool, bool)
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*ResourceQuota) GetCreatedAt ¶
func (o *ResourceQuota) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ResourceQuota) GetCreatedAtOk ¶
func (o *ResourceQuota) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuota) GetHref ¶
func (o *ResourceQuota) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ResourceQuota) GetHrefOk ¶
func (o *ResourceQuota) 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 (*ResourceQuota) GetId ¶
func (o *ResourceQuota) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ResourceQuota) GetIdOk ¶
func (o *ResourceQuota) 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 (*ResourceQuota) GetKind ¶
func (o *ResourceQuota) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ResourceQuota) GetKindOk ¶
func (o *ResourceQuota) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuota) GetOrganizationId ¶
func (o *ResourceQuota) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*ResourceQuota) GetOrganizationIdOk ¶
func (o *ResourceQuota) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuota) GetResourceName ¶
func (o *ResourceQuota) GetResourceName() string
GetResourceName returns the ResourceName field value
func (*ResourceQuota) GetResourceNameOk ¶
func (o *ResourceQuota) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value and a boolean to check if the value has been set.
func (*ResourceQuota) GetResourceType ¶
func (o *ResourceQuota) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*ResourceQuota) GetResourceTypeOk ¶
func (o *ResourceQuota) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*ResourceQuota) GetSku ¶
func (o *ResourceQuota) GetSku() string
GetSku returns the Sku field value if set, zero value otherwise.
func (*ResourceQuota) GetSkuCount ¶
func (o *ResourceQuota) GetSkuCount() int32
GetSkuCount returns the SkuCount field value if set, zero value otherwise.
func (*ResourceQuota) GetSkuCountOk ¶
func (o *ResourceQuota) GetSkuCountOk() (*int32, bool)
GetSkuCountOk returns a tuple with the SkuCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuota) GetSkuOk ¶
func (o *ResourceQuota) GetSkuOk() (*string, bool)
GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuota) GetType ¶
func (o *ResourceQuota) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResourceQuota) GetTypeOk ¶
func (o *ResourceQuota) 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 (*ResourceQuota) GetUpdatedAt ¶
func (o *ResourceQuota) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ResourceQuota) GetUpdatedAtOk ¶
func (o *ResourceQuota) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuota) HasAvailabilityZoneType ¶
func (o *ResourceQuota) HasAvailabilityZoneType() bool
HasAvailabilityZoneType returns a boolean if a field has been set.
func (*ResourceQuota) HasCreatedAt ¶
func (o *ResourceQuota) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ResourceQuota) HasHref ¶
func (o *ResourceQuota) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ResourceQuota) HasId ¶
func (o *ResourceQuota) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResourceQuota) HasKind ¶
func (o *ResourceQuota) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*ResourceQuota) HasOrganizationId ¶
func (o *ResourceQuota) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*ResourceQuota) HasSku ¶
func (o *ResourceQuota) HasSku() bool
HasSku returns a boolean if a field has been set.
func (*ResourceQuota) HasSkuCount ¶
func (o *ResourceQuota) HasSkuCount() bool
HasSkuCount returns a boolean if a field has been set.
func (*ResourceQuota) HasType ¶
func (o *ResourceQuota) HasType() bool
HasType returns a boolean if a field has been set.
func (*ResourceQuota) HasUpdatedAt ¶
func (o *ResourceQuota) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (ResourceQuota) MarshalJSON ¶
func (o ResourceQuota) MarshalJSON() ([]byte, error)
func (*ResourceQuota) SetAllowed ¶
func (o *ResourceQuota) SetAllowed(v int32)
SetAllowed sets field value
func (*ResourceQuota) SetAvailabilityZoneType ¶
func (o *ResourceQuota) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.
func (*ResourceQuota) SetCreatedAt ¶
func (o *ResourceQuota) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ResourceQuota) SetHref ¶
func (o *ResourceQuota) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ResourceQuota) SetId ¶
func (o *ResourceQuota) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ResourceQuota) SetKind ¶
func (o *ResourceQuota) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ResourceQuota) SetOrganizationId ¶
func (o *ResourceQuota) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*ResourceQuota) SetResourceName ¶
func (o *ResourceQuota) SetResourceName(v string)
SetResourceName sets field value
func (*ResourceQuota) SetResourceType ¶
func (o *ResourceQuota) SetResourceType(v string)
SetResourceType sets field value
func (*ResourceQuota) SetSku ¶
func (o *ResourceQuota) SetSku(v string)
SetSku gets a reference to the given string and assigns it to the Sku field.
func (*ResourceQuota) SetSkuCount ¶
func (o *ResourceQuota) SetSkuCount(v int32)
SetSkuCount gets a reference to the given int32 and assigns it to the SkuCount field.
func (*ResourceQuota) SetType ¶
func (o *ResourceQuota) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ResourceQuota) SetUpdatedAt ¶
func (o *ResourceQuota) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type ResourceQuotaAllOf ¶
type ResourceQuotaAllOf struct { Allowed int32 `json:"allowed"` AvailabilityZoneType *string `json:"availability_zone_type,omitempty"` Byoc bool `json:"byoc"` CreatedAt *time.Time `json:"created_at,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` ResourceName string `json:"resource_name"` ResourceType string `json:"resource_type"` Sku *string `json:"sku,omitempty"` SkuCount *int32 `json:"sku_count,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
ResourceQuotaAllOf struct for ResourceQuotaAllOf
func NewResourceQuotaAllOf ¶
func NewResourceQuotaAllOf(allowed int32, byoc bool, resourceName string, resourceType string) *ResourceQuotaAllOf
NewResourceQuotaAllOf instantiates a new ResourceQuotaAllOf 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 NewResourceQuotaAllOfWithDefaults ¶
func NewResourceQuotaAllOfWithDefaults() *ResourceQuotaAllOf
NewResourceQuotaAllOfWithDefaults instantiates a new ResourceQuotaAllOf 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 (*ResourceQuotaAllOf) GetAllowed ¶
func (o *ResourceQuotaAllOf) GetAllowed() int32
GetAllowed returns the Allowed field value
func (*ResourceQuotaAllOf) GetAllowedOk ¶
func (o *ResourceQuotaAllOf) GetAllowedOk() (*int32, bool)
GetAllowedOk returns a tuple with the Allowed field value and a boolean to check if the value has been set.
func (*ResourceQuotaAllOf) GetAvailabilityZoneType ¶
func (o *ResourceQuotaAllOf) GetAvailabilityZoneType() string
GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.
func (*ResourceQuotaAllOf) GetAvailabilityZoneTypeOk ¶
func (o *ResourceQuotaAllOf) GetAvailabilityZoneTypeOk() (*string, bool)
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuotaAllOf) GetByoc ¶
func (o *ResourceQuotaAllOf) GetByoc() bool
GetByoc returns the Byoc field value
func (*ResourceQuotaAllOf) GetByocOk ¶
func (o *ResourceQuotaAllOf) GetByocOk() (*bool, bool)
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*ResourceQuotaAllOf) GetCreatedAt ¶
func (o *ResourceQuotaAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ResourceQuotaAllOf) GetCreatedAtOk ¶
func (o *ResourceQuotaAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuotaAllOf) GetOrganizationId ¶
func (o *ResourceQuotaAllOf) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*ResourceQuotaAllOf) GetOrganizationIdOk ¶
func (o *ResourceQuotaAllOf) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuotaAllOf) GetResourceName ¶
func (o *ResourceQuotaAllOf) GetResourceName() string
GetResourceName returns the ResourceName field value
func (*ResourceQuotaAllOf) GetResourceNameOk ¶
func (o *ResourceQuotaAllOf) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value and a boolean to check if the value has been set.
func (*ResourceQuotaAllOf) GetResourceType ¶
func (o *ResourceQuotaAllOf) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*ResourceQuotaAllOf) GetResourceTypeOk ¶
func (o *ResourceQuotaAllOf) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*ResourceQuotaAllOf) GetSku ¶
func (o *ResourceQuotaAllOf) GetSku() string
GetSku returns the Sku field value if set, zero value otherwise.
func (*ResourceQuotaAllOf) GetSkuCount ¶
func (o *ResourceQuotaAllOf) GetSkuCount() int32
GetSkuCount returns the SkuCount field value if set, zero value otherwise.
func (*ResourceQuotaAllOf) GetSkuCountOk ¶
func (o *ResourceQuotaAllOf) GetSkuCountOk() (*int32, bool)
GetSkuCountOk returns a tuple with the SkuCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuotaAllOf) GetSkuOk ¶
func (o *ResourceQuotaAllOf) GetSkuOk() (*string, bool)
GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuotaAllOf) GetType ¶
func (o *ResourceQuotaAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResourceQuotaAllOf) GetTypeOk ¶
func (o *ResourceQuotaAllOf) 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 (*ResourceQuotaAllOf) GetUpdatedAt ¶
func (o *ResourceQuotaAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ResourceQuotaAllOf) GetUpdatedAtOk ¶
func (o *ResourceQuotaAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuotaAllOf) HasAvailabilityZoneType ¶
func (o *ResourceQuotaAllOf) HasAvailabilityZoneType() bool
HasAvailabilityZoneType returns a boolean if a field has been set.
func (*ResourceQuotaAllOf) HasCreatedAt ¶
func (o *ResourceQuotaAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ResourceQuotaAllOf) HasOrganizationId ¶
func (o *ResourceQuotaAllOf) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*ResourceQuotaAllOf) HasSku ¶
func (o *ResourceQuotaAllOf) HasSku() bool
HasSku returns a boolean if a field has been set.
func (*ResourceQuotaAllOf) HasSkuCount ¶
func (o *ResourceQuotaAllOf) HasSkuCount() bool
HasSkuCount returns a boolean if a field has been set.
func (*ResourceQuotaAllOf) HasType ¶
func (o *ResourceQuotaAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (*ResourceQuotaAllOf) HasUpdatedAt ¶
func (o *ResourceQuotaAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (ResourceQuotaAllOf) MarshalJSON ¶
func (o ResourceQuotaAllOf) MarshalJSON() ([]byte, error)
func (*ResourceQuotaAllOf) SetAllowed ¶
func (o *ResourceQuotaAllOf) SetAllowed(v int32)
SetAllowed sets field value
func (*ResourceQuotaAllOf) SetAvailabilityZoneType ¶
func (o *ResourceQuotaAllOf) SetAvailabilityZoneType(v string)
SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.
func (*ResourceQuotaAllOf) SetByoc ¶
func (o *ResourceQuotaAllOf) SetByoc(v bool)
SetByoc sets field value
func (*ResourceQuotaAllOf) SetCreatedAt ¶
func (o *ResourceQuotaAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ResourceQuotaAllOf) SetOrganizationId ¶
func (o *ResourceQuotaAllOf) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*ResourceQuotaAllOf) SetResourceName ¶
func (o *ResourceQuotaAllOf) SetResourceName(v string)
SetResourceName sets field value
func (*ResourceQuotaAllOf) SetResourceType ¶
func (o *ResourceQuotaAllOf) SetResourceType(v string)
SetResourceType sets field value
func (*ResourceQuotaAllOf) SetSku ¶
func (o *ResourceQuotaAllOf) SetSku(v string)
SetSku gets a reference to the given string and assigns it to the Sku field.
func (*ResourceQuotaAllOf) SetSkuCount ¶
func (o *ResourceQuotaAllOf) SetSkuCount(v int32)
SetSkuCount gets a reference to the given int32 and assigns it to the SkuCount field.
func (*ResourceQuotaAllOf) SetType ¶
func (o *ResourceQuotaAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ResourceQuotaAllOf) SetUpdatedAt ¶
func (o *ResourceQuotaAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type ResourceQuotaList ¶
type ResourceQuotaList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []ResourceQuota `json:"items"` }
ResourceQuotaList struct for ResourceQuotaList
func NewResourceQuotaList ¶
func NewResourceQuotaList(kind string, page int32, size int32, total int32, items []ResourceQuota) *ResourceQuotaList
NewResourceQuotaList instantiates a new ResourceQuotaList 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 NewResourceQuotaListWithDefaults ¶
func NewResourceQuotaListWithDefaults() *ResourceQuotaList
NewResourceQuotaListWithDefaults instantiates a new ResourceQuotaList 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 (*ResourceQuotaList) GetItems ¶
func (o *ResourceQuotaList) GetItems() []ResourceQuota
GetItems returns the Items field value
func (*ResourceQuotaList) GetItemsOk ¶
func (o *ResourceQuotaList) GetItemsOk() (*[]ResourceQuota, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ResourceQuotaList) GetKind ¶
func (o *ResourceQuotaList) GetKind() string
GetKind returns the Kind field value
func (*ResourceQuotaList) GetKindOk ¶
func (o *ResourceQuotaList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ResourceQuotaList) GetPage ¶
func (o *ResourceQuotaList) GetPage() int32
GetPage returns the Page field value
func (*ResourceQuotaList) GetPageOk ¶
func (o *ResourceQuotaList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ResourceQuotaList) GetSize ¶
func (o *ResourceQuotaList) GetSize() int32
GetSize returns the Size field value
func (*ResourceQuotaList) GetSizeOk ¶
func (o *ResourceQuotaList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ResourceQuotaList) GetTotal ¶
func (o *ResourceQuotaList) GetTotal() int32
GetTotal returns the Total field value
func (*ResourceQuotaList) GetTotalOk ¶
func (o *ResourceQuotaList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ResourceQuotaList) MarshalJSON ¶
func (o ResourceQuotaList) MarshalJSON() ([]byte, error)
func (*ResourceQuotaList) SetItems ¶
func (o *ResourceQuotaList) SetItems(v []ResourceQuota)
SetItems sets field value
func (*ResourceQuotaList) SetKind ¶
func (o *ResourceQuotaList) SetKind(v string)
SetKind sets field value
func (*ResourceQuotaList) SetPage ¶
func (o *ResourceQuotaList) SetPage(v int32)
SetPage sets field value
func (*ResourceQuotaList) SetSize ¶
func (o *ResourceQuotaList) SetSize(v int32)
SetSize sets field value
func (*ResourceQuotaList) SetTotal ¶
func (o *ResourceQuotaList) SetTotal(v int32)
SetTotal sets field value
type ResourceQuotaListAllOf ¶
type ResourceQuotaListAllOf struct {
Items *[]ResourceQuota `json:"items,omitempty"`
}
ResourceQuotaListAllOf struct for ResourceQuotaListAllOf
func NewResourceQuotaListAllOf ¶
func NewResourceQuotaListAllOf() *ResourceQuotaListAllOf
NewResourceQuotaListAllOf instantiates a new ResourceQuotaListAllOf 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 NewResourceQuotaListAllOfWithDefaults ¶
func NewResourceQuotaListAllOfWithDefaults() *ResourceQuotaListAllOf
NewResourceQuotaListAllOfWithDefaults instantiates a new ResourceQuotaListAllOf 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 (*ResourceQuotaListAllOf) GetItems ¶
func (o *ResourceQuotaListAllOf) GetItems() []ResourceQuota
GetItems returns the Items field value if set, zero value otherwise.
func (*ResourceQuotaListAllOf) GetItemsOk ¶
func (o *ResourceQuotaListAllOf) GetItemsOk() (*[]ResourceQuota, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuotaListAllOf) HasItems ¶
func (o *ResourceQuotaListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ResourceQuotaListAllOf) MarshalJSON ¶
func (o ResourceQuotaListAllOf) MarshalJSON() ([]byte, error)
func (*ResourceQuotaListAllOf) SetItems ¶
func (o *ResourceQuotaListAllOf) SetItems(v []ResourceQuota)
SetItems gets a reference to the given []ResourceQuota and assigns it to the Items field.
type ResourceQuotaRequest ¶
type ResourceQuotaRequest struct { Allowed *int32 `json:"allowed,omitempty"` Sku string `json:"sku"` SkuCount *int32 `json:"sku_count,omitempty"` Type *string `json:"type,omitempty"` }
ResourceQuotaRequest struct for ResourceQuotaRequest
func NewResourceQuotaRequest ¶
func NewResourceQuotaRequest(sku string) *ResourceQuotaRequest
NewResourceQuotaRequest instantiates a new ResourceQuotaRequest 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 NewResourceQuotaRequestWithDefaults ¶
func NewResourceQuotaRequestWithDefaults() *ResourceQuotaRequest
NewResourceQuotaRequestWithDefaults instantiates a new ResourceQuotaRequest 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 (*ResourceQuotaRequest) GetAllowed ¶
func (o *ResourceQuotaRequest) GetAllowed() int32
GetAllowed returns the Allowed field value if set, zero value otherwise.
func (*ResourceQuotaRequest) GetAllowedOk ¶
func (o *ResourceQuotaRequest) GetAllowedOk() (*int32, bool)
GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuotaRequest) GetSku ¶
func (o *ResourceQuotaRequest) GetSku() string
GetSku returns the Sku field value
func (*ResourceQuotaRequest) GetSkuCount ¶
func (o *ResourceQuotaRequest) GetSkuCount() int32
GetSkuCount returns the SkuCount field value if set, zero value otherwise.
func (*ResourceQuotaRequest) GetSkuCountOk ¶
func (o *ResourceQuotaRequest) GetSkuCountOk() (*int32, bool)
GetSkuCountOk returns a tuple with the SkuCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceQuotaRequest) GetSkuOk ¶
func (o *ResourceQuotaRequest) GetSkuOk() (*string, bool)
GetSkuOk returns a tuple with the Sku field value and a boolean to check if the value has been set.
func (*ResourceQuotaRequest) GetType ¶
func (o *ResourceQuotaRequest) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResourceQuotaRequest) GetTypeOk ¶
func (o *ResourceQuotaRequest) 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 (*ResourceQuotaRequest) HasAllowed ¶
func (o *ResourceQuotaRequest) HasAllowed() bool
HasAllowed returns a boolean if a field has been set.
func (*ResourceQuotaRequest) HasSkuCount ¶
func (o *ResourceQuotaRequest) HasSkuCount() bool
HasSkuCount returns a boolean if a field has been set.
func (*ResourceQuotaRequest) HasType ¶
func (o *ResourceQuotaRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (ResourceQuotaRequest) MarshalJSON ¶
func (o ResourceQuotaRequest) MarshalJSON() ([]byte, error)
func (*ResourceQuotaRequest) SetAllowed ¶
func (o *ResourceQuotaRequest) SetAllowed(v int32)
SetAllowed gets a reference to the given int32 and assigns it to the Allowed field.
func (*ResourceQuotaRequest) SetSku ¶
func (o *ResourceQuotaRequest) SetSku(v string)
SetSku sets field value
func (*ResourceQuotaRequest) SetSkuCount ¶
func (o *ResourceQuotaRequest) SetSkuCount(v int32)
SetSkuCount gets a reference to the given int32 and assigns it to the SkuCount field.
func (*ResourceQuotaRequest) SetType ¶
func (o *ResourceQuotaRequest) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type ResourceReview ¶
type ResourceReview struct { AccountUsername string `json:"account_username"` Action string `json:"action"` ClusterIds []string `json:"cluster_ids"` ClusterUuids []string `json:"cluster_uuids"` OrganizationIds []string `json:"organization_ids"` ResourceType string `json:"resource_type"` SubscriptionIds []string `json:"subscription_ids"` }
ResourceReview struct for ResourceReview
func NewResourceReview ¶
func NewResourceReview(accountUsername string, action string, clusterIds []string, clusterUuids []string, organizationIds []string, resourceType string, subscriptionIds []string) *ResourceReview
NewResourceReview instantiates a new ResourceReview 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 NewResourceReviewWithDefaults ¶
func NewResourceReviewWithDefaults() *ResourceReview
NewResourceReviewWithDefaults instantiates a new ResourceReview 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 (*ResourceReview) GetAccountUsername ¶
func (o *ResourceReview) GetAccountUsername() string
GetAccountUsername returns the AccountUsername field value
func (*ResourceReview) GetAccountUsernameOk ¶
func (o *ResourceReview) GetAccountUsernameOk() (*string, bool)
GetAccountUsernameOk returns a tuple with the AccountUsername field value and a boolean to check if the value has been set.
func (*ResourceReview) GetAction ¶
func (o *ResourceReview) GetAction() string
GetAction returns the Action field value
func (*ResourceReview) GetActionOk ¶
func (o *ResourceReview) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*ResourceReview) GetClusterIds ¶
func (o *ResourceReview) GetClusterIds() []string
GetClusterIds returns the ClusterIds field value
func (*ResourceReview) GetClusterIdsOk ¶
func (o *ResourceReview) GetClusterIdsOk() (*[]string, bool)
GetClusterIdsOk returns a tuple with the ClusterIds field value and a boolean to check if the value has been set.
func (*ResourceReview) GetClusterUuids ¶
func (o *ResourceReview) GetClusterUuids() []string
GetClusterUuids returns the ClusterUuids field value
func (*ResourceReview) GetClusterUuidsOk ¶
func (o *ResourceReview) GetClusterUuidsOk() (*[]string, bool)
GetClusterUuidsOk returns a tuple with the ClusterUuids field value and a boolean to check if the value has been set.
func (*ResourceReview) GetOrganizationIds ¶
func (o *ResourceReview) GetOrganizationIds() []string
GetOrganizationIds returns the OrganizationIds field value
func (*ResourceReview) GetOrganizationIdsOk ¶
func (o *ResourceReview) GetOrganizationIdsOk() (*[]string, bool)
GetOrganizationIdsOk returns a tuple with the OrganizationIds field value and a boolean to check if the value has been set.
func (*ResourceReview) GetResourceType ¶
func (o *ResourceReview) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*ResourceReview) GetResourceTypeOk ¶
func (o *ResourceReview) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*ResourceReview) GetSubscriptionIds ¶
func (o *ResourceReview) GetSubscriptionIds() []string
GetSubscriptionIds returns the SubscriptionIds field value
func (*ResourceReview) GetSubscriptionIdsOk ¶
func (o *ResourceReview) GetSubscriptionIdsOk() (*[]string, bool)
GetSubscriptionIdsOk returns a tuple with the SubscriptionIds field value and a boolean to check if the value has been set.
func (ResourceReview) MarshalJSON ¶
func (o ResourceReview) MarshalJSON() ([]byte, error)
func (*ResourceReview) SetAccountUsername ¶
func (o *ResourceReview) SetAccountUsername(v string)
SetAccountUsername sets field value
func (*ResourceReview) SetAction ¶
func (o *ResourceReview) SetAction(v string)
SetAction sets field value
func (*ResourceReview) SetClusterIds ¶
func (o *ResourceReview) SetClusterIds(v []string)
SetClusterIds sets field value
func (*ResourceReview) SetClusterUuids ¶
func (o *ResourceReview) SetClusterUuids(v []string)
SetClusterUuids sets field value
func (*ResourceReview) SetOrganizationIds ¶
func (o *ResourceReview) SetOrganizationIds(v []string)
SetOrganizationIds sets field value
func (*ResourceReview) SetResourceType ¶
func (o *ResourceReview) SetResourceType(v string)
SetResourceType sets field value
func (*ResourceReview) SetSubscriptionIds ¶
func (o *ResourceReview) SetSubscriptionIds(v []string)
SetSubscriptionIds sets field value
type ResourceReviewRequest ¶
type ResourceReviewRequest struct { AccountUsername *string `json:"account_username,omitempty"` Action *string `json:"action,omitempty"` ResourceType *string `json:"resource_type,omitempty"` }
ResourceReviewRequest struct for ResourceReviewRequest
func NewResourceReviewRequest ¶
func NewResourceReviewRequest() *ResourceReviewRequest
NewResourceReviewRequest instantiates a new ResourceReviewRequest 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 NewResourceReviewRequestWithDefaults ¶
func NewResourceReviewRequestWithDefaults() *ResourceReviewRequest
NewResourceReviewRequestWithDefaults instantiates a new ResourceReviewRequest 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 (*ResourceReviewRequest) GetAccountUsername ¶
func (o *ResourceReviewRequest) GetAccountUsername() string
GetAccountUsername returns the AccountUsername field value if set, zero value otherwise.
func (*ResourceReviewRequest) GetAccountUsernameOk ¶
func (o *ResourceReviewRequest) GetAccountUsernameOk() (*string, bool)
GetAccountUsernameOk returns a tuple with the AccountUsername field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceReviewRequest) GetAction ¶
func (o *ResourceReviewRequest) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*ResourceReviewRequest) GetActionOk ¶
func (o *ResourceReviewRequest) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceReviewRequest) GetResourceType ¶
func (o *ResourceReviewRequest) GetResourceType() string
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*ResourceReviewRequest) GetResourceTypeOk ¶
func (o *ResourceReviewRequest) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceReviewRequest) HasAccountUsername ¶
func (o *ResourceReviewRequest) HasAccountUsername() bool
HasAccountUsername returns a boolean if a field has been set.
func (*ResourceReviewRequest) HasAction ¶
func (o *ResourceReviewRequest) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*ResourceReviewRequest) HasResourceType ¶
func (o *ResourceReviewRequest) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (ResourceReviewRequest) MarshalJSON ¶
func (o ResourceReviewRequest) MarshalJSON() ([]byte, error)
func (*ResourceReviewRequest) SetAccountUsername ¶
func (o *ResourceReviewRequest) SetAccountUsername(v string)
SetAccountUsername gets a reference to the given string and assigns it to the AccountUsername field.
func (*ResourceReviewRequest) SetAction ¶
func (o *ResourceReviewRequest) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*ResourceReviewRequest) SetResourceType ¶
func (o *ResourceReviewRequest) SetResourceType(v string)
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
type Role ¶
type Role struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Name *string `json:"name,omitempty"` Permissions *[]Permission `json:"permissions,omitempty"` }
Role struct for Role
func NewRole ¶
func NewRole() *Role
NewRole instantiates a new Role 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 NewRoleWithDefaults ¶
func NewRoleWithDefaults() *Role
NewRoleWithDefaults instantiates a new Role 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 (*Role) 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 (*Role) 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 (*Role) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) 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 (*Role) GetPermissions ¶
func (o *Role) GetPermissions() []Permission
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*Role) GetPermissionsOk ¶
func (o *Role) GetPermissionsOk() (*[]Permission, 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 (*Role) HasPermissions ¶
HasPermissions returns a boolean if a field has been set.
func (Role) MarshalJSON ¶
func (*Role) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Role) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Role) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Role) SetPermissions ¶
func (o *Role) SetPermissions(v []Permission)
SetPermissions gets a reference to the given []Permission and assigns it to the Permissions field.
type RoleAllOf ¶
type RoleAllOf struct { Name *string `json:"name,omitempty"` Permissions *[]Permission `json:"permissions,omitempty"` }
RoleAllOf struct for RoleAllOf
func NewRoleAllOf ¶
func NewRoleAllOf() *RoleAllOf
NewRoleAllOf instantiates a new RoleAllOf 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 NewRoleAllOfWithDefaults ¶
func NewRoleAllOfWithDefaults() *RoleAllOf
NewRoleAllOfWithDefaults instantiates a new RoleAllOf 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 (*RoleAllOf) 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 (*RoleAllOf) GetPermissions ¶
func (o *RoleAllOf) GetPermissions() []Permission
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*RoleAllOf) GetPermissionsOk ¶
func (o *RoleAllOf) GetPermissionsOk() (*[]Permission, 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 (*RoleAllOf) HasPermissions ¶
HasPermissions returns a boolean if a field has been set.
func (RoleAllOf) MarshalJSON ¶
func (*RoleAllOf) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*RoleAllOf) SetPermissions ¶
func (o *RoleAllOf) SetPermissions(v []Permission)
SetPermissions gets a reference to the given []Permission and assigns it to the Permissions field.
type RoleBinding ¶
type RoleBinding struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Account *ObjectReference `json:"account,omitempty"` ConfigManaged *bool `json:"config_managed,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Organization *ObjectReference `json:"organization,omitempty"` Role *ObjectReference `json:"role,omitempty"` Subscription *ObjectReference `json:"subscription,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
RoleBinding struct for RoleBinding
func NewRoleBinding ¶
func NewRoleBinding() *RoleBinding
NewRoleBinding instantiates a new RoleBinding 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 NewRoleBindingWithDefaults ¶
func NewRoleBindingWithDefaults() *RoleBinding
NewRoleBindingWithDefaults instantiates a new RoleBinding 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 (*RoleBinding) GetAccount ¶
func (o *RoleBinding) GetAccount() ObjectReference
GetAccount returns the Account field value if set, zero value otherwise.
func (*RoleBinding) GetAccountOk ¶
func (o *RoleBinding) GetAccountOk() (*ObjectReference, bool)
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBinding) GetConfigManaged ¶
func (o *RoleBinding) GetConfigManaged() bool
GetConfigManaged returns the ConfigManaged field value if set, zero value otherwise.
func (*RoleBinding) GetConfigManagedOk ¶
func (o *RoleBinding) GetConfigManagedOk() (*bool, bool)
GetConfigManagedOk returns a tuple with the ConfigManaged field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBinding) GetCreatedAt ¶
func (o *RoleBinding) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*RoleBinding) GetCreatedAtOk ¶
func (o *RoleBinding) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBinding) GetHref ¶
func (o *RoleBinding) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*RoleBinding) GetHrefOk ¶
func (o *RoleBinding) 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 (*RoleBinding) GetId ¶
func (o *RoleBinding) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*RoleBinding) GetIdOk ¶
func (o *RoleBinding) 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 (*RoleBinding) GetKind ¶
func (o *RoleBinding) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*RoleBinding) GetKindOk ¶
func (o *RoleBinding) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBinding) GetOrganization ¶
func (o *RoleBinding) GetOrganization() ObjectReference
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*RoleBinding) GetOrganizationOk ¶
func (o *RoleBinding) GetOrganizationOk() (*ObjectReference, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBinding) GetRole ¶
func (o *RoleBinding) GetRole() ObjectReference
GetRole returns the Role field value if set, zero value otherwise.
func (*RoleBinding) GetRoleOk ¶
func (o *RoleBinding) GetRoleOk() (*ObjectReference, 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 (*RoleBinding) GetSubscription ¶
func (o *RoleBinding) GetSubscription() ObjectReference
GetSubscription returns the Subscription field value if set, zero value otherwise.
func (*RoleBinding) GetSubscriptionOk ¶
func (o *RoleBinding) GetSubscriptionOk() (*ObjectReference, bool)
GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBinding) GetType ¶
func (o *RoleBinding) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*RoleBinding) GetTypeOk ¶
func (o *RoleBinding) 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 (*RoleBinding) GetUpdatedAt ¶
func (o *RoleBinding) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*RoleBinding) GetUpdatedAtOk ¶
func (o *RoleBinding) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBinding) HasAccount ¶
func (o *RoleBinding) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (*RoleBinding) HasConfigManaged ¶
func (o *RoleBinding) HasConfigManaged() bool
HasConfigManaged returns a boolean if a field has been set.
func (*RoleBinding) HasCreatedAt ¶
func (o *RoleBinding) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*RoleBinding) HasHref ¶
func (o *RoleBinding) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*RoleBinding) HasId ¶
func (o *RoleBinding) HasId() bool
HasId returns a boolean if a field has been set.
func (*RoleBinding) HasKind ¶
func (o *RoleBinding) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*RoleBinding) HasOrganization ¶
func (o *RoleBinding) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*RoleBinding) HasRole ¶
func (o *RoleBinding) HasRole() bool
HasRole returns a boolean if a field has been set.
func (*RoleBinding) HasSubscription ¶
func (o *RoleBinding) HasSubscription() bool
HasSubscription returns a boolean if a field has been set.
func (*RoleBinding) HasType ¶
func (o *RoleBinding) HasType() bool
HasType returns a boolean if a field has been set.
func (*RoleBinding) HasUpdatedAt ¶
func (o *RoleBinding) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (RoleBinding) MarshalJSON ¶
func (o RoleBinding) MarshalJSON() ([]byte, error)
func (*RoleBinding) SetAccount ¶
func (o *RoleBinding) SetAccount(v ObjectReference)
SetAccount gets a reference to the given ObjectReference and assigns it to the Account field.
func (*RoleBinding) SetConfigManaged ¶
func (o *RoleBinding) SetConfigManaged(v bool)
SetConfigManaged gets a reference to the given bool and assigns it to the ConfigManaged field.
func (*RoleBinding) SetCreatedAt ¶
func (o *RoleBinding) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*RoleBinding) SetHref ¶
func (o *RoleBinding) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*RoleBinding) SetId ¶
func (o *RoleBinding) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*RoleBinding) SetKind ¶
func (o *RoleBinding) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*RoleBinding) SetOrganization ¶
func (o *RoleBinding) SetOrganization(v ObjectReference)
SetOrganization gets a reference to the given ObjectReference and assigns it to the Organization field.
func (*RoleBinding) SetRole ¶
func (o *RoleBinding) SetRole(v ObjectReference)
SetRole gets a reference to the given ObjectReference and assigns it to the Role field.
func (*RoleBinding) SetSubscription ¶
func (o *RoleBinding) SetSubscription(v ObjectReference)
SetSubscription gets a reference to the given ObjectReference and assigns it to the Subscription field.
func (*RoleBinding) SetType ¶
func (o *RoleBinding) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*RoleBinding) SetUpdatedAt ¶
func (o *RoleBinding) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type RoleBindingAllOf ¶
type RoleBindingAllOf struct { Account *ObjectReference `json:"account,omitempty"` ConfigManaged *bool `json:"config_managed,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Organization *ObjectReference `json:"organization,omitempty"` Role *ObjectReference `json:"role,omitempty"` Subscription *ObjectReference `json:"subscription,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
RoleBindingAllOf struct for RoleBindingAllOf
func NewRoleBindingAllOf ¶
func NewRoleBindingAllOf() *RoleBindingAllOf
NewRoleBindingAllOf instantiates a new RoleBindingAllOf 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 NewRoleBindingAllOfWithDefaults ¶
func NewRoleBindingAllOfWithDefaults() *RoleBindingAllOf
NewRoleBindingAllOfWithDefaults instantiates a new RoleBindingAllOf 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 (*RoleBindingAllOf) GetAccount ¶
func (o *RoleBindingAllOf) GetAccount() ObjectReference
GetAccount returns the Account field value if set, zero value otherwise.
func (*RoleBindingAllOf) GetAccountOk ¶
func (o *RoleBindingAllOf) GetAccountOk() (*ObjectReference, bool)
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingAllOf) GetConfigManaged ¶
func (o *RoleBindingAllOf) GetConfigManaged() bool
GetConfigManaged returns the ConfigManaged field value if set, zero value otherwise.
func (*RoleBindingAllOf) GetConfigManagedOk ¶
func (o *RoleBindingAllOf) GetConfigManagedOk() (*bool, bool)
GetConfigManagedOk returns a tuple with the ConfigManaged field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingAllOf) GetCreatedAt ¶
func (o *RoleBindingAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*RoleBindingAllOf) GetCreatedAtOk ¶
func (o *RoleBindingAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingAllOf) GetOrganization ¶
func (o *RoleBindingAllOf) GetOrganization() ObjectReference
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*RoleBindingAllOf) GetOrganizationOk ¶
func (o *RoleBindingAllOf) GetOrganizationOk() (*ObjectReference, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingAllOf) GetRole ¶
func (o *RoleBindingAllOf) GetRole() ObjectReference
GetRole returns the Role field value if set, zero value otherwise.
func (*RoleBindingAllOf) GetRoleOk ¶
func (o *RoleBindingAllOf) GetRoleOk() (*ObjectReference, 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 (*RoleBindingAllOf) GetSubscription ¶
func (o *RoleBindingAllOf) GetSubscription() ObjectReference
GetSubscription returns the Subscription field value if set, zero value otherwise.
func (*RoleBindingAllOf) GetSubscriptionOk ¶
func (o *RoleBindingAllOf) GetSubscriptionOk() (*ObjectReference, bool)
GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingAllOf) GetType ¶
func (o *RoleBindingAllOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*RoleBindingAllOf) GetTypeOk ¶
func (o *RoleBindingAllOf) 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 (*RoleBindingAllOf) GetUpdatedAt ¶
func (o *RoleBindingAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*RoleBindingAllOf) GetUpdatedAtOk ¶
func (o *RoleBindingAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingAllOf) HasAccount ¶
func (o *RoleBindingAllOf) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (*RoleBindingAllOf) HasConfigManaged ¶
func (o *RoleBindingAllOf) HasConfigManaged() bool
HasConfigManaged returns a boolean if a field has been set.
func (*RoleBindingAllOf) HasCreatedAt ¶
func (o *RoleBindingAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*RoleBindingAllOf) HasOrganization ¶
func (o *RoleBindingAllOf) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*RoleBindingAllOf) HasRole ¶
func (o *RoleBindingAllOf) HasRole() bool
HasRole returns a boolean if a field has been set.
func (*RoleBindingAllOf) HasSubscription ¶
func (o *RoleBindingAllOf) HasSubscription() bool
HasSubscription returns a boolean if a field has been set.
func (*RoleBindingAllOf) HasType ¶
func (o *RoleBindingAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (*RoleBindingAllOf) HasUpdatedAt ¶
func (o *RoleBindingAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (RoleBindingAllOf) MarshalJSON ¶
func (o RoleBindingAllOf) MarshalJSON() ([]byte, error)
func (*RoleBindingAllOf) SetAccount ¶
func (o *RoleBindingAllOf) SetAccount(v ObjectReference)
SetAccount gets a reference to the given ObjectReference and assigns it to the Account field.
func (*RoleBindingAllOf) SetConfigManaged ¶
func (o *RoleBindingAllOf) SetConfigManaged(v bool)
SetConfigManaged gets a reference to the given bool and assigns it to the ConfigManaged field.
func (*RoleBindingAllOf) SetCreatedAt ¶
func (o *RoleBindingAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*RoleBindingAllOf) SetOrganization ¶
func (o *RoleBindingAllOf) SetOrganization(v ObjectReference)
SetOrganization gets a reference to the given ObjectReference and assigns it to the Organization field.
func (*RoleBindingAllOf) SetRole ¶
func (o *RoleBindingAllOf) SetRole(v ObjectReference)
SetRole gets a reference to the given ObjectReference and assigns it to the Role field.
func (*RoleBindingAllOf) SetSubscription ¶
func (o *RoleBindingAllOf) SetSubscription(v ObjectReference)
SetSubscription gets a reference to the given ObjectReference and assigns it to the Subscription field.
func (*RoleBindingAllOf) SetType ¶
func (o *RoleBindingAllOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*RoleBindingAllOf) SetUpdatedAt ¶
func (o *RoleBindingAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type RoleBindingCreateRequest ¶
type RoleBindingCreateRequest struct { AccountId string `json:"account_id"` ConfigManaged *bool `json:"config_managed,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` RoleId string `json:"role_id"` SubscriptionId *string `json:"subscription_id,omitempty"` Type string `json:"type"` }
RoleBindingCreateRequest struct for RoleBindingCreateRequest
func NewRoleBindingCreateRequest ¶
func NewRoleBindingCreateRequest(accountId string, roleId string, type_ string) *RoleBindingCreateRequest
NewRoleBindingCreateRequest instantiates a new RoleBindingCreateRequest 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 NewRoleBindingCreateRequestWithDefaults ¶
func NewRoleBindingCreateRequestWithDefaults() *RoleBindingCreateRequest
NewRoleBindingCreateRequestWithDefaults instantiates a new RoleBindingCreateRequest 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 (*RoleBindingCreateRequest) GetAccountId ¶
func (o *RoleBindingCreateRequest) GetAccountId() string
GetAccountId returns the AccountId field value
func (*RoleBindingCreateRequest) GetAccountIdOk ¶
func (o *RoleBindingCreateRequest) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value and a boolean to check if the value has been set.
func (*RoleBindingCreateRequest) GetConfigManaged ¶
func (o *RoleBindingCreateRequest) GetConfigManaged() bool
GetConfigManaged returns the ConfigManaged field value if set, zero value otherwise.
func (*RoleBindingCreateRequest) GetConfigManagedOk ¶
func (o *RoleBindingCreateRequest) GetConfigManagedOk() (*bool, bool)
GetConfigManagedOk returns a tuple with the ConfigManaged field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingCreateRequest) GetOrganizationId ¶
func (o *RoleBindingCreateRequest) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*RoleBindingCreateRequest) GetOrganizationIdOk ¶
func (o *RoleBindingCreateRequest) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingCreateRequest) GetRoleId ¶
func (o *RoleBindingCreateRequest) GetRoleId() string
GetRoleId returns the RoleId field value
func (*RoleBindingCreateRequest) GetRoleIdOk ¶
func (o *RoleBindingCreateRequest) GetRoleIdOk() (*string, bool)
GetRoleIdOk returns a tuple with the RoleId field value and a boolean to check if the value has been set.
func (*RoleBindingCreateRequest) GetSubscriptionId ¶
func (o *RoleBindingCreateRequest) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*RoleBindingCreateRequest) GetSubscriptionIdOk ¶
func (o *RoleBindingCreateRequest) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingCreateRequest) GetType ¶
func (o *RoleBindingCreateRequest) GetType() string
GetType returns the Type field value
func (*RoleBindingCreateRequest) GetTypeOk ¶
func (o *RoleBindingCreateRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*RoleBindingCreateRequest) HasConfigManaged ¶
func (o *RoleBindingCreateRequest) HasConfigManaged() bool
HasConfigManaged returns a boolean if a field has been set.
func (*RoleBindingCreateRequest) HasOrganizationId ¶
func (o *RoleBindingCreateRequest) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*RoleBindingCreateRequest) HasSubscriptionId ¶
func (o *RoleBindingCreateRequest) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (RoleBindingCreateRequest) MarshalJSON ¶
func (o RoleBindingCreateRequest) MarshalJSON() ([]byte, error)
func (*RoleBindingCreateRequest) SetAccountId ¶
func (o *RoleBindingCreateRequest) SetAccountId(v string)
SetAccountId sets field value
func (*RoleBindingCreateRequest) SetConfigManaged ¶
func (o *RoleBindingCreateRequest) SetConfigManaged(v bool)
SetConfigManaged gets a reference to the given bool and assigns it to the ConfigManaged field.
func (*RoleBindingCreateRequest) SetOrganizationId ¶
func (o *RoleBindingCreateRequest) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*RoleBindingCreateRequest) SetRoleId ¶
func (o *RoleBindingCreateRequest) SetRoleId(v string)
SetRoleId sets field value
func (*RoleBindingCreateRequest) SetSubscriptionId ¶
func (o *RoleBindingCreateRequest) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*RoleBindingCreateRequest) SetType ¶
func (o *RoleBindingCreateRequest) SetType(v string)
SetType sets field value
type RoleBindingList ¶
type RoleBindingList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []RoleBinding `json:"items"` }
RoleBindingList struct for RoleBindingList
func NewRoleBindingList ¶
func NewRoleBindingList(kind string, page int32, size int32, total int32, items []RoleBinding) *RoleBindingList
NewRoleBindingList instantiates a new RoleBindingList 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 NewRoleBindingListWithDefaults ¶
func NewRoleBindingListWithDefaults() *RoleBindingList
NewRoleBindingListWithDefaults instantiates a new RoleBindingList 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 (*RoleBindingList) GetItems ¶
func (o *RoleBindingList) GetItems() []RoleBinding
GetItems returns the Items field value
func (*RoleBindingList) GetItemsOk ¶
func (o *RoleBindingList) GetItemsOk() (*[]RoleBinding, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*RoleBindingList) GetKind ¶
func (o *RoleBindingList) GetKind() string
GetKind returns the Kind field value
func (*RoleBindingList) GetKindOk ¶
func (o *RoleBindingList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*RoleBindingList) GetPage ¶
func (o *RoleBindingList) GetPage() int32
GetPage returns the Page field value
func (*RoleBindingList) GetPageOk ¶
func (o *RoleBindingList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*RoleBindingList) GetSize ¶
func (o *RoleBindingList) GetSize() int32
GetSize returns the Size field value
func (*RoleBindingList) GetSizeOk ¶
func (o *RoleBindingList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*RoleBindingList) GetTotal ¶
func (o *RoleBindingList) GetTotal() int32
GetTotal returns the Total field value
func (*RoleBindingList) GetTotalOk ¶
func (o *RoleBindingList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (RoleBindingList) MarshalJSON ¶
func (o RoleBindingList) MarshalJSON() ([]byte, error)
func (*RoleBindingList) SetItems ¶
func (o *RoleBindingList) SetItems(v []RoleBinding)
SetItems sets field value
func (*RoleBindingList) SetKind ¶
func (o *RoleBindingList) SetKind(v string)
SetKind sets field value
func (*RoleBindingList) SetPage ¶
func (o *RoleBindingList) SetPage(v int32)
SetPage sets field value
func (*RoleBindingList) SetSize ¶
func (o *RoleBindingList) SetSize(v int32)
SetSize sets field value
func (*RoleBindingList) SetTotal ¶
func (o *RoleBindingList) SetTotal(v int32)
SetTotal sets field value
type RoleBindingListAllOf ¶
type RoleBindingListAllOf struct {
Items *[]RoleBinding `json:"items,omitempty"`
}
RoleBindingListAllOf struct for RoleBindingListAllOf
func NewRoleBindingListAllOf ¶
func NewRoleBindingListAllOf() *RoleBindingListAllOf
NewRoleBindingListAllOf instantiates a new RoleBindingListAllOf 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 NewRoleBindingListAllOfWithDefaults ¶
func NewRoleBindingListAllOfWithDefaults() *RoleBindingListAllOf
NewRoleBindingListAllOfWithDefaults instantiates a new RoleBindingListAllOf 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 (*RoleBindingListAllOf) GetItems ¶
func (o *RoleBindingListAllOf) GetItems() []RoleBinding
GetItems returns the Items field value if set, zero value otherwise.
func (*RoleBindingListAllOf) GetItemsOk ¶
func (o *RoleBindingListAllOf) GetItemsOk() (*[]RoleBinding, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingListAllOf) HasItems ¶
func (o *RoleBindingListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (RoleBindingListAllOf) MarshalJSON ¶
func (o RoleBindingListAllOf) MarshalJSON() ([]byte, error)
func (*RoleBindingListAllOf) SetItems ¶
func (o *RoleBindingListAllOf) SetItems(v []RoleBinding)
SetItems gets a reference to the given []RoleBinding and assigns it to the Items field.
type RoleBindingRequest ¶
type RoleBindingRequest struct { AccountId *string `json:"account_id,omitempty"` ConfigManaged *bool `json:"config_managed,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` RoleId *string `json:"role_id,omitempty"` SubscriptionId *string `json:"subscription_id,omitempty"` Type *string `json:"type,omitempty"` }
RoleBindingRequest struct for RoleBindingRequest
func NewRoleBindingRequest ¶
func NewRoleBindingRequest() *RoleBindingRequest
NewRoleBindingRequest instantiates a new RoleBindingRequest 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 NewRoleBindingRequestWithDefaults ¶
func NewRoleBindingRequestWithDefaults() *RoleBindingRequest
NewRoleBindingRequestWithDefaults instantiates a new RoleBindingRequest 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 (*RoleBindingRequest) GetAccountId ¶
func (o *RoleBindingRequest) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*RoleBindingRequest) GetAccountIdOk ¶
func (o *RoleBindingRequest) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingRequest) GetConfigManaged ¶
func (o *RoleBindingRequest) GetConfigManaged() bool
GetConfigManaged returns the ConfigManaged field value if set, zero value otherwise.
func (*RoleBindingRequest) GetConfigManagedOk ¶
func (o *RoleBindingRequest) GetConfigManagedOk() (*bool, bool)
GetConfigManagedOk returns a tuple with the ConfigManaged field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingRequest) GetOrganizationId ¶
func (o *RoleBindingRequest) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*RoleBindingRequest) GetOrganizationIdOk ¶
func (o *RoleBindingRequest) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingRequest) GetRoleId ¶
func (o *RoleBindingRequest) GetRoleId() string
GetRoleId returns the RoleId field value if set, zero value otherwise.
func (*RoleBindingRequest) GetRoleIdOk ¶
func (o *RoleBindingRequest) GetRoleIdOk() (*string, bool)
GetRoleIdOk returns a tuple with the RoleId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingRequest) GetSubscriptionId ¶
func (o *RoleBindingRequest) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*RoleBindingRequest) GetSubscriptionIdOk ¶
func (o *RoleBindingRequest) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBindingRequest) GetType ¶
func (o *RoleBindingRequest) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*RoleBindingRequest) GetTypeOk ¶
func (o *RoleBindingRequest) 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 (*RoleBindingRequest) HasAccountId ¶
func (o *RoleBindingRequest) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*RoleBindingRequest) HasConfigManaged ¶
func (o *RoleBindingRequest) HasConfigManaged() bool
HasConfigManaged returns a boolean if a field has been set.
func (*RoleBindingRequest) HasOrganizationId ¶
func (o *RoleBindingRequest) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*RoleBindingRequest) HasRoleId ¶
func (o *RoleBindingRequest) HasRoleId() bool
HasRoleId returns a boolean if a field has been set.
func (*RoleBindingRequest) HasSubscriptionId ¶
func (o *RoleBindingRequest) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*RoleBindingRequest) HasType ¶
func (o *RoleBindingRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (RoleBindingRequest) MarshalJSON ¶
func (o RoleBindingRequest) MarshalJSON() ([]byte, error)
func (*RoleBindingRequest) SetAccountId ¶
func (o *RoleBindingRequest) SetAccountId(v string)
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (*RoleBindingRequest) SetConfigManaged ¶
func (o *RoleBindingRequest) SetConfigManaged(v bool)
SetConfigManaged gets a reference to the given bool and assigns it to the ConfigManaged field.
func (*RoleBindingRequest) SetOrganizationId ¶
func (o *RoleBindingRequest) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*RoleBindingRequest) SetRoleId ¶
func (o *RoleBindingRequest) SetRoleId(v string)
SetRoleId gets a reference to the given string and assigns it to the RoleId field.
func (*RoleBindingRequest) SetSubscriptionId ¶
func (o *RoleBindingRequest) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*RoleBindingRequest) SetType ¶
func (o *RoleBindingRequest) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type RoleList ¶
type RoleList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Role `json:"items"` }
RoleList struct for RoleList
func NewRoleList ¶
NewRoleList instantiates a new RoleList 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 NewRoleListWithDefaults ¶
func NewRoleListWithDefaults() *RoleList
NewRoleListWithDefaults instantiates a new RoleList 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 (*RoleList) GetItemsOk ¶
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*RoleList) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*RoleList) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*RoleList) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*RoleList) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (RoleList) MarshalJSON ¶
type RoleListAllOf ¶
type RoleListAllOf struct {
Items *[]Role `json:"items,omitempty"`
}
RoleListAllOf struct for RoleListAllOf
func NewRoleListAllOf ¶
func NewRoleListAllOf() *RoleListAllOf
NewRoleListAllOf instantiates a new RoleListAllOf 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 NewRoleListAllOfWithDefaults ¶
func NewRoleListAllOfWithDefaults() *RoleListAllOf
NewRoleListAllOfWithDefaults instantiates a new RoleListAllOf 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 (*RoleListAllOf) GetItems ¶
func (o *RoleListAllOf) GetItems() []Role
GetItems returns the Items field value if set, zero value otherwise.
func (*RoleListAllOf) GetItemsOk ¶
func (o *RoleListAllOf) GetItemsOk() (*[]Role, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleListAllOf) HasItems ¶
func (o *RoleListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (RoleListAllOf) MarshalJSON ¶
func (o RoleListAllOf) MarshalJSON() ([]byte, error)
func (*RoleListAllOf) SetItems ¶
func (o *RoleListAllOf) SetItems(v []Role)
SetItems gets a reference to the given []Role and assigns it to the Items field.
type SKU ¶
type SKU struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` AvailabilityZoneType *string `json:"availability_zone_type,omitempty"` Byoc bool `json:"byoc"` ResourceName *string `json:"resource_name,omitempty"` ResourceType *string `json:"resource_type,omitempty"` Resources *[]EphemeralResourceQuota `json:"resources,omitempty"` }
SKU struct for SKU
func NewSKU ¶
NewSKU instantiates a new SKU 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 NewSKUWithDefaults ¶
func NewSKUWithDefaults() *SKU
NewSKUWithDefaults instantiates a new SKU 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 (*SKU) GetAvailabilityZoneType ¶
GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.
func (*SKU) GetAvailabilityZoneTypeOk ¶
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SKU) GetByocOk ¶
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*SKU) 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 (*SKU) 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 (*SKU) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SKU) GetResourceName ¶
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*SKU) GetResourceNameOk ¶
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SKU) GetResourceType ¶
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*SKU) GetResourceTypeOk ¶
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SKU) GetResources ¶
func (o *SKU) GetResources() []EphemeralResourceQuota
GetResources returns the Resources field value if set, zero value otherwise.
func (*SKU) GetResourcesOk ¶
func (o *SKU) GetResourcesOk() (*[]EphemeralResourceQuota, bool)
GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SKU) HasAvailabilityZoneType ¶
HasAvailabilityZoneType returns a boolean if a field has been set.
func (*SKU) HasResourceName ¶
HasResourceName returns a boolean if a field has been set.
func (*SKU) HasResourceType ¶
HasResourceType returns a boolean if a field has been set.
func (*SKU) HasResources ¶
HasResources returns a boolean if a field has been set.
func (SKU) MarshalJSON ¶
func (*SKU) SetAvailabilityZoneType ¶
SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.
func (*SKU) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*SKU) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*SKU) SetResourceName ¶
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*SKU) SetResourceType ¶
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
func (*SKU) SetResources ¶
func (o *SKU) SetResources(v []EphemeralResourceQuota)
SetResources gets a reference to the given []EphemeralResourceQuota and assigns it to the Resources field.
type SKUAllOf ¶
type SKUAllOf struct { AvailabilityZoneType *string `json:"availability_zone_type,omitempty"` Byoc bool `json:"byoc"` Id *string `json:"id,omitempty"` ResourceName *string `json:"resource_name,omitempty"` ResourceType *string `json:"resource_type,omitempty"` Resources *[]EphemeralResourceQuota `json:"resources,omitempty"` }
SKUAllOf struct for SKUAllOf
func NewSKUAllOf ¶
NewSKUAllOf instantiates a new SKUAllOf 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 NewSKUAllOfWithDefaults ¶
func NewSKUAllOfWithDefaults() *SKUAllOf
NewSKUAllOfWithDefaults instantiates a new SKUAllOf 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 (*SKUAllOf) GetAvailabilityZoneType ¶
GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.
func (*SKUAllOf) GetAvailabilityZoneTypeOk ¶
GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SKUAllOf) GetByocOk ¶
GetByocOk returns a tuple with the Byoc field value and a boolean to check if the value has been set.
func (*SKUAllOf) 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 (*SKUAllOf) GetResourceName ¶
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*SKUAllOf) GetResourceNameOk ¶
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SKUAllOf) GetResourceType ¶
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*SKUAllOf) GetResourceTypeOk ¶
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SKUAllOf) GetResources ¶
func (o *SKUAllOf) GetResources() []EphemeralResourceQuota
GetResources returns the Resources field value if set, zero value otherwise.
func (*SKUAllOf) GetResourcesOk ¶
func (o *SKUAllOf) GetResourcesOk() (*[]EphemeralResourceQuota, bool)
GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SKUAllOf) HasAvailabilityZoneType ¶
HasAvailabilityZoneType returns a boolean if a field has been set.
func (*SKUAllOf) HasResourceName ¶
HasResourceName returns a boolean if a field has been set.
func (*SKUAllOf) HasResourceType ¶
HasResourceType returns a boolean if a field has been set.
func (*SKUAllOf) HasResources ¶
HasResources returns a boolean if a field has been set.
func (SKUAllOf) MarshalJSON ¶
func (*SKUAllOf) SetAvailabilityZoneType ¶
SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.
func (*SKUAllOf) SetResourceName ¶
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*SKUAllOf) SetResourceType ¶
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
func (*SKUAllOf) SetResources ¶
func (o *SKUAllOf) SetResources(v []EphemeralResourceQuota)
SetResources gets a reference to the given []EphemeralResourceQuota and assigns it to the Resources field.
type SelfAccessReview ¶
type SelfAccessReview struct { Action string `json:"action"` ClusterId *string `json:"cluster_id,omitempty"` ClusterUuid *string `json:"cluster_uuid,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` ResourceType string `json:"resource_type"` SubscriptionId *string `json:"subscription_id,omitempty"` }
SelfAccessReview struct for SelfAccessReview
func NewSelfAccessReview ¶
func NewSelfAccessReview(action string, resourceType string) *SelfAccessReview
NewSelfAccessReview instantiates a new SelfAccessReview 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 NewSelfAccessReviewWithDefaults ¶
func NewSelfAccessReviewWithDefaults() *SelfAccessReview
NewSelfAccessReviewWithDefaults instantiates a new SelfAccessReview 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 (*SelfAccessReview) GetAction ¶
func (o *SelfAccessReview) GetAction() string
GetAction returns the Action field value
func (*SelfAccessReview) GetActionOk ¶
func (o *SelfAccessReview) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*SelfAccessReview) GetClusterId ¶
func (o *SelfAccessReview) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*SelfAccessReview) GetClusterIdOk ¶
func (o *SelfAccessReview) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfAccessReview) GetClusterUuid ¶
func (o *SelfAccessReview) GetClusterUuid() string
GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.
func (*SelfAccessReview) GetClusterUuidOk ¶
func (o *SelfAccessReview) GetClusterUuidOk() (*string, bool)
GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfAccessReview) GetOrganizationId ¶
func (o *SelfAccessReview) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*SelfAccessReview) GetOrganizationIdOk ¶
func (o *SelfAccessReview) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfAccessReview) GetResourceType ¶
func (o *SelfAccessReview) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*SelfAccessReview) GetResourceTypeOk ¶
func (o *SelfAccessReview) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*SelfAccessReview) GetSubscriptionId ¶
func (o *SelfAccessReview) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*SelfAccessReview) GetSubscriptionIdOk ¶
func (o *SelfAccessReview) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfAccessReview) HasClusterId ¶
func (o *SelfAccessReview) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*SelfAccessReview) HasClusterUuid ¶
func (o *SelfAccessReview) HasClusterUuid() bool
HasClusterUuid returns a boolean if a field has been set.
func (*SelfAccessReview) HasOrganizationId ¶
func (o *SelfAccessReview) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*SelfAccessReview) HasSubscriptionId ¶
func (o *SelfAccessReview) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (SelfAccessReview) MarshalJSON ¶
func (o SelfAccessReview) MarshalJSON() ([]byte, error)
func (*SelfAccessReview) SetAction ¶
func (o *SelfAccessReview) SetAction(v string)
SetAction sets field value
func (*SelfAccessReview) SetClusterId ¶
func (o *SelfAccessReview) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*SelfAccessReview) SetClusterUuid ¶
func (o *SelfAccessReview) SetClusterUuid(v string)
SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.
func (*SelfAccessReview) SetOrganizationId ¶
func (o *SelfAccessReview) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*SelfAccessReview) SetResourceType ¶
func (o *SelfAccessReview) SetResourceType(v string)
SetResourceType sets field value
func (*SelfAccessReview) SetSubscriptionId ¶
func (o *SelfAccessReview) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
type SelfResourceReview ¶
type SelfResourceReview struct { Action string `json:"action"` ClusterIds []string `json:"cluster_ids"` ClusterUuids []string `json:"cluster_uuids"` OrganizationIds []string `json:"organization_ids"` ResourceType string `json:"resource_type"` SubscriptionIds []string `json:"subscription_ids"` }
SelfResourceReview struct for SelfResourceReview
func NewSelfResourceReview ¶
func NewSelfResourceReview(action string, clusterIds []string, clusterUuids []string, organizationIds []string, resourceType string, subscriptionIds []string) *SelfResourceReview
NewSelfResourceReview instantiates a new SelfResourceReview 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 NewSelfResourceReviewWithDefaults ¶
func NewSelfResourceReviewWithDefaults() *SelfResourceReview
NewSelfResourceReviewWithDefaults instantiates a new SelfResourceReview 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 (*SelfResourceReview) GetAction ¶
func (o *SelfResourceReview) GetAction() string
GetAction returns the Action field value
func (*SelfResourceReview) GetActionOk ¶
func (o *SelfResourceReview) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*SelfResourceReview) GetClusterIds ¶
func (o *SelfResourceReview) GetClusterIds() []string
GetClusterIds returns the ClusterIds field value
func (*SelfResourceReview) GetClusterIdsOk ¶
func (o *SelfResourceReview) GetClusterIdsOk() (*[]string, bool)
GetClusterIdsOk returns a tuple with the ClusterIds field value and a boolean to check if the value has been set.
func (*SelfResourceReview) GetClusterUuids ¶
func (o *SelfResourceReview) GetClusterUuids() []string
GetClusterUuids returns the ClusterUuids field value
func (*SelfResourceReview) GetClusterUuidsOk ¶
func (o *SelfResourceReview) GetClusterUuidsOk() (*[]string, bool)
GetClusterUuidsOk returns a tuple with the ClusterUuids field value and a boolean to check if the value has been set.
func (*SelfResourceReview) GetOrganizationIds ¶
func (o *SelfResourceReview) GetOrganizationIds() []string
GetOrganizationIds returns the OrganizationIds field value
func (*SelfResourceReview) GetOrganizationIdsOk ¶
func (o *SelfResourceReview) GetOrganizationIdsOk() (*[]string, bool)
GetOrganizationIdsOk returns a tuple with the OrganizationIds field value and a boolean to check if the value has been set.
func (*SelfResourceReview) GetResourceType ¶
func (o *SelfResourceReview) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*SelfResourceReview) GetResourceTypeOk ¶
func (o *SelfResourceReview) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*SelfResourceReview) GetSubscriptionIds ¶
func (o *SelfResourceReview) GetSubscriptionIds() []string
GetSubscriptionIds returns the SubscriptionIds field value
func (*SelfResourceReview) GetSubscriptionIdsOk ¶
func (o *SelfResourceReview) GetSubscriptionIdsOk() (*[]string, bool)
GetSubscriptionIdsOk returns a tuple with the SubscriptionIds field value and a boolean to check if the value has been set.
func (SelfResourceReview) MarshalJSON ¶
func (o SelfResourceReview) MarshalJSON() ([]byte, error)
func (*SelfResourceReview) SetAction ¶
func (o *SelfResourceReview) SetAction(v string)
SetAction sets field value
func (*SelfResourceReview) SetClusterIds ¶
func (o *SelfResourceReview) SetClusterIds(v []string)
SetClusterIds sets field value
func (*SelfResourceReview) SetClusterUuids ¶
func (o *SelfResourceReview) SetClusterUuids(v []string)
SetClusterUuids sets field value
func (*SelfResourceReview) SetOrganizationIds ¶
func (o *SelfResourceReview) SetOrganizationIds(v []string)
SetOrganizationIds sets field value
func (*SelfResourceReview) SetResourceType ¶
func (o *SelfResourceReview) SetResourceType(v string)
SetResourceType sets field value
func (*SelfResourceReview) SetSubscriptionIds ¶
func (o *SelfResourceReview) SetSubscriptionIds(v []string)
SetSubscriptionIds sets field value
type SelfResourceReviewRequest ¶
type SelfResourceReviewRequest struct { Action *string `json:"action,omitempty"` ResourceType *string `json:"resource_type,omitempty"` }
SelfResourceReviewRequest struct for SelfResourceReviewRequest
func NewSelfResourceReviewRequest ¶
func NewSelfResourceReviewRequest() *SelfResourceReviewRequest
NewSelfResourceReviewRequest instantiates a new SelfResourceReviewRequest 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 NewSelfResourceReviewRequestWithDefaults ¶
func NewSelfResourceReviewRequestWithDefaults() *SelfResourceReviewRequest
NewSelfResourceReviewRequestWithDefaults instantiates a new SelfResourceReviewRequest 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 (*SelfResourceReviewRequest) GetAction ¶
func (o *SelfResourceReviewRequest) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*SelfResourceReviewRequest) GetActionOk ¶
func (o *SelfResourceReviewRequest) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfResourceReviewRequest) GetResourceType ¶
func (o *SelfResourceReviewRequest) GetResourceType() string
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*SelfResourceReviewRequest) GetResourceTypeOk ¶
func (o *SelfResourceReviewRequest) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfResourceReviewRequest) HasAction ¶
func (o *SelfResourceReviewRequest) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*SelfResourceReviewRequest) HasResourceType ¶
func (o *SelfResourceReviewRequest) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (SelfResourceReviewRequest) MarshalJSON ¶
func (o SelfResourceReviewRequest) MarshalJSON() ([]byte, error)
func (*SelfResourceReviewRequest) SetAction ¶
func (o *SelfResourceReviewRequest) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*SelfResourceReviewRequest) SetResourceType ¶
func (o *SelfResourceReviewRequest) SetResourceType(v string)
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
type SelfTermsReview ¶
type SelfTermsReview struct { EventCode *string `json:"event_code,omitempty"` SiteCode *string `json:"site_code,omitempty"` }
SelfTermsReview struct for SelfTermsReview
func NewSelfTermsReview ¶
func NewSelfTermsReview() *SelfTermsReview
NewSelfTermsReview instantiates a new SelfTermsReview 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 NewSelfTermsReviewWithDefaults ¶
func NewSelfTermsReviewWithDefaults() *SelfTermsReview
NewSelfTermsReviewWithDefaults instantiates a new SelfTermsReview 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 (*SelfTermsReview) GetEventCode ¶
func (o *SelfTermsReview) GetEventCode() string
GetEventCode returns the EventCode field value if set, zero value otherwise.
func (*SelfTermsReview) GetEventCodeOk ¶
func (o *SelfTermsReview) GetEventCodeOk() (*string, bool)
GetEventCodeOk returns a tuple with the EventCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfTermsReview) GetSiteCode ¶
func (o *SelfTermsReview) GetSiteCode() string
GetSiteCode returns the SiteCode field value if set, zero value otherwise.
func (*SelfTermsReview) GetSiteCodeOk ¶
func (o *SelfTermsReview) GetSiteCodeOk() (*string, bool)
GetSiteCodeOk returns a tuple with the SiteCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfTermsReview) HasEventCode ¶
func (o *SelfTermsReview) HasEventCode() bool
HasEventCode returns a boolean if a field has been set.
func (*SelfTermsReview) HasSiteCode ¶
func (o *SelfTermsReview) HasSiteCode() bool
HasSiteCode returns a boolean if a field has been set.
func (SelfTermsReview) MarshalJSON ¶
func (o SelfTermsReview) MarshalJSON() ([]byte, error)
func (*SelfTermsReview) SetEventCode ¶
func (o *SelfTermsReview) SetEventCode(v string)
SetEventCode gets a reference to the given string and assigns it to the EventCode field.
func (*SelfTermsReview) SetSiteCode ¶
func (o *SelfTermsReview) SetSiteCode(v string)
SetSiteCode gets a reference to the given string and assigns it to the SiteCode field.
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 SkuList ¶
type SkuList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []SKU `json:"items"` }
SkuList struct for SkuList
func NewSkuList ¶
NewSkuList instantiates a new SkuList 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 NewSkuListWithDefaults ¶
func NewSkuListWithDefaults() *SkuList
NewSkuListWithDefaults instantiates a new SkuList 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 (*SkuList) GetItemsOk ¶
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*SkuList) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*SkuList) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*SkuList) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*SkuList) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (SkuList) MarshalJSON ¶
type SkuListAllOf ¶
type SkuListAllOf struct {
Items *[]SKU `json:"items,omitempty"`
}
SkuListAllOf struct for SkuListAllOf
func NewSkuListAllOf ¶
func NewSkuListAllOf() *SkuListAllOf
NewSkuListAllOf instantiates a new SkuListAllOf 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 NewSkuListAllOfWithDefaults ¶
func NewSkuListAllOfWithDefaults() *SkuListAllOf
NewSkuListAllOfWithDefaults instantiates a new SkuListAllOf 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 (*SkuListAllOf) GetItems ¶
func (o *SkuListAllOf) GetItems() []SKU
GetItems returns the Items field value if set, zero value otherwise.
func (*SkuListAllOf) GetItemsOk ¶
func (o *SkuListAllOf) GetItemsOk() (*[]SKU, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SkuListAllOf) HasItems ¶
func (o *SkuListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (SkuListAllOf) MarshalJSON ¶
func (o SkuListAllOf) MarshalJSON() ([]byte, error)
func (*SkuListAllOf) SetItems ¶
func (o *SkuListAllOf) SetItems(v []SKU)
SetItems gets a reference to the given []SKU and assigns it to the Items field.
type SkuRules ¶
type SkuRules struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Allowed *int32 `json:"allowed,omitempty"` QuotaId *string `json:"quota_id,omitempty"` Sku *string `json:"sku,omitempty"` }
SkuRules struct for SkuRules
func NewSkuRules ¶
func NewSkuRules() *SkuRules
NewSkuRules instantiates a new SkuRules 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 NewSkuRulesWithDefaults ¶
func NewSkuRulesWithDefaults() *SkuRules
NewSkuRulesWithDefaults instantiates a new SkuRules 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 (*SkuRules) GetAllowed ¶
GetAllowed returns the Allowed field value if set, zero value otherwise.
func (*SkuRules) GetAllowedOk ¶
GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SkuRules) 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 (*SkuRules) 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 (*SkuRules) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SkuRules) GetQuotaId ¶
GetQuotaId returns the QuotaId field value if set, zero value otherwise.
func (*SkuRules) GetQuotaIdOk ¶
GetQuotaIdOk returns a tuple with the QuotaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SkuRules) GetSkuOk ¶
GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SkuRules) HasAllowed ¶
HasAllowed returns a boolean if a field has been set.
func (*SkuRules) HasQuotaId ¶
HasQuotaId returns a boolean if a field has been set.
func (SkuRules) MarshalJSON ¶
func (*SkuRules) SetAllowed ¶
SetAllowed gets a reference to the given int32 and assigns it to the Allowed field.
func (*SkuRules) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*SkuRules) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*SkuRules) SetQuotaId ¶
SetQuotaId gets a reference to the given string and assigns it to the QuotaId field.
type SkuRulesAllOf ¶
type SkuRulesAllOf struct { Allowed *int32 `json:"allowed,omitempty"` QuotaId *string `json:"quota_id,omitempty"` Sku *string `json:"sku,omitempty"` }
SkuRulesAllOf struct for SkuRulesAllOf
func NewSkuRulesAllOf ¶
func NewSkuRulesAllOf() *SkuRulesAllOf
NewSkuRulesAllOf instantiates a new SkuRulesAllOf 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 NewSkuRulesAllOfWithDefaults ¶
func NewSkuRulesAllOfWithDefaults() *SkuRulesAllOf
NewSkuRulesAllOfWithDefaults instantiates a new SkuRulesAllOf 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 (*SkuRulesAllOf) GetAllowed ¶
func (o *SkuRulesAllOf) GetAllowed() int32
GetAllowed returns the Allowed field value if set, zero value otherwise.
func (*SkuRulesAllOf) GetAllowedOk ¶
func (o *SkuRulesAllOf) GetAllowedOk() (*int32, bool)
GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SkuRulesAllOf) GetQuotaId ¶
func (o *SkuRulesAllOf) GetQuotaId() string
GetQuotaId returns the QuotaId field value if set, zero value otherwise.
func (*SkuRulesAllOf) GetQuotaIdOk ¶
func (o *SkuRulesAllOf) GetQuotaIdOk() (*string, bool)
GetQuotaIdOk returns a tuple with the QuotaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SkuRulesAllOf) GetSku ¶
func (o *SkuRulesAllOf) GetSku() string
GetSku returns the Sku field value if set, zero value otherwise.
func (*SkuRulesAllOf) GetSkuOk ¶
func (o *SkuRulesAllOf) GetSkuOk() (*string, bool)
GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SkuRulesAllOf) HasAllowed ¶
func (o *SkuRulesAllOf) HasAllowed() bool
HasAllowed returns a boolean if a field has been set.
func (*SkuRulesAllOf) HasQuotaId ¶
func (o *SkuRulesAllOf) HasQuotaId() bool
HasQuotaId returns a boolean if a field has been set.
func (*SkuRulesAllOf) HasSku ¶
func (o *SkuRulesAllOf) HasSku() bool
HasSku returns a boolean if a field has been set.
func (SkuRulesAllOf) MarshalJSON ¶
func (o SkuRulesAllOf) MarshalJSON() ([]byte, error)
func (*SkuRulesAllOf) SetAllowed ¶
func (o *SkuRulesAllOf) SetAllowed(v int32)
SetAllowed gets a reference to the given int32 and assigns it to the Allowed field.
func (*SkuRulesAllOf) SetQuotaId ¶
func (o *SkuRulesAllOf) SetQuotaId(v string)
SetQuotaId gets a reference to the given string and assigns it to the QuotaId field.
func (*SkuRulesAllOf) SetSku ¶
func (o *SkuRulesAllOf) SetSku(v string)
SetSku gets a reference to the given string and assigns it to the Sku field.
type SkuRulesList ¶
type SkuRulesList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []SkuRules `json:"items"` }
SkuRulesList struct for SkuRulesList
func NewSkuRulesList ¶
func NewSkuRulesList(kind string, page int32, size int32, total int32, items []SkuRules) *SkuRulesList
NewSkuRulesList instantiates a new SkuRulesList 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 NewSkuRulesListWithDefaults ¶
func NewSkuRulesListWithDefaults() *SkuRulesList
NewSkuRulesListWithDefaults instantiates a new SkuRulesList 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 (*SkuRulesList) GetItems ¶
func (o *SkuRulesList) GetItems() []SkuRules
GetItems returns the Items field value
func (*SkuRulesList) GetItemsOk ¶
func (o *SkuRulesList) GetItemsOk() (*[]SkuRules, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*SkuRulesList) GetKind ¶
func (o *SkuRulesList) GetKind() string
GetKind returns the Kind field value
func (*SkuRulesList) GetKindOk ¶
func (o *SkuRulesList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*SkuRulesList) GetPage ¶
func (o *SkuRulesList) GetPage() int32
GetPage returns the Page field value
func (*SkuRulesList) GetPageOk ¶
func (o *SkuRulesList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*SkuRulesList) GetSize ¶
func (o *SkuRulesList) GetSize() int32
GetSize returns the Size field value
func (*SkuRulesList) GetSizeOk ¶
func (o *SkuRulesList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*SkuRulesList) GetTotal ¶
func (o *SkuRulesList) GetTotal() int32
GetTotal returns the Total field value
func (*SkuRulesList) GetTotalOk ¶
func (o *SkuRulesList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (SkuRulesList) MarshalJSON ¶
func (o SkuRulesList) MarshalJSON() ([]byte, error)
func (*SkuRulesList) SetItems ¶
func (o *SkuRulesList) SetItems(v []SkuRules)
SetItems sets field value
type SkuRulesListAllOf ¶
type SkuRulesListAllOf struct {
Items *[]SkuRules `json:"items,omitempty"`
}
SkuRulesListAllOf struct for SkuRulesListAllOf
func NewSkuRulesListAllOf ¶
func NewSkuRulesListAllOf() *SkuRulesListAllOf
NewSkuRulesListAllOf instantiates a new SkuRulesListAllOf 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 NewSkuRulesListAllOfWithDefaults ¶
func NewSkuRulesListAllOfWithDefaults() *SkuRulesListAllOf
NewSkuRulesListAllOfWithDefaults instantiates a new SkuRulesListAllOf 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 (*SkuRulesListAllOf) GetItems ¶
func (o *SkuRulesListAllOf) GetItems() []SkuRules
GetItems returns the Items field value if set, zero value otherwise.
func (*SkuRulesListAllOf) GetItemsOk ¶
func (o *SkuRulesListAllOf) GetItemsOk() (*[]SkuRules, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SkuRulesListAllOf) HasItems ¶
func (o *SkuRulesListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (SkuRulesListAllOf) MarshalJSON ¶
func (o SkuRulesListAllOf) MarshalJSON() ([]byte, error)
func (*SkuRulesListAllOf) SetItems ¶
func (o *SkuRulesListAllOf) SetItems(v []SkuRules)
SetItems gets a reference to the given []SkuRules and assigns it to the Items field.
type Subscription ¶
type Subscription struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Capabilities *[]Capability `json:"capabilities,omitempty"` CloudAccountId *string `json:"cloud_account_id,omitempty"` CloudProviderId *string `json:"cloud_provider_id,omitempty"` ClusterBillingModel *string `json:"cluster_billing_model,omitempty"` ClusterId *string `json:"cluster_id,omitempty"` ConsoleUrl *string `json:"console_url,omitempty"` ConsumerUuid *string `json:"consumer_uuid,omitempty"` CpuTotal *int32 `json:"cpu_total,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Creator *AccountReference `json:"creator,omitempty"` DisplayName *string `json:"display_name,omitempty"` ExternalClusterId *string `json:"external_cluster_id,omitempty"` Labels *[]Label `json:"labels,omitempty"` // Last time this subscription were reconciled about cluster usage LastReconcileDate *time.Time `json:"last_reconcile_date,omitempty"` // Last time status was set to Released for this cluster/subscription in Unix time LastReleasedAt *time.Time `json:"last_released_at,omitempty"` // Last telemetry authorization request for this cluster/subscription in Unix time LastTelemetryDate *time.Time `json:"last_telemetry_date,omitempty"` Managed bool `json:"managed"` Metrics *[]OneMetric `json:"metrics,omitempty"` NotificationContacts *[]Account `json:"notification_contacts,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` Plan *Plan `json:"plan,omitempty"` ProductBundle *string `json:"product_bundle,omitempty"` Provenance *string `json:"provenance,omitempty"` RegionId *string `json:"region_id,omitempty"` Released *bool `json:"released,omitempty"` ServiceLevel *string `json:"service_level,omitempty"` SocketTotal *int32 `json:"socket_total,omitempty"` Status *string `json:"status,omitempty"` SupportLevel *string `json:"support_level,omitempty"` SystemUnits *string `json:"system_units,omitempty"` // If the subscription is a trial, date the trial ends TrialEndDate *time.Time `json:"trial_end_date,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Usage *string `json:"usage,omitempty"` }
Subscription struct for Subscription
func NewSubscription ¶
func NewSubscription(managed bool) *Subscription
NewSubscription instantiates a new Subscription 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 NewSubscriptionWithDefaults ¶
func NewSubscriptionWithDefaults() *Subscription
NewSubscriptionWithDefaults instantiates a new Subscription 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 (*Subscription) GetCapabilities ¶
func (o *Subscription) GetCapabilities() []Capability
GetCapabilities returns the Capabilities field value if set, zero value otherwise.
func (*Subscription) GetCapabilitiesOk ¶
func (o *Subscription) GetCapabilitiesOk() (*[]Capability, 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 (*Subscription) GetCloudAccountId ¶
func (o *Subscription) GetCloudAccountId() string
GetCloudAccountId returns the CloudAccountId field value if set, zero value otherwise.
func (*Subscription) GetCloudAccountIdOk ¶
func (o *Subscription) GetCloudAccountIdOk() (*string, bool)
GetCloudAccountIdOk returns a tuple with the CloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetCloudProviderId ¶
func (o *Subscription) GetCloudProviderId() string
GetCloudProviderId returns the CloudProviderId field value if set, zero value otherwise.
func (*Subscription) GetCloudProviderIdOk ¶
func (o *Subscription) GetCloudProviderIdOk() (*string, bool)
GetCloudProviderIdOk returns a tuple with the CloudProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetClusterBillingModel ¶
func (o *Subscription) GetClusterBillingModel() string
GetClusterBillingModel returns the ClusterBillingModel field value if set, zero value otherwise.
func (*Subscription) GetClusterBillingModelOk ¶
func (o *Subscription) GetClusterBillingModelOk() (*string, bool)
GetClusterBillingModelOk returns a tuple with the ClusterBillingModel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetClusterId ¶
func (o *Subscription) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*Subscription) GetClusterIdOk ¶
func (o *Subscription) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetConsoleUrl ¶
func (o *Subscription) GetConsoleUrl() string
GetConsoleUrl returns the ConsoleUrl field value if set, zero value otherwise.
func (*Subscription) GetConsoleUrlOk ¶
func (o *Subscription) GetConsoleUrlOk() (*string, bool)
GetConsoleUrlOk returns a tuple with the ConsoleUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetConsumerUuid ¶
func (o *Subscription) GetConsumerUuid() string
GetConsumerUuid returns the ConsumerUuid field value if set, zero value otherwise.
func (*Subscription) GetConsumerUuidOk ¶
func (o *Subscription) 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 (*Subscription) GetCpuTotal ¶
func (o *Subscription) GetCpuTotal() int32
GetCpuTotal returns the CpuTotal field value if set, zero value otherwise.
func (*Subscription) GetCpuTotalOk ¶
func (o *Subscription) GetCpuTotalOk() (*int32, bool)
GetCpuTotalOk returns a tuple with the CpuTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetCreatedAt ¶
func (o *Subscription) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Subscription) GetCreatedAtOk ¶
func (o *Subscription) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetCreator ¶
func (o *Subscription) GetCreator() AccountReference
GetCreator returns the Creator field value if set, zero value otherwise.
func (*Subscription) GetCreatorOk ¶
func (o *Subscription) GetCreatorOk() (*AccountReference, bool)
GetCreatorOk returns a tuple with the Creator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetDisplayName ¶
func (o *Subscription) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*Subscription) GetDisplayNameOk ¶
func (o *Subscription) 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 (*Subscription) GetExternalClusterId ¶
func (o *Subscription) GetExternalClusterId() string
GetExternalClusterId returns the ExternalClusterId field value if set, zero value otherwise.
func (*Subscription) GetExternalClusterIdOk ¶
func (o *Subscription) GetExternalClusterIdOk() (*string, bool)
GetExternalClusterIdOk returns a tuple with the ExternalClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetHref ¶
func (o *Subscription) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*Subscription) GetHrefOk ¶
func (o *Subscription) 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 (*Subscription) GetId ¶
func (o *Subscription) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Subscription) GetIdOk ¶
func (o *Subscription) 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 (*Subscription) GetKind ¶
func (o *Subscription) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*Subscription) GetKindOk ¶
func (o *Subscription) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetLabels ¶
func (o *Subscription) GetLabels() []Label
GetLabels returns the Labels field value if set, zero value otherwise.
func (*Subscription) GetLabelsOk ¶
func (o *Subscription) GetLabelsOk() (*[]Label, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetLastReconcileDate ¶
func (o *Subscription) GetLastReconcileDate() time.Time
GetLastReconcileDate returns the LastReconcileDate field value if set, zero value otherwise.
func (*Subscription) GetLastReconcileDateOk ¶
func (o *Subscription) GetLastReconcileDateOk() (*time.Time, bool)
GetLastReconcileDateOk returns a tuple with the LastReconcileDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetLastReleasedAt ¶
func (o *Subscription) GetLastReleasedAt() time.Time
GetLastReleasedAt returns the LastReleasedAt field value if set, zero value otherwise.
func (*Subscription) GetLastReleasedAtOk ¶
func (o *Subscription) GetLastReleasedAtOk() (*time.Time, bool)
GetLastReleasedAtOk returns a tuple with the LastReleasedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetLastTelemetryDate ¶
func (o *Subscription) GetLastTelemetryDate() time.Time
GetLastTelemetryDate returns the LastTelemetryDate field value if set, zero value otherwise.
func (*Subscription) GetLastTelemetryDateOk ¶
func (o *Subscription) GetLastTelemetryDateOk() (*time.Time, bool)
GetLastTelemetryDateOk returns a tuple with the LastTelemetryDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetManaged ¶
func (o *Subscription) GetManaged() bool
GetManaged returns the Managed field value
func (*Subscription) GetManagedOk ¶
func (o *Subscription) GetManagedOk() (*bool, bool)
GetManagedOk returns a tuple with the Managed field value and a boolean to check if the value has been set.
func (*Subscription) GetMetrics ¶
func (o *Subscription) GetMetrics() []OneMetric
GetMetrics returns the Metrics field value if set, zero value otherwise.
func (*Subscription) GetMetricsOk ¶
func (o *Subscription) GetMetricsOk() (*[]OneMetric, bool)
GetMetricsOk returns a tuple with the Metrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetNotificationContacts ¶
func (o *Subscription) GetNotificationContacts() []Account
GetNotificationContacts returns the NotificationContacts field value if set, zero value otherwise.
func (*Subscription) GetNotificationContactsOk ¶
func (o *Subscription) GetNotificationContactsOk() (*[]Account, bool)
GetNotificationContactsOk returns a tuple with the NotificationContacts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetOrganizationId ¶
func (o *Subscription) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*Subscription) GetOrganizationIdOk ¶
func (o *Subscription) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetPlan ¶
func (o *Subscription) GetPlan() Plan
GetPlan returns the Plan field value if set, zero value otherwise.
func (*Subscription) GetPlanOk ¶
func (o *Subscription) GetPlanOk() (*Plan, bool)
GetPlanOk returns a tuple with the Plan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetProductBundle ¶
func (o *Subscription) GetProductBundle() string
GetProductBundle returns the ProductBundle field value if set, zero value otherwise.
func (*Subscription) GetProductBundleOk ¶
func (o *Subscription) GetProductBundleOk() (*string, bool)
GetProductBundleOk returns a tuple with the ProductBundle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetProvenance ¶
func (o *Subscription) GetProvenance() string
GetProvenance returns the Provenance field value if set, zero value otherwise.
func (*Subscription) GetProvenanceOk ¶
func (o *Subscription) GetProvenanceOk() (*string, bool)
GetProvenanceOk returns a tuple with the Provenance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetRegionId ¶
func (o *Subscription) GetRegionId() string
GetRegionId returns the RegionId field value if set, zero value otherwise.
func (*Subscription) GetRegionIdOk ¶
func (o *Subscription) GetRegionIdOk() (*string, bool)
GetRegionIdOk returns a tuple with the RegionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetReleased ¶
func (o *Subscription) GetReleased() bool
GetReleased returns the Released field value if set, zero value otherwise.
func (*Subscription) GetReleasedOk ¶
func (o *Subscription) GetReleasedOk() (*bool, bool)
GetReleasedOk returns a tuple with the Released field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetServiceLevel ¶
func (o *Subscription) GetServiceLevel() string
GetServiceLevel returns the ServiceLevel field value if set, zero value otherwise.
func (*Subscription) GetServiceLevelOk ¶
func (o *Subscription) 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 (*Subscription) GetSocketTotal ¶
func (o *Subscription) GetSocketTotal() int32
GetSocketTotal returns the SocketTotal field value if set, zero value otherwise.
func (*Subscription) GetSocketTotalOk ¶
func (o *Subscription) GetSocketTotalOk() (*int32, bool)
GetSocketTotalOk returns a tuple with the SocketTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetStatus ¶
func (o *Subscription) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*Subscription) GetStatusOk ¶
func (o *Subscription) 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 (*Subscription) GetSupportLevel ¶
func (o *Subscription) GetSupportLevel() string
GetSupportLevel returns the SupportLevel field value if set, zero value otherwise.
func (*Subscription) GetSupportLevelOk ¶
func (o *Subscription) GetSupportLevelOk() (*string, bool)
GetSupportLevelOk returns a tuple with the SupportLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetSystemUnits ¶
func (o *Subscription) GetSystemUnits() string
GetSystemUnits returns the SystemUnits field value if set, zero value otherwise.
func (*Subscription) GetSystemUnitsOk ¶
func (o *Subscription) GetSystemUnitsOk() (*string, bool)
GetSystemUnitsOk returns a tuple with the SystemUnits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetTrialEndDate ¶
func (o *Subscription) GetTrialEndDate() time.Time
GetTrialEndDate returns the TrialEndDate field value if set, zero value otherwise.
func (*Subscription) GetTrialEndDateOk ¶
func (o *Subscription) GetTrialEndDateOk() (*time.Time, bool)
GetTrialEndDateOk returns a tuple with the TrialEndDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetUpdatedAt ¶
func (o *Subscription) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Subscription) GetUpdatedAtOk ¶
func (o *Subscription) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetUsage ¶
func (o *Subscription) GetUsage() string
GetUsage returns the Usage field value if set, zero value otherwise.
func (*Subscription) GetUsageOk ¶
func (o *Subscription) 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 (*Subscription) HasCapabilities ¶
func (o *Subscription) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (*Subscription) HasCloudAccountId ¶
func (o *Subscription) HasCloudAccountId() bool
HasCloudAccountId returns a boolean if a field has been set.
func (*Subscription) HasCloudProviderId ¶
func (o *Subscription) HasCloudProviderId() bool
HasCloudProviderId returns a boolean if a field has been set.
func (*Subscription) HasClusterBillingModel ¶
func (o *Subscription) HasClusterBillingModel() bool
HasClusterBillingModel returns a boolean if a field has been set.
func (*Subscription) HasClusterId ¶
func (o *Subscription) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*Subscription) HasConsoleUrl ¶
func (o *Subscription) HasConsoleUrl() bool
HasConsoleUrl returns a boolean if a field has been set.
func (*Subscription) HasConsumerUuid ¶
func (o *Subscription) HasConsumerUuid() bool
HasConsumerUuid returns a boolean if a field has been set.
func (*Subscription) HasCpuTotal ¶
func (o *Subscription) HasCpuTotal() bool
HasCpuTotal returns a boolean if a field has been set.
func (*Subscription) HasCreatedAt ¶
func (o *Subscription) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*Subscription) HasCreator ¶
func (o *Subscription) HasCreator() bool
HasCreator returns a boolean if a field has been set.
func (*Subscription) HasDisplayName ¶
func (o *Subscription) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*Subscription) HasExternalClusterId ¶
func (o *Subscription) HasExternalClusterId() bool
HasExternalClusterId returns a boolean if a field has been set.
func (*Subscription) HasHref ¶
func (o *Subscription) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*Subscription) HasId ¶
func (o *Subscription) HasId() bool
HasId returns a boolean if a field has been set.
func (*Subscription) HasKind ¶
func (o *Subscription) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*Subscription) HasLabels ¶
func (o *Subscription) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*Subscription) HasLastReconcileDate ¶
func (o *Subscription) HasLastReconcileDate() bool
HasLastReconcileDate returns a boolean if a field has been set.
func (*Subscription) HasLastReleasedAt ¶
func (o *Subscription) HasLastReleasedAt() bool
HasLastReleasedAt returns a boolean if a field has been set.
func (*Subscription) HasLastTelemetryDate ¶
func (o *Subscription) HasLastTelemetryDate() bool
HasLastTelemetryDate returns a boolean if a field has been set.
func (*Subscription) HasMetrics ¶
func (o *Subscription) HasMetrics() bool
HasMetrics returns a boolean if a field has been set.
func (*Subscription) HasNotificationContacts ¶
func (o *Subscription) HasNotificationContacts() bool
HasNotificationContacts returns a boolean if a field has been set.
func (*Subscription) HasOrganizationId ¶
func (o *Subscription) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*Subscription) HasPlan ¶
func (o *Subscription) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (*Subscription) HasProductBundle ¶
func (o *Subscription) HasProductBundle() bool
HasProductBundle returns a boolean if a field has been set.
func (*Subscription) HasProvenance ¶
func (o *Subscription) HasProvenance() bool
HasProvenance returns a boolean if a field has been set.
func (*Subscription) HasRegionId ¶
func (o *Subscription) HasRegionId() bool
HasRegionId returns a boolean if a field has been set.
func (*Subscription) HasReleased ¶
func (o *Subscription) HasReleased() bool
HasReleased returns a boolean if a field has been set.
func (*Subscription) HasServiceLevel ¶
func (o *Subscription) HasServiceLevel() bool
HasServiceLevel returns a boolean if a field has been set.
func (*Subscription) HasSocketTotal ¶
func (o *Subscription) HasSocketTotal() bool
HasSocketTotal returns a boolean if a field has been set.
func (*Subscription) HasStatus ¶
func (o *Subscription) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*Subscription) HasSupportLevel ¶
func (o *Subscription) HasSupportLevel() bool
HasSupportLevel returns a boolean if a field has been set.
func (*Subscription) HasSystemUnits ¶
func (o *Subscription) HasSystemUnits() bool
HasSystemUnits returns a boolean if a field has been set.
func (*Subscription) HasTrialEndDate ¶
func (o *Subscription) HasTrialEndDate() bool
HasTrialEndDate returns a boolean if a field has been set.
func (*Subscription) HasUpdatedAt ¶
func (o *Subscription) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*Subscription) HasUsage ¶
func (o *Subscription) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (Subscription) MarshalJSON ¶
func (o Subscription) MarshalJSON() ([]byte, error)
func (*Subscription) SetCapabilities ¶
func (o *Subscription) SetCapabilities(v []Capability)
SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.
func (*Subscription) SetCloudAccountId ¶
func (o *Subscription) SetCloudAccountId(v string)
SetCloudAccountId gets a reference to the given string and assigns it to the CloudAccountId field.
func (*Subscription) SetCloudProviderId ¶
func (o *Subscription) SetCloudProviderId(v string)
SetCloudProviderId gets a reference to the given string and assigns it to the CloudProviderId field.
func (*Subscription) SetClusterBillingModel ¶
func (o *Subscription) SetClusterBillingModel(v string)
SetClusterBillingModel gets a reference to the given string and assigns it to the ClusterBillingModel field.
func (*Subscription) SetClusterId ¶
func (o *Subscription) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*Subscription) SetConsoleUrl ¶
func (o *Subscription) SetConsoleUrl(v string)
SetConsoleUrl gets a reference to the given string and assigns it to the ConsoleUrl field.
func (*Subscription) SetConsumerUuid ¶
func (o *Subscription) SetConsumerUuid(v string)
SetConsumerUuid gets a reference to the given string and assigns it to the ConsumerUuid field.
func (*Subscription) SetCpuTotal ¶
func (o *Subscription) SetCpuTotal(v int32)
SetCpuTotal gets a reference to the given int32 and assigns it to the CpuTotal field.
func (*Subscription) SetCreatedAt ¶
func (o *Subscription) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Subscription) SetCreator ¶
func (o *Subscription) SetCreator(v AccountReference)
SetCreator gets a reference to the given AccountReference and assigns it to the Creator field.
func (*Subscription) SetDisplayName ¶
func (o *Subscription) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*Subscription) SetExternalClusterId ¶
func (o *Subscription) SetExternalClusterId(v string)
SetExternalClusterId gets a reference to the given string and assigns it to the ExternalClusterId field.
func (*Subscription) SetHref ¶
func (o *Subscription) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Subscription) SetId ¶
func (o *Subscription) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Subscription) SetKind ¶
func (o *Subscription) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Subscription) SetLabels ¶
func (o *Subscription) SetLabels(v []Label)
SetLabels gets a reference to the given []Label and assigns it to the Labels field.
func (*Subscription) SetLastReconcileDate ¶
func (o *Subscription) SetLastReconcileDate(v time.Time)
SetLastReconcileDate gets a reference to the given time.Time and assigns it to the LastReconcileDate field.
func (*Subscription) SetLastReleasedAt ¶
func (o *Subscription) SetLastReleasedAt(v time.Time)
SetLastReleasedAt gets a reference to the given time.Time and assigns it to the LastReleasedAt field.
func (*Subscription) SetLastTelemetryDate ¶
func (o *Subscription) SetLastTelemetryDate(v time.Time)
SetLastTelemetryDate gets a reference to the given time.Time and assigns it to the LastTelemetryDate field.
func (*Subscription) SetManaged ¶
func (o *Subscription) SetManaged(v bool)
SetManaged sets field value
func (*Subscription) SetMetrics ¶
func (o *Subscription) SetMetrics(v []OneMetric)
SetMetrics gets a reference to the given []OneMetric and assigns it to the Metrics field.
func (*Subscription) SetNotificationContacts ¶
func (o *Subscription) SetNotificationContacts(v []Account)
SetNotificationContacts gets a reference to the given []Account and assigns it to the NotificationContacts field.
func (*Subscription) SetOrganizationId ¶
func (o *Subscription) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*Subscription) SetPlan ¶
func (o *Subscription) SetPlan(v Plan)
SetPlan gets a reference to the given Plan and assigns it to the Plan field.
func (*Subscription) SetProductBundle ¶
func (o *Subscription) SetProductBundle(v string)
SetProductBundle gets a reference to the given string and assigns it to the ProductBundle field.
func (*Subscription) SetProvenance ¶
func (o *Subscription) SetProvenance(v string)
SetProvenance gets a reference to the given string and assigns it to the Provenance field.
func (*Subscription) SetRegionId ¶
func (o *Subscription) SetRegionId(v string)
SetRegionId gets a reference to the given string and assigns it to the RegionId field.
func (*Subscription) SetReleased ¶
func (o *Subscription) SetReleased(v bool)
SetReleased gets a reference to the given bool and assigns it to the Released field.
func (*Subscription) SetServiceLevel ¶
func (o *Subscription) SetServiceLevel(v string)
SetServiceLevel gets a reference to the given string and assigns it to the ServiceLevel field.
func (*Subscription) SetSocketTotal ¶
func (o *Subscription) SetSocketTotal(v int32)
SetSocketTotal gets a reference to the given int32 and assigns it to the SocketTotal field.
func (*Subscription) SetStatus ¶
func (o *Subscription) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*Subscription) SetSupportLevel ¶
func (o *Subscription) SetSupportLevel(v string)
SetSupportLevel gets a reference to the given string and assigns it to the SupportLevel field.
func (*Subscription) SetSystemUnits ¶
func (o *Subscription) SetSystemUnits(v string)
SetSystemUnits gets a reference to the given string and assigns it to the SystemUnits field.
func (*Subscription) SetTrialEndDate ¶
func (o *Subscription) SetTrialEndDate(v time.Time)
SetTrialEndDate gets a reference to the given time.Time and assigns it to the TrialEndDate field.
func (*Subscription) SetUpdatedAt ¶
func (o *Subscription) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*Subscription) SetUsage ¶
func (o *Subscription) SetUsage(v string)
SetUsage gets a reference to the given string and assigns it to the Usage field.
type SubscriptionAllOf ¶
type SubscriptionAllOf struct { Capabilities *[]Capability `json:"capabilities,omitempty"` CloudAccountId *string `json:"cloud_account_id,omitempty"` CloudProviderId *string `json:"cloud_provider_id,omitempty"` ClusterBillingModel *string `json:"cluster_billing_model,omitempty"` ClusterId *string `json:"cluster_id,omitempty"` ConsoleUrl *string `json:"console_url,omitempty"` ConsumerUuid *string `json:"consumer_uuid,omitempty"` CpuTotal *int32 `json:"cpu_total,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Creator *AccountReference `json:"creator,omitempty"` DisplayName *string `json:"display_name,omitempty"` ExternalClusterId *string `json:"external_cluster_id,omitempty"` Labels *[]Label `json:"labels,omitempty"` // Last time this subscription were reconciled about cluster usage LastReconcileDate *time.Time `json:"last_reconcile_date,omitempty"` // Last time status was set to Released for this cluster/subscription in Unix time LastReleasedAt *time.Time `json:"last_released_at,omitempty"` // Last telemetry authorization request for this cluster/subscription in Unix time LastTelemetryDate *time.Time `json:"last_telemetry_date,omitempty"` Managed bool `json:"managed"` Metrics *[]OneMetric `json:"metrics,omitempty"` NotificationContacts *[]Account `json:"notification_contacts,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` Plan *Plan `json:"plan,omitempty"` ProductBundle *string `json:"product_bundle,omitempty"` Provenance *string `json:"provenance,omitempty"` RegionId *string `json:"region_id,omitempty"` Released *bool `json:"released,omitempty"` ServiceLevel *string `json:"service_level,omitempty"` SocketTotal *int32 `json:"socket_total,omitempty"` Status *string `json:"status,omitempty"` SupportLevel *string `json:"support_level,omitempty"` SystemUnits *string `json:"system_units,omitempty"` // If the subscription is a trial, date the trial ends TrialEndDate *time.Time `json:"trial_end_date,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Usage *string `json:"usage,omitempty"` }
SubscriptionAllOf struct for SubscriptionAllOf
func NewSubscriptionAllOf ¶
func NewSubscriptionAllOf(managed bool) *SubscriptionAllOf
NewSubscriptionAllOf instantiates a new SubscriptionAllOf 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 NewSubscriptionAllOfWithDefaults ¶
func NewSubscriptionAllOfWithDefaults() *SubscriptionAllOf
NewSubscriptionAllOfWithDefaults instantiates a new SubscriptionAllOf 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 (*SubscriptionAllOf) GetCapabilities ¶
func (o *SubscriptionAllOf) GetCapabilities() []Capability
GetCapabilities returns the Capabilities field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetCapabilitiesOk ¶
func (o *SubscriptionAllOf) GetCapabilitiesOk() (*[]Capability, 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 (*SubscriptionAllOf) GetCloudAccountId ¶
func (o *SubscriptionAllOf) GetCloudAccountId() string
GetCloudAccountId returns the CloudAccountId field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetCloudAccountIdOk ¶
func (o *SubscriptionAllOf) GetCloudAccountIdOk() (*string, bool)
GetCloudAccountIdOk returns a tuple with the CloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetCloudProviderId ¶
func (o *SubscriptionAllOf) GetCloudProviderId() string
GetCloudProviderId returns the CloudProviderId field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetCloudProviderIdOk ¶
func (o *SubscriptionAllOf) GetCloudProviderIdOk() (*string, bool)
GetCloudProviderIdOk returns a tuple with the CloudProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetClusterBillingModel ¶
func (o *SubscriptionAllOf) GetClusterBillingModel() string
GetClusterBillingModel returns the ClusterBillingModel field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetClusterBillingModelOk ¶
func (o *SubscriptionAllOf) GetClusterBillingModelOk() (*string, bool)
GetClusterBillingModelOk returns a tuple with the ClusterBillingModel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetClusterId ¶
func (o *SubscriptionAllOf) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetClusterIdOk ¶
func (o *SubscriptionAllOf) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetConsoleUrl ¶
func (o *SubscriptionAllOf) GetConsoleUrl() string
GetConsoleUrl returns the ConsoleUrl field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetConsoleUrlOk ¶
func (o *SubscriptionAllOf) GetConsoleUrlOk() (*string, bool)
GetConsoleUrlOk returns a tuple with the ConsoleUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetConsumerUuid ¶
func (o *SubscriptionAllOf) GetConsumerUuid() string
GetConsumerUuid returns the ConsumerUuid field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetConsumerUuidOk ¶
func (o *SubscriptionAllOf) 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 (*SubscriptionAllOf) GetCpuTotal ¶
func (o *SubscriptionAllOf) GetCpuTotal() int32
GetCpuTotal returns the CpuTotal field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetCpuTotalOk ¶
func (o *SubscriptionAllOf) GetCpuTotalOk() (*int32, bool)
GetCpuTotalOk returns a tuple with the CpuTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetCreatedAt ¶
func (o *SubscriptionAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetCreatedAtOk ¶
func (o *SubscriptionAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetCreator ¶
func (o *SubscriptionAllOf) GetCreator() AccountReference
GetCreator returns the Creator field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetCreatorOk ¶
func (o *SubscriptionAllOf) GetCreatorOk() (*AccountReference, bool)
GetCreatorOk returns a tuple with the Creator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetDisplayName ¶
func (o *SubscriptionAllOf) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetDisplayNameOk ¶
func (o *SubscriptionAllOf) 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 (*SubscriptionAllOf) GetExternalClusterId ¶
func (o *SubscriptionAllOf) GetExternalClusterId() string
GetExternalClusterId returns the ExternalClusterId field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetExternalClusterIdOk ¶
func (o *SubscriptionAllOf) GetExternalClusterIdOk() (*string, bool)
GetExternalClusterIdOk returns a tuple with the ExternalClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetLabels ¶
func (o *SubscriptionAllOf) GetLabels() []Label
GetLabels returns the Labels field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetLabelsOk ¶
func (o *SubscriptionAllOf) GetLabelsOk() (*[]Label, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetLastReconcileDate ¶
func (o *SubscriptionAllOf) GetLastReconcileDate() time.Time
GetLastReconcileDate returns the LastReconcileDate field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetLastReconcileDateOk ¶
func (o *SubscriptionAllOf) GetLastReconcileDateOk() (*time.Time, bool)
GetLastReconcileDateOk returns a tuple with the LastReconcileDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetLastReleasedAt ¶
func (o *SubscriptionAllOf) GetLastReleasedAt() time.Time
GetLastReleasedAt returns the LastReleasedAt field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetLastReleasedAtOk ¶
func (o *SubscriptionAllOf) GetLastReleasedAtOk() (*time.Time, bool)
GetLastReleasedAtOk returns a tuple with the LastReleasedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetLastTelemetryDate ¶
func (o *SubscriptionAllOf) GetLastTelemetryDate() time.Time
GetLastTelemetryDate returns the LastTelemetryDate field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetLastTelemetryDateOk ¶
func (o *SubscriptionAllOf) GetLastTelemetryDateOk() (*time.Time, bool)
GetLastTelemetryDateOk returns a tuple with the LastTelemetryDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetManaged ¶
func (o *SubscriptionAllOf) GetManaged() bool
GetManaged returns the Managed field value
func (*SubscriptionAllOf) GetManagedOk ¶
func (o *SubscriptionAllOf) GetManagedOk() (*bool, bool)
GetManagedOk returns a tuple with the Managed field value and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetMetrics ¶
func (o *SubscriptionAllOf) GetMetrics() []OneMetric
GetMetrics returns the Metrics field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetMetricsOk ¶
func (o *SubscriptionAllOf) GetMetricsOk() (*[]OneMetric, bool)
GetMetricsOk returns a tuple with the Metrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetNotificationContacts ¶
func (o *SubscriptionAllOf) GetNotificationContacts() []Account
GetNotificationContacts returns the NotificationContacts field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetNotificationContactsOk ¶
func (o *SubscriptionAllOf) GetNotificationContactsOk() (*[]Account, bool)
GetNotificationContactsOk returns a tuple with the NotificationContacts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetOrganizationId ¶
func (o *SubscriptionAllOf) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetOrganizationIdOk ¶
func (o *SubscriptionAllOf) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetPlan ¶
func (o *SubscriptionAllOf) GetPlan() Plan
GetPlan returns the Plan field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetPlanOk ¶
func (o *SubscriptionAllOf) GetPlanOk() (*Plan, bool)
GetPlanOk returns a tuple with the Plan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetProductBundle ¶
func (o *SubscriptionAllOf) GetProductBundle() string
GetProductBundle returns the ProductBundle field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetProductBundleOk ¶
func (o *SubscriptionAllOf) GetProductBundleOk() (*string, bool)
GetProductBundleOk returns a tuple with the ProductBundle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetProvenance ¶
func (o *SubscriptionAllOf) GetProvenance() string
GetProvenance returns the Provenance field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetProvenanceOk ¶
func (o *SubscriptionAllOf) GetProvenanceOk() (*string, bool)
GetProvenanceOk returns a tuple with the Provenance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetRegionId ¶
func (o *SubscriptionAllOf) GetRegionId() string
GetRegionId returns the RegionId field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetRegionIdOk ¶
func (o *SubscriptionAllOf) GetRegionIdOk() (*string, bool)
GetRegionIdOk returns a tuple with the RegionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetReleased ¶
func (o *SubscriptionAllOf) GetReleased() bool
GetReleased returns the Released field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetReleasedOk ¶
func (o *SubscriptionAllOf) GetReleasedOk() (*bool, bool)
GetReleasedOk returns a tuple with the Released field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetServiceLevel ¶
func (o *SubscriptionAllOf) GetServiceLevel() string
GetServiceLevel returns the ServiceLevel field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetServiceLevelOk ¶
func (o *SubscriptionAllOf) 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 (*SubscriptionAllOf) GetSocketTotal ¶
func (o *SubscriptionAllOf) GetSocketTotal() int32
GetSocketTotal returns the SocketTotal field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetSocketTotalOk ¶
func (o *SubscriptionAllOf) GetSocketTotalOk() (*int32, bool)
GetSocketTotalOk returns a tuple with the SocketTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetStatus ¶
func (o *SubscriptionAllOf) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetStatusOk ¶
func (o *SubscriptionAllOf) 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 (*SubscriptionAllOf) GetSupportLevel ¶
func (o *SubscriptionAllOf) GetSupportLevel() string
GetSupportLevel returns the SupportLevel field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetSupportLevelOk ¶
func (o *SubscriptionAllOf) GetSupportLevelOk() (*string, bool)
GetSupportLevelOk returns a tuple with the SupportLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetSystemUnits ¶
func (o *SubscriptionAllOf) GetSystemUnits() string
GetSystemUnits returns the SystemUnits field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetSystemUnitsOk ¶
func (o *SubscriptionAllOf) GetSystemUnitsOk() (*string, bool)
GetSystemUnitsOk returns a tuple with the SystemUnits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetTrialEndDate ¶
func (o *SubscriptionAllOf) GetTrialEndDate() time.Time
GetTrialEndDate returns the TrialEndDate field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetTrialEndDateOk ¶
func (o *SubscriptionAllOf) GetTrialEndDateOk() (*time.Time, bool)
GetTrialEndDateOk returns a tuple with the TrialEndDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetUpdatedAt ¶
func (o *SubscriptionAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetUpdatedAtOk ¶
func (o *SubscriptionAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionAllOf) GetUsage ¶
func (o *SubscriptionAllOf) GetUsage() string
GetUsage returns the Usage field value if set, zero value otherwise.
func (*SubscriptionAllOf) GetUsageOk ¶
func (o *SubscriptionAllOf) 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 (*SubscriptionAllOf) HasCapabilities ¶
func (o *SubscriptionAllOf) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasCloudAccountId ¶
func (o *SubscriptionAllOf) HasCloudAccountId() bool
HasCloudAccountId returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasCloudProviderId ¶
func (o *SubscriptionAllOf) HasCloudProviderId() bool
HasCloudProviderId returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasClusterBillingModel ¶
func (o *SubscriptionAllOf) HasClusterBillingModel() bool
HasClusterBillingModel returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasClusterId ¶
func (o *SubscriptionAllOf) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasConsoleUrl ¶
func (o *SubscriptionAllOf) HasConsoleUrl() bool
HasConsoleUrl returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasConsumerUuid ¶
func (o *SubscriptionAllOf) HasConsumerUuid() bool
HasConsumerUuid returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasCpuTotal ¶
func (o *SubscriptionAllOf) HasCpuTotal() bool
HasCpuTotal returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasCreatedAt ¶
func (o *SubscriptionAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasCreator ¶
func (o *SubscriptionAllOf) HasCreator() bool
HasCreator returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasDisplayName ¶
func (o *SubscriptionAllOf) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasExternalClusterId ¶
func (o *SubscriptionAllOf) HasExternalClusterId() bool
HasExternalClusterId returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasLabels ¶
func (o *SubscriptionAllOf) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasLastReconcileDate ¶
func (o *SubscriptionAllOf) HasLastReconcileDate() bool
HasLastReconcileDate returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasLastReleasedAt ¶
func (o *SubscriptionAllOf) HasLastReleasedAt() bool
HasLastReleasedAt returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasLastTelemetryDate ¶
func (o *SubscriptionAllOf) HasLastTelemetryDate() bool
HasLastTelemetryDate returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasMetrics ¶
func (o *SubscriptionAllOf) HasMetrics() bool
HasMetrics returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasNotificationContacts ¶
func (o *SubscriptionAllOf) HasNotificationContacts() bool
HasNotificationContacts returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasOrganizationId ¶
func (o *SubscriptionAllOf) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasPlan ¶
func (o *SubscriptionAllOf) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasProductBundle ¶
func (o *SubscriptionAllOf) HasProductBundle() bool
HasProductBundle returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasProvenance ¶
func (o *SubscriptionAllOf) HasProvenance() bool
HasProvenance returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasRegionId ¶
func (o *SubscriptionAllOf) HasRegionId() bool
HasRegionId returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasReleased ¶
func (o *SubscriptionAllOf) HasReleased() bool
HasReleased returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasServiceLevel ¶
func (o *SubscriptionAllOf) HasServiceLevel() bool
HasServiceLevel returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasSocketTotal ¶
func (o *SubscriptionAllOf) HasSocketTotal() bool
HasSocketTotal returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasStatus ¶
func (o *SubscriptionAllOf) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasSupportLevel ¶
func (o *SubscriptionAllOf) HasSupportLevel() bool
HasSupportLevel returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasSystemUnits ¶
func (o *SubscriptionAllOf) HasSystemUnits() bool
HasSystemUnits returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasTrialEndDate ¶
func (o *SubscriptionAllOf) HasTrialEndDate() bool
HasTrialEndDate returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasUpdatedAt ¶
func (o *SubscriptionAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*SubscriptionAllOf) HasUsage ¶
func (o *SubscriptionAllOf) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (SubscriptionAllOf) MarshalJSON ¶
func (o SubscriptionAllOf) MarshalJSON() ([]byte, error)
func (*SubscriptionAllOf) SetCapabilities ¶
func (o *SubscriptionAllOf) SetCapabilities(v []Capability)
SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.
func (*SubscriptionAllOf) SetCloudAccountId ¶
func (o *SubscriptionAllOf) SetCloudAccountId(v string)
SetCloudAccountId gets a reference to the given string and assigns it to the CloudAccountId field.
func (*SubscriptionAllOf) SetCloudProviderId ¶
func (o *SubscriptionAllOf) SetCloudProviderId(v string)
SetCloudProviderId gets a reference to the given string and assigns it to the CloudProviderId field.
func (*SubscriptionAllOf) SetClusterBillingModel ¶
func (o *SubscriptionAllOf) SetClusterBillingModel(v string)
SetClusterBillingModel gets a reference to the given string and assigns it to the ClusterBillingModel field.
func (*SubscriptionAllOf) SetClusterId ¶
func (o *SubscriptionAllOf) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*SubscriptionAllOf) SetConsoleUrl ¶
func (o *SubscriptionAllOf) SetConsoleUrl(v string)
SetConsoleUrl gets a reference to the given string and assigns it to the ConsoleUrl field.
func (*SubscriptionAllOf) SetConsumerUuid ¶
func (o *SubscriptionAllOf) SetConsumerUuid(v string)
SetConsumerUuid gets a reference to the given string and assigns it to the ConsumerUuid field.
func (*SubscriptionAllOf) SetCpuTotal ¶
func (o *SubscriptionAllOf) SetCpuTotal(v int32)
SetCpuTotal gets a reference to the given int32 and assigns it to the CpuTotal field.
func (*SubscriptionAllOf) SetCreatedAt ¶
func (o *SubscriptionAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*SubscriptionAllOf) SetCreator ¶
func (o *SubscriptionAllOf) SetCreator(v AccountReference)
SetCreator gets a reference to the given AccountReference and assigns it to the Creator field.
func (*SubscriptionAllOf) SetDisplayName ¶
func (o *SubscriptionAllOf) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*SubscriptionAllOf) SetExternalClusterId ¶
func (o *SubscriptionAllOf) SetExternalClusterId(v string)
SetExternalClusterId gets a reference to the given string and assigns it to the ExternalClusterId field.
func (*SubscriptionAllOf) SetLabels ¶
func (o *SubscriptionAllOf) SetLabels(v []Label)
SetLabels gets a reference to the given []Label and assigns it to the Labels field.
func (*SubscriptionAllOf) SetLastReconcileDate ¶
func (o *SubscriptionAllOf) SetLastReconcileDate(v time.Time)
SetLastReconcileDate gets a reference to the given time.Time and assigns it to the LastReconcileDate field.
func (*SubscriptionAllOf) SetLastReleasedAt ¶
func (o *SubscriptionAllOf) SetLastReleasedAt(v time.Time)
SetLastReleasedAt gets a reference to the given time.Time and assigns it to the LastReleasedAt field.
func (*SubscriptionAllOf) SetLastTelemetryDate ¶
func (o *SubscriptionAllOf) SetLastTelemetryDate(v time.Time)
SetLastTelemetryDate gets a reference to the given time.Time and assigns it to the LastTelemetryDate field.
func (*SubscriptionAllOf) SetManaged ¶
func (o *SubscriptionAllOf) SetManaged(v bool)
SetManaged sets field value
func (*SubscriptionAllOf) SetMetrics ¶
func (o *SubscriptionAllOf) SetMetrics(v []OneMetric)
SetMetrics gets a reference to the given []OneMetric and assigns it to the Metrics field.
func (*SubscriptionAllOf) SetNotificationContacts ¶
func (o *SubscriptionAllOf) SetNotificationContacts(v []Account)
SetNotificationContacts gets a reference to the given []Account and assigns it to the NotificationContacts field.
func (*SubscriptionAllOf) SetOrganizationId ¶
func (o *SubscriptionAllOf) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*SubscriptionAllOf) SetPlan ¶
func (o *SubscriptionAllOf) SetPlan(v Plan)
SetPlan gets a reference to the given Plan and assigns it to the Plan field.
func (*SubscriptionAllOf) SetProductBundle ¶
func (o *SubscriptionAllOf) SetProductBundle(v string)
SetProductBundle gets a reference to the given string and assigns it to the ProductBundle field.
func (*SubscriptionAllOf) SetProvenance ¶
func (o *SubscriptionAllOf) SetProvenance(v string)
SetProvenance gets a reference to the given string and assigns it to the Provenance field.
func (*SubscriptionAllOf) SetRegionId ¶
func (o *SubscriptionAllOf) SetRegionId(v string)
SetRegionId gets a reference to the given string and assigns it to the RegionId field.
func (*SubscriptionAllOf) SetReleased ¶
func (o *SubscriptionAllOf) SetReleased(v bool)
SetReleased gets a reference to the given bool and assigns it to the Released field.
func (*SubscriptionAllOf) SetServiceLevel ¶
func (o *SubscriptionAllOf) SetServiceLevel(v string)
SetServiceLevel gets a reference to the given string and assigns it to the ServiceLevel field.
func (*SubscriptionAllOf) SetSocketTotal ¶
func (o *SubscriptionAllOf) SetSocketTotal(v int32)
SetSocketTotal gets a reference to the given int32 and assigns it to the SocketTotal field.
func (*SubscriptionAllOf) SetStatus ¶
func (o *SubscriptionAllOf) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*SubscriptionAllOf) SetSupportLevel ¶
func (o *SubscriptionAllOf) SetSupportLevel(v string)
SetSupportLevel gets a reference to the given string and assigns it to the SupportLevel field.
func (*SubscriptionAllOf) SetSystemUnits ¶
func (o *SubscriptionAllOf) SetSystemUnits(v string)
SetSystemUnits gets a reference to the given string and assigns it to the SystemUnits field.
func (*SubscriptionAllOf) SetTrialEndDate ¶
func (o *SubscriptionAllOf) SetTrialEndDate(v time.Time)
SetTrialEndDate gets a reference to the given time.Time and assigns it to the TrialEndDate field.
func (*SubscriptionAllOf) SetUpdatedAt ¶
func (o *SubscriptionAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*SubscriptionAllOf) SetUsage ¶
func (o *SubscriptionAllOf) SetUsage(v string)
SetUsage gets a reference to the given string and assigns it to the Usage field.
type SubscriptionCreateRequest ¶
type SubscriptionCreateRequest struct { ClusterUuid string `json:"cluster_uuid"` ConsoleUrl *string `json:"console_url,omitempty"` DisplayName *string `json:"display_name,omitempty"` PlanId string `json:"plan_id"` Status string `json:"status"` }
SubscriptionCreateRequest struct for SubscriptionCreateRequest
func NewSubscriptionCreateRequest ¶
func NewSubscriptionCreateRequest(clusterUuid string, planId string, status string) *SubscriptionCreateRequest
NewSubscriptionCreateRequest instantiates a new SubscriptionCreateRequest 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 NewSubscriptionCreateRequestWithDefaults ¶
func NewSubscriptionCreateRequestWithDefaults() *SubscriptionCreateRequest
NewSubscriptionCreateRequestWithDefaults instantiates a new SubscriptionCreateRequest 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 (*SubscriptionCreateRequest) GetClusterUuid ¶
func (o *SubscriptionCreateRequest) GetClusterUuid() string
GetClusterUuid returns the ClusterUuid field value
func (*SubscriptionCreateRequest) GetClusterUuidOk ¶
func (o *SubscriptionCreateRequest) GetClusterUuidOk() (*string, bool)
GetClusterUuidOk returns a tuple with the ClusterUuid field value and a boolean to check if the value has been set.
func (*SubscriptionCreateRequest) GetConsoleUrl ¶
func (o *SubscriptionCreateRequest) GetConsoleUrl() string
GetConsoleUrl returns the ConsoleUrl field value if set, zero value otherwise.
func (*SubscriptionCreateRequest) GetConsoleUrlOk ¶
func (o *SubscriptionCreateRequest) GetConsoleUrlOk() (*string, bool)
GetConsoleUrlOk returns a tuple with the ConsoleUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionCreateRequest) GetDisplayName ¶
func (o *SubscriptionCreateRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*SubscriptionCreateRequest) GetDisplayNameOk ¶
func (o *SubscriptionCreateRequest) 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 (*SubscriptionCreateRequest) GetPlanId ¶
func (o *SubscriptionCreateRequest) GetPlanId() string
GetPlanId returns the PlanId field value
func (*SubscriptionCreateRequest) GetPlanIdOk ¶
func (o *SubscriptionCreateRequest) GetPlanIdOk() (*string, bool)
GetPlanIdOk returns a tuple with the PlanId field value and a boolean to check if the value has been set.
func (*SubscriptionCreateRequest) GetStatus ¶
func (o *SubscriptionCreateRequest) GetStatus() string
GetStatus returns the Status field value
func (*SubscriptionCreateRequest) GetStatusOk ¶
func (o *SubscriptionCreateRequest) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*SubscriptionCreateRequest) HasConsoleUrl ¶
func (o *SubscriptionCreateRequest) HasConsoleUrl() bool
HasConsoleUrl returns a boolean if a field has been set.
func (*SubscriptionCreateRequest) HasDisplayName ¶
func (o *SubscriptionCreateRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (SubscriptionCreateRequest) MarshalJSON ¶
func (o SubscriptionCreateRequest) MarshalJSON() ([]byte, error)
func (*SubscriptionCreateRequest) SetClusterUuid ¶
func (o *SubscriptionCreateRequest) SetClusterUuid(v string)
SetClusterUuid sets field value
func (*SubscriptionCreateRequest) SetConsoleUrl ¶
func (o *SubscriptionCreateRequest) SetConsoleUrl(v string)
SetConsoleUrl gets a reference to the given string and assigns it to the ConsoleUrl field.
func (*SubscriptionCreateRequest) SetDisplayName ¶
func (o *SubscriptionCreateRequest) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*SubscriptionCreateRequest) SetPlanId ¶
func (o *SubscriptionCreateRequest) SetPlanId(v string)
SetPlanId sets field value
func (*SubscriptionCreateRequest) SetStatus ¶
func (o *SubscriptionCreateRequest) SetStatus(v string)
SetStatus sets field value
type SubscriptionList ¶
type SubscriptionList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Subscription `json:"items"` }
SubscriptionList struct for SubscriptionList
func NewSubscriptionList ¶
func NewSubscriptionList(kind string, page int32, size int32, total int32, items []Subscription) *SubscriptionList
NewSubscriptionList instantiates a new SubscriptionList 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 NewSubscriptionListWithDefaults ¶
func NewSubscriptionListWithDefaults() *SubscriptionList
NewSubscriptionListWithDefaults instantiates a new SubscriptionList 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 (*SubscriptionList) GetItems ¶
func (o *SubscriptionList) GetItems() []Subscription
GetItems returns the Items field value
func (*SubscriptionList) GetItemsOk ¶
func (o *SubscriptionList) GetItemsOk() (*[]Subscription, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*SubscriptionList) GetKind ¶
func (o *SubscriptionList) GetKind() string
GetKind returns the Kind field value
func (*SubscriptionList) GetKindOk ¶
func (o *SubscriptionList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*SubscriptionList) GetPage ¶
func (o *SubscriptionList) GetPage() int32
GetPage returns the Page field value
func (*SubscriptionList) GetPageOk ¶
func (o *SubscriptionList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*SubscriptionList) GetSize ¶
func (o *SubscriptionList) GetSize() int32
GetSize returns the Size field value
func (*SubscriptionList) GetSizeOk ¶
func (o *SubscriptionList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*SubscriptionList) GetTotal ¶
func (o *SubscriptionList) GetTotal() int32
GetTotal returns the Total field value
func (*SubscriptionList) GetTotalOk ¶
func (o *SubscriptionList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (SubscriptionList) MarshalJSON ¶
func (o SubscriptionList) MarshalJSON() ([]byte, error)
func (*SubscriptionList) SetItems ¶
func (o *SubscriptionList) SetItems(v []Subscription)
SetItems sets field value
func (*SubscriptionList) SetKind ¶
func (o *SubscriptionList) SetKind(v string)
SetKind sets field value
func (*SubscriptionList) SetPage ¶
func (o *SubscriptionList) SetPage(v int32)
SetPage sets field value
func (*SubscriptionList) SetSize ¶
func (o *SubscriptionList) SetSize(v int32)
SetSize sets field value
func (*SubscriptionList) SetTotal ¶
func (o *SubscriptionList) SetTotal(v int32)
SetTotal sets field value
type SubscriptionListAllOf ¶
type SubscriptionListAllOf struct {
Items *[]Subscription `json:"items,omitempty"`
}
SubscriptionListAllOf struct for SubscriptionListAllOf
func NewSubscriptionListAllOf ¶
func NewSubscriptionListAllOf() *SubscriptionListAllOf
NewSubscriptionListAllOf instantiates a new SubscriptionListAllOf 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 NewSubscriptionListAllOfWithDefaults ¶
func NewSubscriptionListAllOfWithDefaults() *SubscriptionListAllOf
NewSubscriptionListAllOfWithDefaults instantiates a new SubscriptionListAllOf 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 (*SubscriptionListAllOf) GetItems ¶
func (o *SubscriptionListAllOf) GetItems() []Subscription
GetItems returns the Items field value if set, zero value otherwise.
func (*SubscriptionListAllOf) GetItemsOk ¶
func (o *SubscriptionListAllOf) GetItemsOk() (*[]Subscription, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionListAllOf) HasItems ¶
func (o *SubscriptionListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (SubscriptionListAllOf) MarshalJSON ¶
func (o SubscriptionListAllOf) MarshalJSON() ([]byte, error)
func (*SubscriptionListAllOf) SetItems ¶
func (o *SubscriptionListAllOf) SetItems(v []Subscription)
SetItems gets a reference to the given []Subscription and assigns it to the Items field.
type SubscriptionPatchRequest ¶
type SubscriptionPatchRequest struct { CloudAccountId *string `json:"cloud_account_id,omitempty"` CloudProviderId *string `json:"cloud_provider_id,omitempty"` ClusterBillingModel *string `json:"cluster_billing_model,omitempty"` ClusterId *string `json:"cluster_id,omitempty"` ConsoleUrl *string `json:"console_url,omitempty"` ConsumerUuid *string `json:"consumer_uuid,omitempty"` CpuTotal *int32 `json:"cpu_total,omitempty"` CreatorId *string `json:"creator_id,omitempty"` DisplayName *string `json:"display_name,omitempty"` ExternalClusterId *string `json:"external_cluster_id,omitempty"` Managed *bool `json:"managed,omitempty"` OrganizationId *string `json:"organization_id,omitempty"` PlanId *string `json:"plan_id,omitempty"` ProductBundle *string `json:"product_bundle,omitempty"` Provenance *string `json:"provenance,omitempty"` RegionId *string `json:"region_id,omitempty"` Released *bool `json:"released,omitempty"` ServiceLevel *string `json:"service_level,omitempty"` SocketTotal *int32 `json:"socket_total,omitempty"` Status *string `json:"status,omitempty"` SupportLevel *string `json:"support_level,omitempty"` SystemUnits *string `json:"system_units,omitempty"` TrialEndDate *time.Time `json:"trial_end_date,omitempty"` Usage *string `json:"usage,omitempty"` }
SubscriptionPatchRequest struct for SubscriptionPatchRequest
func NewSubscriptionPatchRequest ¶
func NewSubscriptionPatchRequest() *SubscriptionPatchRequest
NewSubscriptionPatchRequest instantiates a new SubscriptionPatchRequest 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 NewSubscriptionPatchRequestWithDefaults ¶
func NewSubscriptionPatchRequestWithDefaults() *SubscriptionPatchRequest
NewSubscriptionPatchRequestWithDefaults instantiates a new SubscriptionPatchRequest 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 (*SubscriptionPatchRequest) GetCloudAccountId ¶
func (o *SubscriptionPatchRequest) GetCloudAccountId() string
GetCloudAccountId returns the CloudAccountId field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetCloudAccountIdOk ¶
func (o *SubscriptionPatchRequest) GetCloudAccountIdOk() (*string, bool)
GetCloudAccountIdOk returns a tuple with the CloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetCloudProviderId ¶
func (o *SubscriptionPatchRequest) GetCloudProviderId() string
GetCloudProviderId returns the CloudProviderId field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetCloudProviderIdOk ¶
func (o *SubscriptionPatchRequest) GetCloudProviderIdOk() (*string, bool)
GetCloudProviderIdOk returns a tuple with the CloudProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetClusterBillingModel ¶
func (o *SubscriptionPatchRequest) GetClusterBillingModel() string
GetClusterBillingModel returns the ClusterBillingModel field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetClusterBillingModelOk ¶
func (o *SubscriptionPatchRequest) GetClusterBillingModelOk() (*string, bool)
GetClusterBillingModelOk returns a tuple with the ClusterBillingModel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetClusterId ¶
func (o *SubscriptionPatchRequest) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetClusterIdOk ¶
func (o *SubscriptionPatchRequest) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetConsoleUrl ¶
func (o *SubscriptionPatchRequest) GetConsoleUrl() string
GetConsoleUrl returns the ConsoleUrl field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetConsoleUrlOk ¶
func (o *SubscriptionPatchRequest) GetConsoleUrlOk() (*string, bool)
GetConsoleUrlOk returns a tuple with the ConsoleUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetConsumerUuid ¶
func (o *SubscriptionPatchRequest) GetConsumerUuid() string
GetConsumerUuid returns the ConsumerUuid field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetConsumerUuidOk ¶
func (o *SubscriptionPatchRequest) 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 (*SubscriptionPatchRequest) GetCpuTotal ¶
func (o *SubscriptionPatchRequest) GetCpuTotal() int32
GetCpuTotal returns the CpuTotal field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetCpuTotalOk ¶
func (o *SubscriptionPatchRequest) GetCpuTotalOk() (*int32, bool)
GetCpuTotalOk returns a tuple with the CpuTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetCreatorId ¶
func (o *SubscriptionPatchRequest) GetCreatorId() string
GetCreatorId returns the CreatorId field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetCreatorIdOk ¶
func (o *SubscriptionPatchRequest) GetCreatorIdOk() (*string, bool)
GetCreatorIdOk returns a tuple with the CreatorId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetDisplayName ¶
func (o *SubscriptionPatchRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetDisplayNameOk ¶
func (o *SubscriptionPatchRequest) 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 (*SubscriptionPatchRequest) GetExternalClusterId ¶
func (o *SubscriptionPatchRequest) GetExternalClusterId() string
GetExternalClusterId returns the ExternalClusterId field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetExternalClusterIdOk ¶
func (o *SubscriptionPatchRequest) GetExternalClusterIdOk() (*string, bool)
GetExternalClusterIdOk returns a tuple with the ExternalClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetManaged ¶
func (o *SubscriptionPatchRequest) GetManaged() bool
GetManaged returns the Managed field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetManagedOk ¶
func (o *SubscriptionPatchRequest) GetManagedOk() (*bool, bool)
GetManagedOk returns a tuple with the Managed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetOrganizationId ¶
func (o *SubscriptionPatchRequest) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetOrganizationIdOk ¶
func (o *SubscriptionPatchRequest) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetPlanId ¶
func (o *SubscriptionPatchRequest) GetPlanId() string
GetPlanId returns the PlanId field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetPlanIdOk ¶
func (o *SubscriptionPatchRequest) GetPlanIdOk() (*string, bool)
GetPlanIdOk returns a tuple with the PlanId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetProductBundle ¶
func (o *SubscriptionPatchRequest) GetProductBundle() string
GetProductBundle returns the ProductBundle field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetProductBundleOk ¶
func (o *SubscriptionPatchRequest) GetProductBundleOk() (*string, bool)
GetProductBundleOk returns a tuple with the ProductBundle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetProvenance ¶
func (o *SubscriptionPatchRequest) GetProvenance() string
GetProvenance returns the Provenance field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetProvenanceOk ¶
func (o *SubscriptionPatchRequest) GetProvenanceOk() (*string, bool)
GetProvenanceOk returns a tuple with the Provenance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetRegionId ¶
func (o *SubscriptionPatchRequest) GetRegionId() string
GetRegionId returns the RegionId field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetRegionIdOk ¶
func (o *SubscriptionPatchRequest) GetRegionIdOk() (*string, bool)
GetRegionIdOk returns a tuple with the RegionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetReleased ¶
func (o *SubscriptionPatchRequest) GetReleased() bool
GetReleased returns the Released field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetReleasedOk ¶
func (o *SubscriptionPatchRequest) GetReleasedOk() (*bool, bool)
GetReleasedOk returns a tuple with the Released field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetServiceLevel ¶
func (o *SubscriptionPatchRequest) GetServiceLevel() string
GetServiceLevel returns the ServiceLevel field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetServiceLevelOk ¶
func (o *SubscriptionPatchRequest) 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 (*SubscriptionPatchRequest) GetSocketTotal ¶
func (o *SubscriptionPatchRequest) GetSocketTotal() int32
GetSocketTotal returns the SocketTotal field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetSocketTotalOk ¶
func (o *SubscriptionPatchRequest) GetSocketTotalOk() (*int32, bool)
GetSocketTotalOk returns a tuple with the SocketTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetStatus ¶
func (o *SubscriptionPatchRequest) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetStatusOk ¶
func (o *SubscriptionPatchRequest) 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 (*SubscriptionPatchRequest) GetSupportLevel ¶
func (o *SubscriptionPatchRequest) GetSupportLevel() string
GetSupportLevel returns the SupportLevel field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetSupportLevelOk ¶
func (o *SubscriptionPatchRequest) GetSupportLevelOk() (*string, bool)
GetSupportLevelOk returns a tuple with the SupportLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetSystemUnits ¶
func (o *SubscriptionPatchRequest) GetSystemUnits() string
GetSystemUnits returns the SystemUnits field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetSystemUnitsOk ¶
func (o *SubscriptionPatchRequest) GetSystemUnitsOk() (*string, bool)
GetSystemUnitsOk returns a tuple with the SystemUnits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetTrialEndDate ¶
func (o *SubscriptionPatchRequest) GetTrialEndDate() time.Time
GetTrialEndDate returns the TrialEndDate field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetTrialEndDateOk ¶
func (o *SubscriptionPatchRequest) GetTrialEndDateOk() (*time.Time, bool)
GetTrialEndDateOk returns a tuple with the TrialEndDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionPatchRequest) GetUsage ¶
func (o *SubscriptionPatchRequest) GetUsage() string
GetUsage returns the Usage field value if set, zero value otherwise.
func (*SubscriptionPatchRequest) GetUsageOk ¶
func (o *SubscriptionPatchRequest) 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 (*SubscriptionPatchRequest) HasCloudAccountId ¶
func (o *SubscriptionPatchRequest) HasCloudAccountId() bool
HasCloudAccountId returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasCloudProviderId ¶
func (o *SubscriptionPatchRequest) HasCloudProviderId() bool
HasCloudProviderId returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasClusterBillingModel ¶
func (o *SubscriptionPatchRequest) HasClusterBillingModel() bool
HasClusterBillingModel returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasClusterId ¶
func (o *SubscriptionPatchRequest) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasConsoleUrl ¶
func (o *SubscriptionPatchRequest) HasConsoleUrl() bool
HasConsoleUrl returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasConsumerUuid ¶
func (o *SubscriptionPatchRequest) HasConsumerUuid() bool
HasConsumerUuid returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasCpuTotal ¶
func (o *SubscriptionPatchRequest) HasCpuTotal() bool
HasCpuTotal returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasCreatorId ¶
func (o *SubscriptionPatchRequest) HasCreatorId() bool
HasCreatorId returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasDisplayName ¶
func (o *SubscriptionPatchRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasExternalClusterId ¶
func (o *SubscriptionPatchRequest) HasExternalClusterId() bool
HasExternalClusterId returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasManaged ¶
func (o *SubscriptionPatchRequest) HasManaged() bool
HasManaged returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasOrganizationId ¶
func (o *SubscriptionPatchRequest) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasPlanId ¶
func (o *SubscriptionPatchRequest) HasPlanId() bool
HasPlanId returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasProductBundle ¶
func (o *SubscriptionPatchRequest) HasProductBundle() bool
HasProductBundle returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasProvenance ¶
func (o *SubscriptionPatchRequest) HasProvenance() bool
HasProvenance returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasRegionId ¶
func (o *SubscriptionPatchRequest) HasRegionId() bool
HasRegionId returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasReleased ¶
func (o *SubscriptionPatchRequest) HasReleased() bool
HasReleased returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasServiceLevel ¶
func (o *SubscriptionPatchRequest) HasServiceLevel() bool
HasServiceLevel returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasSocketTotal ¶
func (o *SubscriptionPatchRequest) HasSocketTotal() bool
HasSocketTotal returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasStatus ¶
func (o *SubscriptionPatchRequest) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasSupportLevel ¶
func (o *SubscriptionPatchRequest) HasSupportLevel() bool
HasSupportLevel returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasSystemUnits ¶
func (o *SubscriptionPatchRequest) HasSystemUnits() bool
HasSystemUnits returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasTrialEndDate ¶
func (o *SubscriptionPatchRequest) HasTrialEndDate() bool
HasTrialEndDate returns a boolean if a field has been set.
func (*SubscriptionPatchRequest) HasUsage ¶
func (o *SubscriptionPatchRequest) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (SubscriptionPatchRequest) MarshalJSON ¶
func (o SubscriptionPatchRequest) MarshalJSON() ([]byte, error)
func (*SubscriptionPatchRequest) SetCloudAccountId ¶
func (o *SubscriptionPatchRequest) SetCloudAccountId(v string)
SetCloudAccountId gets a reference to the given string and assigns it to the CloudAccountId field.
func (*SubscriptionPatchRequest) SetCloudProviderId ¶
func (o *SubscriptionPatchRequest) SetCloudProviderId(v string)
SetCloudProviderId gets a reference to the given string and assigns it to the CloudProviderId field.
func (*SubscriptionPatchRequest) SetClusterBillingModel ¶
func (o *SubscriptionPatchRequest) SetClusterBillingModel(v string)
SetClusterBillingModel gets a reference to the given string and assigns it to the ClusterBillingModel field.
func (*SubscriptionPatchRequest) SetClusterId ¶
func (o *SubscriptionPatchRequest) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*SubscriptionPatchRequest) SetConsoleUrl ¶
func (o *SubscriptionPatchRequest) SetConsoleUrl(v string)
SetConsoleUrl gets a reference to the given string and assigns it to the ConsoleUrl field.
func (*SubscriptionPatchRequest) SetConsumerUuid ¶
func (o *SubscriptionPatchRequest) SetConsumerUuid(v string)
SetConsumerUuid gets a reference to the given string and assigns it to the ConsumerUuid field.
func (*SubscriptionPatchRequest) SetCpuTotal ¶
func (o *SubscriptionPatchRequest) SetCpuTotal(v int32)
SetCpuTotal gets a reference to the given int32 and assigns it to the CpuTotal field.
func (*SubscriptionPatchRequest) SetCreatorId ¶
func (o *SubscriptionPatchRequest) SetCreatorId(v string)
SetCreatorId gets a reference to the given string and assigns it to the CreatorId field.
func (*SubscriptionPatchRequest) SetDisplayName ¶
func (o *SubscriptionPatchRequest) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*SubscriptionPatchRequest) SetExternalClusterId ¶
func (o *SubscriptionPatchRequest) SetExternalClusterId(v string)
SetExternalClusterId gets a reference to the given string and assigns it to the ExternalClusterId field.
func (*SubscriptionPatchRequest) SetManaged ¶
func (o *SubscriptionPatchRequest) SetManaged(v bool)
SetManaged gets a reference to the given bool and assigns it to the Managed field.
func (*SubscriptionPatchRequest) SetOrganizationId ¶
func (o *SubscriptionPatchRequest) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*SubscriptionPatchRequest) SetPlanId ¶
func (o *SubscriptionPatchRequest) SetPlanId(v string)
SetPlanId gets a reference to the given string and assigns it to the PlanId field.
func (*SubscriptionPatchRequest) SetProductBundle ¶
func (o *SubscriptionPatchRequest) SetProductBundle(v string)
SetProductBundle gets a reference to the given string and assigns it to the ProductBundle field.
func (*SubscriptionPatchRequest) SetProvenance ¶
func (o *SubscriptionPatchRequest) SetProvenance(v string)
SetProvenance gets a reference to the given string and assigns it to the Provenance field.
func (*SubscriptionPatchRequest) SetRegionId ¶
func (o *SubscriptionPatchRequest) SetRegionId(v string)
SetRegionId gets a reference to the given string and assigns it to the RegionId field.
func (*SubscriptionPatchRequest) SetReleased ¶
func (o *SubscriptionPatchRequest) SetReleased(v bool)
SetReleased gets a reference to the given bool and assigns it to the Released field.
func (*SubscriptionPatchRequest) SetServiceLevel ¶
func (o *SubscriptionPatchRequest) SetServiceLevel(v string)
SetServiceLevel gets a reference to the given string and assigns it to the ServiceLevel field.
func (*SubscriptionPatchRequest) SetSocketTotal ¶
func (o *SubscriptionPatchRequest) SetSocketTotal(v int32)
SetSocketTotal gets a reference to the given int32 and assigns it to the SocketTotal field.
func (*SubscriptionPatchRequest) SetStatus ¶
func (o *SubscriptionPatchRequest) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*SubscriptionPatchRequest) SetSupportLevel ¶
func (o *SubscriptionPatchRequest) SetSupportLevel(v string)
SetSupportLevel gets a reference to the given string and assigns it to the SupportLevel field.
func (*SubscriptionPatchRequest) SetSystemUnits ¶
func (o *SubscriptionPatchRequest) SetSystemUnits(v string)
SetSystemUnits gets a reference to the given string and assigns it to the SystemUnits field.
func (*SubscriptionPatchRequest) SetTrialEndDate ¶
func (o *SubscriptionPatchRequest) SetTrialEndDate(v time.Time)
SetTrialEndDate gets a reference to the given time.Time and assigns it to the TrialEndDate field.
func (*SubscriptionPatchRequest) SetUsage ¶
func (o *SubscriptionPatchRequest) SetUsage(v string)
SetUsage gets a reference to the given string and assigns it to the Usage field.
type Summary ¶
type Summary struct { Href *string `json:"href,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Metrics []SummaryMetrics `json:"metrics"` Name *string `json:"name,omitempty"` }
Summary struct for Summary
func NewSummary ¶
func NewSummary(metrics []SummaryMetrics) *Summary
NewSummary instantiates a new Summary 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 NewSummaryWithDefaults ¶
func NewSummaryWithDefaults() *Summary
NewSummaryWithDefaults instantiates a new Summary 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 (*Summary) 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 (*Summary) 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 (*Summary) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Summary) GetMetrics ¶
func (o *Summary) GetMetrics() []SummaryMetrics
GetMetrics returns the Metrics field value
func (*Summary) GetMetricsOk ¶
func (o *Summary) GetMetricsOk() (*[]SummaryMetrics, bool)
GetMetricsOk returns a tuple with the Metrics field value and a boolean to check if the value has been set.
func (*Summary) 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 (Summary) MarshalJSON ¶
func (*Summary) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Summary) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Summary) SetMetrics ¶
func (o *Summary) SetMetrics(v []SummaryMetrics)
SetMetrics sets field value
type SummaryAllOf ¶
type SummaryAllOf struct { Metrics []SummaryMetrics `json:"metrics"` Name *string `json:"name,omitempty"` }
SummaryAllOf struct for SummaryAllOf
func NewSummaryAllOf ¶
func NewSummaryAllOf(metrics []SummaryMetrics) *SummaryAllOf
NewSummaryAllOf instantiates a new SummaryAllOf 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 NewSummaryAllOfWithDefaults ¶
func NewSummaryAllOfWithDefaults() *SummaryAllOf
NewSummaryAllOfWithDefaults instantiates a new SummaryAllOf 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 (*SummaryAllOf) GetMetrics ¶
func (o *SummaryAllOf) GetMetrics() []SummaryMetrics
GetMetrics returns the Metrics field value
func (*SummaryAllOf) GetMetricsOk ¶
func (o *SummaryAllOf) GetMetricsOk() (*[]SummaryMetrics, bool)
GetMetricsOk returns a tuple with the Metrics field value and a boolean to check if the value has been set.
func (*SummaryAllOf) GetName ¶
func (o *SummaryAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SummaryAllOf) GetNameOk ¶
func (o *SummaryAllOf) 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 (*SummaryAllOf) HasName ¶
func (o *SummaryAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (SummaryAllOf) MarshalJSON ¶
func (o SummaryAllOf) MarshalJSON() ([]byte, error)
func (*SummaryAllOf) SetMetrics ¶
func (o *SummaryAllOf) SetMetrics(v []SummaryMetrics)
SetMetrics sets field value
func (*SummaryAllOf) SetName ¶
func (o *SummaryAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type SummaryMetrics ¶
type SummaryMetrics struct { Name *string `json:"name,omitempty"` Vector *[]SummaryVector `json:"vector,omitempty"` }
SummaryMetrics struct for SummaryMetrics
func NewSummaryMetrics ¶
func NewSummaryMetrics() *SummaryMetrics
NewSummaryMetrics instantiates a new SummaryMetrics 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 NewSummaryMetricsWithDefaults ¶
func NewSummaryMetricsWithDefaults() *SummaryMetrics
NewSummaryMetricsWithDefaults instantiates a new SummaryMetrics 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 (*SummaryMetrics) GetName ¶
func (o *SummaryMetrics) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SummaryMetrics) GetNameOk ¶
func (o *SummaryMetrics) 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 (*SummaryMetrics) GetVector ¶
func (o *SummaryMetrics) GetVector() []SummaryVector
GetVector returns the Vector field value if set, zero value otherwise.
func (*SummaryMetrics) GetVectorOk ¶
func (o *SummaryMetrics) GetVectorOk() (*[]SummaryVector, bool)
GetVectorOk returns a tuple with the Vector field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SummaryMetrics) HasName ¶
func (o *SummaryMetrics) HasName() bool
HasName returns a boolean if a field has been set.
func (*SummaryMetrics) HasVector ¶
func (o *SummaryMetrics) HasVector() bool
HasVector returns a boolean if a field has been set.
func (SummaryMetrics) MarshalJSON ¶
func (o SummaryMetrics) MarshalJSON() ([]byte, error)
func (*SummaryMetrics) SetName ¶
func (o *SummaryMetrics) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SummaryMetrics) SetVector ¶
func (o *SummaryMetrics) SetVector(v []SummaryVector)
SetVector gets a reference to the given []SummaryVector and assigns it to the Vector field.
type SummaryMetricsAllOf ¶
type SummaryMetricsAllOf struct { Name *string `json:"name,omitempty"` Vector *[]SummaryVector `json:"vector,omitempty"` }
SummaryMetricsAllOf struct for SummaryMetricsAllOf
func NewSummaryMetricsAllOf ¶
func NewSummaryMetricsAllOf() *SummaryMetricsAllOf
NewSummaryMetricsAllOf instantiates a new SummaryMetricsAllOf 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 NewSummaryMetricsAllOfWithDefaults ¶
func NewSummaryMetricsAllOfWithDefaults() *SummaryMetricsAllOf
NewSummaryMetricsAllOfWithDefaults instantiates a new SummaryMetricsAllOf 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 (*SummaryMetricsAllOf) GetName ¶
func (o *SummaryMetricsAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SummaryMetricsAllOf) GetNameOk ¶
func (o *SummaryMetricsAllOf) 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 (*SummaryMetricsAllOf) GetVector ¶
func (o *SummaryMetricsAllOf) GetVector() []SummaryVector
GetVector returns the Vector field value if set, zero value otherwise.
func (*SummaryMetricsAllOf) GetVectorOk ¶
func (o *SummaryMetricsAllOf) GetVectorOk() (*[]SummaryVector, bool)
GetVectorOk returns a tuple with the Vector field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SummaryMetricsAllOf) HasName ¶
func (o *SummaryMetricsAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*SummaryMetricsAllOf) HasVector ¶
func (o *SummaryMetricsAllOf) HasVector() bool
HasVector returns a boolean if a field has been set.
func (SummaryMetricsAllOf) MarshalJSON ¶
func (o SummaryMetricsAllOf) MarshalJSON() ([]byte, error)
func (*SummaryMetricsAllOf) SetName ¶
func (o *SummaryMetricsAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SummaryMetricsAllOf) SetVector ¶
func (o *SummaryMetricsAllOf) SetVector(v []SummaryVector)
SetVector gets a reference to the given []SummaryVector and assigns it to the Vector field.
type SummaryVector ¶
type SummaryVector struct { Time *time.Time `json:"time,omitempty"` Value *float64 `json:"value,omitempty"` }
SummaryVector struct for SummaryVector
func NewSummaryVector ¶
func NewSummaryVector() *SummaryVector
NewSummaryVector instantiates a new SummaryVector 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 NewSummaryVectorWithDefaults ¶
func NewSummaryVectorWithDefaults() *SummaryVector
NewSummaryVectorWithDefaults instantiates a new SummaryVector 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 (*SummaryVector) GetTime ¶
func (o *SummaryVector) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*SummaryVector) GetTimeOk ¶
func (o *SummaryVector) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SummaryVector) GetValue ¶
func (o *SummaryVector) GetValue() float64
GetValue returns the Value field value if set, zero value otherwise.
func (*SummaryVector) GetValueOk ¶
func (o *SummaryVector) GetValueOk() (*float64, 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 (*SummaryVector) HasTime ¶
func (o *SummaryVector) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*SummaryVector) HasValue ¶
func (o *SummaryVector) HasValue() bool
HasValue returns a boolean if a field has been set.
func (SummaryVector) MarshalJSON ¶
func (o SummaryVector) MarshalJSON() ([]byte, error)
func (*SummaryVector) SetTime ¶
func (o *SummaryVector) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*SummaryVector) SetValue ¶
func (o *SummaryVector) SetValue(v float64)
SetValue gets a reference to the given float64 and assigns it to the Value field.
type SummaryVectorAllOf ¶
type SummaryVectorAllOf struct { Time *time.Time `json:"time,omitempty"` Value *float64 `json:"value,omitempty"` }
SummaryVectorAllOf struct for SummaryVectorAllOf
func NewSummaryVectorAllOf ¶
func NewSummaryVectorAllOf() *SummaryVectorAllOf
NewSummaryVectorAllOf instantiates a new SummaryVectorAllOf 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 NewSummaryVectorAllOfWithDefaults ¶
func NewSummaryVectorAllOfWithDefaults() *SummaryVectorAllOf
NewSummaryVectorAllOfWithDefaults instantiates a new SummaryVectorAllOf 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 (*SummaryVectorAllOf) GetTime ¶
func (o *SummaryVectorAllOf) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*SummaryVectorAllOf) GetTimeOk ¶
func (o *SummaryVectorAllOf) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SummaryVectorAllOf) GetValue ¶
func (o *SummaryVectorAllOf) GetValue() float64
GetValue returns the Value field value if set, zero value otherwise.
func (*SummaryVectorAllOf) GetValueOk ¶
func (o *SummaryVectorAllOf) GetValueOk() (*float64, 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 (*SummaryVectorAllOf) HasTime ¶
func (o *SummaryVectorAllOf) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*SummaryVectorAllOf) HasValue ¶
func (o *SummaryVectorAllOf) HasValue() bool
HasValue returns a boolean if a field has been set.
func (SummaryVectorAllOf) MarshalJSON ¶
func (o SummaryVectorAllOf) MarshalJSON() ([]byte, error)
func (*SummaryVectorAllOf) SetTime ¶
func (o *SummaryVectorAllOf) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*SummaryVectorAllOf) SetValue ¶
func (o *SummaryVectorAllOf) SetValue(v float64)
SetValue gets a reference to the given float64 and assigns it to the Value field.
type SupportCasesCreatedResponse ¶
type SupportCasesCreatedResponse struct { CaseNumber *string `json:"caseNumber,omitempty"` ClusterId *string `json:"cluster_id,omitempty"` ClusterUuid *string `json:"cluster_uuid,omitempty"` Description *string `json:"description,omitempty"` Severity *string `json:"severity,omitempty"` Status *string `json:"status,omitempty"` SubscriptionId *string `json:"subscription_id,omitempty"` Summary *string `json:"summary,omitempty"` Uri *string `json:"uri,omitempty"` }
SupportCasesCreatedResponse struct for SupportCasesCreatedResponse
func NewSupportCasesCreatedResponse ¶
func NewSupportCasesCreatedResponse() *SupportCasesCreatedResponse
NewSupportCasesCreatedResponse instantiates a new SupportCasesCreatedResponse 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 NewSupportCasesCreatedResponseWithDefaults ¶
func NewSupportCasesCreatedResponseWithDefaults() *SupportCasesCreatedResponse
NewSupportCasesCreatedResponseWithDefaults instantiates a new SupportCasesCreatedResponse 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 (*SupportCasesCreatedResponse) GetCaseNumber ¶
func (o *SupportCasesCreatedResponse) GetCaseNumber() string
GetCaseNumber returns the CaseNumber field value if set, zero value otherwise.
func (*SupportCasesCreatedResponse) GetCaseNumberOk ¶
func (o *SupportCasesCreatedResponse) GetCaseNumberOk() (*string, bool)
GetCaseNumberOk returns a tuple with the CaseNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesCreatedResponse) GetClusterId ¶
func (o *SupportCasesCreatedResponse) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*SupportCasesCreatedResponse) GetClusterIdOk ¶
func (o *SupportCasesCreatedResponse) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesCreatedResponse) GetClusterUuid ¶
func (o *SupportCasesCreatedResponse) GetClusterUuid() string
GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.
func (*SupportCasesCreatedResponse) GetClusterUuidOk ¶
func (o *SupportCasesCreatedResponse) GetClusterUuidOk() (*string, bool)
GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesCreatedResponse) GetDescription ¶
func (o *SupportCasesCreatedResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*SupportCasesCreatedResponse) GetDescriptionOk ¶
func (o *SupportCasesCreatedResponse) 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 (*SupportCasesCreatedResponse) GetSeverity ¶
func (o *SupportCasesCreatedResponse) GetSeverity() string
GetSeverity returns the Severity field value if set, zero value otherwise.
func (*SupportCasesCreatedResponse) GetSeverityOk ¶
func (o *SupportCasesCreatedResponse) GetSeverityOk() (*string, bool)
GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesCreatedResponse) GetStatus ¶
func (o *SupportCasesCreatedResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*SupportCasesCreatedResponse) GetStatusOk ¶
func (o *SupportCasesCreatedResponse) 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 (*SupportCasesCreatedResponse) GetSubscriptionId ¶
func (o *SupportCasesCreatedResponse) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*SupportCasesCreatedResponse) GetSubscriptionIdOk ¶
func (o *SupportCasesCreatedResponse) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesCreatedResponse) GetSummary ¶
func (o *SupportCasesCreatedResponse) GetSummary() string
GetSummary returns the Summary field value if set, zero value otherwise.
func (*SupportCasesCreatedResponse) GetSummaryOk ¶
func (o *SupportCasesCreatedResponse) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesCreatedResponse) GetUri ¶
func (o *SupportCasesCreatedResponse) GetUri() string
GetUri returns the Uri field value if set, zero value otherwise.
func (*SupportCasesCreatedResponse) GetUriOk ¶
func (o *SupportCasesCreatedResponse) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesCreatedResponse) HasCaseNumber ¶
func (o *SupportCasesCreatedResponse) HasCaseNumber() bool
HasCaseNumber returns a boolean if a field has been set.
func (*SupportCasesCreatedResponse) HasClusterId ¶
func (o *SupportCasesCreatedResponse) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*SupportCasesCreatedResponse) HasClusterUuid ¶
func (o *SupportCasesCreatedResponse) HasClusterUuid() bool
HasClusterUuid returns a boolean if a field has been set.
func (*SupportCasesCreatedResponse) HasDescription ¶
func (o *SupportCasesCreatedResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*SupportCasesCreatedResponse) HasSeverity ¶
func (o *SupportCasesCreatedResponse) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (*SupportCasesCreatedResponse) HasStatus ¶
func (o *SupportCasesCreatedResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*SupportCasesCreatedResponse) HasSubscriptionId ¶
func (o *SupportCasesCreatedResponse) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*SupportCasesCreatedResponse) HasSummary ¶
func (o *SupportCasesCreatedResponse) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (*SupportCasesCreatedResponse) HasUri ¶
func (o *SupportCasesCreatedResponse) HasUri() bool
HasUri returns a boolean if a field has been set.
func (SupportCasesCreatedResponse) MarshalJSON ¶
func (o SupportCasesCreatedResponse) MarshalJSON() ([]byte, error)
func (*SupportCasesCreatedResponse) SetCaseNumber ¶
func (o *SupportCasesCreatedResponse) SetCaseNumber(v string)
SetCaseNumber gets a reference to the given string and assigns it to the CaseNumber field.
func (*SupportCasesCreatedResponse) SetClusterId ¶
func (o *SupportCasesCreatedResponse) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*SupportCasesCreatedResponse) SetClusterUuid ¶
func (o *SupportCasesCreatedResponse) SetClusterUuid(v string)
SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.
func (*SupportCasesCreatedResponse) SetDescription ¶
func (o *SupportCasesCreatedResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*SupportCasesCreatedResponse) SetSeverity ¶
func (o *SupportCasesCreatedResponse) SetSeverity(v string)
SetSeverity gets a reference to the given string and assigns it to the Severity field.
func (*SupportCasesCreatedResponse) SetStatus ¶
func (o *SupportCasesCreatedResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*SupportCasesCreatedResponse) SetSubscriptionId ¶
func (o *SupportCasesCreatedResponse) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*SupportCasesCreatedResponse) SetSummary ¶
func (o *SupportCasesCreatedResponse) SetSummary(v string)
SetSummary gets a reference to the given string and assigns it to the Summary field.
func (*SupportCasesCreatedResponse) SetUri ¶
func (o *SupportCasesCreatedResponse) SetUri(v string)
SetUri gets a reference to the given string and assigns it to the Uri field.
type SupportCasesRequest ¶
type SupportCasesRequest struct { AccountNumber *string `json:"account_number,omitempty"` CaseLanguage *string `json:"case_language,omitempty"` ClusterId *string `json:"cluster_id,omitempty"` ClusterUuid *string `json:"cluster_uuid,omitempty"` ContactSsoName *string `json:"contact_sso_name,omitempty"` Description string `json:"description"` EventStreamId *string `json:"event_stream_id,omitempty"` OpenshiftClusterId *string `json:"openshift_cluster_id,omitempty"` Product *string `json:"product,omitempty"` Severity string `json:"severity"` SubscriptionId *string `json:"subscription_id,omitempty"` Summary string `json:"summary"` Version *string `json:"version,omitempty"` }
SupportCasesRequest struct for SupportCasesRequest
func NewSupportCasesRequest ¶
func NewSupportCasesRequest(description string, severity string, summary string) *SupportCasesRequest
NewSupportCasesRequest instantiates a new SupportCasesRequest 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 NewSupportCasesRequestWithDefaults ¶
func NewSupportCasesRequestWithDefaults() *SupportCasesRequest
NewSupportCasesRequestWithDefaults instantiates a new SupportCasesRequest 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 (*SupportCasesRequest) GetAccountNumber ¶
func (o *SupportCasesRequest) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.
func (*SupportCasesRequest) GetAccountNumberOk ¶
func (o *SupportCasesRequest) 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 (*SupportCasesRequest) GetCaseLanguage ¶
func (o *SupportCasesRequest) GetCaseLanguage() string
GetCaseLanguage returns the CaseLanguage field value if set, zero value otherwise.
func (*SupportCasesRequest) GetCaseLanguageOk ¶
func (o *SupportCasesRequest) GetCaseLanguageOk() (*string, bool)
GetCaseLanguageOk returns a tuple with the CaseLanguage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesRequest) GetClusterId ¶
func (o *SupportCasesRequest) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*SupportCasesRequest) GetClusterIdOk ¶
func (o *SupportCasesRequest) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesRequest) GetClusterUuid ¶
func (o *SupportCasesRequest) GetClusterUuid() string
GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.
func (*SupportCasesRequest) GetClusterUuidOk ¶
func (o *SupportCasesRequest) GetClusterUuidOk() (*string, bool)
GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesRequest) GetContactSsoName ¶
func (o *SupportCasesRequest) GetContactSsoName() string
GetContactSsoName returns the ContactSsoName field value if set, zero value otherwise.
func (*SupportCasesRequest) GetContactSsoNameOk ¶
func (o *SupportCasesRequest) GetContactSsoNameOk() (*string, bool)
GetContactSsoNameOk returns a tuple with the ContactSsoName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesRequest) GetDescription ¶
func (o *SupportCasesRequest) GetDescription() string
GetDescription returns the Description field value
func (*SupportCasesRequest) GetDescriptionOk ¶
func (o *SupportCasesRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*SupportCasesRequest) GetEventStreamId ¶
func (o *SupportCasesRequest) GetEventStreamId() string
GetEventStreamId returns the EventStreamId field value if set, zero value otherwise.
func (*SupportCasesRequest) GetEventStreamIdOk ¶
func (o *SupportCasesRequest) GetEventStreamIdOk() (*string, bool)
GetEventStreamIdOk returns a tuple with the EventStreamId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesRequest) GetOpenshiftClusterId ¶
func (o *SupportCasesRequest) GetOpenshiftClusterId() string
GetOpenshiftClusterId returns the OpenshiftClusterId field value if set, zero value otherwise.
func (*SupportCasesRequest) GetOpenshiftClusterIdOk ¶
func (o *SupportCasesRequest) GetOpenshiftClusterIdOk() (*string, bool)
GetOpenshiftClusterIdOk returns a tuple with the OpenshiftClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesRequest) GetProduct ¶
func (o *SupportCasesRequest) GetProduct() string
GetProduct returns the Product field value if set, zero value otherwise.
func (*SupportCasesRequest) GetProductOk ¶
func (o *SupportCasesRequest) GetProductOk() (*string, 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 (*SupportCasesRequest) GetSeverity ¶
func (o *SupportCasesRequest) GetSeverity() string
GetSeverity returns the Severity field value
func (*SupportCasesRequest) GetSeverityOk ¶
func (o *SupportCasesRequest) GetSeverityOk() (*string, bool)
GetSeverityOk returns a tuple with the Severity field value and a boolean to check if the value has been set.
func (*SupportCasesRequest) GetSubscriptionId ¶
func (o *SupportCasesRequest) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*SupportCasesRequest) GetSubscriptionIdOk ¶
func (o *SupportCasesRequest) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportCasesRequest) GetSummary ¶
func (o *SupportCasesRequest) GetSummary() string
GetSummary returns the Summary field value
func (*SupportCasesRequest) GetSummaryOk ¶
func (o *SupportCasesRequest) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field value and a boolean to check if the value has been set.
func (*SupportCasesRequest) GetVersion ¶
func (o *SupportCasesRequest) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*SupportCasesRequest) GetVersionOk ¶
func (o *SupportCasesRequest) 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 (*SupportCasesRequest) HasAccountNumber ¶
func (o *SupportCasesRequest) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (*SupportCasesRequest) HasCaseLanguage ¶
func (o *SupportCasesRequest) HasCaseLanguage() bool
HasCaseLanguage returns a boolean if a field has been set.
func (*SupportCasesRequest) HasClusterId ¶
func (o *SupportCasesRequest) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*SupportCasesRequest) HasClusterUuid ¶
func (o *SupportCasesRequest) HasClusterUuid() bool
HasClusterUuid returns a boolean if a field has been set.
func (*SupportCasesRequest) HasContactSsoName ¶
func (o *SupportCasesRequest) HasContactSsoName() bool
HasContactSsoName returns a boolean if a field has been set.
func (*SupportCasesRequest) HasEventStreamId ¶
func (o *SupportCasesRequest) HasEventStreamId() bool
HasEventStreamId returns a boolean if a field has been set.
func (*SupportCasesRequest) HasOpenshiftClusterId ¶
func (o *SupportCasesRequest) HasOpenshiftClusterId() bool
HasOpenshiftClusterId returns a boolean if a field has been set.
func (*SupportCasesRequest) HasProduct ¶
func (o *SupportCasesRequest) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (*SupportCasesRequest) HasSubscriptionId ¶
func (o *SupportCasesRequest) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*SupportCasesRequest) HasVersion ¶
func (o *SupportCasesRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (SupportCasesRequest) MarshalJSON ¶
func (o SupportCasesRequest) MarshalJSON() ([]byte, error)
func (*SupportCasesRequest) SetAccountNumber ¶
func (o *SupportCasesRequest) SetAccountNumber(v string)
SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.
func (*SupportCasesRequest) SetCaseLanguage ¶
func (o *SupportCasesRequest) SetCaseLanguage(v string)
SetCaseLanguage gets a reference to the given string and assigns it to the CaseLanguage field.
func (*SupportCasesRequest) SetClusterId ¶
func (o *SupportCasesRequest) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*SupportCasesRequest) SetClusterUuid ¶
func (o *SupportCasesRequest) SetClusterUuid(v string)
SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.
func (*SupportCasesRequest) SetContactSsoName ¶
func (o *SupportCasesRequest) SetContactSsoName(v string)
SetContactSsoName gets a reference to the given string and assigns it to the ContactSsoName field.
func (*SupportCasesRequest) SetDescription ¶
func (o *SupportCasesRequest) SetDescription(v string)
SetDescription sets field value
func (*SupportCasesRequest) SetEventStreamId ¶
func (o *SupportCasesRequest) SetEventStreamId(v string)
SetEventStreamId gets a reference to the given string and assigns it to the EventStreamId field.
func (*SupportCasesRequest) SetOpenshiftClusterId ¶
func (o *SupportCasesRequest) SetOpenshiftClusterId(v string)
SetOpenshiftClusterId gets a reference to the given string and assigns it to the OpenshiftClusterId field.
func (*SupportCasesRequest) SetProduct ¶
func (o *SupportCasesRequest) SetProduct(v string)
SetProduct gets a reference to the given string and assigns it to the Product field.
func (*SupportCasesRequest) SetSeverity ¶
func (o *SupportCasesRequest) SetSeverity(v string)
SetSeverity sets field value
func (*SupportCasesRequest) SetSubscriptionId ¶
func (o *SupportCasesRequest) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*SupportCasesRequest) SetSummary ¶
func (o *SupportCasesRequest) SetSummary(v string)
SetSummary sets field value
func (*SupportCasesRequest) SetVersion ¶
func (o *SupportCasesRequest) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
type TemplateParameter ¶
TemplateParameter struct for TemplateParameter
func NewTemplateParameter ¶
func NewTemplateParameter(content string, name string) *TemplateParameter
NewTemplateParameter instantiates a new TemplateParameter 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 NewTemplateParameterWithDefaults ¶
func NewTemplateParameterWithDefaults() *TemplateParameter
NewTemplateParameterWithDefaults instantiates a new TemplateParameter 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 (*TemplateParameter) GetContent ¶
func (o *TemplateParameter) GetContent() string
GetContent returns the Content field value
func (*TemplateParameter) GetContentOk ¶
func (o *TemplateParameter) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.
func (*TemplateParameter) GetName ¶
func (o *TemplateParameter) GetName() string
GetName returns the Name field value
func (*TemplateParameter) GetNameOk ¶
func (o *TemplateParameter) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (TemplateParameter) MarshalJSON ¶
func (o TemplateParameter) MarshalJSON() ([]byte, error)
func (*TemplateParameter) SetContent ¶
func (o *TemplateParameter) SetContent(v string)
SetContent sets field value
func (*TemplateParameter) SetName ¶
func (o *TemplateParameter) SetName(v string)
SetName sets field value
type TermsReview ¶
type TermsReview struct { AccountUsername string `json:"account_username"` EventCode *string `json:"event_code,omitempty"` SiteCode *string `json:"site_code,omitempty"` }
TermsReview struct for TermsReview
func NewTermsReview ¶
func NewTermsReview(accountUsername string) *TermsReview
NewTermsReview instantiates a new TermsReview 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 NewTermsReviewWithDefaults ¶
func NewTermsReviewWithDefaults() *TermsReview
NewTermsReviewWithDefaults instantiates a new TermsReview 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 (*TermsReview) GetAccountUsername ¶
func (o *TermsReview) GetAccountUsername() string
GetAccountUsername returns the AccountUsername field value
func (*TermsReview) GetAccountUsernameOk ¶
func (o *TermsReview) GetAccountUsernameOk() (*string, bool)
GetAccountUsernameOk returns a tuple with the AccountUsername field value and a boolean to check if the value has been set.
func (*TermsReview) GetEventCode ¶
func (o *TermsReview) GetEventCode() string
GetEventCode returns the EventCode field value if set, zero value otherwise.
func (*TermsReview) GetEventCodeOk ¶
func (o *TermsReview) GetEventCodeOk() (*string, bool)
GetEventCodeOk returns a tuple with the EventCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TermsReview) GetSiteCode ¶
func (o *TermsReview) GetSiteCode() string
GetSiteCode returns the SiteCode field value if set, zero value otherwise.
func (*TermsReview) GetSiteCodeOk ¶
func (o *TermsReview) GetSiteCodeOk() (*string, bool)
GetSiteCodeOk returns a tuple with the SiteCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TermsReview) HasEventCode ¶
func (o *TermsReview) HasEventCode() bool
HasEventCode returns a boolean if a field has been set.
func (*TermsReview) HasSiteCode ¶
func (o *TermsReview) HasSiteCode() bool
HasSiteCode returns a boolean if a field has been set.
func (TermsReview) MarshalJSON ¶
func (o TermsReview) MarshalJSON() ([]byte, error)
func (*TermsReview) SetAccountUsername ¶
func (o *TermsReview) SetAccountUsername(v string)
SetAccountUsername sets field value
func (*TermsReview) SetEventCode ¶
func (o *TermsReview) SetEventCode(v string)
SetEventCode gets a reference to the given string and assigns it to the EventCode field.
func (*TermsReview) SetSiteCode ¶
func (o *TermsReview) SetSiteCode(v string)
SetSiteCode gets a reference to the given string and assigns it to the SiteCode field.
type TermsReviewResponse ¶
type TermsReviewResponse struct { AccountId string `json:"account_id"` OrganizationId string `json:"organization_id"` RedirectUrl *string `json:"redirect_url,omitempty"` TermsAvailable bool `json:"terms_available"` TermsRequired bool `json:"terms_required"` }
TermsReviewResponse struct for TermsReviewResponse
func NewTermsReviewResponse ¶
func NewTermsReviewResponse(accountId string, organizationId string, termsAvailable bool, termsRequired bool) *TermsReviewResponse
NewTermsReviewResponse instantiates a new TermsReviewResponse 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 NewTermsReviewResponseWithDefaults ¶
func NewTermsReviewResponseWithDefaults() *TermsReviewResponse
NewTermsReviewResponseWithDefaults instantiates a new TermsReviewResponse 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 (*TermsReviewResponse) GetAccountId ¶
func (o *TermsReviewResponse) GetAccountId() string
GetAccountId returns the AccountId field value
func (*TermsReviewResponse) GetAccountIdOk ¶
func (o *TermsReviewResponse) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value and a boolean to check if the value has been set.
func (*TermsReviewResponse) GetOrganizationId ¶
func (o *TermsReviewResponse) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*TermsReviewResponse) GetOrganizationIdOk ¶
func (o *TermsReviewResponse) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*TermsReviewResponse) GetRedirectUrl ¶
func (o *TermsReviewResponse) GetRedirectUrl() string
GetRedirectUrl returns the RedirectUrl field value if set, zero value otherwise.
func (*TermsReviewResponse) GetRedirectUrlOk ¶
func (o *TermsReviewResponse) GetRedirectUrlOk() (*string, bool)
GetRedirectUrlOk returns a tuple with the RedirectUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TermsReviewResponse) GetTermsAvailable ¶
func (o *TermsReviewResponse) GetTermsAvailable() bool
GetTermsAvailable returns the TermsAvailable field value
func (*TermsReviewResponse) GetTermsAvailableOk ¶
func (o *TermsReviewResponse) GetTermsAvailableOk() (*bool, bool)
GetTermsAvailableOk returns a tuple with the TermsAvailable field value and a boolean to check if the value has been set.
func (*TermsReviewResponse) GetTermsRequired ¶
func (o *TermsReviewResponse) GetTermsRequired() bool
GetTermsRequired returns the TermsRequired field value
func (*TermsReviewResponse) GetTermsRequiredOk ¶
func (o *TermsReviewResponse) GetTermsRequiredOk() (*bool, bool)
GetTermsRequiredOk returns a tuple with the TermsRequired field value and a boolean to check if the value has been set.
func (*TermsReviewResponse) HasRedirectUrl ¶
func (o *TermsReviewResponse) HasRedirectUrl() bool
HasRedirectUrl returns a boolean if a field has been set.
func (TermsReviewResponse) MarshalJSON ¶
func (o TermsReviewResponse) MarshalJSON() ([]byte, error)
func (*TermsReviewResponse) SetAccountId ¶
func (o *TermsReviewResponse) SetAccountId(v string)
SetAccountId sets field value
func (*TermsReviewResponse) SetOrganizationId ¶
func (o *TermsReviewResponse) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*TermsReviewResponse) SetRedirectUrl ¶
func (o *TermsReviewResponse) SetRedirectUrl(v string)
SetRedirectUrl gets a reference to the given string and assigns it to the RedirectUrl field.
func (*TermsReviewResponse) SetTermsAvailable ¶
func (o *TermsReviewResponse) SetTermsAvailable(v bool)
SetTermsAvailable sets field value
func (*TermsReviewResponse) SetTermsRequired ¶
func (o *TermsReviewResponse) SetTermsRequired(v bool)
SetTermsRequired sets field value
type TokenAuthorizationRequest ¶
type TokenAuthorizationRequest struct {
AuthorizationToken *string `json:"authorization_token,omitempty"`
}
TokenAuthorizationRequest struct for TokenAuthorizationRequest
func NewTokenAuthorizationRequest ¶
func NewTokenAuthorizationRequest() *TokenAuthorizationRequest
NewTokenAuthorizationRequest instantiates a new TokenAuthorizationRequest 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 NewTokenAuthorizationRequestWithDefaults ¶
func NewTokenAuthorizationRequestWithDefaults() *TokenAuthorizationRequest
NewTokenAuthorizationRequestWithDefaults instantiates a new TokenAuthorizationRequest 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 (*TokenAuthorizationRequest) GetAuthorizationToken ¶
func (o *TokenAuthorizationRequest) GetAuthorizationToken() string
GetAuthorizationToken returns the AuthorizationToken field value if set, zero value otherwise.
func (*TokenAuthorizationRequest) GetAuthorizationTokenOk ¶
func (o *TokenAuthorizationRequest) GetAuthorizationTokenOk() (*string, bool)
GetAuthorizationTokenOk returns a tuple with the AuthorizationToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenAuthorizationRequest) HasAuthorizationToken ¶
func (o *TokenAuthorizationRequest) HasAuthorizationToken() bool
HasAuthorizationToken returns a boolean if a field has been set.
func (TokenAuthorizationRequest) MarshalJSON ¶
func (o TokenAuthorizationRequest) MarshalJSON() ([]byte, error)
func (*TokenAuthorizationRequest) SetAuthorizationToken ¶
func (o *TokenAuthorizationRequest) SetAuthorizationToken(v string)
SetAuthorizationToken gets a reference to the given string and assigns it to the AuthorizationToken field.
type TokenAuthorizationResponse ¶
type TokenAuthorizationResponse struct {
Account *Account `json:"account,omitempty"`
}
TokenAuthorizationResponse struct for TokenAuthorizationResponse
func NewTokenAuthorizationResponse ¶
func NewTokenAuthorizationResponse() *TokenAuthorizationResponse
NewTokenAuthorizationResponse instantiates a new TokenAuthorizationResponse 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 NewTokenAuthorizationResponseWithDefaults ¶
func NewTokenAuthorizationResponseWithDefaults() *TokenAuthorizationResponse
NewTokenAuthorizationResponseWithDefaults instantiates a new TokenAuthorizationResponse 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 (*TokenAuthorizationResponse) GetAccount ¶
func (o *TokenAuthorizationResponse) GetAccount() Account
GetAccount returns the Account field value if set, zero value otherwise.
func (*TokenAuthorizationResponse) GetAccountOk ¶
func (o *TokenAuthorizationResponse) GetAccountOk() (*Account, bool)
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenAuthorizationResponse) HasAccount ¶
func (o *TokenAuthorizationResponse) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (TokenAuthorizationResponse) MarshalJSON ¶
func (o TokenAuthorizationResponse) MarshalJSON() ([]byte, error)
func (*TokenAuthorizationResponse) SetAccount ¶
func (o *TokenAuthorizationResponse) SetAccount(v Account)
SetAccount gets a reference to the given Account and assigns it to the Account field.
Source Files ¶
- api_default.go
- client.go
- configuration.go
- default_api_mock.go
- model_access_review.go
- model_access_review_response.go
- model_access_token_cfg.go
- model_account.go
- model_account_all_of.go
- model_account_list.go
- model_account_list_all_of.go
- model_account_patch_request.go
- model_account_reference.go
- model_account_reference_all_of.go
- model_capability.go
- model_capability_all_of.go
- model_capability_review.go
- model_capability_review_request.go
- model_cluster_authorization_request.go
- model_cluster_authorization_response.go
- model_cluster_metrics_nodes.go
- model_cluster_registration_request.go
- model_cluster_registration_response.go
- model_cluster_resource.go
- model_cluster_resource_total.go
- model_cluster_upgrade.go
- model_ephemeral_resource_quota.go
- model_error.go
- model_error_all_of.go
- model_error_list.go
- model_error_list_all_of.go
- model_excess_resource.go
- model_excess_resource_all_of.go
- model_export_control_review.go
- model_export_control_review_request.go
- model_feature_toggle.go
- model_feature_toggle_all_of.go
- model_feature_toggle_query_request.go
- model_feature_toggle_query_request_all_of.go
- model_label.go
- model_label_all_of.go
- model_label_list.go
- model_label_list_all_of.go
- model_list.go
- model_metric.go
- model_metric_all_of.go
- model_metrics_list.go
- model_metrics_list_all_of.go
- model_notification_contact_create_request.go
- model_notification_request.go
- model_object_reference.go
- model_one_metric.go
- model_organization.go
- model_organization_all_of.go
- model_organization_list.go
- model_organization_list_all_of.go
- model_organization_patch_request.go
- model_permission.go
- model_permission_all_of.go
- model_permission_list.go
- model_permission_list_all_of.go
- model_plan.go
- model_plan_all_of.go
- model_plan_list.go
- model_plan_list_all_of.go
- model_pull_secret_request.go
- model_quota_cost.go
- model_quota_cost_all_of.go
- model_quota_cost_list.go
- model_quota_cost_list_all_of.go
- model_quota_summary.go
- model_quota_summary_all_of.go
- model_quota_summary_list.go
- model_quota_summary_list_all_of.go
- model_registry.go
- model_registry_all_of.go
- model_registry_create_request.go
- model_registry_credential.go
- model_registry_credential_all_of.go
- model_registry_credential_list.go
- model_registry_credential_list_all_of.go
- model_registry_credential_patch_request.go
- model_registry_list.go
- model_registry_list_all_of.go
- model_registry_request.go
- model_related_resource.go
- model_related_resource_all_of.go
- model_reserved_resource.go
- model_reserved_resource_all_of.go
- model_reserved_resource_list.go
- model_reserved_resource_list_all_of.go
- model_resource_quota.go
- model_resource_quota_all_of.go
- model_resource_quota_list.go
- model_resource_quota_list_all_of.go
- model_resource_quota_request.go
- model_resource_review.go
- model_resource_review_request.go
- model_role.go
- model_role_all_of.go
- model_role_binding.go
- model_role_binding_all_of.go
- model_role_binding_create_request.go
- model_role_binding_list.go
- model_role_binding_list_all_of.go
- model_role_binding_request.go
- model_role_list.go
- model_role_list_all_of.go
- model_self_access_review.go
- model_self_resource_review.go
- model_self_resource_review_request.go
- model_self_terms_review.go
- model_sku.go
- model_sku_all_of.go
- model_sku_list.go
- model_sku_list_all_of.go
- model_sku_rules.go
- model_sku_rules_all_of.go
- model_sku_rules_list.go
- model_sku_rules_list_all_of.go
- model_subscription.go
- model_subscription_all_of.go
- model_subscription_create_request.go
- model_subscription_list.go
- model_subscription_list_all_of.go
- model_subscription_patch_request.go
- model_summary.go
- model_summary_all_of.go
- model_summary_metrics.go
- model_summary_metrics_all_of.go
- model_summary_vector.go
- model_summary_vector_all_of.go
- model_support_cases_created_response.go
- model_support_cases_request.go
- model_template_parameter.go
- model_terms_review.go
- model_terms_review_response.go
- model_token_authorization_request.go
- model_token_authorization_response.go
- response.go
- utils.go