Documentation
¶
Index ¶
- Variables
- func AliasesForIdentity(identity elemental.Identity) []string
- func AllIdentities() []elemental.Identity
- func IsAddressPrivate(address string) (bool, error)
- func IsCloudNetworkQueryFilterEmpty(f *CloudNetworkQueryFilter) bool
- func Manager() elemental.ModelManager
- func ModelVersion() float64
- func ValidateAPIAuthorizationPolicySubject(attribute string, subject [][]string) error
- func ValidateAudience(attribute string, audience string) error
- func ValidateAutomation(auto *Automation) error
- func ValidateCA(attribute string, pemdata string) error
- func ValidateCIDR(attribute string, network string) error
- func ValidateCIDRList(attribute string, networks []string) error
- func ValidateCIDROrIP(attribute string, network string) error
- func ValidateCIDROrIPList(attribute string, networks []string) error
- func ValidateCachedFlowReport(cachedFlowReport *CachedFlowReport) error
- func ValidateCloudNetworkQueryEntity(q *CloudNetworkQuery) error
- func ValidateCloudNetworkQueryFilter(attribute string, f *CloudNetworkQueryFilter) error
- func ValidateCloudTag(attribute string, tag string) error
- func ValidateCloudTagsExpression(attribute string, tags [][]string) error
- func ValidateConnectionExceptionReport(report *ConnectionExceptionReport) error
- func ValidateCounterReport(report *CounterReport) error
- func ValidateDNSLookupReport(report *DNSLookupReport) error
- func ValidateEachSubExpressionHasNoDuplicateTags(attribute string, expression [][]string) error
- func ValidateEnforcerProfile(enforcerProfile *EnforcerProfile) error
- func ValidateEnforcerReport(report *EnforcerReport) error
- func ValidateExpressionNotEmpty(attribute string, expression [][]string) error
- func ValidateHTTPMethods(attribute string, methods []string) error
- func ValidateHTTPSURL(attribute string, address string) error
- func ValidateHookPolicy(policy *HookPolicy) error
- func ValidateHostServices(hs *HostService) error
- func ValidateHostServicesNonOverlapPorts(svcs []string) error
- func ValidateICMPTypeCodeNotation(attribute string, protocol string, typeCode string) error
- func ValidateIPAddress(attribute string, network string) error
- func ValidateIPAddressList(attribute string, ips []string) error
- func ValidateIdentity(attribute string, identity string) error
- func ValidateMetadata(attribute string, metadata []string) error
- func ValidateNativeID(attribute string, tag string) error
- func ValidateNetworkOrHostnameList(attribute string, networks []string) error
- func ValidateNoDuplicateNetworkRules(attribute string, rules []*NetworkRule) error
- func ValidateNoDuplicateSubExpressions(attribute string, expression [][]string) error
- func ValidateOptionalCIDR(attribute string, network string) error
- func ValidateOptionalCIDRList(attribute string, networks []string) error
- func ValidateOptionalCIDRorIP(attribute string, network string) error
- func ValidateOptionalCIDRorIPList(attribute string, networks []string) error
- func ValidateOptionalIPAddress(attribute string, network string) error
- func ValidateOptionalIPAddressList(attribute string, ips []string) error
- func ValidateOptionalNetworkOrHostnameList(attribute string, networks []string) error
- func ValidateOptionalTimeDuration(attribute string, duration string) error
- func ValidateOrganizationalMetadata(attribute string, metadata []string) error
- func ValidatePEM(attribute string, pemdata string) error
- func ValidatePortString(attribute string, portExp string) error
- func ValidatePortStringList(attribute string, ports []string) error
- func ValidatePortsList(attribute string, ports []*portutils.PortsRange) error
- func ValidateProcessingUnitPolicy(policy *ProcessingUnitPolicy) error
- func ValidateProcessingUnitServicesList(attribute string, svcs []*ProcessingUnitService) error
- func ValidateProcessingUnitServicesListWithoutOverlap(attribute string, svcs []*ProcessingUnitService, ...) (map[int]*portutils.PortsList, map[int]*portutils.PortsRangeList, error)
- func ValidateProtocol(attribute string, proto string) error
- func ValidateProtocolList(attribute string, protocols []string) error
- func ValidateSAMLProvider(provider *SAMLProvider) error
- func ValidateSemVer(attribute, data string) error
- func ValidateServiceEntity(service *Service) error
- func ValidateServicePort(attribute string, servicePort string) error
- func ValidateServicePorts(attribute string, servicePorts []string) error
- func ValidateStringListNotEmpty(attribute string, slice []string) error
- func ValidateSubExpressionsNotEmpty(attribute string, expression [][]string) error
- func ValidateTag(attribute string, tag string) error
- func ValidateTags(attribute string, tags []string) error
- func ValidateTagsExpression(attribute string, expression [][]string) error
- func ValidateTagsWithoutReservedPrefixes(attribute string, tags []string) error
- func ValidateTimeDuration(attribute string, duration string) error
- func ValidateUIParameters(p *UIParameter) error
- func ValidateWriteOperations(attribute string, operations []string) error
- func ValidateYAMLString(attribute, data string) error
- type APIAuthorizationPoliciesList
- func (o APIAuthorizationPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o APIAuthorizationPoliciesList) Copy() elemental.Identifiables
- func (o APIAuthorizationPoliciesList) DefaultOrder() []string
- func (o APIAuthorizationPoliciesList) Identity() elemental.Identity
- func (o APIAuthorizationPoliciesList) List() elemental.IdentifiablesList
- func (o APIAuthorizationPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o APIAuthorizationPoliciesList) Version() int
- type APIAuthorizationPolicy
- func (*APIAuthorizationPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *APIAuthorizationPolicy) BleveType() string
- func (o *APIAuthorizationPolicy) DeepCopy() *APIAuthorizationPolicy
- func (o *APIAuthorizationPolicy) DeepCopyInto(out *APIAuthorizationPolicy)
- func (o *APIAuthorizationPolicy) DefaultOrder() []string
- func (o *APIAuthorizationPolicy) Doc() string
- func (o *APIAuthorizationPolicy) GetActiveDuration() string
- func (o *APIAuthorizationPolicy) GetActiveSchedule() string
- func (o *APIAuthorizationPolicy) GetAnnotations() map[string][]string
- func (o *APIAuthorizationPolicy) GetAssociatedTags() []string
- func (o *APIAuthorizationPolicy) GetBSON() (interface{}, error)
- func (o *APIAuthorizationPolicy) GetCreateIdempotencyKey() string
- func (o *APIAuthorizationPolicy) GetCreateTime() time.Time
- func (o *APIAuthorizationPolicy) GetDescription() string
- func (o *APIAuthorizationPolicy) GetDisabled() bool
- func (o *APIAuthorizationPolicy) GetExpirationTime() time.Time
- func (o *APIAuthorizationPolicy) GetFallback() bool
- func (o *APIAuthorizationPolicy) GetMetadata() []string
- func (o *APIAuthorizationPolicy) GetName() string
- func (o *APIAuthorizationPolicy) GetNamespace() string
- func (o *APIAuthorizationPolicy) GetNormalizedTags() []string
- func (o *APIAuthorizationPolicy) GetPropagate() bool
- func (o *APIAuthorizationPolicy) GetPropagationHidden() bool
- func (o *APIAuthorizationPolicy) GetProtected() bool
- func (o *APIAuthorizationPolicy) GetUpdateIdempotencyKey() string
- func (o *APIAuthorizationPolicy) GetUpdateTime() time.Time
- func (o *APIAuthorizationPolicy) GetZHash() int
- func (o *APIAuthorizationPolicy) GetZone() int
- func (o *APIAuthorizationPolicy) Identifier() string
- func (o *APIAuthorizationPolicy) Identity() elemental.Identity
- func (o *APIAuthorizationPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *APIAuthorizationPolicy) SetActiveDuration(activeDuration string)
- func (o *APIAuthorizationPolicy) SetActiveSchedule(activeSchedule string)
- func (o *APIAuthorizationPolicy) SetAnnotations(annotations map[string][]string)
- func (o *APIAuthorizationPolicy) SetAssociatedTags(associatedTags []string)
- func (o *APIAuthorizationPolicy) SetBSON(raw bson.Raw) error
- func (o *APIAuthorizationPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *APIAuthorizationPolicy) SetCreateTime(createTime time.Time)
- func (o *APIAuthorizationPolicy) SetDescription(description string)
- func (o *APIAuthorizationPolicy) SetDisabled(disabled bool)
- func (o *APIAuthorizationPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *APIAuthorizationPolicy) SetFallback(fallback bool)
- func (o *APIAuthorizationPolicy) SetIdentifier(id string)
- func (o *APIAuthorizationPolicy) SetMetadata(metadata []string)
- func (o *APIAuthorizationPolicy) SetName(name string)
- func (o *APIAuthorizationPolicy) SetNamespace(namespace string)
- func (o *APIAuthorizationPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *APIAuthorizationPolicy) SetPropagate(propagate bool)
- func (o *APIAuthorizationPolicy) SetPropagationHidden(propagationHidden bool)
- func (o *APIAuthorizationPolicy) SetProtected(protected bool)
- func (o *APIAuthorizationPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *APIAuthorizationPolicy) SetUpdateTime(updateTime time.Time)
- func (o *APIAuthorizationPolicy) SetZHash(zHash int)
- func (o *APIAuthorizationPolicy) SetZone(zone int)
- func (*APIAuthorizationPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *APIAuthorizationPolicy) String() string
- func (o *APIAuthorizationPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *APIAuthorizationPolicy) Validate() error
- func (o *APIAuthorizationPolicy) ValueForAttribute(name string) interface{}
- func (o *APIAuthorizationPolicy) Version() int
- type APICheck
- func (*APICheck) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *APICheck) BleveType() string
- func (o *APICheck) DeepCopy() *APICheck
- func (o *APICheck) DeepCopyInto(out *APICheck)
- func (o *APICheck) DefaultOrder() []string
- func (o *APICheck) Doc() string
- func (o *APICheck) GetBSON() (interface{}, error)
- func (o *APICheck) Identifier() string
- func (o *APICheck) Identity() elemental.Identity
- func (o *APICheck) Patch(sparse elemental.SparseIdentifiable)
- func (o *APICheck) SetBSON(raw bson.Raw) error
- func (o *APICheck) SetIdentifier(id string)
- func (*APICheck) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *APICheck) String() string
- func (o *APICheck) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *APICheck) Validate() error
- func (o *APICheck) ValueForAttribute(name string) interface{}
- func (o *APICheck) Version() int
- type APICheckOperationValue
- type APIChecksList
- func (o APIChecksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o APIChecksList) Copy() elemental.Identifiables
- func (o APIChecksList) DefaultOrder() []string
- func (o APIChecksList) Identity() elemental.Identity
- func (o APIChecksList) List() elemental.IdentifiablesList
- func (o APIChecksList) ToSparse(fields ...string) elemental.Identifiables
- func (o APIChecksList) Version() int
- type AccessReport
- func (*AccessReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *AccessReport) BleveType() string
- func (o *AccessReport) DeepCopy() *AccessReport
- func (o *AccessReport) DeepCopyInto(out *AccessReport)
- func (o *AccessReport) DefaultOrder() []string
- func (o *AccessReport) Doc() string
- func (o *AccessReport) GetBSON() (interface{}, error)
- func (o *AccessReport) GetMigrationsLog() map[string]string
- func (o *AccessReport) GetZHash() int
- func (o *AccessReport) GetZone() int
- func (o *AccessReport) Identifier() string
- func (o *AccessReport) Identity() elemental.Identity
- func (o *AccessReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *AccessReport) SetBSON(raw bson.Raw) error
- func (o *AccessReport) SetIdentifier(id string)
- func (o *AccessReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *AccessReport) SetZHash(zHash int)
- func (o *AccessReport) SetZone(zone int)
- func (*AccessReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *AccessReport) String() string
- func (o *AccessReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *AccessReport) Validate() error
- func (o *AccessReport) ValueForAttribute(name string) interface{}
- func (o *AccessReport) Version() int
- type AccessReportActionValue
- type AccessReportTypeValue
- type AccessReportsList
- func (o AccessReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AccessReportsList) Copy() elemental.Identifiables
- func (o AccessReportsList) DefaultOrder() []string
- func (o AccessReportsList) Identity() elemental.Identity
- func (o AccessReportsList) List() elemental.IdentifiablesList
- func (o AccessReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o AccessReportsList) Version() int
- type AccessibleNamespace
- func (*AccessibleNamespace) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *AccessibleNamespace) BleveType() string
- func (o *AccessibleNamespace) DeepCopy() *AccessibleNamespace
- func (o *AccessibleNamespace) DeepCopyInto(out *AccessibleNamespace)
- func (o *AccessibleNamespace) DefaultOrder() []string
- func (o *AccessibleNamespace) Doc() string
- func (o *AccessibleNamespace) GetBSON() (interface{}, error)
- func (o *AccessibleNamespace) Identifier() string
- func (o *AccessibleNamespace) Identity() elemental.Identity
- func (o *AccessibleNamespace) Patch(sparse elemental.SparseIdentifiable)
- func (o *AccessibleNamespace) SetBSON(raw bson.Raw) error
- func (o *AccessibleNamespace) SetIdentifier(id string)
- func (*AccessibleNamespace) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *AccessibleNamespace) String() string
- func (o *AccessibleNamespace) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *AccessibleNamespace) Validate() error
- func (o *AccessibleNamespace) ValueForAttribute(name string) interface{}
- func (o *AccessibleNamespace) Version() int
- type AccessibleNamespacesList
- func (o AccessibleNamespacesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AccessibleNamespacesList) Copy() elemental.Identifiables
- func (o AccessibleNamespacesList) DefaultOrder() []string
- func (o AccessibleNamespacesList) Identity() elemental.Identity
- func (o AccessibleNamespacesList) List() elemental.IdentifiablesList
- func (o AccessibleNamespacesList) ToSparse(fields ...string) elemental.Identifiables
- func (o AccessibleNamespacesList) Version() int
- type Account
- func (*Account) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Account) BleveType() string
- func (o *Account) DeepCopy() *Account
- func (o *Account) DeepCopyInto(out *Account)
- func (o *Account) DefaultOrder() []string
- func (o *Account) Doc() string
- func (o *Account) GetBSON() (interface{}, error)
- func (o *Account) GetCreateTime() time.Time
- func (o *Account) GetMigrationsLog() map[string]string
- func (o *Account) GetUpdateTime() time.Time
- func (o *Account) GetZHash() int
- func (o *Account) GetZone() int
- func (o *Account) Identifier() string
- func (o *Account) Identity() elemental.Identity
- func (o *Account) Patch(sparse elemental.SparseIdentifiable)
- func (o *Account) SetBSON(raw bson.Raw) error
- func (o *Account) SetCreateTime(createTime time.Time)
- func (o *Account) SetIdentifier(id string)
- func (o *Account) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Account) SetUpdateTime(updateTime time.Time)
- func (o *Account) SetZHash(zHash int)
- func (o *Account) SetZone(zone int)
- func (*Account) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Account) String() string
- func (o *Account) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Account) Validate() error
- func (o *Account) ValueForAttribute(name string) interface{}
- func (o *Account) Version() int
- type AccountCheck
- func (*AccountCheck) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *AccountCheck) BleveType() string
- func (o *AccountCheck) DeepCopy() *AccountCheck
- func (o *AccountCheck) DeepCopyInto(out *AccountCheck)
- func (o *AccountCheck) DefaultOrder() []string
- func (o *AccountCheck) Doc() string
- func (o *AccountCheck) GetBSON() (interface{}, error)
- func (o *AccountCheck) Identifier() string
- func (o *AccountCheck) Identity() elemental.Identity
- func (o *AccountCheck) Patch(sparse elemental.SparseIdentifiable)
- func (o *AccountCheck) SetBSON(raw bson.Raw) error
- func (o *AccountCheck) SetIdentifier(id string)
- func (*AccountCheck) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *AccountCheck) String() string
- func (o *AccountCheck) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *AccountCheck) Validate() error
- func (o *AccountCheck) ValueForAttribute(name string) interface{}
- func (o *AccountCheck) Version() int
- type AccountChecksList
- func (o AccountChecksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AccountChecksList) Copy() elemental.Identifiables
- func (o AccountChecksList) DefaultOrder() []string
- func (o AccountChecksList) Identity() elemental.Identity
- func (o AccountChecksList) List() elemental.IdentifiablesList
- func (o AccountChecksList) ToSparse(fields ...string) elemental.Identifiables
- func (o AccountChecksList) Version() int
- type AccountStatusValue
- type AccountsList
- func (o AccountsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AccountsList) Copy() elemental.Identifiables
- func (o AccountsList) DefaultOrder() []string
- func (o AccountsList) Identity() elemental.Identity
- func (o AccountsList) List() elemental.IdentifiablesList
- func (o AccountsList) ToSparse(fields ...string) elemental.Identifiables
- func (o AccountsList) Version() int
- type Activate
- func (*Activate) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Activate) BleveType() string
- func (o *Activate) DeepCopy() *Activate
- func (o *Activate) DeepCopyInto(out *Activate)
- func (o *Activate) DefaultOrder() []string
- func (o *Activate) Doc() string
- func (o *Activate) GetBSON() (interface{}, error)
- func (o *Activate) Identifier() string
- func (o *Activate) Identity() elemental.Identity
- func (o *Activate) Patch(sparse elemental.SparseIdentifiable)
- func (o *Activate) SetBSON(raw bson.Raw) error
- func (o *Activate) SetIdentifier(id string)
- func (*Activate) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Activate) String() string
- func (o *Activate) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Activate) Validate() error
- func (o *Activate) ValueForAttribute(name string) interface{}
- func (o *Activate) Version() int
- type ActivatesList
- func (o ActivatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ActivatesList) Copy() elemental.Identifiables
- func (o ActivatesList) DefaultOrder() []string
- func (o ActivatesList) Identity() elemental.Identity
- func (o ActivatesList) List() elemental.IdentifiablesList
- func (o ActivatesList) ToSparse(fields ...string) elemental.Identifiables
- func (o ActivatesList) Version() int
- type ActivitiesList
- func (o ActivitiesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ActivitiesList) Copy() elemental.Identifiables
- func (o ActivitiesList) DefaultOrder() []string
- func (o ActivitiesList) Identity() elemental.Identity
- func (o ActivitiesList) List() elemental.IdentifiablesList
- func (o ActivitiesList) ToSparse(fields ...string) elemental.Identifiables
- func (o ActivitiesList) Version() int
- type Activity
- func (*Activity) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Activity) BleveType() string
- func (o *Activity) DeepCopy() *Activity
- func (o *Activity) DeepCopyInto(out *Activity)
- func (o *Activity) DefaultOrder() []string
- func (o *Activity) Doc() string
- func (o *Activity) GetBSON() (interface{}, error)
- func (o *Activity) GetMigrationsLog() map[string]string
- func (o *Activity) GetNamespace() string
- func (o *Activity) GetZHash() int
- func (o *Activity) GetZone() int
- func (o *Activity) Identifier() string
- func (o *Activity) Identity() elemental.Identity
- func (o *Activity) Patch(sparse elemental.SparseIdentifiable)
- func (o *Activity) SetBSON(raw bson.Raw) error
- func (o *Activity) SetIdentifier(id string)
- func (o *Activity) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Activity) SetNamespace(namespace string)
- func (o *Activity) SetZHash(zHash int)
- func (o *Activity) SetZone(zone int)
- func (*Activity) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Activity) String() string
- func (o *Activity) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Activity) Validate() error
- func (o *Activity) ValueForAttribute(name string) interface{}
- func (o *Activity) Version() int
- type Alarm
- func (*Alarm) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Alarm) BleveType() string
- func (o *Alarm) DeepCopy() *Alarm
- func (o *Alarm) DeepCopyInto(out *Alarm)
- func (o *Alarm) DefaultOrder() []string
- func (o *Alarm) Doc() string
- func (o *Alarm) GetAnnotations() map[string][]string
- func (o *Alarm) GetAssociatedTags() []string
- func (o *Alarm) GetBSON() (interface{}, error)
- func (o *Alarm) GetCreateIdempotencyKey() string
- func (o *Alarm) GetCreateTime() time.Time
- func (o *Alarm) GetDescription() string
- func (o *Alarm) GetMigrationsLog() map[string]string
- func (o *Alarm) GetName() string
- func (o *Alarm) GetNamespace() string
- func (o *Alarm) GetNormalizedTags() []string
- func (o *Alarm) GetProtected() bool
- func (o *Alarm) GetUpdateIdempotencyKey() string
- func (o *Alarm) GetUpdateTime() time.Time
- func (o *Alarm) GetZHash() int
- func (o *Alarm) GetZone() int
- func (o *Alarm) Identifier() string
- func (o *Alarm) Identity() elemental.Identity
- func (o *Alarm) Patch(sparse elemental.SparseIdentifiable)
- func (o *Alarm) SetAnnotations(annotations map[string][]string)
- func (o *Alarm) SetAssociatedTags(associatedTags []string)
- func (o *Alarm) SetBSON(raw bson.Raw) error
- func (o *Alarm) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *Alarm) SetCreateTime(createTime time.Time)
- func (o *Alarm) SetDescription(description string)
- func (o *Alarm) SetIdentifier(id string)
- func (o *Alarm) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Alarm) SetName(name string)
- func (o *Alarm) SetNamespace(namespace string)
- func (o *Alarm) SetNormalizedTags(normalizedTags []string)
- func (o *Alarm) SetProtected(protected bool)
- func (o *Alarm) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *Alarm) SetUpdateTime(updateTime time.Time)
- func (o *Alarm) SetZHash(zHash int)
- func (o *Alarm) SetZone(zone int)
- func (*Alarm) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Alarm) String() string
- func (o *Alarm) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Alarm) Validate() error
- func (o *Alarm) ValueForAttribute(name string) interface{}
- func (o *Alarm) Version() int
- type AlarmStatusValue
- type AlarmsList
- func (o AlarmsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AlarmsList) Copy() elemental.Identifiables
- func (o AlarmsList) DefaultOrder() []string
- func (o AlarmsList) Identity() elemental.Identity
- func (o AlarmsList) List() elemental.IdentifiablesList
- func (o AlarmsList) ToSparse(fields ...string) elemental.Identifiables
- func (o AlarmsList) Version() int
- type App
- func (*App) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *App) BleveType() string
- func (o *App) DeepCopy() *App
- func (o *App) DeepCopyInto(out *App)
- func (o *App) DefaultOrder() []string
- func (o *App) Doc() string
- func (o *App) GetBSON() (interface{}, error)
- func (o *App) GetDescription() string
- func (o *App) GetName() string
- func (o *App) Identifier() string
- func (o *App) Identity() elemental.Identity
- func (o *App) Patch(sparse elemental.SparseIdentifiable)
- func (o *App) SetBSON(raw bson.Raw) error
- func (o *App) SetDescription(description string)
- func (o *App) SetIdentifier(id string)
- func (o *App) SetName(name string)
- func (*App) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *App) String() string
- func (o *App) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *App) Validate() error
- func (o *App) ValueForAttribute(name string) interface{}
- func (o *App) Version() int
- type AppCredential
- func (*AppCredential) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *AppCredential) BleveType() string
- func (o *AppCredential) DeepCopy() *AppCredential
- func (o *AppCredential) DeepCopyInto(out *AppCredential)
- func (o *AppCredential) DefaultOrder() []string
- func (o *AppCredential) Doc() string
- func (o *AppCredential) GetAnnotations() map[string][]string
- func (o *AppCredential) GetAssociatedTags() []string
- func (o *AppCredential) GetBSON() (interface{}, error)
- func (o *AppCredential) GetCreateIdempotencyKey() string
- func (o *AppCredential) GetCreateTime() time.Time
- func (o *AppCredential) GetDescription() string
- func (o *AppCredential) GetDisabled() bool
- func (o *AppCredential) GetMetadata() []string
- func (o *AppCredential) GetMigrationsLog() map[string]string
- func (o *AppCredential) GetName() string
- func (o *AppCredential) GetNamespace() string
- func (o *AppCredential) GetNormalizedTags() []string
- func (o *AppCredential) GetProtected() bool
- func (o *AppCredential) GetUpdateIdempotencyKey() string
- func (o *AppCredential) GetUpdateTime() time.Time
- func (o *AppCredential) GetZHash() int
- func (o *AppCredential) GetZone() int
- func (o *AppCredential) Identifier() string
- func (o *AppCredential) Identity() elemental.Identity
- func (o *AppCredential) Patch(sparse elemental.SparseIdentifiable)
- func (o *AppCredential) SetAnnotations(annotations map[string][]string)
- func (o *AppCredential) SetAssociatedTags(associatedTags []string)
- func (o *AppCredential) SetBSON(raw bson.Raw) error
- func (o *AppCredential) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *AppCredential) SetCreateTime(createTime time.Time)
- func (o *AppCredential) SetDescription(description string)
- func (o *AppCredential) SetDisabled(disabled bool)
- func (o *AppCredential) SetIdentifier(id string)
- func (o *AppCredential) SetMetadata(metadata []string)
- func (o *AppCredential) SetMigrationsLog(migrationsLog map[string]string)
- func (o *AppCredential) SetName(name string)
- func (o *AppCredential) SetNamespace(namespace string)
- func (o *AppCredential) SetNormalizedTags(normalizedTags []string)
- func (o *AppCredential) SetProtected(protected bool)
- func (o *AppCredential) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *AppCredential) SetUpdateTime(updateTime time.Time)
- func (o *AppCredential) SetZHash(zHash int)
- func (o *AppCredential) SetZone(zone int)
- func (*AppCredential) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *AppCredential) String() string
- func (o *AppCredential) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *AppCredential) Validate() error
- func (o *AppCredential) ValueForAttribute(name string) interface{}
- func (o *AppCredential) Version() int
- type AppCredentialsList
- func (o AppCredentialsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AppCredentialsList) Copy() elemental.Identifiables
- func (o AppCredentialsList) DefaultOrder() []string
- func (o AppCredentialsList) Identity() elemental.Identity
- func (o AppCredentialsList) List() elemental.IdentifiablesList
- func (o AppCredentialsList) ToSparse(fields ...string) elemental.Identifiables
- func (o AppCredentialsList) Version() int
- type AppsList
- func (o AppsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AppsList) Copy() elemental.Identifiables
- func (o AppsList) DefaultOrder() []string
- func (o AppsList) Identity() elemental.Identity
- func (o AppsList) List() elemental.IdentifiablesList
- func (o AppsList) ToSparse(fields ...string) elemental.Identifiables
- func (o AppsList) Version() int
- type AuditProfile
- func (*AuditProfile) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *AuditProfile) BleveType() string
- func (o *AuditProfile) DeepCopy() *AuditProfile
- func (o *AuditProfile) DeepCopyInto(out *AuditProfile)
- func (o *AuditProfile) DefaultOrder() []string
- func (o *AuditProfile) Doc() string
- func (o *AuditProfile) GetAnnotations() map[string][]string
- func (o *AuditProfile) GetAssociatedTags() []string
- func (o *AuditProfile) GetBSON() (interface{}, error)
- func (o *AuditProfile) GetCreateIdempotencyKey() string
- func (o *AuditProfile) GetCreateTime() time.Time
- func (o *AuditProfile) GetDescription() string
- func (o *AuditProfile) GetMetadata() []string
- func (o *AuditProfile) GetMigrationsLog() map[string]string
- func (o *AuditProfile) GetName() string
- func (o *AuditProfile) GetNamespace() string
- func (o *AuditProfile) GetNormalizedTags() []string
- func (o *AuditProfile) GetPropagate() bool
- func (o *AuditProfile) GetProtected() bool
- func (o *AuditProfile) GetUpdateIdempotencyKey() string
- func (o *AuditProfile) GetUpdateTime() time.Time
- func (o *AuditProfile) GetZHash() int
- func (o *AuditProfile) GetZone() int
- func (o *AuditProfile) Identifier() string
- func (o *AuditProfile) Identity() elemental.Identity
- func (o *AuditProfile) Patch(sparse elemental.SparseIdentifiable)
- func (o *AuditProfile) SetAnnotations(annotations map[string][]string)
- func (o *AuditProfile) SetAssociatedTags(associatedTags []string)
- func (o *AuditProfile) SetBSON(raw bson.Raw) error
- func (o *AuditProfile) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *AuditProfile) SetCreateTime(createTime time.Time)
- func (o *AuditProfile) SetDescription(description string)
- func (o *AuditProfile) SetIdentifier(id string)
- func (o *AuditProfile) SetMetadata(metadata []string)
- func (o *AuditProfile) SetMigrationsLog(migrationsLog map[string]string)
- func (o *AuditProfile) SetName(name string)
- func (o *AuditProfile) SetNamespace(namespace string)
- func (o *AuditProfile) SetNormalizedTags(normalizedTags []string)
- func (o *AuditProfile) SetPropagate(propagate bool)
- func (o *AuditProfile) SetProtected(protected bool)
- func (o *AuditProfile) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *AuditProfile) SetUpdateTime(updateTime time.Time)
- func (o *AuditProfile) SetZHash(zHash int)
- func (o *AuditProfile) SetZone(zone int)
- func (*AuditProfile) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *AuditProfile) String() string
- func (o *AuditProfile) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *AuditProfile) Validate() error
- func (o *AuditProfile) ValueForAttribute(name string) interface{}
- func (o *AuditProfile) Version() int
- type AuditProfileMappingPoliciesList
- func (o AuditProfileMappingPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AuditProfileMappingPoliciesList) Copy() elemental.Identifiables
- func (o AuditProfileMappingPoliciesList) DefaultOrder() []string
- func (o AuditProfileMappingPoliciesList) Identity() elemental.Identity
- func (o AuditProfileMappingPoliciesList) List() elemental.IdentifiablesList
- func (o AuditProfileMappingPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o AuditProfileMappingPoliciesList) Version() int
- type AuditProfileMappingPolicy
- func (*AuditProfileMappingPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *AuditProfileMappingPolicy) BleveType() string
- func (o *AuditProfileMappingPolicy) DeepCopy() *AuditProfileMappingPolicy
- func (o *AuditProfileMappingPolicy) DeepCopyInto(out *AuditProfileMappingPolicy)
- func (o *AuditProfileMappingPolicy) DefaultOrder() []string
- func (o *AuditProfileMappingPolicy) Doc() string
- func (o *AuditProfileMappingPolicy) GetActiveDuration() string
- func (o *AuditProfileMappingPolicy) GetActiveSchedule() string
- func (o *AuditProfileMappingPolicy) GetAnnotations() map[string][]string
- func (o *AuditProfileMappingPolicy) GetAssociatedTags() []string
- func (o *AuditProfileMappingPolicy) GetBSON() (interface{}, error)
- func (o *AuditProfileMappingPolicy) GetCreateIdempotencyKey() string
- func (o *AuditProfileMappingPolicy) GetCreateTime() time.Time
- func (o *AuditProfileMappingPolicy) GetDescription() string
- func (o *AuditProfileMappingPolicy) GetDisabled() bool
- func (o *AuditProfileMappingPolicy) GetFallback() bool
- func (o *AuditProfileMappingPolicy) GetMetadata() []string
- func (o *AuditProfileMappingPolicy) GetName() string
- func (o *AuditProfileMappingPolicy) GetNamespace() string
- func (o *AuditProfileMappingPolicy) GetNormalizedTags() []string
- func (o *AuditProfileMappingPolicy) GetPropagate() bool
- func (o *AuditProfileMappingPolicy) GetProtected() bool
- func (o *AuditProfileMappingPolicy) GetUpdateIdempotencyKey() string
- func (o *AuditProfileMappingPolicy) GetUpdateTime() time.Time
- func (o *AuditProfileMappingPolicy) Identifier() string
- func (o *AuditProfileMappingPolicy) Identity() elemental.Identity
- func (o *AuditProfileMappingPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *AuditProfileMappingPolicy) SetActiveDuration(activeDuration string)
- func (o *AuditProfileMappingPolicy) SetActiveSchedule(activeSchedule string)
- func (o *AuditProfileMappingPolicy) SetAnnotations(annotations map[string][]string)
- func (o *AuditProfileMappingPolicy) SetAssociatedTags(associatedTags []string)
- func (o *AuditProfileMappingPolicy) SetBSON(raw bson.Raw) error
- func (o *AuditProfileMappingPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *AuditProfileMappingPolicy) SetCreateTime(createTime time.Time)
- func (o *AuditProfileMappingPolicy) SetDescription(description string)
- func (o *AuditProfileMappingPolicy) SetDisabled(disabled bool)
- func (o *AuditProfileMappingPolicy) SetFallback(fallback bool)
- func (o *AuditProfileMappingPolicy) SetIdentifier(id string)
- func (o *AuditProfileMappingPolicy) SetMetadata(metadata []string)
- func (o *AuditProfileMappingPolicy) SetName(name string)
- func (o *AuditProfileMappingPolicy) SetNamespace(namespace string)
- func (o *AuditProfileMappingPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *AuditProfileMappingPolicy) SetPropagate(propagate bool)
- func (o *AuditProfileMappingPolicy) SetProtected(protected bool)
- func (o *AuditProfileMappingPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *AuditProfileMappingPolicy) SetUpdateTime(updateTime time.Time)
- func (*AuditProfileMappingPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *AuditProfileMappingPolicy) String() string
- func (o *AuditProfileMappingPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *AuditProfileMappingPolicy) Validate() error
- func (o *AuditProfileMappingPolicy) ValueForAttribute(name string) interface{}
- func (o *AuditProfileMappingPolicy) Version() int
- type AuditProfilesList
- func (o AuditProfilesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AuditProfilesList) Copy() elemental.Identifiables
- func (o AuditProfilesList) DefaultOrder() []string
- func (o AuditProfilesList) Identity() elemental.Identity
- func (o AuditProfilesList) List() elemental.IdentifiablesList
- func (o AuditProfilesList) ToSparse(fields ...string) elemental.Identifiables
- func (o AuditProfilesList) Version() int
- type AuditReport
- func (*AuditReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *AuditReport) BleveType() string
- func (o *AuditReport) DeepCopy() *AuditReport
- func (o *AuditReport) DeepCopyInto(out *AuditReport)
- func (o *AuditReport) DefaultOrder() []string
- func (o *AuditReport) Doc() string
- func (o *AuditReport) GetBSON() (interface{}, error)
- func (o *AuditReport) GetMigrationsLog() map[string]string
- func (o *AuditReport) GetZHash() int
- func (o *AuditReport) GetZone() int
- func (o *AuditReport) Identifier() string
- func (o *AuditReport) Identity() elemental.Identity
- func (o *AuditReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *AuditReport) SetBSON(raw bson.Raw) error
- func (o *AuditReport) SetIdentifier(id string)
- func (o *AuditReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *AuditReport) SetZHash(zHash int)
- func (o *AuditReport) SetZone(zone int)
- func (*AuditReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *AuditReport) String() string
- func (o *AuditReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *AuditReport) Validate() error
- func (o *AuditReport) ValueForAttribute(name string) interface{}
- func (o *AuditReport) Version() int
- type AuditReportsList
- func (o AuditReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AuditReportsList) Copy() elemental.Identifiables
- func (o AuditReportsList) DefaultOrder() []string
- func (o AuditReportsList) Identity() elemental.Identity
- func (o AuditReportsList) List() elemental.IdentifiablesList
- func (o AuditReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o AuditReportsList) Version() int
- type Authn
- func (*Authn) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Authn) BleveType() string
- func (o *Authn) DeepCopy() *Authn
- func (o *Authn) DeepCopyInto(out *Authn)
- func (o *Authn) DefaultOrder() []string
- func (o *Authn) Doc() string
- func (o *Authn) GetBSON() (interface{}, error)
- func (o *Authn) Identifier() string
- func (o *Authn) Identity() elemental.Identity
- func (o *Authn) Patch(sparse elemental.SparseIdentifiable)
- func (o *Authn) SetBSON(raw bson.Raw) error
- func (o *Authn) SetIdentifier(id string)
- func (*Authn) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Authn) String() string
- func (o *Authn) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Authn) Validate() error
- func (o *Authn) ValueForAttribute(name string) interface{}
- func (o *Authn) Version() int
- type AuthnsList
- func (o AuthnsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AuthnsList) Copy() elemental.Identifiables
- func (o AuthnsList) DefaultOrder() []string
- func (o AuthnsList) Identity() elemental.Identity
- func (o AuthnsList) List() elemental.IdentifiablesList
- func (o AuthnsList) ToSparse(fields ...string) elemental.Identifiables
- func (o AuthnsList) Version() int
- type AuthoritiesList
- func (o AuthoritiesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AuthoritiesList) Copy() elemental.Identifiables
- func (o AuthoritiesList) DefaultOrder() []string
- func (o AuthoritiesList) Identity() elemental.Identity
- func (o AuthoritiesList) List() elemental.IdentifiablesList
- func (o AuthoritiesList) ToSparse(fields ...string) elemental.Identifiables
- func (o AuthoritiesList) Version() int
- type Authority
- func (*Authority) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Authority) BleveType() string
- func (o *Authority) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *Authority) DeepCopy() *Authority
- func (o *Authority) DeepCopyInto(out *Authority)
- func (o *Authority) DefaultOrder() []string
- func (o *Authority) Doc() string
- func (o *Authority) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *Authority) GetBSON() (interface{}, error)
- func (o *Authority) GetMigrationsLog() map[string]string
- func (o *Authority) GetZHash() int
- func (o *Authority) GetZone() int
- func (o *Authority) Identifier() string
- func (o *Authority) Identity() elemental.Identity
- func (o *Authority) Patch(sparse elemental.SparseIdentifiable)
- func (o *Authority) SetBSON(raw bson.Raw) error
- func (o *Authority) SetIdentifier(id string)
- func (o *Authority) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Authority) SetZHash(zHash int)
- func (o *Authority) SetZone(zone int)
- func (*Authority) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Authority) String() string
- func (o *Authority) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Authority) Validate() error
- func (o *Authority) ValueForAttribute(name string) interface{}
- func (o *Authority) Version() int
- type AuthorityAlgorithmValue
- type AuthorityTypeValue
- type Authz
- func (*Authz) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Authz) BleveType() string
- func (o *Authz) DeepCopy() *Authz
- func (o *Authz) DeepCopyInto(out *Authz)
- func (o *Authz) DefaultOrder() []string
- func (o *Authz) Doc() string
- func (o *Authz) GetBSON() (interface{}, error)
- func (o *Authz) Identifier() string
- func (o *Authz) Identity() elemental.Identity
- func (o *Authz) Patch(sparse elemental.SparseIdentifiable)
- func (o *Authz) SetBSON(raw bson.Raw) error
- func (o *Authz) SetIdentifier(id string)
- func (*Authz) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Authz) String() string
- func (o *Authz) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Authz) Validate() error
- func (o *Authz) ValueForAttribute(name string) interface{}
- func (o *Authz) Version() int
- type AuthzsList
- func (o AuthzsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AuthzsList) Copy() elemental.Identifiables
- func (o AuthzsList) DefaultOrder() []string
- func (o AuthzsList) Identity() elemental.Identity
- func (o AuthzsList) List() elemental.IdentifiablesList
- func (o AuthzsList) ToSparse(fields ...string) elemental.Identifiables
- func (o AuthzsList) Version() int
- type Automation
- func (*Automation) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Automation) BleveType() string
- func (o *Automation) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *Automation) DeepCopy() *Automation
- func (o *Automation) DeepCopyInto(out *Automation)
- func (o *Automation) DefaultOrder() []string
- func (o *Automation) Doc() string
- func (o *Automation) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *Automation) GetAnnotations() map[string][]string
- func (o *Automation) GetAssociatedTags() []string
- func (o *Automation) GetBSON() (interface{}, error)
- func (o *Automation) GetCreateIdempotencyKey() string
- func (o *Automation) GetCreateTime() time.Time
- func (o *Automation) GetDescription() string
- func (o *Automation) GetDisabled() bool
- func (o *Automation) GetMigrationsLog() map[string]string
- func (o *Automation) GetName() string
- func (o *Automation) GetNamespace() string
- func (o *Automation) GetNormalizedTags() []string
- func (o *Automation) GetProtected() bool
- func (o *Automation) GetSignature() string
- func (o *Automation) GetUpdateIdempotencyKey() string
- func (o *Automation) GetUpdateTime() time.Time
- func (o *Automation) GetZHash() int
- func (o *Automation) GetZone() int
- func (o *Automation) Identifier() string
- func (o *Automation) Identity() elemental.Identity
- func (o *Automation) Patch(sparse elemental.SparseIdentifiable)
- func (o *Automation) SetAnnotations(annotations map[string][]string)
- func (o *Automation) SetAssociatedTags(associatedTags []string)
- func (o *Automation) SetBSON(raw bson.Raw) error
- func (o *Automation) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *Automation) SetCreateTime(createTime time.Time)
- func (o *Automation) SetDescription(description string)
- func (o *Automation) SetDisabled(disabled bool)
- func (o *Automation) SetIdentifier(id string)
- func (o *Automation) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Automation) SetName(name string)
- func (o *Automation) SetNamespace(namespace string)
- func (o *Automation) SetNormalizedTags(normalizedTags []string)
- func (o *Automation) SetProtected(protected bool)
- func (o *Automation) SetSignature(signature string)
- func (o *Automation) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *Automation) SetUpdateTime(updateTime time.Time)
- func (o *Automation) SetZHash(zHash int)
- func (o *Automation) SetZone(zone int)
- func (*Automation) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Automation) String() string
- func (o *Automation) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Automation) Validate() error
- func (o *Automation) ValueForAttribute(name string) interface{}
- func (o *Automation) Version() int
- type AutomationTemplate
- func (*AutomationTemplate) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *AutomationTemplate) BleveType() string
- func (o *AutomationTemplate) DeepCopy() *AutomationTemplate
- func (o *AutomationTemplate) DeepCopyInto(out *AutomationTemplate)
- func (o *AutomationTemplate) DefaultOrder() []string
- func (o *AutomationTemplate) Doc() string
- func (o *AutomationTemplate) GetBSON() (interface{}, error)
- func (o *AutomationTemplate) GetDescription() string
- func (o *AutomationTemplate) GetName() string
- func (o *AutomationTemplate) Identifier() string
- func (o *AutomationTemplate) Identity() elemental.Identity
- func (o *AutomationTemplate) Patch(sparse elemental.SparseIdentifiable)
- func (o *AutomationTemplate) SetBSON(raw bson.Raw) error
- func (o *AutomationTemplate) SetDescription(description string)
- func (o *AutomationTemplate) SetIdentifier(id string)
- func (o *AutomationTemplate) SetName(name string)
- func (*AutomationTemplate) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *AutomationTemplate) String() string
- func (o *AutomationTemplate) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *AutomationTemplate) Validate() error
- func (o *AutomationTemplate) ValueForAttribute(name string) interface{}
- func (o *AutomationTemplate) Version() int
- type AutomationTemplateKindValue
- type AutomationTemplatesList
- func (o AutomationTemplatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AutomationTemplatesList) Copy() elemental.Identifiables
- func (o AutomationTemplatesList) DefaultOrder() []string
- func (o AutomationTemplatesList) Identity() elemental.Identity
- func (o AutomationTemplatesList) List() elemental.IdentifiablesList
- func (o AutomationTemplatesList) ToSparse(fields ...string) elemental.Identifiables
- func (o AutomationTemplatesList) Version() int
- type AutomationTriggerValue
- type AutomationsList
- func (o AutomationsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o AutomationsList) Copy() elemental.Identifiables
- func (o AutomationsList) DefaultOrder() []string
- func (o AutomationsList) Identity() elemental.Identity
- func (o AutomationsList) List() elemental.IdentifiablesList
- func (o AutomationsList) ToSparse(fields ...string) elemental.Identifiables
- func (o AutomationsList) Version() int
- type CNSConfig
- func (*CNSConfig) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CNSConfig) BleveType() string
- func (o *CNSConfig) DeepCopy() *CNSConfig
- func (o *CNSConfig) DeepCopyInto(out *CNSConfig)
- func (o *CNSConfig) DefaultOrder() []string
- func (o *CNSConfig) Doc() string
- func (o *CNSConfig) GetAnnotations() map[string][]string
- func (o *CNSConfig) GetAssociatedTags() []string
- func (o *CNSConfig) GetBSON() (interface{}, error)
- func (o *CNSConfig) GetCreateIdempotencyKey() string
- func (o *CNSConfig) GetCreateTime() time.Time
- func (o *CNSConfig) GetMigrationsLog() map[string]string
- func (o *CNSConfig) GetNamespace() string
- func (o *CNSConfig) GetNormalizedTags() []string
- func (o *CNSConfig) GetProtected() bool
- func (o *CNSConfig) GetUpdateIdempotencyKey() string
- func (o *CNSConfig) GetUpdateTime() time.Time
- func (o *CNSConfig) GetZHash() int
- func (o *CNSConfig) GetZone() int
- func (o *CNSConfig) Identifier() string
- func (o *CNSConfig) Identity() elemental.Identity
- func (o *CNSConfig) Patch(sparse elemental.SparseIdentifiable)
- func (o *CNSConfig) SetAnnotations(annotations map[string][]string)
- func (o *CNSConfig) SetAssociatedTags(associatedTags []string)
- func (o *CNSConfig) SetBSON(raw bson.Raw) error
- func (o *CNSConfig) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CNSConfig) SetCreateTime(createTime time.Time)
- func (o *CNSConfig) SetIdentifier(id string)
- func (o *CNSConfig) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CNSConfig) SetNamespace(namespace string)
- func (o *CNSConfig) SetNormalizedTags(normalizedTags []string)
- func (o *CNSConfig) SetProtected(protected bool)
- func (o *CNSConfig) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CNSConfig) SetUpdateTime(updateTime time.Time)
- func (o *CNSConfig) SetZHash(zHash int)
- func (o *CNSConfig) SetZone(zone int)
- func (*CNSConfig) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CNSConfig) String() string
- func (o *CNSConfig) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CNSConfig) Validate() error
- func (o *CNSConfig) ValueForAttribute(name string) interface{}
- func (o *CNSConfig) Version() int
- type CNSConfigsList
- func (o CNSConfigsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CNSConfigsList) Copy() elemental.Identifiables
- func (o CNSConfigsList) DefaultOrder() []string
- func (o CNSConfigsList) Identity() elemental.Identity
- func (o CNSConfigsList) List() elemental.IdentifiablesList
- func (o CNSConfigsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CNSConfigsList) Version() int
- type CNSRQLQueriesList
- func (o CNSRQLQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CNSRQLQueriesList) Copy() elemental.Identifiables
- func (o CNSRQLQueriesList) DefaultOrder() []string
- func (o CNSRQLQueriesList) Identity() elemental.Identity
- func (o CNSRQLQueriesList) List() elemental.IdentifiablesList
- func (o CNSRQLQueriesList) ToSparse(fields ...string) elemental.Identifiables
- func (o CNSRQLQueriesList) Version() int
- type CNSRQLQuery
- func (*CNSRQLQuery) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CNSRQLQuery) BleveType() string
- func (o *CNSRQLQuery) DeepCopy() *CNSRQLQuery
- func (o *CNSRQLQuery) DeepCopyInto(out *CNSRQLQuery)
- func (o *CNSRQLQuery) DefaultOrder() []string
- func (o *CNSRQLQuery) Doc() string
- func (o *CNSRQLQuery) GetBSON() (interface{}, error)
- func (o *CNSRQLQuery) Identifier() string
- func (o *CNSRQLQuery) Identity() elemental.Identity
- func (o *CNSRQLQuery) Patch(sparse elemental.SparseIdentifiable)
- func (o *CNSRQLQuery) SetBSON(raw bson.Raw) error
- func (o *CNSRQLQuery) SetIdentifier(id string)
- func (*CNSRQLQuery) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CNSRQLQuery) String() string
- func (o *CNSRQLQuery) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CNSRQLQuery) Validate() error
- func (o *CNSRQLQuery) ValueForAttribute(name string) interface{}
- func (o *CNSRQLQuery) Version() int
- type CNSSearch
- func (*CNSSearch) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CNSSearch) BleveType() string
- func (o *CNSSearch) DeepCopy() *CNSSearch
- func (o *CNSSearch) DeepCopyInto(out *CNSSearch)
- func (o *CNSSearch) DefaultOrder() []string
- func (o *CNSSearch) Doc() string
- func (o *CNSSearch) GetBSON() (interface{}, error)
- func (o *CNSSearch) Identifier() string
- func (o *CNSSearch) Identity() elemental.Identity
- func (o *CNSSearch) Patch(sparse elemental.SparseIdentifiable)
- func (o *CNSSearch) SetBSON(raw bson.Raw) error
- func (o *CNSSearch) SetIdentifier(id string)
- func (*CNSSearch) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CNSSearch) String() string
- func (o *CNSSearch) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CNSSearch) Validate() error
- func (o *CNSSearch) ValueForAttribute(name string) interface{}
- func (o *CNSSearch) Version() int
- type CNSSearchesList
- func (o CNSSearchesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CNSSearchesList) Copy() elemental.Identifiables
- func (o CNSSearchesList) DefaultOrder() []string
- func (o CNSSearchesList) Identity() elemental.Identity
- func (o CNSSearchesList) List() elemental.IdentifiablesList
- func (o CNSSearchesList) ToSparse(fields ...string) elemental.Identifiables
- func (o CNSSearchesList) Version() int
- type CNSSuggestion
- func (*CNSSuggestion) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CNSSuggestion) BleveType() string
- func (o *CNSSuggestion) DeepCopy() *CNSSuggestion
- func (o *CNSSuggestion) DeepCopyInto(out *CNSSuggestion)
- func (o *CNSSuggestion) DefaultOrder() []string
- func (o *CNSSuggestion) Doc() string
- func (o *CNSSuggestion) GetBSON() (interface{}, error)
- func (o *CNSSuggestion) Identifier() string
- func (o *CNSSuggestion) Identity() elemental.Identity
- func (o *CNSSuggestion) Patch(sparse elemental.SparseIdentifiable)
- func (o *CNSSuggestion) SetBSON(raw bson.Raw) error
- func (o *CNSSuggestion) SetIdentifier(id string)
- func (*CNSSuggestion) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CNSSuggestion) String() string
- func (o *CNSSuggestion) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CNSSuggestion) Validate() error
- func (o *CNSSuggestion) ValueForAttribute(name string) interface{}
- func (o *CNSSuggestion) Version() int
- type CNSSuggestionsList
- func (o CNSSuggestionsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CNSSuggestionsList) Copy() elemental.Identifiables
- func (o CNSSuggestionsList) DefaultOrder() []string
- func (o CNSSuggestionsList) Identity() elemental.Identity
- func (o CNSSuggestionsList) List() elemental.IdentifiablesList
- func (o CNSSuggestionsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CNSSuggestionsList) Version() int
- type CachedFlowReport
- func (*CachedFlowReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CachedFlowReport) BleveType() string
- func (o *CachedFlowReport) DeepCopy() *CachedFlowReport
- func (o *CachedFlowReport) DeepCopyInto(out *CachedFlowReport)
- func (o *CachedFlowReport) DefaultOrder() []string
- func (o *CachedFlowReport) Doc() string
- func (o *CachedFlowReport) GetBSON() (interface{}, error)
- func (o *CachedFlowReport) GetMigrationsLog() map[string]string
- func (o *CachedFlowReport) GetZHash() int
- func (o *CachedFlowReport) GetZone() int
- func (o *CachedFlowReport) Identifier() string
- func (o *CachedFlowReport) Identity() elemental.Identity
- func (o *CachedFlowReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *CachedFlowReport) SetBSON(raw bson.Raw) error
- func (o *CachedFlowReport) SetIdentifier(id string)
- func (o *CachedFlowReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CachedFlowReport) SetZHash(zHash int)
- func (o *CachedFlowReport) SetZone(zone int)
- func (*CachedFlowReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CachedFlowReport) String() string
- func (o *CachedFlowReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CachedFlowReport) Validate() error
- func (o *CachedFlowReport) ValueForAttribute(name string) interface{}
- func (o *CachedFlowReport) Version() int
- type CachedFlowReportActionValue
- type CachedFlowReportDestinationTypeValue
- type CachedFlowReportObservedActionValue
- type CachedFlowReportServiceTypeValue
- type CachedFlowReportSourceTypeValue
- type CachedFlowReportsList
- func (o CachedFlowReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CachedFlowReportsList) Copy() elemental.Identifiables
- func (o CachedFlowReportsList) DefaultOrder() []string
- func (o CachedFlowReportsList) Identity() elemental.Identity
- func (o CachedFlowReportsList) List() elemental.IdentifiablesList
- func (o CachedFlowReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CachedFlowReportsList) Version() int
- type CategoriesList
- func (o CategoriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CategoriesList) Copy() elemental.Identifiables
- func (o CategoriesList) DefaultOrder() []string
- func (o CategoriesList) Identity() elemental.Identity
- func (o CategoriesList) List() elemental.IdentifiablesList
- func (o CategoriesList) ToSparse(fields ...string) elemental.Identifiables
- func (o CategoriesList) Version() int
- type Category
- func (*Category) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Category) BleveType() string
- func (o *Category) DeepCopy() *Category
- func (o *Category) DeepCopyInto(out *Category)
- func (o *Category) DefaultOrder() []string
- func (o *Category) Doc() string
- func (o *Category) GetBSON() (interface{}, error)
- func (o *Category) GetDescription() string
- func (o *Category) GetName() string
- func (o *Category) Identifier() string
- func (o *Category) Identity() elemental.Identity
- func (o *Category) Patch(sparse elemental.SparseIdentifiable)
- func (o *Category) SetBSON(raw bson.Raw) error
- func (o *Category) SetDescription(description string)
- func (o *Category) SetIdentifier(id string)
- func (o *Category) SetName(name string)
- func (*Category) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Category) String() string
- func (o *Category) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Category) Validate() error
- func (o *Category) ValueForAttribute(name string) interface{}
- func (o *Category) Version() int
- type ClaimMapping
- type Claims
- func (*Claims) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Claims) BleveType() string
- func (o *Claims) DeepCopy() *Claims
- func (o *Claims) DeepCopyInto(out *Claims)
- func (o *Claims) DefaultOrder() []string
- func (o *Claims) Doc() string
- func (o *Claims) GetBSON() (interface{}, error)
- func (o *Claims) GetMigrationsLog() map[string]string
- func (o *Claims) GetNamespace() string
- func (o *Claims) GetZHash() int
- func (o *Claims) GetZone() int
- func (o *Claims) Identifier() string
- func (o *Claims) Identity() elemental.Identity
- func (o *Claims) Patch(sparse elemental.SparseIdentifiable)
- func (o *Claims) SetBSON(raw bson.Raw) error
- func (o *Claims) SetIdentifier(id string)
- func (o *Claims) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Claims) SetNamespace(namespace string)
- func (o *Claims) SetZHash(zHash int)
- func (o *Claims) SetZone(zone int)
- func (*Claims) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Claims) String() string
- func (o *Claims) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Claims) Validate() error
- func (o *Claims) ValueForAttribute(name string) interface{}
- func (o *Claims) Version() int
- type ClaimsList
- func (o ClaimsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ClaimsList) Copy() elemental.Identifiables
- func (o ClaimsList) DefaultOrder() []string
- func (o ClaimsList) Identity() elemental.Identity
- func (o ClaimsList) List() elemental.IdentifiablesList
- func (o ClaimsList) ToSparse(fields ...string) elemental.Identifiables
- func (o ClaimsList) Version() int
- type ClauseMatch
- func (*ClauseMatch) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ClauseMatch) BleveType() string
- func (o *ClauseMatch) DeepCopy() *ClauseMatch
- func (o *ClauseMatch) DeepCopyInto(out *ClauseMatch)
- func (o *ClauseMatch) DefaultOrder() []string
- func (o *ClauseMatch) Doc() string
- func (o *ClauseMatch) GetBSON() (interface{}, error)
- func (o *ClauseMatch) Identifier() string
- func (o *ClauseMatch) Identity() elemental.Identity
- func (o *ClauseMatch) Patch(sparse elemental.SparseIdentifiable)
- func (o *ClauseMatch) SetBSON(raw bson.Raw) error
- func (o *ClauseMatch) SetIdentifier(id string)
- func (*ClauseMatch) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ClauseMatch) String() string
- func (o *ClauseMatch) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ClauseMatch) Validate() error
- func (o *ClauseMatch) ValueForAttribute(name string) interface{}
- func (o *ClauseMatch) Version() int
- type ClauseMatchesList
- func (o ClauseMatchesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ClauseMatchesList) Copy() elemental.Identifiables
- func (o ClauseMatchesList) DefaultOrder() []string
- func (o ClauseMatchesList) Identity() elemental.Identity
- func (o ClauseMatchesList) List() elemental.IdentifiablesList
- func (o ClauseMatchesList) ToSparse(fields ...string) elemental.Identifiables
- func (o ClauseMatchesList) Version() int
- type CloudAccountCleaner
- func (*CloudAccountCleaner) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudAccountCleaner) BleveType() string
- func (o *CloudAccountCleaner) DeepCopy() *CloudAccountCleaner
- func (o *CloudAccountCleaner) DeepCopyInto(out *CloudAccountCleaner)
- func (o *CloudAccountCleaner) DefaultOrder() []string
- func (o *CloudAccountCleaner) Doc() string
- func (o *CloudAccountCleaner) GetBSON() (interface{}, error)
- func (o *CloudAccountCleaner) Identifier() string
- func (o *CloudAccountCleaner) Identity() elemental.Identity
- func (o *CloudAccountCleaner) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudAccountCleaner) SetBSON(raw bson.Raw) error
- func (o *CloudAccountCleaner) SetIdentifier(id string)
- func (*CloudAccountCleaner) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudAccountCleaner) String() string
- func (o *CloudAccountCleaner) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudAccountCleaner) Validate() error
- func (o *CloudAccountCleaner) ValueForAttribute(name string) interface{}
- func (o *CloudAccountCleaner) Version() int
- type CloudAccountCleanersList
- func (o CloudAccountCleanersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudAccountCleanersList) Copy() elemental.Identifiables
- func (o CloudAccountCleanersList) DefaultOrder() []string
- func (o CloudAccountCleanersList) Identity() elemental.Identity
- func (o CloudAccountCleanersList) List() elemental.IdentifiablesList
- func (o CloudAccountCleanersList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudAccountCleanersList) Version() int
- type CloudAddress
- type CloudAddressIPVersionValue
- type CloudAlert
- func (*CloudAlert) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudAlert) BleveType() string
- func (o *CloudAlert) DeepCopy() *CloudAlert
- func (o *CloudAlert) DeepCopyInto(out *CloudAlert)
- func (o *CloudAlert) DefaultOrder() []string
- func (o *CloudAlert) Doc() string
- func (o *CloudAlert) GetAnnotations() map[string][]string
- func (o *CloudAlert) GetAssociatedTags() []string
- func (o *CloudAlert) GetBSON() (interface{}, error)
- func (o *CloudAlert) GetCreateIdempotencyKey() string
- func (o *CloudAlert) GetDescription() string
- func (o *CloudAlert) GetMigrationsLog() map[string]string
- func (o *CloudAlert) GetName() string
- func (o *CloudAlert) GetNamespace() string
- func (o *CloudAlert) GetNormalizedTags() []string
- func (o *CloudAlert) GetProtected() bool
- func (o *CloudAlert) GetUpdateIdempotencyKey() string
- func (o *CloudAlert) GetZHash() int
- func (o *CloudAlert) GetZone() int
- func (o *CloudAlert) Identifier() string
- func (o *CloudAlert) Identity() elemental.Identity
- func (o *CloudAlert) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudAlert) SetAnnotations(annotations map[string][]string)
- func (o *CloudAlert) SetAssociatedTags(associatedTags []string)
- func (o *CloudAlert) SetBSON(raw bson.Raw) error
- func (o *CloudAlert) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudAlert) SetDescription(description string)
- func (o *CloudAlert) SetIdentifier(id string)
- func (o *CloudAlert) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudAlert) SetName(name string)
- func (o *CloudAlert) SetNamespace(namespace string)
- func (o *CloudAlert) SetNormalizedTags(normalizedTags []string)
- func (o *CloudAlert) SetProtected(protected bool)
- func (o *CloudAlert) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudAlert) SetZHash(zHash int)
- func (o *CloudAlert) SetZone(zone int)
- func (*CloudAlert) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudAlert) String() string
- func (o *CloudAlert) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudAlert) Validate() error
- func (o *CloudAlert) ValueForAttribute(name string) interface{}
- func (o *CloudAlert) Version() int
- type CloudAlertRule
- func (*CloudAlertRule) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudAlertRule) BleveType() string
- func (o *CloudAlertRule) DeepCopy() *CloudAlertRule
- func (o *CloudAlertRule) DeepCopyInto(out *CloudAlertRule)
- func (o *CloudAlertRule) DefaultOrder() []string
- func (o *CloudAlertRule) Doc() string
- func (o *CloudAlertRule) GetAnnotations() map[string][]string
- func (o *CloudAlertRule) GetAssociatedTags() []string
- func (o *CloudAlertRule) GetBSON() (interface{}, error)
- func (o *CloudAlertRule) GetCreateIdempotencyKey() string
- func (o *CloudAlertRule) GetCreateTime() time.Time
- func (o *CloudAlertRule) GetDescription() string
- func (o *CloudAlertRule) GetMigrationsLog() map[string]string
- func (o *CloudAlertRule) GetName() string
- func (o *CloudAlertRule) GetNamespace() string
- func (o *CloudAlertRule) GetNormalizedTags() []string
- func (o *CloudAlertRule) GetProtected() bool
- func (o *CloudAlertRule) GetUpdateIdempotencyKey() string
- func (o *CloudAlertRule) GetUpdateTime() time.Time
- func (o *CloudAlertRule) GetZHash() int
- func (o *CloudAlertRule) GetZone() int
- func (o *CloudAlertRule) Identifier() string
- func (o *CloudAlertRule) Identity() elemental.Identity
- func (o *CloudAlertRule) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudAlertRule) SetAnnotations(annotations map[string][]string)
- func (o *CloudAlertRule) SetAssociatedTags(associatedTags []string)
- func (o *CloudAlertRule) SetBSON(raw bson.Raw) error
- func (o *CloudAlertRule) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudAlertRule) SetCreateTime(createTime time.Time)
- func (o *CloudAlertRule) SetDescription(description string)
- func (o *CloudAlertRule) SetIdentifier(id string)
- func (o *CloudAlertRule) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudAlertRule) SetName(name string)
- func (o *CloudAlertRule) SetNamespace(namespace string)
- func (o *CloudAlertRule) SetNormalizedTags(normalizedTags []string)
- func (o *CloudAlertRule) SetProtected(protected bool)
- func (o *CloudAlertRule) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudAlertRule) SetUpdateTime(updateTime time.Time)
- func (o *CloudAlertRule) SetZHash(zHash int)
- func (o *CloudAlertRule) SetZone(zone int)
- func (*CloudAlertRule) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudAlertRule) String() string
- func (o *CloudAlertRule) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudAlertRule) Validate() error
- func (o *CloudAlertRule) ValueForAttribute(name string) interface{}
- func (o *CloudAlertRule) Version() int
- type CloudAlertRulesList
- func (o CloudAlertRulesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudAlertRulesList) Copy() elemental.Identifiables
- func (o CloudAlertRulesList) DefaultOrder() []string
- func (o CloudAlertRulesList) Identity() elemental.Identity
- func (o CloudAlertRulesList) List() elemental.IdentifiablesList
- func (o CloudAlertRulesList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudAlertRulesList) Version() int
- type CloudAlertsList
- func (o CloudAlertsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudAlertsList) Copy() elemental.Identifiables
- func (o CloudAlertsList) DefaultOrder() []string
- func (o CloudAlertsList) Identity() elemental.Identity
- func (o CloudAlertsList) List() elemental.IdentifiablesList
- func (o CloudAlertsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudAlertsList) Version() int
- type CloudEndpoint
- func (*CloudEndpoint) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudEndpoint) BleveType() string
- func (o *CloudEndpoint) DeepCopy() *CloudEndpoint
- func (o *CloudEndpoint) DeepCopyInto(out *CloudEndpoint)
- func (o *CloudEndpoint) DefaultOrder() []string
- func (o *CloudEndpoint) Doc() string
- func (o *CloudEndpoint) GetAPIID() int
- func (o *CloudEndpoint) GetAccountID() string
- func (o *CloudEndpoint) GetAnnotations() map[string][]string
- func (o *CloudEndpoint) GetAssociatedTags() []string
- func (o *CloudEndpoint) GetBSON() (interface{}, error)
- func (o *CloudEndpoint) GetCloudTags() []string
- func (o *CloudEndpoint) GetCloudType() string
- func (o *CloudEndpoint) GetCreateIdempotencyKey() string
- func (o *CloudEndpoint) GetCreateTime() time.Time
- func (o *CloudEndpoint) GetCustomerID() int
- func (o *CloudEndpoint) GetIngestionTime() time.Time
- func (o *CloudEndpoint) GetMigrationsLog() map[string]string
- func (o *CloudEndpoint) GetName() string
- func (o *CloudEndpoint) GetNamespace() string
- func (o *CloudEndpoint) GetNativeID() string
- func (o *CloudEndpoint) GetNormalizedTags() []string
- func (o *CloudEndpoint) GetPolicyReferences() []string
- func (o *CloudEndpoint) GetProtected() bool
- func (o *CloudEndpoint) GetRegionName() string
- func (o *CloudEndpoint) GetResourceID() int
- func (o *CloudEndpoint) GetUpdateIdempotencyKey() string
- func (o *CloudEndpoint) GetUpdateTime() time.Time
- func (o *CloudEndpoint) GetVPCID() string
- func (o *CloudEndpoint) GetZHash() int
- func (o *CloudEndpoint) GetZone() int
- func (o *CloudEndpoint) Identifier() string
- func (o *CloudEndpoint) Identity() elemental.Identity
- func (o *CloudEndpoint) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudEndpoint) SetAPIID(APIID int)
- func (o *CloudEndpoint) SetAccountID(accountID string)
- func (o *CloudEndpoint) SetAnnotations(annotations map[string][]string)
- func (o *CloudEndpoint) SetAssociatedTags(associatedTags []string)
- func (o *CloudEndpoint) SetBSON(raw bson.Raw) error
- func (o *CloudEndpoint) SetCloudTags(cloudTags []string)
- func (o *CloudEndpoint) SetCloudType(cloudType string)
- func (o *CloudEndpoint) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudEndpoint) SetCreateTime(createTime time.Time)
- func (o *CloudEndpoint) SetCustomerID(customerID int)
- func (o *CloudEndpoint) SetIdentifier(id string)
- func (o *CloudEndpoint) SetIngestionTime(ingestionTime time.Time)
- func (o *CloudEndpoint) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudEndpoint) SetName(name string)
- func (o *CloudEndpoint) SetNamespace(namespace string)
- func (o *CloudEndpoint) SetNativeID(nativeID string)
- func (o *CloudEndpoint) SetNormalizedTags(normalizedTags []string)
- func (o *CloudEndpoint) SetPolicyReferences(policyReferences []string)
- func (o *CloudEndpoint) SetProtected(protected bool)
- func (o *CloudEndpoint) SetRegionName(regionName string)
- func (o *CloudEndpoint) SetResourceID(resourceID int)
- func (o *CloudEndpoint) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudEndpoint) SetUpdateTime(updateTime time.Time)
- func (o *CloudEndpoint) SetVPCID(VPCID string)
- func (o *CloudEndpoint) SetZHash(zHash int)
- func (o *CloudEndpoint) SetZone(zone int)
- func (*CloudEndpoint) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudEndpoint) String() string
- func (o *CloudEndpoint) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudEndpoint) Validate() error
- func (o *CloudEndpoint) ValueForAttribute(name string) interface{}
- func (o *CloudEndpoint) Version() int
- type CloudEndpointData
- func (o *CloudEndpointData) BleveType() string
- func (o *CloudEndpointData) DeepCopy() *CloudEndpointData
- func (o *CloudEndpointData) DeepCopyInto(out *CloudEndpointData)
- func (o *CloudEndpointData) GetBSON() (interface{}, error)
- func (o *CloudEndpointData) SetBSON(raw bson.Raw) error
- func (o *CloudEndpointData) Validate() error
- type CloudEndpointDataProductInfo
- func (o *CloudEndpointDataProductInfo) BleveType() string
- func (o *CloudEndpointDataProductInfo) DeepCopy() *CloudEndpointDataProductInfo
- func (o *CloudEndpointDataProductInfo) DeepCopyInto(out *CloudEndpointDataProductInfo)
- func (o *CloudEndpointDataProductInfo) GetBSON() (interface{}, error)
- func (o *CloudEndpointDataProductInfo) SetBSON(raw bson.Raw) error
- func (o *CloudEndpointDataProductInfo) Validate() error
- type CloudEndpointDataServiceTypeValue
- type CloudEndpointDataTypeValue
- type CloudEndpointsList
- func (o CloudEndpointsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudEndpointsList) Copy() elemental.Identifiables
- func (o CloudEndpointsList) DefaultOrder() []string
- func (o CloudEndpointsList) Identity() elemental.Identity
- func (o CloudEndpointsList) List() elemental.IdentifiablesList
- func (o CloudEndpointsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudEndpointsList) Version() int
- type CloudGraph
- func (*CloudGraph) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudGraph) BleveType() string
- func (o *CloudGraph) DeepCopy() *CloudGraph
- func (o *CloudGraph) DeepCopyInto(out *CloudGraph)
- func (o *CloudGraph) DefaultOrder() []string
- func (o *CloudGraph) Doc() string
- func (o *CloudGraph) GetBSON() (interface{}, error)
- func (o *CloudGraph) Identifier() string
- func (o *CloudGraph) Identity() elemental.Identity
- func (o *CloudGraph) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudGraph) SetBSON(raw bson.Raw) error
- func (o *CloudGraph) SetIdentifier(id string)
- func (*CloudGraph) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudGraph) String() string
- func (o *CloudGraph) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudGraph) Validate() error
- func (o *CloudGraph) ValueForAttribute(name string) interface{}
- func (o *CloudGraph) Version() int
- type CloudGraphEdge
- func (o *CloudGraphEdge) BleveType() string
- func (o *CloudGraphEdge) DeepCopy() *CloudGraphEdge
- func (o *CloudGraphEdge) DeepCopyInto(out *CloudGraphEdge)
- func (o *CloudGraphEdge) GetBSON() (interface{}, error)
- func (o *CloudGraphEdge) SetBSON(raw bson.Raw) error
- func (o *CloudGraphEdge) Validate() error
- type CloudGraphNode
- func (o *CloudGraphNode) BleveType() string
- func (o *CloudGraphNode) DeepCopy() *CloudGraphNode
- func (o *CloudGraphNode) DeepCopyInto(out *CloudGraphNode)
- func (o *CloudGraphNode) GetBSON() (interface{}, error)
- func (o *CloudGraphNode) SetBSON(raw bson.Raw) error
- func (o *CloudGraphNode) Validate() error
- type CloudGraphNodeAction
- func (o *CloudGraphNodeAction) BleveType() string
- func (o *CloudGraphNodeAction) DeepCopy() *CloudGraphNodeAction
- func (o *CloudGraphNodeAction) DeepCopyInto(out *CloudGraphNodeAction)
- func (o *CloudGraphNodeAction) GetBSON() (interface{}, error)
- func (o *CloudGraphNodeAction) SetBSON(raw bson.Raw) error
- func (o *CloudGraphNodeAction) Validate() error
- type CloudGraphsList
- func (o CloudGraphsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudGraphsList) Copy() elemental.Identifiables
- func (o CloudGraphsList) DefaultOrder() []string
- func (o CloudGraphsList) Identity() elemental.Identity
- func (o CloudGraphsList) List() elemental.IdentifiablesList
- func (o CloudGraphsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudGraphsList) Version() int
- type CloudInterfaceData
- func (o *CloudInterfaceData) BleveType() string
- func (o *CloudInterfaceData) DeepCopy() *CloudInterfaceData
- func (o *CloudInterfaceData) DeepCopyInto(out *CloudInterfaceData)
- func (o *CloudInterfaceData) GetBSON() (interface{}, error)
- func (o *CloudInterfaceData) SetBSON(raw bson.Raw) error
- func (o *CloudInterfaceData) Validate() error
- type CloudInterfaceDataAttachmentTypeValue
- type CloudManagedNetwork
- func (*CloudManagedNetwork) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudManagedNetwork) BleveType() string
- func (o *CloudManagedNetwork) DeepCopy() *CloudManagedNetwork
- func (o *CloudManagedNetwork) DeepCopyInto(out *CloudManagedNetwork)
- func (o *CloudManagedNetwork) DefaultOrder() []string
- func (o *CloudManagedNetwork) Doc() string
- func (o *CloudManagedNetwork) GetAPIID() int
- func (o *CloudManagedNetwork) GetAccountID() string
- func (o *CloudManagedNetwork) GetAnnotations() map[string][]string
- func (o *CloudManagedNetwork) GetAssociatedTags() []string
- func (o *CloudManagedNetwork) GetBSON() (interface{}, error)
- func (o *CloudManagedNetwork) GetCloudTags() []string
- func (o *CloudManagedNetwork) GetCloudType() string
- func (o *CloudManagedNetwork) GetCreateIdempotencyKey() string
- func (o *CloudManagedNetwork) GetCreateTime() time.Time
- func (o *CloudManagedNetwork) GetCustomerID() int
- func (o *CloudManagedNetwork) GetIngestionTime() time.Time
- func (o *CloudManagedNetwork) GetMigrationsLog() map[string]string
- func (o *CloudManagedNetwork) GetName() string
- func (o *CloudManagedNetwork) GetNamespace() string
- func (o *CloudManagedNetwork) GetNativeID() string
- func (o *CloudManagedNetwork) GetNormalizedTags() []string
- func (o *CloudManagedNetwork) GetPolicyReferences() []string
- func (o *CloudManagedNetwork) GetProtected() bool
- func (o *CloudManagedNetwork) GetRegionName() string
- func (o *CloudManagedNetwork) GetResourceID() int
- func (o *CloudManagedNetwork) GetUpdateIdempotencyKey() string
- func (o *CloudManagedNetwork) GetUpdateTime() time.Time
- func (o *CloudManagedNetwork) GetVPCID() string
- func (o *CloudManagedNetwork) GetZHash() int
- func (o *CloudManagedNetwork) GetZone() int
- func (o *CloudManagedNetwork) Identifier() string
- func (o *CloudManagedNetwork) Identity() elemental.Identity
- func (o *CloudManagedNetwork) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudManagedNetwork) SetAPIID(APIID int)
- func (o *CloudManagedNetwork) SetAccountID(accountID string)
- func (o *CloudManagedNetwork) SetAnnotations(annotations map[string][]string)
- func (o *CloudManagedNetwork) SetAssociatedTags(associatedTags []string)
- func (o *CloudManagedNetwork) SetBSON(raw bson.Raw) error
- func (o *CloudManagedNetwork) SetCloudTags(cloudTags []string)
- func (o *CloudManagedNetwork) SetCloudType(cloudType string)
- func (o *CloudManagedNetwork) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudManagedNetwork) SetCreateTime(createTime time.Time)
- func (o *CloudManagedNetwork) SetCustomerID(customerID int)
- func (o *CloudManagedNetwork) SetIdentifier(id string)
- func (o *CloudManagedNetwork) SetIngestionTime(ingestionTime time.Time)
- func (o *CloudManagedNetwork) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudManagedNetwork) SetName(name string)
- func (o *CloudManagedNetwork) SetNamespace(namespace string)
- func (o *CloudManagedNetwork) SetNativeID(nativeID string)
- func (o *CloudManagedNetwork) SetNormalizedTags(normalizedTags []string)
- func (o *CloudManagedNetwork) SetPolicyReferences(policyReferences []string)
- func (o *CloudManagedNetwork) SetProtected(protected bool)
- func (o *CloudManagedNetwork) SetRegionName(regionName string)
- func (o *CloudManagedNetwork) SetResourceID(resourceID int)
- func (o *CloudManagedNetwork) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudManagedNetwork) SetUpdateTime(updateTime time.Time)
- func (o *CloudManagedNetwork) SetVPCID(VPCID string)
- func (o *CloudManagedNetwork) SetZHash(zHash int)
- func (o *CloudManagedNetwork) SetZone(zone int)
- func (*CloudManagedNetwork) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudManagedNetwork) String() string
- func (o *CloudManagedNetwork) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudManagedNetwork) Validate() error
- func (o *CloudManagedNetwork) ValueForAttribute(name string) interface{}
- func (o *CloudManagedNetwork) Version() int
- type CloudManagedNetworkTypeValue
- type CloudManagedNetworksList
- func (o CloudManagedNetworksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudManagedNetworksList) Copy() elemental.Identifiables
- func (o CloudManagedNetworksList) DefaultOrder() []string
- func (o CloudManagedNetworksList) Identity() elemental.Identity
- func (o CloudManagedNetworksList) List() elemental.IdentifiablesList
- func (o CloudManagedNetworksList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudManagedNetworksList) Version() int
- type CloudNetworkInterface
- func (*CloudNetworkInterface) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudNetworkInterface) BleveType() string
- func (o *CloudNetworkInterface) DeepCopy() *CloudNetworkInterface
- func (o *CloudNetworkInterface) DeepCopyInto(out *CloudNetworkInterface)
- func (o *CloudNetworkInterface) DefaultOrder() []string
- func (o *CloudNetworkInterface) Doc() string
- func (o *CloudNetworkInterface) GetAPIID() int
- func (o *CloudNetworkInterface) GetAccountID() string
- func (o *CloudNetworkInterface) GetAnnotations() map[string][]string
- func (o *CloudNetworkInterface) GetAssociatedTags() []string
- func (o *CloudNetworkInterface) GetBSON() (interface{}, error)
- func (o *CloudNetworkInterface) GetCloudTags() []string
- func (o *CloudNetworkInterface) GetCloudType() string
- func (o *CloudNetworkInterface) GetCreateIdempotencyKey() string
- func (o *CloudNetworkInterface) GetCreateTime() time.Time
- func (o *CloudNetworkInterface) GetCustomerID() int
- func (o *CloudNetworkInterface) GetIngestionTime() time.Time
- func (o *CloudNetworkInterface) GetMigrationsLog() map[string]string
- func (o *CloudNetworkInterface) GetName() string
- func (o *CloudNetworkInterface) GetNamespace() string
- func (o *CloudNetworkInterface) GetNativeID() string
- func (o *CloudNetworkInterface) GetNormalizedTags() []string
- func (o *CloudNetworkInterface) GetPolicyReferences() []string
- func (o *CloudNetworkInterface) GetProtected() bool
- func (o *CloudNetworkInterface) GetRegionName() string
- func (o *CloudNetworkInterface) GetResourceID() int
- func (o *CloudNetworkInterface) GetUpdateIdempotencyKey() string
- func (o *CloudNetworkInterface) GetUpdateTime() time.Time
- func (o *CloudNetworkInterface) GetVPCID() string
- func (o *CloudNetworkInterface) GetZHash() int
- func (o *CloudNetworkInterface) GetZone() int
- func (o *CloudNetworkInterface) Identifier() string
- func (o *CloudNetworkInterface) Identity() elemental.Identity
- func (o *CloudNetworkInterface) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudNetworkInterface) SetAPIID(APIID int)
- func (o *CloudNetworkInterface) SetAccountID(accountID string)
- func (o *CloudNetworkInterface) SetAnnotations(annotations map[string][]string)
- func (o *CloudNetworkInterface) SetAssociatedTags(associatedTags []string)
- func (o *CloudNetworkInterface) SetBSON(raw bson.Raw) error
- func (o *CloudNetworkInterface) SetCloudTags(cloudTags []string)
- func (o *CloudNetworkInterface) SetCloudType(cloudType string)
- func (o *CloudNetworkInterface) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudNetworkInterface) SetCreateTime(createTime time.Time)
- func (o *CloudNetworkInterface) SetCustomerID(customerID int)
- func (o *CloudNetworkInterface) SetIdentifier(id string)
- func (o *CloudNetworkInterface) SetIngestionTime(ingestionTime time.Time)
- func (o *CloudNetworkInterface) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudNetworkInterface) SetName(name string)
- func (o *CloudNetworkInterface) SetNamespace(namespace string)
- func (o *CloudNetworkInterface) SetNativeID(nativeID string)
- func (o *CloudNetworkInterface) SetNormalizedTags(normalizedTags []string)
- func (o *CloudNetworkInterface) SetPolicyReferences(policyReferences []string)
- func (o *CloudNetworkInterface) SetProtected(protected bool)
- func (o *CloudNetworkInterface) SetRegionName(regionName string)
- func (o *CloudNetworkInterface) SetResourceID(resourceID int)
- func (o *CloudNetworkInterface) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudNetworkInterface) SetUpdateTime(updateTime time.Time)
- func (o *CloudNetworkInterface) SetVPCID(VPCID string)
- func (o *CloudNetworkInterface) SetZHash(zHash int)
- func (o *CloudNetworkInterface) SetZone(zone int)
- func (*CloudNetworkInterface) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudNetworkInterface) String() string
- func (o *CloudNetworkInterface) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudNetworkInterface) Validate() error
- func (o *CloudNetworkInterface) ValueForAttribute(name string) interface{}
- func (o *CloudNetworkInterface) Version() int
- type CloudNetworkInterfacesList
- func (o CloudNetworkInterfacesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudNetworkInterfacesList) Copy() elemental.Identifiables
- func (o CloudNetworkInterfacesList) DefaultOrder() []string
- func (o CloudNetworkInterfacesList) Identity() elemental.Identity
- func (o CloudNetworkInterfacesList) List() elemental.IdentifiablesList
- func (o CloudNetworkInterfacesList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudNetworkInterfacesList) Version() int
- type CloudNetworkQueriesList
- func (o CloudNetworkQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudNetworkQueriesList) Copy() elemental.Identifiables
- func (o CloudNetworkQueriesList) DefaultOrder() []string
- func (o CloudNetworkQueriesList) Identity() elemental.Identity
- func (o CloudNetworkQueriesList) List() elemental.IdentifiablesList
- func (o CloudNetworkQueriesList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudNetworkQueriesList) Version() int
- type CloudNetworkQuery
- func (*CloudNetworkQuery) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudNetworkQuery) BleveType() string
- func (o *CloudNetworkQuery) DeepCopy() *CloudNetworkQuery
- func (o *CloudNetworkQuery) DeepCopyInto(out *CloudNetworkQuery)
- func (o *CloudNetworkQuery) DefaultOrder() []string
- func (o *CloudNetworkQuery) Doc() string
- func (o *CloudNetworkQuery) GetAnnotations() map[string][]string
- func (o *CloudNetworkQuery) GetAssociatedTags() []string
- func (o *CloudNetworkQuery) GetBSON() (interface{}, error)
- func (o *CloudNetworkQuery) GetCreateIdempotencyKey() string
- func (o *CloudNetworkQuery) GetDescription() string
- func (o *CloudNetworkQuery) GetMigrationsLog() map[string]string
- func (o *CloudNetworkQuery) GetName() string
- func (o *CloudNetworkQuery) GetNamespace() string
- func (o *CloudNetworkQuery) GetNormalizedTags() []string
- func (o *CloudNetworkQuery) GetProtected() bool
- func (o *CloudNetworkQuery) GetUpdateIdempotencyKey() string
- func (o *CloudNetworkQuery) GetZHash() int
- func (o *CloudNetworkQuery) GetZone() int
- func (o *CloudNetworkQuery) Identifier() string
- func (o *CloudNetworkQuery) Identity() elemental.Identity
- func (o *CloudNetworkQuery) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudNetworkQuery) SetAnnotations(annotations map[string][]string)
- func (o *CloudNetworkQuery) SetAssociatedTags(associatedTags []string)
- func (o *CloudNetworkQuery) SetBSON(raw bson.Raw) error
- func (o *CloudNetworkQuery) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudNetworkQuery) SetDescription(description string)
- func (o *CloudNetworkQuery) SetIdentifier(id string)
- func (o *CloudNetworkQuery) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudNetworkQuery) SetName(name string)
- func (o *CloudNetworkQuery) SetNamespace(namespace string)
- func (o *CloudNetworkQuery) SetNormalizedTags(normalizedTags []string)
- func (o *CloudNetworkQuery) SetProtected(protected bool)
- func (o *CloudNetworkQuery) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudNetworkQuery) SetZHash(zHash int)
- func (o *CloudNetworkQuery) SetZone(zone int)
- func (*CloudNetworkQuery) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudNetworkQuery) String() string
- func (o *CloudNetworkQuery) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudNetworkQuery) Validate() error
- func (o *CloudNetworkQuery) ValueForAttribute(name string) interface{}
- func (o *CloudNetworkQuery) Version() int
- type CloudNetworkQueryAlertOnValue
- type CloudNetworkQueryDestination
- func (o *CloudNetworkQueryDestination) BleveType() string
- func (o *CloudNetworkQueryDestination) DeepCopy() *CloudNetworkQueryDestination
- func (o *CloudNetworkQueryDestination) DeepCopyInto(out *CloudNetworkQueryDestination)
- func (o *CloudNetworkQueryDestination) GetBSON() (interface{}, error)
- func (o *CloudNetworkQueryDestination) SetBSON(raw bson.Raw) error
- func (o *CloudNetworkQueryDestination) Validate() error
- type CloudNetworkQueryDestinationTypeValue
- type CloudNetworkQueryEffectiveActionValue
- type CloudNetworkQueryFilter
- func (o *CloudNetworkQueryFilter) BleveType() string
- func (o *CloudNetworkQueryFilter) DeepCopy() *CloudNetworkQueryFilter
- func (o *CloudNetworkQueryFilter) DeepCopyInto(out *CloudNetworkQueryFilter)
- func (o *CloudNetworkQueryFilter) GetBSON() (interface{}, error)
- func (o *CloudNetworkQueryFilter) SetBSON(raw bson.Raw) error
- func (o *CloudNetworkQueryFilter) Validate() error
- type CloudNetworkQueryFilterResourceTypeValue
- type CloudNetworkQueryTypeValue
- type CloudNetworkRule
- func (o *CloudNetworkRule) BleveType() string
- func (o *CloudNetworkRule) DeepCopy() *CloudNetworkRule
- func (o *CloudNetworkRule) DeepCopyInto(out *CloudNetworkRule)
- func (o *CloudNetworkRule) GetBSON() (interface{}, error)
- func (o *CloudNetworkRule) SetBSON(raw bson.Raw) error
- func (o *CloudNetworkRule) Validate() error
- type CloudNetworkRuleActionValue
- type CloudNetworkRuleSet
- func (*CloudNetworkRuleSet) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudNetworkRuleSet) BleveType() string
- func (o *CloudNetworkRuleSet) DeepCopy() *CloudNetworkRuleSet
- func (o *CloudNetworkRuleSet) DeepCopyInto(out *CloudNetworkRuleSet)
- func (o *CloudNetworkRuleSet) DefaultOrder() []string
- func (o *CloudNetworkRuleSet) Doc() string
- func (o *CloudNetworkRuleSet) GetAPIID() int
- func (o *CloudNetworkRuleSet) GetAccountID() string
- func (o *CloudNetworkRuleSet) GetAnnotations() map[string][]string
- func (o *CloudNetworkRuleSet) GetAssociatedTags() []string
- func (o *CloudNetworkRuleSet) GetBSON() (interface{}, error)
- func (o *CloudNetworkRuleSet) GetCloudTags() []string
- func (o *CloudNetworkRuleSet) GetCloudType() string
- func (o *CloudNetworkRuleSet) GetCreateIdempotencyKey() string
- func (o *CloudNetworkRuleSet) GetCreateTime() time.Time
- func (o *CloudNetworkRuleSet) GetCustomerID() int
- func (o *CloudNetworkRuleSet) GetIngestionTime() time.Time
- func (o *CloudNetworkRuleSet) GetMigrationsLog() map[string]string
- func (o *CloudNetworkRuleSet) GetName() string
- func (o *CloudNetworkRuleSet) GetNamespace() string
- func (o *CloudNetworkRuleSet) GetNativeID() string
- func (o *CloudNetworkRuleSet) GetNormalizedTags() []string
- func (o *CloudNetworkRuleSet) GetPolicyReferences() []string
- func (o *CloudNetworkRuleSet) GetProtected() bool
- func (o *CloudNetworkRuleSet) GetRegionName() string
- func (o *CloudNetworkRuleSet) GetResourceID() int
- func (o *CloudNetworkRuleSet) GetUpdateIdempotencyKey() string
- func (o *CloudNetworkRuleSet) GetUpdateTime() time.Time
- func (o *CloudNetworkRuleSet) GetVPCID() string
- func (o *CloudNetworkRuleSet) GetZHash() int
- func (o *CloudNetworkRuleSet) GetZone() int
- func (o *CloudNetworkRuleSet) Identifier() string
- func (o *CloudNetworkRuleSet) Identity() elemental.Identity
- func (o *CloudNetworkRuleSet) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudNetworkRuleSet) SetAPIID(APIID int)
- func (o *CloudNetworkRuleSet) SetAccountID(accountID string)
- func (o *CloudNetworkRuleSet) SetAnnotations(annotations map[string][]string)
- func (o *CloudNetworkRuleSet) SetAssociatedTags(associatedTags []string)
- func (o *CloudNetworkRuleSet) SetBSON(raw bson.Raw) error
- func (o *CloudNetworkRuleSet) SetCloudTags(cloudTags []string)
- func (o *CloudNetworkRuleSet) SetCloudType(cloudType string)
- func (o *CloudNetworkRuleSet) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudNetworkRuleSet) SetCreateTime(createTime time.Time)
- func (o *CloudNetworkRuleSet) SetCustomerID(customerID int)
- func (o *CloudNetworkRuleSet) SetIdentifier(id string)
- func (o *CloudNetworkRuleSet) SetIngestionTime(ingestionTime time.Time)
- func (o *CloudNetworkRuleSet) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudNetworkRuleSet) SetName(name string)
- func (o *CloudNetworkRuleSet) SetNamespace(namespace string)
- func (o *CloudNetworkRuleSet) SetNativeID(nativeID string)
- func (o *CloudNetworkRuleSet) SetNormalizedTags(normalizedTags []string)
- func (o *CloudNetworkRuleSet) SetPolicyReferences(policyReferences []string)
- func (o *CloudNetworkRuleSet) SetProtected(protected bool)
- func (o *CloudNetworkRuleSet) SetRegionName(regionName string)
- func (o *CloudNetworkRuleSet) SetResourceID(resourceID int)
- func (o *CloudNetworkRuleSet) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudNetworkRuleSet) SetUpdateTime(updateTime time.Time)
- func (o *CloudNetworkRuleSet) SetVPCID(VPCID string)
- func (o *CloudNetworkRuleSet) SetZHash(zHash int)
- func (o *CloudNetworkRuleSet) SetZone(zone int)
- func (*CloudNetworkRuleSet) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudNetworkRuleSet) String() string
- func (o *CloudNetworkRuleSet) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudNetworkRuleSet) Validate() error
- func (o *CloudNetworkRuleSet) ValueForAttribute(name string) interface{}
- func (o *CloudNetworkRuleSet) Version() int
- type CloudNetworkRuleSetData
- func (o *CloudNetworkRuleSetData) BleveType() string
- func (o *CloudNetworkRuleSetData) DeepCopy() *CloudNetworkRuleSetData
- func (o *CloudNetworkRuleSetData) DeepCopyInto(out *CloudNetworkRuleSetData)
- func (o *CloudNetworkRuleSetData) GetBSON() (interface{}, error)
- func (o *CloudNetworkRuleSetData) SetBSON(raw bson.Raw) error
- func (o *CloudNetworkRuleSetData) Validate() error
- type CloudNetworkRuleSetDataTypeValue
- type CloudNetworkRuleSetsList
- func (o CloudNetworkRuleSetsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudNetworkRuleSetsList) Copy() elemental.Identifiables
- func (o CloudNetworkRuleSetsList) DefaultOrder() []string
- func (o CloudNetworkRuleSetsList) Identity() elemental.Identity
- func (o CloudNetworkRuleSetsList) List() elemental.IdentifiablesList
- func (o CloudNetworkRuleSetsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudNetworkRuleSetsList) Version() int
- type CloudNode
- func (*CloudNode) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudNode) BleveType() string
- func (o *CloudNode) DeepCopy() *CloudNode
- func (o *CloudNode) DeepCopyInto(out *CloudNode)
- func (o *CloudNode) DefaultOrder() []string
- func (o *CloudNode) Doc() string
- func (o *CloudNode) GetAPIID() int
- func (o *CloudNode) GetAccountID() string
- func (o *CloudNode) GetAnnotations() map[string][]string
- func (o *CloudNode) GetAssociatedTags() []string
- func (o *CloudNode) GetAttachments() []string
- func (o *CloudNode) GetBSON() (interface{}, error)
- func (o *CloudNode) GetCloudTags() []string
- func (o *CloudNode) GetCloudType() string
- func (o *CloudNode) GetCreateIdempotencyKey() string
- func (o *CloudNode) GetCreateTime() time.Time
- func (o *CloudNode) GetCustomerID() int
- func (o *CloudNode) GetIngestionTime() time.Time
- func (o *CloudNode) GetMigrationsLog() map[string]string
- func (o *CloudNode) GetName() string
- func (o *CloudNode) GetNamespace() string
- func (o *CloudNode) GetNativeID() string
- func (o *CloudNode) GetNormalizedTags() []string
- func (o *CloudNode) GetParameters() map[string]interface{}
- func (o *CloudNode) GetPolicyReferences() []string
- func (o *CloudNode) GetProtected() bool
- func (o *CloudNode) GetRegionName() string
- func (o *CloudNode) GetResourceID() int
- func (o *CloudNode) GetUpdateIdempotencyKey() string
- func (o *CloudNode) GetUpdateTime() time.Time
- func (o *CloudNode) GetVPCID() string
- func (o *CloudNode) GetZHash() int
- func (o *CloudNode) GetZone() int
- func (o *CloudNode) Identifier() string
- func (o *CloudNode) Identity() elemental.Identity
- func (o *CloudNode) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudNode) SetAPIID(APIID int)
- func (o *CloudNode) SetAccountID(accountID string)
- func (o *CloudNode) SetAnnotations(annotations map[string][]string)
- func (o *CloudNode) SetAssociatedTags(associatedTags []string)
- func (o *CloudNode) SetAttachments(attachments []string)
- func (o *CloudNode) SetBSON(raw bson.Raw) error
- func (o *CloudNode) SetCloudTags(cloudTags []string)
- func (o *CloudNode) SetCloudType(cloudType string)
- func (o *CloudNode) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudNode) SetCreateTime(createTime time.Time)
- func (o *CloudNode) SetCustomerID(customerID int)
- func (o *CloudNode) SetIdentifier(id string)
- func (o *CloudNode) SetIngestionTime(ingestionTime time.Time)
- func (o *CloudNode) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudNode) SetName(name string)
- func (o *CloudNode) SetNamespace(namespace string)
- func (o *CloudNode) SetNativeID(nativeID string)
- func (o *CloudNode) SetNormalizedTags(normalizedTags []string)
- func (o *CloudNode) SetParameters(parameters map[string]interface{})
- func (o *CloudNode) SetPolicyReferences(policyReferences []string)
- func (o *CloudNode) SetProtected(protected bool)
- func (o *CloudNode) SetRegionName(regionName string)
- func (o *CloudNode) SetResourceID(resourceID int)
- func (o *CloudNode) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudNode) SetUpdateTime(updateTime time.Time)
- func (o *CloudNode) SetVPCID(VPCID string)
- func (o *CloudNode) SetZHash(zHash int)
- func (o *CloudNode) SetZone(zone int)
- func (*CloudNode) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudNode) String() string
- func (o *CloudNode) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudNode) Validate() error
- func (o *CloudNode) ValueForAttribute(name string) interface{}
- func (o *CloudNode) Version() int
- type CloudNodeTypeValue
- type CloudNodesList
- func (o CloudNodesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudNodesList) Copy() elemental.Identifiables
- func (o CloudNodesList) DefaultOrder() []string
- func (o CloudNodesList) Identity() elemental.Identity
- func (o CloudNodesList) List() elemental.IdentifiablesList
- func (o CloudNodesList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudNodesList) Version() int
- type CloudPathElement
- func (o *CloudPathElement) BleveType() string
- func (o *CloudPathElement) DeepCopy() *CloudPathElement
- func (o *CloudPathElement) DeepCopyInto(out *CloudPathElement)
- func (o *CloudPathElement) GetBSON() (interface{}, error)
- func (o *CloudPathElement) SetBSON(raw bson.Raw) error
- func (o *CloudPathElement) Validate() error
- type CloudPoliciesList
- func (o CloudPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudPoliciesList) Copy() elemental.Identifiables
- func (o CloudPoliciesList) DefaultOrder() []string
- func (o CloudPoliciesList) Identity() elemental.Identity
- func (o CloudPoliciesList) List() elemental.IdentifiablesList
- func (o CloudPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudPoliciesList) Version() int
- type CloudPolicy
- func (*CloudPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudPolicy) BleveType() string
- func (o *CloudPolicy) DeepCopy() *CloudPolicy
- func (o *CloudPolicy) DeepCopyInto(out *CloudPolicy)
- func (o *CloudPolicy) DefaultOrder() []string
- func (o *CloudPolicy) Doc() string
- func (o *CloudPolicy) GetAnnotations() map[string][]string
- func (o *CloudPolicy) GetAssociatedTags() []string
- func (o *CloudPolicy) GetBSON() (interface{}, error)
- func (o *CloudPolicy) GetCreateIdempotencyKey() string
- func (o *CloudPolicy) GetCreateTime() time.Time
- func (o *CloudPolicy) GetDescription() string
- func (o *CloudPolicy) GetMigrationsLog() map[string]string
- func (o *CloudPolicy) GetName() string
- func (o *CloudPolicy) GetNamespace() string
- func (o *CloudPolicy) GetNormalizedTags() []string
- func (o *CloudPolicy) GetProtected() bool
- func (o *CloudPolicy) GetUpdateIdempotencyKey() string
- func (o *CloudPolicy) GetUpdateTime() time.Time
- func (o *CloudPolicy) GetZHash() int
- func (o *CloudPolicy) GetZone() int
- func (o *CloudPolicy) Identifier() string
- func (o *CloudPolicy) Identity() elemental.Identity
- func (o *CloudPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudPolicy) SetAnnotations(annotations map[string][]string)
- func (o *CloudPolicy) SetAssociatedTags(associatedTags []string)
- func (o *CloudPolicy) SetBSON(raw bson.Raw) error
- func (o *CloudPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudPolicy) SetCreateTime(createTime time.Time)
- func (o *CloudPolicy) SetDescription(description string)
- func (o *CloudPolicy) SetIdentifier(id string)
- func (o *CloudPolicy) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudPolicy) SetName(name string)
- func (o *CloudPolicy) SetNamespace(namespace string)
- func (o *CloudPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *CloudPolicy) SetProtected(protected bool)
- func (o *CloudPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudPolicy) SetUpdateTime(updateTime time.Time)
- func (o *CloudPolicy) SetZHash(zHash int)
- func (o *CloudPolicy) SetZone(zone int)
- func (*CloudPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudPolicy) String() string
- func (o *CloudPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudPolicy) Validate() error
- func (o *CloudPolicy) ValueForAttribute(name string) interface{}
- func (o *CloudPolicy) Version() int
- type CloudPolicySeverityValue
- type CloudRoute
- type CloudRouteData
- func (o *CloudRouteData) BleveType() string
- func (o *CloudRouteData) DeepCopy() *CloudRouteData
- func (o *CloudRouteData) DeepCopyInto(out *CloudRouteData)
- func (o *CloudRouteData) GetBSON() (interface{}, error)
- func (o *CloudRouteData) SetBSON(raw bson.Raw) error
- func (o *CloudRouteData) Validate() error
- type CloudRouteNextHopTypeValue
- type CloudRouteTable
- func (*CloudRouteTable) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudRouteTable) BleveType() string
- func (o *CloudRouteTable) DeepCopy() *CloudRouteTable
- func (o *CloudRouteTable) DeepCopyInto(out *CloudRouteTable)
- func (o *CloudRouteTable) DefaultOrder() []string
- func (o *CloudRouteTable) Doc() string
- func (o *CloudRouteTable) GetAPIID() int
- func (o *CloudRouteTable) GetAccountID() string
- func (o *CloudRouteTable) GetAnnotations() map[string][]string
- func (o *CloudRouteTable) GetAssociatedTags() []string
- func (o *CloudRouteTable) GetBSON() (interface{}, error)
- func (o *CloudRouteTable) GetCloudTags() []string
- func (o *CloudRouteTable) GetCloudType() string
- func (o *CloudRouteTable) GetCreateIdempotencyKey() string
- func (o *CloudRouteTable) GetCreateTime() time.Time
- func (o *CloudRouteTable) GetCustomerID() int
- func (o *CloudRouteTable) GetIngestionTime() time.Time
- func (o *CloudRouteTable) GetMigrationsLog() map[string]string
- func (o *CloudRouteTable) GetName() string
- func (o *CloudRouteTable) GetNamespace() string
- func (o *CloudRouteTable) GetNativeID() string
- func (o *CloudRouteTable) GetNormalizedTags() []string
- func (o *CloudRouteTable) GetPolicyReferences() []string
- func (o *CloudRouteTable) GetProtected() bool
- func (o *CloudRouteTable) GetRegionName() string
- func (o *CloudRouteTable) GetResourceID() int
- func (o *CloudRouteTable) GetUpdateIdempotencyKey() string
- func (o *CloudRouteTable) GetUpdateTime() time.Time
- func (o *CloudRouteTable) GetVPCID() string
- func (o *CloudRouteTable) GetZHash() int
- func (o *CloudRouteTable) GetZone() int
- func (o *CloudRouteTable) Identifier() string
- func (o *CloudRouteTable) Identity() elemental.Identity
- func (o *CloudRouteTable) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudRouteTable) SetAPIID(APIID int)
- func (o *CloudRouteTable) SetAccountID(accountID string)
- func (o *CloudRouteTable) SetAnnotations(annotations map[string][]string)
- func (o *CloudRouteTable) SetAssociatedTags(associatedTags []string)
- func (o *CloudRouteTable) SetBSON(raw bson.Raw) error
- func (o *CloudRouteTable) SetCloudTags(cloudTags []string)
- func (o *CloudRouteTable) SetCloudType(cloudType string)
- func (o *CloudRouteTable) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudRouteTable) SetCreateTime(createTime time.Time)
- func (o *CloudRouteTable) SetCustomerID(customerID int)
- func (o *CloudRouteTable) SetIdentifier(id string)
- func (o *CloudRouteTable) SetIngestionTime(ingestionTime time.Time)
- func (o *CloudRouteTable) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudRouteTable) SetName(name string)
- func (o *CloudRouteTable) SetNamespace(namespace string)
- func (o *CloudRouteTable) SetNativeID(nativeID string)
- func (o *CloudRouteTable) SetNormalizedTags(normalizedTags []string)
- func (o *CloudRouteTable) SetPolicyReferences(policyReferences []string)
- func (o *CloudRouteTable) SetProtected(protected bool)
- func (o *CloudRouteTable) SetRegionName(regionName string)
- func (o *CloudRouteTable) SetResourceID(resourceID int)
- func (o *CloudRouteTable) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudRouteTable) SetUpdateTime(updateTime time.Time)
- func (o *CloudRouteTable) SetVPCID(VPCID string)
- func (o *CloudRouteTable) SetZHash(zHash int)
- func (o *CloudRouteTable) SetZone(zone int)
- func (*CloudRouteTable) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudRouteTable) String() string
- func (o *CloudRouteTable) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudRouteTable) Validate() error
- func (o *CloudRouteTable) ValueForAttribute(name string) interface{}
- func (o *CloudRouteTable) Version() int
- type CloudRouteTablesList
- func (o CloudRouteTablesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudRouteTablesList) Copy() elemental.Identifiables
- func (o CloudRouteTablesList) DefaultOrder() []string
- func (o CloudRouteTablesList) Identity() elemental.Identity
- func (o CloudRouteTablesList) List() elemental.IdentifiablesList
- func (o CloudRouteTablesList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudRouteTablesList) Version() int
- type CloudScheduledNetworkQueriesList
- func (o CloudScheduledNetworkQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudScheduledNetworkQueriesList) Copy() elemental.Identifiables
- func (o CloudScheduledNetworkQueriesList) DefaultOrder() []string
- func (o CloudScheduledNetworkQueriesList) Identity() elemental.Identity
- func (o CloudScheduledNetworkQueriesList) List() elemental.IdentifiablesList
- func (o CloudScheduledNetworkQueriesList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudScheduledNetworkQueriesList) Version() int
- type CloudScheduledNetworkQuery
- func (*CloudScheduledNetworkQuery) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudScheduledNetworkQuery) BleveType() string
- func (o *CloudScheduledNetworkQuery) DeepCopy() *CloudScheduledNetworkQuery
- func (o *CloudScheduledNetworkQuery) DeepCopyInto(out *CloudScheduledNetworkQuery)
- func (o *CloudScheduledNetworkQuery) DefaultOrder() []string
- func (o *CloudScheduledNetworkQuery) Doc() string
- func (o *CloudScheduledNetworkQuery) GetBSON() (interface{}, error)
- func (o *CloudScheduledNetworkQuery) GetCreateTime() time.Time
- func (o *CloudScheduledNetworkQuery) GetMigrationsLog() map[string]string
- func (o *CloudScheduledNetworkQuery) GetNamespace() string
- func (o *CloudScheduledNetworkQuery) GetUpdateTime() time.Time
- func (o *CloudScheduledNetworkQuery) GetZHash() int
- func (o *CloudScheduledNetworkQuery) GetZone() int
- func (o *CloudScheduledNetworkQuery) Identifier() string
- func (o *CloudScheduledNetworkQuery) Identity() elemental.Identity
- func (o *CloudScheduledNetworkQuery) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudScheduledNetworkQuery) SetBSON(raw bson.Raw) error
- func (o *CloudScheduledNetworkQuery) SetCreateTime(createTime time.Time)
- func (o *CloudScheduledNetworkQuery) SetIdentifier(id string)
- func (o *CloudScheduledNetworkQuery) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudScheduledNetworkQuery) SetNamespace(namespace string)
- func (o *CloudScheduledNetworkQuery) SetUpdateTime(updateTime time.Time)
- func (o *CloudScheduledNetworkQuery) SetZHash(zHash int)
- func (o *CloudScheduledNetworkQuery) SetZone(zone int)
- func (*CloudScheduledNetworkQuery) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudScheduledNetworkQuery) String() string
- func (o *CloudScheduledNetworkQuery) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudScheduledNetworkQuery) Validate() error
- func (o *CloudScheduledNetworkQuery) ValueForAttribute(name string) interface{}
- func (o *CloudScheduledNetworkQuery) Version() int
- type CloudSnapshotAccount
- func (*CloudSnapshotAccount) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudSnapshotAccount) BleveType() string
- func (o *CloudSnapshotAccount) DeepCopy() *CloudSnapshotAccount
- func (o *CloudSnapshotAccount) DeepCopyInto(out *CloudSnapshotAccount)
- func (o *CloudSnapshotAccount) DefaultOrder() []string
- func (o *CloudSnapshotAccount) Doc() string
- func (o *CloudSnapshotAccount) GetAnnotations() map[string][]string
- func (o *CloudSnapshotAccount) GetAssociatedTags() []string
- func (o *CloudSnapshotAccount) GetBSON() (interface{}, error)
- func (o *CloudSnapshotAccount) GetCreateIdempotencyKey() string
- func (o *CloudSnapshotAccount) GetNamespace() string
- func (o *CloudSnapshotAccount) GetNormalizedTags() []string
- func (o *CloudSnapshotAccount) GetProtected() bool
- func (o *CloudSnapshotAccount) GetUpdateIdempotencyKey() string
- func (o *CloudSnapshotAccount) Identifier() string
- func (o *CloudSnapshotAccount) Identity() elemental.Identity
- func (o *CloudSnapshotAccount) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudSnapshotAccount) SetAnnotations(annotations map[string][]string)
- func (o *CloudSnapshotAccount) SetAssociatedTags(associatedTags []string)
- func (o *CloudSnapshotAccount) SetBSON(raw bson.Raw) error
- func (o *CloudSnapshotAccount) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudSnapshotAccount) SetIdentifier(id string)
- func (o *CloudSnapshotAccount) SetNamespace(namespace string)
- func (o *CloudSnapshotAccount) SetNormalizedTags(normalizedTags []string)
- func (o *CloudSnapshotAccount) SetProtected(protected bool)
- func (o *CloudSnapshotAccount) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (*CloudSnapshotAccount) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudSnapshotAccount) String() string
- func (o *CloudSnapshotAccount) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudSnapshotAccount) Validate() error
- func (o *CloudSnapshotAccount) ValueForAttribute(name string) interface{}
- func (o *CloudSnapshotAccount) Version() int
- type CloudSnapshotAccountCloudTypeValue
- type CloudSnapshotAccountsList
- func (o CloudSnapshotAccountsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudSnapshotAccountsList) Copy() elemental.Identifiables
- func (o CloudSnapshotAccountsList) DefaultOrder() []string
- func (o CloudSnapshotAccountsList) Identity() elemental.Identity
- func (o CloudSnapshotAccountsList) List() elemental.IdentifiablesList
- func (o CloudSnapshotAccountsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudSnapshotAccountsList) Version() int
- type CloudSubnet
- func (*CloudSubnet) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudSubnet) BleveType() string
- func (o *CloudSubnet) DeepCopy() *CloudSubnet
- func (o *CloudSubnet) DeepCopyInto(out *CloudSubnet)
- func (o *CloudSubnet) DefaultOrder() []string
- func (o *CloudSubnet) Doc() string
- func (o *CloudSubnet) GetAPIID() int
- func (o *CloudSubnet) GetAccountID() string
- func (o *CloudSubnet) GetAnnotations() map[string][]string
- func (o *CloudSubnet) GetAssociatedTags() []string
- func (o *CloudSubnet) GetBSON() (interface{}, error)
- func (o *CloudSubnet) GetCloudTags() []string
- func (o *CloudSubnet) GetCloudType() string
- func (o *CloudSubnet) GetCreateIdempotencyKey() string
- func (o *CloudSubnet) GetCreateTime() time.Time
- func (o *CloudSubnet) GetCustomerID() int
- func (o *CloudSubnet) GetIngestionTime() time.Time
- func (o *CloudSubnet) GetMigrationsLog() map[string]string
- func (o *CloudSubnet) GetName() string
- func (o *CloudSubnet) GetNamespace() string
- func (o *CloudSubnet) GetNativeID() string
- func (o *CloudSubnet) GetNormalizedTags() []string
- func (o *CloudSubnet) GetPolicyReferences() []string
- func (o *CloudSubnet) GetProtected() bool
- func (o *CloudSubnet) GetRegionName() string
- func (o *CloudSubnet) GetResourceID() int
- func (o *CloudSubnet) GetUpdateIdempotencyKey() string
- func (o *CloudSubnet) GetUpdateTime() time.Time
- func (o *CloudSubnet) GetVPCID() string
- func (o *CloudSubnet) GetZHash() int
- func (o *CloudSubnet) GetZone() int
- func (o *CloudSubnet) Identifier() string
- func (o *CloudSubnet) Identity() elemental.Identity
- func (o *CloudSubnet) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudSubnet) SetAPIID(APIID int)
- func (o *CloudSubnet) SetAccountID(accountID string)
- func (o *CloudSubnet) SetAnnotations(annotations map[string][]string)
- func (o *CloudSubnet) SetAssociatedTags(associatedTags []string)
- func (o *CloudSubnet) SetBSON(raw bson.Raw) error
- func (o *CloudSubnet) SetCloudTags(cloudTags []string)
- func (o *CloudSubnet) SetCloudType(cloudType string)
- func (o *CloudSubnet) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudSubnet) SetCreateTime(createTime time.Time)
- func (o *CloudSubnet) SetCustomerID(customerID int)
- func (o *CloudSubnet) SetIdentifier(id string)
- func (o *CloudSubnet) SetIngestionTime(ingestionTime time.Time)
- func (o *CloudSubnet) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudSubnet) SetName(name string)
- func (o *CloudSubnet) SetNamespace(namespace string)
- func (o *CloudSubnet) SetNativeID(nativeID string)
- func (o *CloudSubnet) SetNormalizedTags(normalizedTags []string)
- func (o *CloudSubnet) SetPolicyReferences(policyReferences []string)
- func (o *CloudSubnet) SetProtected(protected bool)
- func (o *CloudSubnet) SetRegionName(regionName string)
- func (o *CloudSubnet) SetResourceID(resourceID int)
- func (o *CloudSubnet) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudSubnet) SetUpdateTime(updateTime time.Time)
- func (o *CloudSubnet) SetVPCID(VPCID string)
- func (o *CloudSubnet) SetZHash(zHash int)
- func (o *CloudSubnet) SetZone(zone int)
- func (*CloudSubnet) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudSubnet) String() string
- func (o *CloudSubnet) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudSubnet) Validate() error
- func (o *CloudSubnet) ValueForAttribute(name string) interface{}
- func (o *CloudSubnet) Version() int
- type CloudSubnetData
- func (o *CloudSubnetData) BleveType() string
- func (o *CloudSubnetData) DeepCopy() *CloudSubnetData
- func (o *CloudSubnetData) DeepCopyInto(out *CloudSubnetData)
- func (o *CloudSubnetData) GetBSON() (interface{}, error)
- func (o *CloudSubnetData) SetBSON(raw bson.Raw) error
- func (o *CloudSubnetData) Validate() error
- type CloudSubnetsList
- func (o CloudSubnetsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudSubnetsList) Copy() elemental.Identifiables
- func (o CloudSubnetsList) DefaultOrder() []string
- func (o CloudSubnetsList) Identity() elemental.Identity
- func (o CloudSubnetsList) List() elemental.IdentifiablesList
- func (o CloudSubnetsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudSubnetsList) Version() int
- type CloudVPC
- func (*CloudVPC) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CloudVPC) BleveType() string
- func (o *CloudVPC) DeepCopy() *CloudVPC
- func (o *CloudVPC) DeepCopyInto(out *CloudVPC)
- func (o *CloudVPC) DefaultOrder() []string
- func (o *CloudVPC) Doc() string
- func (o *CloudVPC) GetAPIID() int
- func (o *CloudVPC) GetAccountID() string
- func (o *CloudVPC) GetAnnotations() map[string][]string
- func (o *CloudVPC) GetAssociatedTags() []string
- func (o *CloudVPC) GetBSON() (interface{}, error)
- func (o *CloudVPC) GetCloudTags() []string
- func (o *CloudVPC) GetCloudType() string
- func (o *CloudVPC) GetCreateIdempotencyKey() string
- func (o *CloudVPC) GetCreateTime() time.Time
- func (o *CloudVPC) GetCustomerID() int
- func (o *CloudVPC) GetIngestionTime() time.Time
- func (o *CloudVPC) GetMigrationsLog() map[string]string
- func (o *CloudVPC) GetName() string
- func (o *CloudVPC) GetNamespace() string
- func (o *CloudVPC) GetNativeID() string
- func (o *CloudVPC) GetNormalizedTags() []string
- func (o *CloudVPC) GetPolicyReferences() []string
- func (o *CloudVPC) GetProtected() bool
- func (o *CloudVPC) GetRegionName() string
- func (o *CloudVPC) GetResourceID() int
- func (o *CloudVPC) GetUpdateIdempotencyKey() string
- func (o *CloudVPC) GetUpdateTime() time.Time
- func (o *CloudVPC) GetVPCID() string
- func (o *CloudVPC) GetZHash() int
- func (o *CloudVPC) GetZone() int
- func (o *CloudVPC) Identifier() string
- func (o *CloudVPC) Identity() elemental.Identity
- func (o *CloudVPC) Patch(sparse elemental.SparseIdentifiable)
- func (o *CloudVPC) SetAPIID(APIID int)
- func (o *CloudVPC) SetAccountID(accountID string)
- func (o *CloudVPC) SetAnnotations(annotations map[string][]string)
- func (o *CloudVPC) SetAssociatedTags(associatedTags []string)
- func (o *CloudVPC) SetBSON(raw bson.Raw) error
- func (o *CloudVPC) SetCloudTags(cloudTags []string)
- func (o *CloudVPC) SetCloudType(cloudType string)
- func (o *CloudVPC) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *CloudVPC) SetCreateTime(createTime time.Time)
- func (o *CloudVPC) SetCustomerID(customerID int)
- func (o *CloudVPC) SetIdentifier(id string)
- func (o *CloudVPC) SetIngestionTime(ingestionTime time.Time)
- func (o *CloudVPC) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CloudVPC) SetName(name string)
- func (o *CloudVPC) SetNamespace(namespace string)
- func (o *CloudVPC) SetNativeID(nativeID string)
- func (o *CloudVPC) SetNormalizedTags(normalizedTags []string)
- func (o *CloudVPC) SetPolicyReferences(policyReferences []string)
- func (o *CloudVPC) SetProtected(protected bool)
- func (o *CloudVPC) SetRegionName(regionName string)
- func (o *CloudVPC) SetResourceID(resourceID int)
- func (o *CloudVPC) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *CloudVPC) SetUpdateTime(updateTime time.Time)
- func (o *CloudVPC) SetVPCID(VPCID string)
- func (o *CloudVPC) SetZHash(zHash int)
- func (o *CloudVPC) SetZone(zone int)
- func (*CloudVPC) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CloudVPC) String() string
- func (o *CloudVPC) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CloudVPC) Validate() error
- func (o *CloudVPC) ValueForAttribute(name string) interface{}
- func (o *CloudVPC) Version() int
- type CloudVPCData
- type CloudVPCsList
- func (o CloudVPCsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CloudVPCsList) Copy() elemental.Identifiables
- func (o CloudVPCsList) DefaultOrder() []string
- func (o CloudVPCsList) Identity() elemental.Identity
- func (o CloudVPCsList) List() elemental.IdentifiablesList
- func (o CloudVPCsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CloudVPCsList) Version() int
- type Comment
- type ConnectionExceptionReport
- func (*ConnectionExceptionReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ConnectionExceptionReport) BleveType() string
- func (o *ConnectionExceptionReport) DeepCopy() *ConnectionExceptionReport
- func (o *ConnectionExceptionReport) DeepCopyInto(out *ConnectionExceptionReport)
- func (o *ConnectionExceptionReport) DefaultOrder() []string
- func (o *ConnectionExceptionReport) Doc() string
- func (o *ConnectionExceptionReport) GetBSON() (interface{}, error)
- func (o *ConnectionExceptionReport) GetMigrationsLog() map[string]string
- func (o *ConnectionExceptionReport) GetNamespace() string
- func (o *ConnectionExceptionReport) GetZHash() int
- func (o *ConnectionExceptionReport) GetZone() int
- func (o *ConnectionExceptionReport) Identifier() string
- func (o *ConnectionExceptionReport) Identity() elemental.Identity
- func (o *ConnectionExceptionReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *ConnectionExceptionReport) SetBSON(raw bson.Raw) error
- func (o *ConnectionExceptionReport) SetIdentifier(id string)
- func (o *ConnectionExceptionReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *ConnectionExceptionReport) SetNamespace(namespace string)
- func (o *ConnectionExceptionReport) SetZHash(zHash int)
- func (o *ConnectionExceptionReport) SetZone(zone int)
- func (*ConnectionExceptionReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ConnectionExceptionReport) String() string
- func (o *ConnectionExceptionReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ConnectionExceptionReport) Validate() error
- func (o *ConnectionExceptionReport) ValueForAttribute(name string) interface{}
- func (o *ConnectionExceptionReport) Version() int
- type ConnectionExceptionReportServiceTypeValue
- type ConnectionExceptionReportStateValue
- type ConnectionExceptionReportsList
- func (o ConnectionExceptionReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ConnectionExceptionReportsList) Copy() elemental.Identifiables
- func (o ConnectionExceptionReportsList) DefaultOrder() []string
- func (o ConnectionExceptionReportsList) Identity() elemental.Identity
- func (o ConnectionExceptionReportsList) List() elemental.IdentifiablesList
- func (o ConnectionExceptionReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o ConnectionExceptionReportsList) Version() int
- type CounterReport
- func (*CounterReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *CounterReport) BleveType() string
- func (o *CounterReport) DeepCopy() *CounterReport
- func (o *CounterReport) DeepCopyInto(out *CounterReport)
- func (o *CounterReport) DefaultOrder() []string
- func (o *CounterReport) Doc() string
- func (o *CounterReport) GetBSON() (interface{}, error)
- func (o *CounterReport) GetMigrationsLog() map[string]string
- func (o *CounterReport) GetNamespace() string
- func (o *CounterReport) GetZHash() int
- func (o *CounterReport) GetZone() int
- func (o *CounterReport) Identifier() string
- func (o *CounterReport) Identity() elemental.Identity
- func (o *CounterReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *CounterReport) SetBSON(raw bson.Raw) error
- func (o *CounterReport) SetIdentifier(id string)
- func (o *CounterReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *CounterReport) SetNamespace(namespace string)
- func (o *CounterReport) SetZHash(zHash int)
- func (o *CounterReport) SetZone(zone int)
- func (*CounterReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *CounterReport) String() string
- func (o *CounterReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *CounterReport) Validate() error
- func (o *CounterReport) ValueForAttribute(name string) interface{}
- func (o *CounterReport) Version() int
- type CounterReportsList
- func (o CounterReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o CounterReportsList) Copy() elemental.Identifiables
- func (o CounterReportsList) DefaultOrder() []string
- func (o CounterReportsList) Identity() elemental.Identity
- func (o CounterReportsList) List() elemental.IdentifiablesList
- func (o CounterReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o CounterReportsList) Version() int
- type Credential
- type DNSLookupReport
- func (*DNSLookupReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *DNSLookupReport) BleveType() string
- func (o *DNSLookupReport) DeepCopy() *DNSLookupReport
- func (o *DNSLookupReport) DeepCopyInto(out *DNSLookupReport)
- func (o *DNSLookupReport) DefaultOrder() []string
- func (o *DNSLookupReport) Doc() string
- func (o *DNSLookupReport) GetBSON() (interface{}, error)
- func (o *DNSLookupReport) GetMigrationsLog() map[string]string
- func (o *DNSLookupReport) GetNamespace() string
- func (o *DNSLookupReport) GetZHash() int
- func (o *DNSLookupReport) GetZone() int
- func (o *DNSLookupReport) Identifier() string
- func (o *DNSLookupReport) Identity() elemental.Identity
- func (o *DNSLookupReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *DNSLookupReport) SetBSON(raw bson.Raw) error
- func (o *DNSLookupReport) SetIdentifier(id string)
- func (o *DNSLookupReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *DNSLookupReport) SetNamespace(namespace string)
- func (o *DNSLookupReport) SetZHash(zHash int)
- func (o *DNSLookupReport) SetZone(zone int)
- func (*DNSLookupReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *DNSLookupReport) String() string
- func (o *DNSLookupReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *DNSLookupReport) Validate() error
- func (o *DNSLookupReport) ValueForAttribute(name string) interface{}
- func (o *DNSLookupReport) Version() int
- type DNSLookupReportActionValue
- type DNSLookupReportsList
- func (o DNSLookupReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o DNSLookupReportsList) Copy() elemental.Identifiables
- func (o DNSLookupReportsList) DefaultOrder() []string
- func (o DNSLookupReportsList) Identity() elemental.Identity
- func (o DNSLookupReportsList) List() elemental.IdentifiablesList
- func (o DNSLookupReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o DNSLookupReportsList) Version() int
- type DataPathCertificate
- func (*DataPathCertificate) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *DataPathCertificate) BleveType() string
- func (o *DataPathCertificate) DeepCopy() *DataPathCertificate
- func (o *DataPathCertificate) DeepCopyInto(out *DataPathCertificate)
- func (o *DataPathCertificate) DefaultOrder() []string
- func (o *DataPathCertificate) Doc() string
- func (o *DataPathCertificate) GetBSON() (interface{}, error)
- func (o *DataPathCertificate) Identifier() string
- func (o *DataPathCertificate) Identity() elemental.Identity
- func (o *DataPathCertificate) Patch(sparse elemental.SparseIdentifiable)
- func (o *DataPathCertificate) SetBSON(raw bson.Raw) error
- func (o *DataPathCertificate) SetIdentifier(id string)
- func (*DataPathCertificate) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *DataPathCertificate) String() string
- func (o *DataPathCertificate) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *DataPathCertificate) Validate() error
- func (o *DataPathCertificate) ValueForAttribute(name string) interface{}
- func (o *DataPathCertificate) Version() int
- type DataPathCertificateTypeValue
- type DataPathCertificatesList
- func (o DataPathCertificatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o DataPathCertificatesList) Copy() elemental.Identifiables
- func (o DataPathCertificatesList) DefaultOrder() []string
- func (o DataPathCertificatesList) Identity() elemental.Identity
- func (o DataPathCertificatesList) List() elemental.IdentifiablesList
- func (o DataPathCertificatesList) ToSparse(fields ...string) elemental.Identifiables
- func (o DataPathCertificatesList) Version() int
- type DebugBundle
- func (*DebugBundle) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *DebugBundle) BleveType() string
- func (o *DebugBundle) DeepCopy() *DebugBundle
- func (o *DebugBundle) DeepCopyInto(out *DebugBundle)
- func (o *DebugBundle) DefaultOrder() []string
- func (o *DebugBundle) Doc() string
- func (o *DebugBundle) GetBSON() (interface{}, error)
- func (o *DebugBundle) GetNamespace() string
- func (o *DebugBundle) Identifier() string
- func (o *DebugBundle) Identity() elemental.Identity
- func (o *DebugBundle) Patch(sparse elemental.SparseIdentifiable)
- func (o *DebugBundle) SetBSON(raw bson.Raw) error
- func (o *DebugBundle) SetIdentifier(id string)
- func (o *DebugBundle) SetNamespace(namespace string)
- func (*DebugBundle) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *DebugBundle) String() string
- func (o *DebugBundle) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *DebugBundle) Validate() error
- func (o *DebugBundle) ValueForAttribute(name string) interface{}
- func (o *DebugBundle) Version() int
- type DebugBundlesList
- func (o DebugBundlesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o DebugBundlesList) Copy() elemental.Identifiables
- func (o DebugBundlesList) DefaultOrder() []string
- func (o DebugBundlesList) Identity() elemental.Identity
- func (o DebugBundlesList) List() elemental.IdentifiablesList
- func (o DebugBundlesList) ToSparse(fields ...string) elemental.Identifiables
- func (o DebugBundlesList) Version() int
- type DefaultEnforcerVersion
- func (*DefaultEnforcerVersion) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *DefaultEnforcerVersion) BleveType() string
- func (o *DefaultEnforcerVersion) DeepCopy() *DefaultEnforcerVersion
- func (o *DefaultEnforcerVersion) DeepCopyInto(out *DefaultEnforcerVersion)
- func (o *DefaultEnforcerVersion) DefaultOrder() []string
- func (o *DefaultEnforcerVersion) Doc() string
- func (o *DefaultEnforcerVersion) GetBSON() (interface{}, error)
- func (o *DefaultEnforcerVersion) Identifier() string
- func (o *DefaultEnforcerVersion) Identity() elemental.Identity
- func (o *DefaultEnforcerVersion) Patch(sparse elemental.SparseIdentifiable)
- func (o *DefaultEnforcerVersion) SetBSON(raw bson.Raw) error
- func (o *DefaultEnforcerVersion) SetIdentifier(id string)
- func (*DefaultEnforcerVersion) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *DefaultEnforcerVersion) String() string
- func (o *DefaultEnforcerVersion) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *DefaultEnforcerVersion) Validate() error
- func (o *DefaultEnforcerVersion) ValueForAttribute(name string) interface{}
- func (o *DefaultEnforcerVersion) Version() int
- type DefaultEnforcerVersionsList
- func (o DefaultEnforcerVersionsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o DefaultEnforcerVersionsList) Copy() elemental.Identifiables
- func (o DefaultEnforcerVersionsList) DefaultOrder() []string
- func (o DefaultEnforcerVersionsList) Identity() elemental.Identity
- func (o DefaultEnforcerVersionsList) List() elemental.IdentifiablesList
- func (o DefaultEnforcerVersionsList) ToSparse(fields ...string) elemental.Identifiables
- func (o DefaultEnforcerVersionsList) Version() int
- type DependencyMap
- func (*DependencyMap) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *DependencyMap) BleveType() string
- func (o *DependencyMap) DeepCopy() *DependencyMap
- func (o *DependencyMap) DeepCopyInto(out *DependencyMap)
- func (o *DependencyMap) DefaultOrder() []string
- func (o *DependencyMap) Doc() string
- func (o *DependencyMap) GetBSON() (interface{}, error)
- func (o *DependencyMap) Identifier() string
- func (o *DependencyMap) Identity() elemental.Identity
- func (o *DependencyMap) Patch(sparse elemental.SparseIdentifiable)
- func (o *DependencyMap) SetBSON(raw bson.Raw) error
- func (o *DependencyMap) SetIdentifier(id string)
- func (*DependencyMap) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *DependencyMap) String() string
- func (o *DependencyMap) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *DependencyMap) Validate() error
- func (o *DependencyMap) ValueForAttribute(name string) interface{}
- func (o *DependencyMap) Version() int
- type DependencyMapsList
- func (o DependencyMapsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o DependencyMapsList) Copy() elemental.Identifiables
- func (o DependencyMapsList) DefaultOrder() []string
- func (o DependencyMapsList) Identity() elemental.Identity
- func (o DependencyMapsList) List() elemental.IdentifiablesList
- func (o DependencyMapsList) ToSparse(fields ...string) elemental.Identifiables
- func (o DependencyMapsList) Version() int
- type DiscoveryMode
- func (*DiscoveryMode) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *DiscoveryMode) BleveType() string
- func (o *DiscoveryMode) DeepCopy() *DiscoveryMode
- func (o *DiscoveryMode) DeepCopyInto(out *DiscoveryMode)
- func (o *DiscoveryMode) DefaultOrder() []string
- func (o *DiscoveryMode) Doc() string
- func (o *DiscoveryMode) GetBSON() (interface{}, error)
- func (o *DiscoveryMode) GetNamespace() string
- func (o *DiscoveryMode) GetPropagate() bool
- func (o *DiscoveryMode) Identifier() string
- func (o *DiscoveryMode) Identity() elemental.Identity
- func (o *DiscoveryMode) Patch(sparse elemental.SparseIdentifiable)
- func (o *DiscoveryMode) SetBSON(raw bson.Raw) error
- func (o *DiscoveryMode) SetIdentifier(id string)
- func (o *DiscoveryMode) SetNamespace(namespace string)
- func (o *DiscoveryMode) SetPropagate(propagate bool)
- func (*DiscoveryMode) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *DiscoveryMode) String() string
- func (o *DiscoveryMode) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *DiscoveryMode) Validate() error
- func (o *DiscoveryMode) ValueForAttribute(name string) interface{}
- func (o *DiscoveryMode) Version() int
- type DiscoveryModesList
- func (o DiscoveryModesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o DiscoveryModesList) Copy() elemental.Identifiables
- func (o DiscoveryModesList) DefaultOrder() []string
- func (o DiscoveryModesList) Identity() elemental.Identity
- func (o DiscoveryModesList) List() elemental.IdentifiablesList
- func (o DiscoveryModesList) ToSparse(fields ...string) elemental.Identifiables
- func (o DiscoveryModesList) Version() int
- type Email
- func (*Email) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Email) BleveType() string
- func (o *Email) DeepCopy() *Email
- func (o *Email) DeepCopyInto(out *Email)
- func (o *Email) DefaultOrder() []string
- func (o *Email) Doc() string
- func (o *Email) GetBSON() (interface{}, error)
- func (o *Email) Identifier() string
- func (o *Email) Identity() elemental.Identity
- func (o *Email) Patch(sparse elemental.SparseIdentifiable)
- func (o *Email) SetBSON(raw bson.Raw) error
- func (o *Email) SetIdentifier(id string)
- func (*Email) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Email) String() string
- func (o *Email) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Email) Validate() error
- func (o *Email) ValueForAttribute(name string) interface{}
- func (o *Email) Version() int
- type EmailTypeValue
- type EmailsList
- func (o EmailsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o EmailsList) Copy() elemental.Identifiables
- func (o EmailsList) DefaultOrder() []string
- func (o EmailsList) Identity() elemental.Identity
- func (o EmailsList) List() elemental.IdentifiablesList
- func (o EmailsList) ToSparse(fields ...string) elemental.Identifiables
- func (o EmailsList) Version() int
- type Endpoint
- type Enforcer
- func (*Enforcer) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Enforcer) BleveType() string
- func (o *Enforcer) DeepCopy() *Enforcer
- func (o *Enforcer) DeepCopyInto(out *Enforcer)
- func (o *Enforcer) DefaultOrder() []string
- func (o *Enforcer) Doc() string
- func (o *Enforcer) GetAnnotations() map[string][]string
- func (o *Enforcer) GetAssociatedTags() []string
- func (o *Enforcer) GetBSON() (interface{}, error)
- func (o *Enforcer) GetController() string
- func (o *Enforcer) GetCreateIdempotencyKey() string
- func (o *Enforcer) GetCreateTime() time.Time
- func (o *Enforcer) GetDescription() string
- func (o *Enforcer) GetMetadata() []string
- func (o *Enforcer) GetMigrationsLog() map[string]string
- func (o *Enforcer) GetName() string
- func (o *Enforcer) GetNamespace() string
- func (o *Enforcer) GetNormalizedTags() []string
- func (o *Enforcer) GetProtected() bool
- func (o *Enforcer) GetUpdateIdempotencyKey() string
- func (o *Enforcer) GetUpdateTime() time.Time
- func (o *Enforcer) GetZHash() int
- func (o *Enforcer) GetZone() int
- func (o *Enforcer) Identifier() string
- func (o *Enforcer) Identity() elemental.Identity
- func (o *Enforcer) Patch(sparse elemental.SparseIdentifiable)
- func (o *Enforcer) SetAnnotations(annotations map[string][]string)
- func (o *Enforcer) SetAssociatedTags(associatedTags []string)
- func (o *Enforcer) SetBSON(raw bson.Raw) error
- func (o *Enforcer) SetController(controller string)
- func (o *Enforcer) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *Enforcer) SetCreateTime(createTime time.Time)
- func (o *Enforcer) SetDescription(description string)
- func (o *Enforcer) SetIdentifier(id string)
- func (o *Enforcer) SetMetadata(metadata []string)
- func (o *Enforcer) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Enforcer) SetName(name string)
- func (o *Enforcer) SetNamespace(namespace string)
- func (o *Enforcer) SetNormalizedTags(normalizedTags []string)
- func (o *Enforcer) SetProtected(protected bool)
- func (o *Enforcer) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *Enforcer) SetUpdateTime(updateTime time.Time)
- func (o *Enforcer) SetZHash(zHash int)
- func (o *Enforcer) SetZone(zone int)
- func (*Enforcer) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Enforcer) String() string
- func (o *Enforcer) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Enforcer) Validate() error
- func (o *Enforcer) ValueForAttribute(name string) interface{}
- func (o *Enforcer) Version() int
- type EnforcerEnforcementStatusValue
- type EnforcerLog
- func (*EnforcerLog) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *EnforcerLog) BleveType() string
- func (o *EnforcerLog) DeepCopy() *EnforcerLog
- func (o *EnforcerLog) DeepCopyInto(out *EnforcerLog)
- func (o *EnforcerLog) DefaultOrder() []string
- func (o *EnforcerLog) Doc() string
- func (o *EnforcerLog) GetAnnotations() map[string][]string
- func (o *EnforcerLog) GetAssociatedTags() []string
- func (o *EnforcerLog) GetBSON() (interface{}, error)
- func (o *EnforcerLog) GetCreateIdempotencyKey() string
- func (o *EnforcerLog) GetCreateTime() time.Time
- func (o *EnforcerLog) GetMigrationsLog() map[string]string
- func (o *EnforcerLog) GetNamespace() string
- func (o *EnforcerLog) GetNormalizedTags() []string
- func (o *EnforcerLog) GetProtected() bool
- func (o *EnforcerLog) GetUpdateIdempotencyKey() string
- func (o *EnforcerLog) GetUpdateTime() time.Time
- func (o *EnforcerLog) GetZHash() int
- func (o *EnforcerLog) GetZone() int
- func (o *EnforcerLog) Identifier() string
- func (o *EnforcerLog) Identity() elemental.Identity
- func (o *EnforcerLog) Patch(sparse elemental.SparseIdentifiable)
- func (o *EnforcerLog) SetAnnotations(annotations map[string][]string)
- func (o *EnforcerLog) SetAssociatedTags(associatedTags []string)
- func (o *EnforcerLog) SetBSON(raw bson.Raw) error
- func (o *EnforcerLog) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *EnforcerLog) SetCreateTime(createTime time.Time)
- func (o *EnforcerLog) SetIdentifier(id string)
- func (o *EnforcerLog) SetMigrationsLog(migrationsLog map[string]string)
- func (o *EnforcerLog) SetNamespace(namespace string)
- func (o *EnforcerLog) SetNormalizedTags(normalizedTags []string)
- func (o *EnforcerLog) SetProtected(protected bool)
- func (o *EnforcerLog) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *EnforcerLog) SetUpdateTime(updateTime time.Time)
- func (o *EnforcerLog) SetZHash(zHash int)
- func (o *EnforcerLog) SetZone(zone int)
- func (*EnforcerLog) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *EnforcerLog) String() string
- func (o *EnforcerLog) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *EnforcerLog) Validate() error
- func (o *EnforcerLog) ValueForAttribute(name string) interface{}
- func (o *EnforcerLog) Version() int
- type EnforcerLogLevelValue
- type EnforcerLogsList
- func (o EnforcerLogsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o EnforcerLogsList) Copy() elemental.Identifiables
- func (o EnforcerLogsList) DefaultOrder() []string
- func (o EnforcerLogsList) Identity() elemental.Identity
- func (o EnforcerLogsList) List() elemental.IdentifiablesList
- func (o EnforcerLogsList) ToSparse(fields ...string) elemental.Identifiables
- func (o EnforcerLogsList) Version() int
- type EnforcerMigrationStatusValue
- type EnforcerOperationalStatusValue
- type EnforcerProfile
- func (*EnforcerProfile) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *EnforcerProfile) BleveType() string
- func (o *EnforcerProfile) DeepCopy() *EnforcerProfile
- func (o *EnforcerProfile) DeepCopyInto(out *EnforcerProfile)
- func (o *EnforcerProfile) DefaultOrder() []string
- func (o *EnforcerProfile) Doc() string
- func (o *EnforcerProfile) GetAnnotations() map[string][]string
- func (o *EnforcerProfile) GetAssociatedTags() []string
- func (o *EnforcerProfile) GetBSON() (interface{}, error)
- func (o *EnforcerProfile) GetCreateIdempotencyKey() string
- func (o *EnforcerProfile) GetCreateTime() time.Time
- func (o *EnforcerProfile) GetDescription() string
- func (o *EnforcerProfile) GetMetadata() []string
- func (o *EnforcerProfile) GetMigrationsLog() map[string]string
- func (o *EnforcerProfile) GetName() string
- func (o *EnforcerProfile) GetNamespace() string
- func (o *EnforcerProfile) GetNormalizedTags() []string
- func (o *EnforcerProfile) GetPropagate() bool
- func (o *EnforcerProfile) GetProtected() bool
- func (o *EnforcerProfile) GetUpdateIdempotencyKey() string
- func (o *EnforcerProfile) GetUpdateTime() time.Time
- func (o *EnforcerProfile) GetZHash() int
- func (o *EnforcerProfile) GetZone() int
- func (o *EnforcerProfile) Identifier() string
- func (o *EnforcerProfile) Identity() elemental.Identity
- func (o *EnforcerProfile) Patch(sparse elemental.SparseIdentifiable)
- func (o *EnforcerProfile) SetAnnotations(annotations map[string][]string)
- func (o *EnforcerProfile) SetAssociatedTags(associatedTags []string)
- func (o *EnforcerProfile) SetBSON(raw bson.Raw) error
- func (o *EnforcerProfile) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *EnforcerProfile) SetCreateTime(createTime time.Time)
- func (o *EnforcerProfile) SetDescription(description string)
- func (o *EnforcerProfile) SetIdentifier(id string)
- func (o *EnforcerProfile) SetMetadata(metadata []string)
- func (o *EnforcerProfile) SetMigrationsLog(migrationsLog map[string]string)
- func (o *EnforcerProfile) SetName(name string)
- func (o *EnforcerProfile) SetNamespace(namespace string)
- func (o *EnforcerProfile) SetNormalizedTags(normalizedTags []string)
- func (o *EnforcerProfile) SetPropagate(propagate bool)
- func (o *EnforcerProfile) SetProtected(protected bool)
- func (o *EnforcerProfile) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *EnforcerProfile) SetUpdateTime(updateTime time.Time)
- func (o *EnforcerProfile) SetZHash(zHash int)
- func (o *EnforcerProfile) SetZone(zone int)
- func (*EnforcerProfile) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *EnforcerProfile) String() string
- func (o *EnforcerProfile) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *EnforcerProfile) Validate() error
- func (o *EnforcerProfile) ValueForAttribute(name string) interface{}
- func (o *EnforcerProfile) Version() int
- type EnforcerProfileKubernetesMetadataExtractorValue
- type EnforcerProfileMappingPoliciesList
- func (o EnforcerProfileMappingPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o EnforcerProfileMappingPoliciesList) Copy() elemental.Identifiables
- func (o EnforcerProfileMappingPoliciesList) DefaultOrder() []string
- func (o EnforcerProfileMappingPoliciesList) Identity() elemental.Identity
- func (o EnforcerProfileMappingPoliciesList) List() elemental.IdentifiablesList
- func (o EnforcerProfileMappingPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o EnforcerProfileMappingPoliciesList) Version() int
- type EnforcerProfileMappingPolicy
- func (*EnforcerProfileMappingPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *EnforcerProfileMappingPolicy) BleveType() string
- func (o *EnforcerProfileMappingPolicy) DeepCopy() *EnforcerProfileMappingPolicy
- func (o *EnforcerProfileMappingPolicy) DeepCopyInto(out *EnforcerProfileMappingPolicy)
- func (o *EnforcerProfileMappingPolicy) DefaultOrder() []string
- func (o *EnforcerProfileMappingPolicy) Doc() string
- func (o *EnforcerProfileMappingPolicy) GetAnnotations() map[string][]string
- func (o *EnforcerProfileMappingPolicy) GetAssociatedTags() []string
- func (o *EnforcerProfileMappingPolicy) GetBSON() (interface{}, error)
- func (o *EnforcerProfileMappingPolicy) GetCreateIdempotencyKey() string
- func (o *EnforcerProfileMappingPolicy) GetCreateTime() time.Time
- func (o *EnforcerProfileMappingPolicy) GetDescription() string
- func (o *EnforcerProfileMappingPolicy) GetDisabled() bool
- func (o *EnforcerProfileMappingPolicy) GetFallback() bool
- func (o *EnforcerProfileMappingPolicy) GetMetadata() []string
- func (o *EnforcerProfileMappingPolicy) GetName() string
- func (o *EnforcerProfileMappingPolicy) GetNamespace() string
- func (o *EnforcerProfileMappingPolicy) GetNormalizedTags() []string
- func (o *EnforcerProfileMappingPolicy) GetPropagate() bool
- func (o *EnforcerProfileMappingPolicy) GetProtected() bool
- func (o *EnforcerProfileMappingPolicy) GetUpdateIdempotencyKey() string
- func (o *EnforcerProfileMappingPolicy) GetUpdateTime() time.Time
- func (o *EnforcerProfileMappingPolicy) Identifier() string
- func (o *EnforcerProfileMappingPolicy) Identity() elemental.Identity
- func (o *EnforcerProfileMappingPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *EnforcerProfileMappingPolicy) SetAnnotations(annotations map[string][]string)
- func (o *EnforcerProfileMappingPolicy) SetAssociatedTags(associatedTags []string)
- func (o *EnforcerProfileMappingPolicy) SetBSON(raw bson.Raw) error
- func (o *EnforcerProfileMappingPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *EnforcerProfileMappingPolicy) SetCreateTime(createTime time.Time)
- func (o *EnforcerProfileMappingPolicy) SetDescription(description string)
- func (o *EnforcerProfileMappingPolicy) SetDisabled(disabled bool)
- func (o *EnforcerProfileMappingPolicy) SetFallback(fallback bool)
- func (o *EnforcerProfileMappingPolicy) SetIdentifier(id string)
- func (o *EnforcerProfileMappingPolicy) SetMetadata(metadata []string)
- func (o *EnforcerProfileMappingPolicy) SetName(name string)
- func (o *EnforcerProfileMappingPolicy) SetNamespace(namespace string)
- func (o *EnforcerProfileMappingPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *EnforcerProfileMappingPolicy) SetPropagate(propagate bool)
- func (o *EnforcerProfileMappingPolicy) SetProtected(protected bool)
- func (o *EnforcerProfileMappingPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *EnforcerProfileMappingPolicy) SetUpdateTime(updateTime time.Time)
- func (*EnforcerProfileMappingPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *EnforcerProfileMappingPolicy) String() string
- func (o *EnforcerProfileMappingPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *EnforcerProfileMappingPolicy) Validate() error
- func (o *EnforcerProfileMappingPolicy) ValueForAttribute(name string) interface{}
- func (o *EnforcerProfileMappingPolicy) Version() int
- type EnforcerProfileMetadataExtractorValue
- type EnforcerProfilesList
- func (o EnforcerProfilesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o EnforcerProfilesList) Copy() elemental.Identifiables
- func (o EnforcerProfilesList) DefaultOrder() []string
- func (o EnforcerProfilesList) Identity() elemental.Identity
- func (o EnforcerProfilesList) List() elemental.IdentifiablesList
- func (o EnforcerProfilesList) ToSparse(fields ...string) elemental.Identifiables
- func (o EnforcerProfilesList) Version() int
- type EnforcerRefresh
- func (*EnforcerRefresh) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *EnforcerRefresh) BleveType() string
- func (o *EnforcerRefresh) DeepCopy() *EnforcerRefresh
- func (o *EnforcerRefresh) DeepCopyInto(out *EnforcerRefresh)
- func (o *EnforcerRefresh) DefaultOrder() []string
- func (o *EnforcerRefresh) Doc() string
- func (o *EnforcerRefresh) GetBSON() (interface{}, error)
- func (o *EnforcerRefresh) GetID() string
- func (o *EnforcerRefresh) GetPropagate() bool
- func (o *EnforcerRefresh) Identifier() string
- func (o *EnforcerRefresh) Identity() elemental.Identity
- func (o *EnforcerRefresh) Patch(sparse elemental.SparseIdentifiable)
- func (o *EnforcerRefresh) SetBSON(raw bson.Raw) error
- func (o *EnforcerRefresh) SetID(ID string)
- func (o *EnforcerRefresh) SetIdentifier(id string)
- func (o *EnforcerRefresh) SetPropagate(propagate bool)
- func (*EnforcerRefresh) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *EnforcerRefresh) String() string
- func (o *EnforcerRefresh) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *EnforcerRefresh) Validate() error
- func (o *EnforcerRefresh) ValueForAttribute(name string) interface{}
- func (o *EnforcerRefresh) Version() int
- type EnforcerRefreshDebugValue
- type EnforcerRefreshRefreshTypeValue
- type EnforcerRefreshsList
- func (o EnforcerRefreshsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o EnforcerRefreshsList) Copy() elemental.Identifiables
- func (o EnforcerRefreshsList) DefaultOrder() []string
- func (o EnforcerRefreshsList) Identity() elemental.Identity
- func (o EnforcerRefreshsList) List() elemental.IdentifiablesList
- func (o EnforcerRefreshsList) ToSparse(fields ...string) elemental.Identifiables
- func (o EnforcerRefreshsList) Version() int
- type EnforcerReport
- func (*EnforcerReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *EnforcerReport) BleveType() string
- func (o *EnforcerReport) DeepCopy() *EnforcerReport
- func (o *EnforcerReport) DeepCopyInto(out *EnforcerReport)
- func (o *EnforcerReport) DefaultOrder() []string
- func (o *EnforcerReport) Doc() string
- func (o *EnforcerReport) GetBSON() (interface{}, error)
- func (o *EnforcerReport) GetMigrationsLog() map[string]string
- func (o *EnforcerReport) GetZHash() int
- func (o *EnforcerReport) GetZone() int
- func (o *EnforcerReport) Identifier() string
- func (o *EnforcerReport) Identity() elemental.Identity
- func (o *EnforcerReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *EnforcerReport) SetBSON(raw bson.Raw) error
- func (o *EnforcerReport) SetIdentifier(id string)
- func (o *EnforcerReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *EnforcerReport) SetZHash(zHash int)
- func (o *EnforcerReport) SetZone(zone int)
- func (*EnforcerReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *EnforcerReport) String() string
- func (o *EnforcerReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *EnforcerReport) Validate() error
- func (o *EnforcerReport) ValueForAttribute(name string) interface{}
- func (o *EnforcerReport) Version() int
- type EnforcerReportLicenseTypeValue
- type EnforcerReportsList
- func (o EnforcerReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o EnforcerReportsList) Copy() elemental.Identifiables
- func (o EnforcerReportsList) DefaultOrder() []string
- func (o EnforcerReportsList) Identity() elemental.Identity
- func (o EnforcerReportsList) List() elemental.IdentifiablesList
- func (o EnforcerReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o EnforcerReportsList) Version() int
- type EnforcerTraceReport
- func (*EnforcerTraceReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *EnforcerTraceReport) BleveType() string
- func (o *EnforcerTraceReport) DeepCopy() *EnforcerTraceReport
- func (o *EnforcerTraceReport) DeepCopyInto(out *EnforcerTraceReport)
- func (o *EnforcerTraceReport) DefaultOrder() []string
- func (o *EnforcerTraceReport) Doc() string
- func (o *EnforcerTraceReport) GetBSON() (interface{}, error)
- func (o *EnforcerTraceReport) Identifier() string
- func (o *EnforcerTraceReport) Identity() elemental.Identity
- func (o *EnforcerTraceReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *EnforcerTraceReport) SetBSON(raw bson.Raw) error
- func (o *EnforcerTraceReport) SetIdentifier(id string)
- func (*EnforcerTraceReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *EnforcerTraceReport) String() string
- func (o *EnforcerTraceReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *EnforcerTraceReport) Validate() error
- func (o *EnforcerTraceReport) ValueForAttribute(name string) interface{}
- func (o *EnforcerTraceReport) Version() int
- type EnforcerTraceReportsList
- func (o EnforcerTraceReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o EnforcerTraceReportsList) Copy() elemental.Identifiables
- func (o EnforcerTraceReportsList) DefaultOrder() []string
- func (o EnforcerTraceReportsList) Identity() elemental.Identity
- func (o EnforcerTraceReportsList) List() elemental.IdentifiablesList
- func (o EnforcerTraceReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o EnforcerTraceReportsList) Version() int
- type EnforcersList
- func (o EnforcersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o EnforcersList) Copy() elemental.Identifiables
- func (o EnforcersList) DefaultOrder() []string
- func (o EnforcersList) Identity() elemental.Identity
- func (o EnforcersList) List() elemental.IdentifiablesList
- func (o EnforcersList) ToSparse(fields ...string) elemental.Identifiables
- func (o EnforcersList) Version() int
- type EventLog
- func (*EventLog) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *EventLog) BleveType() string
- func (o *EventLog) DeepCopy() *EventLog
- func (o *EventLog) DeepCopyInto(out *EventLog)
- func (o *EventLog) DefaultOrder() []string
- func (o *EventLog) Doc() string
- func (o *EventLog) GetBSON() (interface{}, error)
- func (o *EventLog) GetMigrationsLog() map[string]string
- func (o *EventLog) GetNamespace() string
- func (o *EventLog) GetZHash() int
- func (o *EventLog) GetZone() int
- func (o *EventLog) Identifier() string
- func (o *EventLog) Identity() elemental.Identity
- func (o *EventLog) Patch(sparse elemental.SparseIdentifiable)
- func (o *EventLog) SetBSON(raw bson.Raw) error
- func (o *EventLog) SetIdentifier(id string)
- func (o *EventLog) SetMigrationsLog(migrationsLog map[string]string)
- func (o *EventLog) SetNamespace(namespace string)
- func (o *EventLog) SetZHash(zHash int)
- func (o *EventLog) SetZone(zone int)
- func (*EventLog) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *EventLog) String() string
- func (o *EventLog) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *EventLog) Validate() error
- func (o *EventLog) ValueForAttribute(name string) interface{}
- func (o *EventLog) Version() int
- type EventLogLevelValue
- type EventLogsList
- func (o EventLogsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o EventLogsList) Copy() elemental.Identifiables
- func (o EventLogsList) DefaultOrder() []string
- func (o EventLogsList) Identity() elemental.Identity
- func (o EventLogsList) List() elemental.IdentifiablesList
- func (o EventLogsList) ToSparse(fields ...string) elemental.Identifiables
- func (o EventLogsList) Version() int
- type Export
- func (*Export) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Export) BleveType() string
- func (o *Export) DeepCopy() *Export
- func (o *Export) DeepCopyInto(out *Export)
- func (o *Export) DefaultOrder() []string
- func (o *Export) Doc() string
- func (o *Export) GetBSON() (interface{}, error)
- func (o *Export) Identifier() string
- func (o *Export) Identity() elemental.Identity
- func (o *Export) Patch(sparse elemental.SparseIdentifiable)
- func (o *Export) SetBSON(raw bson.Raw) error
- func (o *Export) SetIdentifier(id string)
- func (*Export) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Export) String() string
- func (o *Export) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Export) Validate() error
- func (o *Export) ValueForAttribute(name string) interface{}
- func (o *Export) Version() int
- type ExportsList
- func (o ExportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ExportsList) Copy() elemental.Identifiables
- func (o ExportsList) DefaultOrder() []string
- func (o ExportsList) Identity() elemental.Identity
- func (o ExportsList) List() elemental.IdentifiablesList
- func (o ExportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o ExportsList) Version() int
- type ExternalNetwork
- func (*ExternalNetwork) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ExternalNetwork) BleveType() string
- func (o *ExternalNetwork) DeepCopy() *ExternalNetwork
- func (o *ExternalNetwork) DeepCopyInto(out *ExternalNetwork)
- func (o *ExternalNetwork) DefaultOrder() []string
- func (o *ExternalNetwork) Doc() string
- func (o *ExternalNetwork) GetAnnotations() map[string][]string
- func (o *ExternalNetwork) GetArchived() bool
- func (o *ExternalNetwork) GetAssociatedTags() []string
- func (o *ExternalNetwork) GetBSON() (interface{}, error)
- func (o *ExternalNetwork) GetCreateIdempotencyKey() string
- func (o *ExternalNetwork) GetCreateTime() time.Time
- func (o *ExternalNetwork) GetDescription() string
- func (o *ExternalNetwork) GetMetadata() []string
- func (o *ExternalNetwork) GetMigrationsLog() map[string]string
- func (o *ExternalNetwork) GetName() string
- func (o *ExternalNetwork) GetNamespace() string
- func (o *ExternalNetwork) GetNormalizedTags() []string
- func (o *ExternalNetwork) GetPropagate() bool
- func (o *ExternalNetwork) GetProtected() bool
- func (o *ExternalNetwork) GetUpdateIdempotencyKey() string
- func (o *ExternalNetwork) GetUpdateTime() time.Time
- func (o *ExternalNetwork) GetZHash() int
- func (o *ExternalNetwork) GetZone() int
- func (o *ExternalNetwork) Identifier() string
- func (o *ExternalNetwork) Identity() elemental.Identity
- func (o *ExternalNetwork) Patch(sparse elemental.SparseIdentifiable)
- func (o *ExternalNetwork) SetAnnotations(annotations map[string][]string)
- func (o *ExternalNetwork) SetArchived(archived bool)
- func (o *ExternalNetwork) SetAssociatedTags(associatedTags []string)
- func (o *ExternalNetwork) SetBSON(raw bson.Raw) error
- func (o *ExternalNetwork) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *ExternalNetwork) SetCreateTime(createTime time.Time)
- func (o *ExternalNetwork) SetDescription(description string)
- func (o *ExternalNetwork) SetIdentifier(id string)
- func (o *ExternalNetwork) SetMetadata(metadata []string)
- func (o *ExternalNetwork) SetMigrationsLog(migrationsLog map[string]string)
- func (o *ExternalNetwork) SetName(name string)
- func (o *ExternalNetwork) SetNamespace(namespace string)
- func (o *ExternalNetwork) SetNormalizedTags(normalizedTags []string)
- func (o *ExternalNetwork) SetPropagate(propagate bool)
- func (o *ExternalNetwork) SetProtected(protected bool)
- func (o *ExternalNetwork) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *ExternalNetwork) SetUpdateTime(updateTime time.Time)
- func (o *ExternalNetwork) SetZHash(zHash int)
- func (o *ExternalNetwork) SetZone(zone int)
- func (*ExternalNetwork) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ExternalNetwork) String() string
- func (o *ExternalNetwork) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ExternalNetwork) Validate() error
- func (o *ExternalNetwork) ValueForAttribute(name string) interface{}
- func (o *ExternalNetwork) Version() int
- type ExternalNetworkTypeValue
- type ExternalNetworksList
- func (o ExternalNetworksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ExternalNetworksList) Copy() elemental.Identifiables
- func (o ExternalNetworksList) DefaultOrder() []string
- func (o ExternalNetworksList) Identity() elemental.Identity
- func (o ExternalNetworksList) List() elemental.IdentifiablesList
- func (o ExternalNetworksList) ToSparse(fields ...string) elemental.Identifiables
- func (o ExternalNetworksList) Version() int
- type FileAccessPoliciesList
- func (o FileAccessPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o FileAccessPoliciesList) Copy() elemental.Identifiables
- func (o FileAccessPoliciesList) DefaultOrder() []string
- func (o FileAccessPoliciesList) Identity() elemental.Identity
- func (o FileAccessPoliciesList) List() elemental.IdentifiablesList
- func (o FileAccessPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o FileAccessPoliciesList) Version() int
- type FileAccessPolicy
- func (*FileAccessPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *FileAccessPolicy) BleveType() string
- func (o *FileAccessPolicy) DeepCopy() *FileAccessPolicy
- func (o *FileAccessPolicy) DeepCopyInto(out *FileAccessPolicy)
- func (o *FileAccessPolicy) DefaultOrder() []string
- func (o *FileAccessPolicy) Doc() string
- func (o *FileAccessPolicy) GetActiveDuration() string
- func (o *FileAccessPolicy) GetActiveSchedule() string
- func (o *FileAccessPolicy) GetAnnotations() map[string][]string
- func (o *FileAccessPolicy) GetAssociatedTags() []string
- func (o *FileAccessPolicy) GetBSON() (interface{}, error)
- func (o *FileAccessPolicy) GetCreateIdempotencyKey() string
- func (o *FileAccessPolicy) GetCreateTime() time.Time
- func (o *FileAccessPolicy) GetDescription() string
- func (o *FileAccessPolicy) GetDisabled() bool
- func (o *FileAccessPolicy) GetExpirationTime() time.Time
- func (o *FileAccessPolicy) GetFallback() bool
- func (o *FileAccessPolicy) GetMetadata() []string
- func (o *FileAccessPolicy) GetName() string
- func (o *FileAccessPolicy) GetNamespace() string
- func (o *FileAccessPolicy) GetNormalizedTags() []string
- func (o *FileAccessPolicy) GetPropagate() bool
- func (o *FileAccessPolicy) GetProtected() bool
- func (o *FileAccessPolicy) GetUpdateIdempotencyKey() string
- func (o *FileAccessPolicy) GetUpdateTime() time.Time
- func (o *FileAccessPolicy) Identifier() string
- func (o *FileAccessPolicy) Identity() elemental.Identity
- func (o *FileAccessPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *FileAccessPolicy) SetActiveDuration(activeDuration string)
- func (o *FileAccessPolicy) SetActiveSchedule(activeSchedule string)
- func (o *FileAccessPolicy) SetAnnotations(annotations map[string][]string)
- func (o *FileAccessPolicy) SetAssociatedTags(associatedTags []string)
- func (o *FileAccessPolicy) SetBSON(raw bson.Raw) error
- func (o *FileAccessPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *FileAccessPolicy) SetCreateTime(createTime time.Time)
- func (o *FileAccessPolicy) SetDescription(description string)
- func (o *FileAccessPolicy) SetDisabled(disabled bool)
- func (o *FileAccessPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *FileAccessPolicy) SetFallback(fallback bool)
- func (o *FileAccessPolicy) SetIdentifier(id string)
- func (o *FileAccessPolicy) SetMetadata(metadata []string)
- func (o *FileAccessPolicy) SetName(name string)
- func (o *FileAccessPolicy) SetNamespace(namespace string)
- func (o *FileAccessPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *FileAccessPolicy) SetPropagate(propagate bool)
- func (o *FileAccessPolicy) SetProtected(protected bool)
- func (o *FileAccessPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *FileAccessPolicy) SetUpdateTime(updateTime time.Time)
- func (*FileAccessPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *FileAccessPolicy) String() string
- func (o *FileAccessPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *FileAccessPolicy) Validate() error
- func (o *FileAccessPolicy) ValueForAttribute(name string) interface{}
- func (o *FileAccessPolicy) Version() int
- type FileAccessReport
- func (*FileAccessReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *FileAccessReport) BleveType() string
- func (o *FileAccessReport) DeepCopy() *FileAccessReport
- func (o *FileAccessReport) DeepCopyInto(out *FileAccessReport)
- func (o *FileAccessReport) DefaultOrder() []string
- func (o *FileAccessReport) Doc() string
- func (o *FileAccessReport) GetBSON() (interface{}, error)
- func (o *FileAccessReport) GetMigrationsLog() map[string]string
- func (o *FileAccessReport) GetZHash() int
- func (o *FileAccessReport) GetZone() int
- func (o *FileAccessReport) Identifier() string
- func (o *FileAccessReport) Identity() elemental.Identity
- func (o *FileAccessReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *FileAccessReport) SetBSON(raw bson.Raw) error
- func (o *FileAccessReport) SetIdentifier(id string)
- func (o *FileAccessReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *FileAccessReport) SetZHash(zHash int)
- func (o *FileAccessReport) SetZone(zone int)
- func (*FileAccessReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *FileAccessReport) String() string
- func (o *FileAccessReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *FileAccessReport) Validate() error
- func (o *FileAccessReport) ValueForAttribute(name string) interface{}
- func (o *FileAccessReport) Version() int
- type FileAccessReportActionValue
- type FileAccessReportsList
- func (o FileAccessReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o FileAccessReportsList) Copy() elemental.Identifiables
- func (o FileAccessReportsList) DefaultOrder() []string
- func (o FileAccessReportsList) Identity() elemental.Identity
- func (o FileAccessReportsList) List() elemental.IdentifiablesList
- func (o FileAccessReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o FileAccessReportsList) Version() int
- type FilePath
- func (*FilePath) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *FilePath) BleveType() string
- func (o *FilePath) DeepCopy() *FilePath
- func (o *FilePath) DeepCopyInto(out *FilePath)
- func (o *FilePath) DefaultOrder() []string
- func (o *FilePath) Doc() string
- func (o *FilePath) GetAnnotations() map[string][]string
- func (o *FilePath) GetArchived() bool
- func (o *FilePath) GetAssociatedTags() []string
- func (o *FilePath) GetBSON() (interface{}, error)
- func (o *FilePath) GetCreateIdempotencyKey() string
- func (o *FilePath) GetCreateTime() time.Time
- func (o *FilePath) GetDescription() string
- func (o *FilePath) GetMetadata() []string
- func (o *FilePath) GetMigrationsLog() map[string]string
- func (o *FilePath) GetName() string
- func (o *FilePath) GetNamespace() string
- func (o *FilePath) GetNormalizedTags() []string
- func (o *FilePath) GetPropagate() bool
- func (o *FilePath) GetProtected() bool
- func (o *FilePath) GetUpdateIdempotencyKey() string
- func (o *FilePath) GetUpdateTime() time.Time
- func (o *FilePath) GetZHash() int
- func (o *FilePath) GetZone() int
- func (o *FilePath) Identifier() string
- func (o *FilePath) Identity() elemental.Identity
- func (o *FilePath) Patch(sparse elemental.SparseIdentifiable)
- func (o *FilePath) SetAnnotations(annotations map[string][]string)
- func (o *FilePath) SetArchived(archived bool)
- func (o *FilePath) SetAssociatedTags(associatedTags []string)
- func (o *FilePath) SetBSON(raw bson.Raw) error
- func (o *FilePath) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *FilePath) SetCreateTime(createTime time.Time)
- func (o *FilePath) SetDescription(description string)
- func (o *FilePath) SetIdentifier(id string)
- func (o *FilePath) SetMetadata(metadata []string)
- func (o *FilePath) SetMigrationsLog(migrationsLog map[string]string)
- func (o *FilePath) SetName(name string)
- func (o *FilePath) SetNamespace(namespace string)
- func (o *FilePath) SetNormalizedTags(normalizedTags []string)
- func (o *FilePath) SetPropagate(propagate bool)
- func (o *FilePath) SetProtected(protected bool)
- func (o *FilePath) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *FilePath) SetUpdateTime(updateTime time.Time)
- func (o *FilePath) SetZHash(zHash int)
- func (o *FilePath) SetZone(zone int)
- func (*FilePath) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *FilePath) String() string
- func (o *FilePath) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *FilePath) Validate() error
- func (o *FilePath) ValueForAttribute(name string) interface{}
- func (o *FilePath) Version() int
- type FilePathsList
- func (o FilePathsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o FilePathsList) Copy() elemental.Identifiables
- func (o FilePathsList) DefaultOrder() []string
- func (o FilePathsList) Identity() elemental.Identity
- func (o FilePathsList) List() elemental.IdentifiablesList
- func (o FilePathsList) ToSparse(fields ...string) elemental.Identifiables
- func (o FilePathsList) Version() int
- type FlowReport
- func (*FlowReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *FlowReport) BleveType() string
- func (o *FlowReport) DeepCopy() *FlowReport
- func (o *FlowReport) DeepCopyInto(out *FlowReport)
- func (o *FlowReport) DefaultOrder() []string
- func (o *FlowReport) Doc() string
- func (o *FlowReport) GetBSON() (interface{}, error)
- func (o *FlowReport) GetMigrationsLog() map[string]string
- func (o *FlowReport) GetZHash() int
- func (o *FlowReport) GetZone() int
- func (o *FlowReport) Identifier() string
- func (o *FlowReport) Identity() elemental.Identity
- func (o *FlowReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *FlowReport) SetBSON(raw bson.Raw) error
- func (o *FlowReport) SetIdentifier(id string)
- func (o *FlowReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *FlowReport) SetZHash(zHash int)
- func (o *FlowReport) SetZone(zone int)
- func (*FlowReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *FlowReport) String() string
- func (o *FlowReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *FlowReport) Validate() error
- func (o *FlowReport) ValueForAttribute(name string) interface{}
- func (o *FlowReport) Version() int
- type FlowReportActionValue
- type FlowReportDestinationTypeValue
- type FlowReportObservedActionValue
- type FlowReportServiceTypeValue
- type FlowReportSourceTypeValue
- type FlowReportsList
- func (o FlowReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o FlowReportsList) Copy() elemental.Identifiables
- func (o FlowReportsList) DefaultOrder() []string
- func (o FlowReportsList) Identity() elemental.Identity
- func (o FlowReportsList) List() elemental.IdentifiablesList
- func (o FlowReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o FlowReportsList) Version() int
- type GraphEdge
- func (*GraphEdge) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *GraphEdge) BleveType() string
- func (o *GraphEdge) DeepCopy() *GraphEdge
- func (o *GraphEdge) DeepCopyInto(out *GraphEdge)
- func (o *GraphEdge) DefaultOrder() []string
- func (o *GraphEdge) Doc() string
- func (o *GraphEdge) GetBSON() (interface{}, error)
- func (o *GraphEdge) GetZHash() int
- func (o *GraphEdge) GetZone() int
- func (o *GraphEdge) Identifier() string
- func (o *GraphEdge) Identity() elemental.Identity
- func (o *GraphEdge) Patch(sparse elemental.SparseIdentifiable)
- func (o *GraphEdge) SetBSON(raw bson.Raw) error
- func (o *GraphEdge) SetIdentifier(id string)
- func (o *GraphEdge) SetZHash(zHash int)
- func (o *GraphEdge) SetZone(zone int)
- func (*GraphEdge) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *GraphEdge) String() string
- func (o *GraphEdge) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *GraphEdge) Validate() error
- func (o *GraphEdge) ValueForAttribute(name string) interface{}
- func (o *GraphEdge) Version() int
- type GraphEdgeDestinationTypeValue
- type GraphEdgeSourceTypeValue
- type GraphEdgesList
- func (o GraphEdgesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o GraphEdgesList) Copy() elemental.Identifiables
- func (o GraphEdgesList) DefaultOrder() []string
- func (o GraphEdgesList) Identity() elemental.Identity
- func (o GraphEdgesList) List() elemental.IdentifiablesList
- func (o GraphEdgesList) ToSparse(fields ...string) elemental.Identifiables
- func (o GraphEdgesList) Version() int
- type GraphGroup
- type GraphNode
- func (*GraphNode) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *GraphNode) BleveType() string
- func (o *GraphNode) DeepCopy() *GraphNode
- func (o *GraphNode) DeepCopyInto(out *GraphNode)
- func (o *GraphNode) DefaultOrder() []string
- func (o *GraphNode) Doc() string
- func (o *GraphNode) GetBSON() (interface{}, error)
- func (o *GraphNode) Identifier() string
- func (o *GraphNode) Identity() elemental.Identity
- func (o *GraphNode) Patch(sparse elemental.SparseIdentifiable)
- func (o *GraphNode) SetBSON(raw bson.Raw) error
- func (o *GraphNode) SetIdentifier(id string)
- func (*GraphNode) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *GraphNode) String() string
- func (o *GraphNode) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *GraphNode) Validate() error
- func (o *GraphNode) ValueForAttribute(name string) interface{}
- func (o *GraphNode) Version() int
- type GraphNodeTypeValue
- type GraphNodesList
- func (o GraphNodesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o GraphNodesList) Copy() elemental.Identifiables
- func (o GraphNodesList) DefaultOrder() []string
- func (o GraphNodesList) Identity() elemental.Identity
- func (o GraphNodesList) List() elemental.IdentifiablesList
- func (o GraphNodesList) ToSparse(fields ...string) elemental.Identifiables
- func (o GraphNodesList) Version() int
- type HTTPResourceSpec
- func (*HTTPResourceSpec) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *HTTPResourceSpec) BleveType() string
- func (o *HTTPResourceSpec) DeepCopy() *HTTPResourceSpec
- func (o *HTTPResourceSpec) DeepCopyInto(out *HTTPResourceSpec)
- func (o *HTTPResourceSpec) DefaultOrder() []string
- func (o *HTTPResourceSpec) Doc() string
- func (o *HTTPResourceSpec) GetAnnotations() map[string][]string
- func (o *HTTPResourceSpec) GetArchived() bool
- func (o *HTTPResourceSpec) GetAssociatedTags() []string
- func (o *HTTPResourceSpec) GetBSON() (interface{}, error)
- func (o *HTTPResourceSpec) GetCreateIdempotencyKey() string
- func (o *HTTPResourceSpec) GetCreateTime() time.Time
- func (o *HTTPResourceSpec) GetDescription() string
- func (o *HTTPResourceSpec) GetMetadata() []string
- func (o *HTTPResourceSpec) GetMigrationsLog() map[string]string
- func (o *HTTPResourceSpec) GetName() string
- func (o *HTTPResourceSpec) GetNamespace() string
- func (o *HTTPResourceSpec) GetNormalizedTags() []string
- func (o *HTTPResourceSpec) GetPropagate() bool
- func (o *HTTPResourceSpec) GetProtected() bool
- func (o *HTTPResourceSpec) GetUpdateIdempotencyKey() string
- func (o *HTTPResourceSpec) GetUpdateTime() time.Time
- func (o *HTTPResourceSpec) GetZHash() int
- func (o *HTTPResourceSpec) GetZone() int
- func (o *HTTPResourceSpec) Identifier() string
- func (o *HTTPResourceSpec) Identity() elemental.Identity
- func (o *HTTPResourceSpec) Patch(sparse elemental.SparseIdentifiable)
- func (o *HTTPResourceSpec) SetAnnotations(annotations map[string][]string)
- func (o *HTTPResourceSpec) SetArchived(archived bool)
- func (o *HTTPResourceSpec) SetAssociatedTags(associatedTags []string)
- func (o *HTTPResourceSpec) SetBSON(raw bson.Raw) error
- func (o *HTTPResourceSpec) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *HTTPResourceSpec) SetCreateTime(createTime time.Time)
- func (o *HTTPResourceSpec) SetDescription(description string)
- func (o *HTTPResourceSpec) SetIdentifier(id string)
- func (o *HTTPResourceSpec) SetMetadata(metadata []string)
- func (o *HTTPResourceSpec) SetMigrationsLog(migrationsLog map[string]string)
- func (o *HTTPResourceSpec) SetName(name string)
- func (o *HTTPResourceSpec) SetNamespace(namespace string)
- func (o *HTTPResourceSpec) SetNormalizedTags(normalizedTags []string)
- func (o *HTTPResourceSpec) SetPropagate(propagate bool)
- func (o *HTTPResourceSpec) SetProtected(protected bool)
- func (o *HTTPResourceSpec) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *HTTPResourceSpec) SetUpdateTime(updateTime time.Time)
- func (o *HTTPResourceSpec) SetZHash(zHash int)
- func (o *HTTPResourceSpec) SetZone(zone int)
- func (*HTTPResourceSpec) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *HTTPResourceSpec) String() string
- func (o *HTTPResourceSpec) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *HTTPResourceSpec) Validate() error
- func (o *HTTPResourceSpec) ValueForAttribute(name string) interface{}
- func (o *HTTPResourceSpec) Version() int
- type HTTPResourceSpecsList
- func (o HTTPResourceSpecsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o HTTPResourceSpecsList) Copy() elemental.Identifiables
- func (o HTTPResourceSpecsList) DefaultOrder() []string
- func (o HTTPResourceSpecsList) Identity() elemental.Identity
- func (o HTTPResourceSpecsList) List() elemental.IdentifiablesList
- func (o HTTPResourceSpecsList) ToSparse(fields ...string) elemental.Identifiables
- func (o HTTPResourceSpecsList) Version() int
- type HealthCheck
- func (*HealthCheck) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *HealthCheck) BleveType() string
- func (o *HealthCheck) DeepCopy() *HealthCheck
- func (o *HealthCheck) DeepCopyInto(out *HealthCheck)
- func (o *HealthCheck) DefaultOrder() []string
- func (o *HealthCheck) Doc() string
- func (o *HealthCheck) GetBSON() (interface{}, error)
- func (o *HealthCheck) Identifier() string
- func (o *HealthCheck) Identity() elemental.Identity
- func (o *HealthCheck) Patch(sparse elemental.SparseIdentifiable)
- func (o *HealthCheck) SetBSON(raw bson.Raw) error
- func (o *HealthCheck) SetIdentifier(id string)
- func (*HealthCheck) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *HealthCheck) String() string
- func (o *HealthCheck) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *HealthCheck) Validate() error
- func (o *HealthCheck) ValueForAttribute(name string) interface{}
- func (o *HealthCheck) Version() int
- type HealthCheckStatusValue
- type HealthCheckTypeValue
- type HealthChecksList
- func (o HealthChecksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o HealthChecksList) Copy() elemental.Identifiables
- func (o HealthChecksList) DefaultOrder() []string
- func (o HealthChecksList) Identity() elemental.Identity
- func (o HealthChecksList) List() elemental.IdentifiablesList
- func (o HealthChecksList) ToSparse(fields ...string) elemental.Identifiables
- func (o HealthChecksList) Version() int
- type Hit
- func (*Hit) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Hit) BleveType() string
- func (o *Hit) DeepCopy() *Hit
- func (o *Hit) DeepCopyInto(out *Hit)
- func (o *Hit) DefaultOrder() []string
- func (o *Hit) Doc() string
- func (o *Hit) GetBSON() (interface{}, error)
- func (o *Hit) Identifier() string
- func (o *Hit) Identity() elemental.Identity
- func (o *Hit) Patch(sparse elemental.SparseIdentifiable)
- func (o *Hit) SetBSON(raw bson.Raw) error
- func (o *Hit) SetIdentifier(id string)
- func (*Hit) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Hit) String() string
- func (o *Hit) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Hit) Validate() error
- func (o *Hit) ValueForAttribute(name string) interface{}
- func (o *Hit) Version() int
- type HitsList
- func (o HitsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o HitsList) Copy() elemental.Identifiables
- func (o HitsList) DefaultOrder() []string
- func (o HitsList) Identity() elemental.Identity
- func (o HitsList) List() elemental.IdentifiablesList
- func (o HitsList) ToSparse(fields ...string) elemental.Identifiables
- func (o HitsList) Version() int
- type HookPoliciesList
- func (o HookPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o HookPoliciesList) Copy() elemental.Identifiables
- func (o HookPoliciesList) DefaultOrder() []string
- func (o HookPoliciesList) Identity() elemental.Identity
- func (o HookPoliciesList) List() elemental.IdentifiablesList
- func (o HookPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o HookPoliciesList) Version() int
- type HookPolicy
- func (*HookPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *HookPolicy) BleveType() string
- func (o *HookPolicy) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *HookPolicy) DeepCopy() *HookPolicy
- func (o *HookPolicy) DeepCopyInto(out *HookPolicy)
- func (o *HookPolicy) DefaultOrder() []string
- func (o *HookPolicy) Doc() string
- func (o *HookPolicy) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *HookPolicy) GetAnnotations() map[string][]string
- func (o *HookPolicy) GetAssociatedTags() []string
- func (o *HookPolicy) GetBSON() (interface{}, error)
- func (o *HookPolicy) GetCreateIdempotencyKey() string
- func (o *HookPolicy) GetCreateTime() time.Time
- func (o *HookPolicy) GetDescription() string
- func (o *HookPolicy) GetDisabled() bool
- func (o *HookPolicy) GetExpirationTime() time.Time
- func (o *HookPolicy) GetFallback() bool
- func (o *HookPolicy) GetMetadata() []string
- func (o *HookPolicy) GetName() string
- func (o *HookPolicy) GetNamespace() string
- func (o *HookPolicy) GetNormalizedTags() []string
- func (o *HookPolicy) GetPropagate() bool
- func (o *HookPolicy) GetPropagationHidden() bool
- func (o *HookPolicy) GetProtected() bool
- func (o *HookPolicy) GetUpdateIdempotencyKey() string
- func (o *HookPolicy) GetUpdateTime() time.Time
- func (o *HookPolicy) Identifier() string
- func (o *HookPolicy) Identity() elemental.Identity
- func (o *HookPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *HookPolicy) SetAnnotations(annotations map[string][]string)
- func (o *HookPolicy) SetAssociatedTags(associatedTags []string)
- func (o *HookPolicy) SetBSON(raw bson.Raw) error
- func (o *HookPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *HookPolicy) SetCreateTime(createTime time.Time)
- func (o *HookPolicy) SetDescription(description string)
- func (o *HookPolicy) SetDisabled(disabled bool)
- func (o *HookPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *HookPolicy) SetFallback(fallback bool)
- func (o *HookPolicy) SetIdentifier(id string)
- func (o *HookPolicy) SetMetadata(metadata []string)
- func (o *HookPolicy) SetName(name string)
- func (o *HookPolicy) SetNamespace(namespace string)
- func (o *HookPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *HookPolicy) SetPropagate(propagate bool)
- func (o *HookPolicy) SetPropagationHidden(propagationHidden bool)
- func (o *HookPolicy) SetProtected(protected bool)
- func (o *HookPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *HookPolicy) SetUpdateTime(updateTime time.Time)
- func (*HookPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *HookPolicy) String() string
- func (o *HookPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *HookPolicy) Validate() error
- func (o *HookPolicy) ValueForAttribute(name string) interface{}
- func (o *HookPolicy) Version() int
- type HookPolicyEndpointTypeValue
- type HookPolicyModeValue
- type HostService
- func (*HostService) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *HostService) BleveType() string
- func (o *HostService) DeepCopy() *HostService
- func (o *HostService) DeepCopyInto(out *HostService)
- func (o *HostService) DefaultOrder() []string
- func (o *HostService) Doc() string
- func (o *HostService) GetAnnotations() map[string][]string
- func (o *HostService) GetArchived() bool
- func (o *HostService) GetAssociatedTags() []string
- func (o *HostService) GetBSON() (interface{}, error)
- func (o *HostService) GetCreateIdempotencyKey() string
- func (o *HostService) GetCreateTime() time.Time
- func (o *HostService) GetDescription() string
- func (o *HostService) GetMetadata() []string
- func (o *HostService) GetMigrationsLog() map[string]string
- func (o *HostService) GetName() string
- func (o *HostService) GetNamespace() string
- func (o *HostService) GetNormalizedTags() []string
- func (o *HostService) GetPropagate() bool
- func (o *HostService) GetProtected() bool
- func (o *HostService) GetUpdateIdempotencyKey() string
- func (o *HostService) GetUpdateTime() time.Time
- func (o *HostService) GetZHash() int
- func (o *HostService) GetZone() int
- func (o *HostService) Identifier() string
- func (o *HostService) Identity() elemental.Identity
- func (o *HostService) Patch(sparse elemental.SparseIdentifiable)
- func (o *HostService) SetAnnotations(annotations map[string][]string)
- func (o *HostService) SetArchived(archived bool)
- func (o *HostService) SetAssociatedTags(associatedTags []string)
- func (o *HostService) SetBSON(raw bson.Raw) error
- func (o *HostService) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *HostService) SetCreateTime(createTime time.Time)
- func (o *HostService) SetDescription(description string)
- func (o *HostService) SetIdentifier(id string)
- func (o *HostService) SetMetadata(metadata []string)
- func (o *HostService) SetMigrationsLog(migrationsLog map[string]string)
- func (o *HostService) SetName(name string)
- func (o *HostService) SetNamespace(namespace string)
- func (o *HostService) SetNormalizedTags(normalizedTags []string)
- func (o *HostService) SetPropagate(propagate bool)
- func (o *HostService) SetProtected(protected bool)
- func (o *HostService) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *HostService) SetUpdateTime(updateTime time.Time)
- func (o *HostService) SetZHash(zHash int)
- func (o *HostService) SetZone(zone int)
- func (*HostService) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *HostService) String() string
- func (o *HostService) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *HostService) Validate() error
- func (o *HostService) ValueForAttribute(name string) interface{}
- func (o *HostService) Version() int
- type HostServiceMappingPoliciesList
- func (o HostServiceMappingPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o HostServiceMappingPoliciesList) Copy() elemental.Identifiables
- func (o HostServiceMappingPoliciesList) DefaultOrder() []string
- func (o HostServiceMappingPoliciesList) Identity() elemental.Identity
- func (o HostServiceMappingPoliciesList) List() elemental.IdentifiablesList
- func (o HostServiceMappingPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o HostServiceMappingPoliciesList) Version() int
- type HostServiceMappingPolicy
- func (*HostServiceMappingPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *HostServiceMappingPolicy) BleveType() string
- func (o *HostServiceMappingPolicy) DeepCopy() *HostServiceMappingPolicy
- func (o *HostServiceMappingPolicy) DeepCopyInto(out *HostServiceMappingPolicy)
- func (o *HostServiceMappingPolicy) DefaultOrder() []string
- func (o *HostServiceMappingPolicy) Doc() string
- func (o *HostServiceMappingPolicy) GetActiveDuration() string
- func (o *HostServiceMappingPolicy) GetActiveSchedule() string
- func (o *HostServiceMappingPolicy) GetAnnotations() map[string][]string
- func (o *HostServiceMappingPolicy) GetAssociatedTags() []string
- func (o *HostServiceMappingPolicy) GetBSON() (interface{}, error)
- func (o *HostServiceMappingPolicy) GetCreateIdempotencyKey() string
- func (o *HostServiceMappingPolicy) GetCreateTime() time.Time
- func (o *HostServiceMappingPolicy) GetDescription() string
- func (o *HostServiceMappingPolicy) GetDisabled() bool
- func (o *HostServiceMappingPolicy) GetFallback() bool
- func (o *HostServiceMappingPolicy) GetMetadata() []string
- func (o *HostServiceMappingPolicy) GetName() string
- func (o *HostServiceMappingPolicy) GetNamespace() string
- func (o *HostServiceMappingPolicy) GetNormalizedTags() []string
- func (o *HostServiceMappingPolicy) GetPropagate() bool
- func (o *HostServiceMappingPolicy) GetProtected() bool
- func (o *HostServiceMappingPolicy) GetUpdateIdempotencyKey() string
- func (o *HostServiceMappingPolicy) GetUpdateTime() time.Time
- func (o *HostServiceMappingPolicy) Identifier() string
- func (o *HostServiceMappingPolicy) Identity() elemental.Identity
- func (o *HostServiceMappingPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *HostServiceMappingPolicy) SetActiveDuration(activeDuration string)
- func (o *HostServiceMappingPolicy) SetActiveSchedule(activeSchedule string)
- func (o *HostServiceMappingPolicy) SetAnnotations(annotations map[string][]string)
- func (o *HostServiceMappingPolicy) SetAssociatedTags(associatedTags []string)
- func (o *HostServiceMappingPolicy) SetBSON(raw bson.Raw) error
- func (o *HostServiceMappingPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *HostServiceMappingPolicy) SetCreateTime(createTime time.Time)
- func (o *HostServiceMappingPolicy) SetDescription(description string)
- func (o *HostServiceMappingPolicy) SetDisabled(disabled bool)
- func (o *HostServiceMappingPolicy) SetFallback(fallback bool)
- func (o *HostServiceMappingPolicy) SetIdentifier(id string)
- func (o *HostServiceMappingPolicy) SetMetadata(metadata []string)
- func (o *HostServiceMappingPolicy) SetName(name string)
- func (o *HostServiceMappingPolicy) SetNamespace(namespace string)
- func (o *HostServiceMappingPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *HostServiceMappingPolicy) SetPropagate(propagate bool)
- func (o *HostServiceMappingPolicy) SetProtected(protected bool)
- func (o *HostServiceMappingPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *HostServiceMappingPolicy) SetUpdateTime(updateTime time.Time)
- func (*HostServiceMappingPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *HostServiceMappingPolicy) String() string
- func (o *HostServiceMappingPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *HostServiceMappingPolicy) Validate() error
- func (o *HostServiceMappingPolicy) ValueForAttribute(name string) interface{}
- func (o *HostServiceMappingPolicy) Version() int
- type HostServicesList
- func (o HostServicesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o HostServicesList) Copy() elemental.Identifiables
- func (o HostServicesList) DefaultOrder() []string
- func (o HostServicesList) Identity() elemental.Identity
- func (o HostServicesList) List() elemental.IdentifiablesList
- func (o HostServicesList) ToSparse(fields ...string) elemental.Identifiables
- func (o HostServicesList) Version() int
- type IPInfo
- func (*IPInfo) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *IPInfo) BleveType() string
- func (o *IPInfo) DeepCopy() *IPInfo
- func (o *IPInfo) DeepCopyInto(out *IPInfo)
- func (o *IPInfo) DefaultOrder() []string
- func (o *IPInfo) Doc() string
- func (o *IPInfo) GetBSON() (interface{}, error)
- func (o *IPInfo) Identifier() string
- func (o *IPInfo) Identity() elemental.Identity
- func (o *IPInfo) Patch(sparse elemental.SparseIdentifiable)
- func (o *IPInfo) SetBSON(raw bson.Raw) error
- func (o *IPInfo) SetIdentifier(id string)
- func (*IPInfo) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *IPInfo) String() string
- func (o *IPInfo) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *IPInfo) Validate() error
- func (o *IPInfo) ValueForAttribute(name string) interface{}
- func (o *IPInfo) Version() int
- type IPInfosList
- func (o IPInfosList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o IPInfosList) Copy() elemental.Identifiables
- func (o IPInfosList) DefaultOrder() []string
- func (o IPInfosList) Identity() elemental.Identity
- func (o IPInfosList) List() elemental.IdentifiablesList
- func (o IPInfosList) ToSparse(fields ...string) elemental.Identifiables
- func (o IPInfosList) Version() int
- type Import
- func (*Import) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Import) BleveType() string
- func (o *Import) DeepCopy() *Import
- func (o *Import) DeepCopyInto(out *Import)
- func (o *Import) DefaultOrder() []string
- func (o *Import) Doc() string
- func (o *Import) GetBSON() (interface{}, error)
- func (o *Import) Identifier() string
- func (o *Import) Identity() elemental.Identity
- func (o *Import) Patch(sparse elemental.SparseIdentifiable)
- func (o *Import) SetBSON(raw bson.Raw) error
- func (o *Import) SetIdentifier(id string)
- func (*Import) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Import) String() string
- func (o *Import) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Import) Validate() error
- func (o *Import) ValueForAttribute(name string) interface{}
- func (o *Import) Version() int
- type ImportModeValue
- type ImportReference
- func (*ImportReference) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ImportReference) BleveType() string
- func (o *ImportReference) DeepCopy() *ImportReference
- func (o *ImportReference) DeepCopyInto(out *ImportReference)
- func (o *ImportReference) DefaultOrder() []string
- func (o *ImportReference) Doc() string
- func (o *ImportReference) GetAnnotations() map[string][]string
- func (o *ImportReference) GetAssociatedTags() []string
- func (o *ImportReference) GetBSON() (interface{}, error)
- func (o *ImportReference) GetCreateIdempotencyKey() string
- func (o *ImportReference) GetCreateTime() time.Time
- func (o *ImportReference) GetDescription() string
- func (o *ImportReference) GetMetadata() []string
- func (o *ImportReference) GetMigrationsLog() map[string]string
- func (o *ImportReference) GetName() string
- func (o *ImportReference) GetNamespace() string
- func (o *ImportReference) GetNormalizedTags() []string
- func (o *ImportReference) GetProtected() bool
- func (o *ImportReference) GetUpdateIdempotencyKey() string
- func (o *ImportReference) GetUpdateTime() time.Time
- func (o *ImportReference) GetZHash() int
- func (o *ImportReference) GetZone() int
- func (o *ImportReference) Identifier() string
- func (o *ImportReference) Identity() elemental.Identity
- func (o *ImportReference) Patch(sparse elemental.SparseIdentifiable)
- func (o *ImportReference) SetAnnotations(annotations map[string][]string)
- func (o *ImportReference) SetAssociatedTags(associatedTags []string)
- func (o *ImportReference) SetBSON(raw bson.Raw) error
- func (o *ImportReference) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *ImportReference) SetCreateTime(createTime time.Time)
- func (o *ImportReference) SetDescription(description string)
- func (o *ImportReference) SetIdentifier(id string)
- func (o *ImportReference) SetMetadata(metadata []string)
- func (o *ImportReference) SetMigrationsLog(migrationsLog map[string]string)
- func (o *ImportReference) SetName(name string)
- func (o *ImportReference) SetNamespace(namespace string)
- func (o *ImportReference) SetNormalizedTags(normalizedTags []string)
- func (o *ImportReference) SetProtected(protected bool)
- func (o *ImportReference) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *ImportReference) SetUpdateTime(updateTime time.Time)
- func (o *ImportReference) SetZHash(zHash int)
- func (o *ImportReference) SetZone(zone int)
- func (*ImportReference) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ImportReference) String() string
- func (o *ImportReference) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ImportReference) Validate() error
- func (o *ImportReference) ValueForAttribute(name string) interface{}
- func (o *ImportReference) Version() int
- type ImportReferenceConstraintValue
- type ImportReferencesList
- func (o ImportReferencesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ImportReferencesList) Copy() elemental.Identifiables
- func (o ImportReferencesList) DefaultOrder() []string
- func (o ImportReferencesList) Identity() elemental.Identity
- func (o ImportReferencesList) List() elemental.IdentifiablesList
- func (o ImportReferencesList) ToSparse(fields ...string) elemental.Identifiables
- func (o ImportReferencesList) Version() int
- type ImportRequest
- func (*ImportRequest) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ImportRequest) BleveType() string
- func (o *ImportRequest) DeepCopy() *ImportRequest
- func (o *ImportRequest) DeepCopyInto(out *ImportRequest)
- func (o *ImportRequest) DefaultOrder() []string
- func (o *ImportRequest) Doc() string
- func (o *ImportRequest) GetAnnotations() map[string][]string
- func (o *ImportRequest) GetAssociatedTags() []string
- func (o *ImportRequest) GetBSON() (interface{}, error)
- func (o *ImportRequest) GetCreateIdempotencyKey() string
- func (o *ImportRequest) GetCreateTime() time.Time
- func (o *ImportRequest) GetDescription() string
- func (o *ImportRequest) GetMigrationsLog() map[string]string
- func (o *ImportRequest) GetNamespace() string
- func (o *ImportRequest) GetNormalizedTags() []string
- func (o *ImportRequest) GetProtected() bool
- func (o *ImportRequest) GetUpdateIdempotencyKey() string
- func (o *ImportRequest) GetUpdateTime() time.Time
- func (o *ImportRequest) GetZHash() int
- func (o *ImportRequest) GetZone() int
- func (o *ImportRequest) Identifier() string
- func (o *ImportRequest) Identity() elemental.Identity
- func (o *ImportRequest) Patch(sparse elemental.SparseIdentifiable)
- func (o *ImportRequest) SetAnnotations(annotations map[string][]string)
- func (o *ImportRequest) SetAssociatedTags(associatedTags []string)
- func (o *ImportRequest) SetBSON(raw bson.Raw) error
- func (o *ImportRequest) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *ImportRequest) SetCreateTime(createTime time.Time)
- func (o *ImportRequest) SetDescription(description string)
- func (o *ImportRequest) SetIdentifier(id string)
- func (o *ImportRequest) SetMigrationsLog(migrationsLog map[string]string)
- func (o *ImportRequest) SetNamespace(namespace string)
- func (o *ImportRequest) SetNormalizedTags(normalizedTags []string)
- func (o *ImportRequest) SetProtected(protected bool)
- func (o *ImportRequest) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *ImportRequest) SetUpdateTime(updateTime time.Time)
- func (o *ImportRequest) SetZHash(zHash int)
- func (o *ImportRequest) SetZone(zone int)
- func (*ImportRequest) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ImportRequest) String() string
- func (o *ImportRequest) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ImportRequest) Validate() error
- func (o *ImportRequest) ValueForAttribute(name string) interface{}
- func (o *ImportRequest) Version() int
- type ImportRequestStatusValue
- type ImportRequestsList
- func (o ImportRequestsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ImportRequestsList) Copy() elemental.Identifiables
- func (o ImportRequestsList) DefaultOrder() []string
- func (o ImportRequestsList) Identity() elemental.Identity
- func (o ImportRequestsList) List() elemental.IdentifiablesList
- func (o ImportRequestsList) ToSparse(fields ...string) elemental.Identifiables
- func (o ImportRequestsList) Version() int
- type ImportsList
- func (o ImportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ImportsList) Copy() elemental.Identifiables
- func (o ImportsList) DefaultOrder() []string
- func (o ImportsList) Identity() elemental.Identity
- func (o ImportsList) List() elemental.IdentifiablesList
- func (o ImportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o ImportsList) Version() int
- type InfrastructurePoliciesList
- func (o InfrastructurePoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o InfrastructurePoliciesList) Copy() elemental.Identifiables
- func (o InfrastructurePoliciesList) DefaultOrder() []string
- func (o InfrastructurePoliciesList) Identity() elemental.Identity
- func (o InfrastructurePoliciesList) List() elemental.IdentifiablesList
- func (o InfrastructurePoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o InfrastructurePoliciesList) Version() int
- type InfrastructurePolicy
- func (*InfrastructurePolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *InfrastructurePolicy) BleveType() string
- func (o *InfrastructurePolicy) DeepCopy() *InfrastructurePolicy
- func (o *InfrastructurePolicy) DeepCopyInto(out *InfrastructurePolicy)
- func (o *InfrastructurePolicy) DefaultOrder() []string
- func (o *InfrastructurePolicy) Doc() string
- func (o *InfrastructurePolicy) GetActiveDuration() string
- func (o *InfrastructurePolicy) GetActiveSchedule() string
- func (o *InfrastructurePolicy) GetAnnotations() map[string][]string
- func (o *InfrastructurePolicy) GetAssociatedTags() []string
- func (o *InfrastructurePolicy) GetBSON() (interface{}, error)
- func (o *InfrastructurePolicy) GetCreateIdempotencyKey() string
- func (o *InfrastructurePolicy) GetCreateTime() time.Time
- func (o *InfrastructurePolicy) GetDescription() string
- func (o *InfrastructurePolicy) GetDisabled() bool
- func (o *InfrastructurePolicy) GetExpirationTime() time.Time
- func (o *InfrastructurePolicy) GetMetadata() []string
- func (o *InfrastructurePolicy) GetName() string
- func (o *InfrastructurePolicy) GetNamespace() string
- func (o *InfrastructurePolicy) GetNormalizedTags() []string
- func (o *InfrastructurePolicy) GetProtected() bool
- func (o *InfrastructurePolicy) GetUpdateIdempotencyKey() string
- func (o *InfrastructurePolicy) GetUpdateTime() time.Time
- func (o *InfrastructurePolicy) Identifier() string
- func (o *InfrastructurePolicy) Identity() elemental.Identity
- func (o *InfrastructurePolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *InfrastructurePolicy) SetActiveDuration(activeDuration string)
- func (o *InfrastructurePolicy) SetActiveSchedule(activeSchedule string)
- func (o *InfrastructurePolicy) SetAnnotations(annotations map[string][]string)
- func (o *InfrastructurePolicy) SetAssociatedTags(associatedTags []string)
- func (o *InfrastructurePolicy) SetBSON(raw bson.Raw) error
- func (o *InfrastructurePolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *InfrastructurePolicy) SetCreateTime(createTime time.Time)
- func (o *InfrastructurePolicy) SetDescription(description string)
- func (o *InfrastructurePolicy) SetDisabled(disabled bool)
- func (o *InfrastructurePolicy) SetExpirationTime(expirationTime time.Time)
- func (o *InfrastructurePolicy) SetIdentifier(id string)
- func (o *InfrastructurePolicy) SetMetadata(metadata []string)
- func (o *InfrastructurePolicy) SetName(name string)
- func (o *InfrastructurePolicy) SetNamespace(namespace string)
- func (o *InfrastructurePolicy) SetNormalizedTags(normalizedTags []string)
- func (o *InfrastructurePolicy) SetProtected(protected bool)
- func (o *InfrastructurePolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *InfrastructurePolicy) SetUpdateTime(updateTime time.Time)
- func (*InfrastructurePolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *InfrastructurePolicy) String() string
- func (o *InfrastructurePolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *InfrastructurePolicy) Validate() error
- func (o *InfrastructurePolicy) ValueForAttribute(name string) interface{}
- func (o *InfrastructurePolicy) Version() int
- type InfrastructurePolicyActionValue
- type InfrastructurePolicyApplyPolicyModeValue
- type InstalledApp
- func (*InstalledApp) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *InstalledApp) BleveType() string
- func (o *InstalledApp) DeepCopy() *InstalledApp
- func (o *InstalledApp) DeepCopyInto(out *InstalledApp)
- func (o *InstalledApp) DefaultOrder() []string
- func (o *InstalledApp) Doc() string
- func (o *InstalledApp) GetAnnotations() map[string][]string
- func (o *InstalledApp) GetAssociatedTags() []string
- func (o *InstalledApp) GetBSON() (interface{}, error)
- func (o *InstalledApp) GetCreateIdempotencyKey() string
- func (o *InstalledApp) GetCreateTime() time.Time
- func (o *InstalledApp) GetMigrationsLog() map[string]string
- func (o *InstalledApp) GetName() string
- func (o *InstalledApp) GetNamespace() string
- func (o *InstalledApp) GetNormalizedTags() []string
- func (o *InstalledApp) GetProtected() bool
- func (o *InstalledApp) GetUpdateIdempotencyKey() string
- func (o *InstalledApp) GetUpdateTime() time.Time
- func (o *InstalledApp) GetZHash() int
- func (o *InstalledApp) GetZone() int
- func (o *InstalledApp) Identifier() string
- func (o *InstalledApp) Identity() elemental.Identity
- func (o *InstalledApp) Patch(sparse elemental.SparseIdentifiable)
- func (o *InstalledApp) SetAnnotations(annotations map[string][]string)
- func (o *InstalledApp) SetAssociatedTags(associatedTags []string)
- func (o *InstalledApp) SetBSON(raw bson.Raw) error
- func (o *InstalledApp) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *InstalledApp) SetCreateTime(createTime time.Time)
- func (o *InstalledApp) SetIdentifier(id string)
- func (o *InstalledApp) SetMigrationsLog(migrationsLog map[string]string)
- func (o *InstalledApp) SetName(name string)
- func (o *InstalledApp) SetNamespace(namespace string)
- func (o *InstalledApp) SetNormalizedTags(normalizedTags []string)
- func (o *InstalledApp) SetProtected(protected bool)
- func (o *InstalledApp) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *InstalledApp) SetUpdateTime(updateTime time.Time)
- func (o *InstalledApp) SetZHash(zHash int)
- func (o *InstalledApp) SetZone(zone int)
- func (*InstalledApp) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *InstalledApp) String() string
- func (o *InstalledApp) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *InstalledApp) Validate() error
- func (o *InstalledApp) ValueForAttribute(name string) interface{}
- func (o *InstalledApp) Version() int
- type InstalledAppStatusValue
- type InstalledAppsList
- func (o InstalledAppsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o InstalledAppsList) Copy() elemental.Identifiables
- func (o InstalledAppsList) DefaultOrder() []string
- func (o InstalledAppsList) Identity() elemental.Identity
- func (o InstalledAppsList) List() elemental.IdentifiablesList
- func (o InstalledAppsList) ToSparse(fields ...string) elemental.Identifiables
- func (o InstalledAppsList) Version() int
- type IsolationProfile
- func (*IsolationProfile) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *IsolationProfile) BleveType() string
- func (o *IsolationProfile) DeepCopy() *IsolationProfile
- func (o *IsolationProfile) DeepCopyInto(out *IsolationProfile)
- func (o *IsolationProfile) DefaultOrder() []string
- func (o *IsolationProfile) Doc() string
- func (o *IsolationProfile) GetAnnotations() map[string][]string
- func (o *IsolationProfile) GetAssociatedTags() []string
- func (o *IsolationProfile) GetBSON() (interface{}, error)
- func (o *IsolationProfile) GetCreateIdempotencyKey() string
- func (o *IsolationProfile) GetCreateTime() time.Time
- func (o *IsolationProfile) GetDescription() string
- func (o *IsolationProfile) GetMetadata() []string
- func (o *IsolationProfile) GetMigrationsLog() map[string]string
- func (o *IsolationProfile) GetName() string
- func (o *IsolationProfile) GetNamespace() string
- func (o *IsolationProfile) GetNormalizedTags() []string
- func (o *IsolationProfile) GetPropagate() bool
- func (o *IsolationProfile) GetProtected() bool
- func (o *IsolationProfile) GetUpdateIdempotencyKey() string
- func (o *IsolationProfile) GetUpdateTime() time.Time
- func (o *IsolationProfile) GetZHash() int
- func (o *IsolationProfile) GetZone() int
- func (o *IsolationProfile) Identifier() string
- func (o *IsolationProfile) Identity() elemental.Identity
- func (o *IsolationProfile) Patch(sparse elemental.SparseIdentifiable)
- func (o *IsolationProfile) SetAnnotations(annotations map[string][]string)
- func (o *IsolationProfile) SetAssociatedTags(associatedTags []string)
- func (o *IsolationProfile) SetBSON(raw bson.Raw) error
- func (o *IsolationProfile) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *IsolationProfile) SetCreateTime(createTime time.Time)
- func (o *IsolationProfile) SetDescription(description string)
- func (o *IsolationProfile) SetIdentifier(id string)
- func (o *IsolationProfile) SetMetadata(metadata []string)
- func (o *IsolationProfile) SetMigrationsLog(migrationsLog map[string]string)
- func (o *IsolationProfile) SetName(name string)
- func (o *IsolationProfile) SetNamespace(namespace string)
- func (o *IsolationProfile) SetNormalizedTags(normalizedTags []string)
- func (o *IsolationProfile) SetPropagate(propagate bool)
- func (o *IsolationProfile) SetProtected(protected bool)
- func (o *IsolationProfile) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *IsolationProfile) SetUpdateTime(updateTime time.Time)
- func (o *IsolationProfile) SetZHash(zHash int)
- func (o *IsolationProfile) SetZone(zone int)
- func (*IsolationProfile) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *IsolationProfile) String() string
- func (o *IsolationProfile) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *IsolationProfile) Validate() error
- func (o *IsolationProfile) ValueForAttribute(name string) interface{}
- func (o *IsolationProfile) Version() int
- type IsolationProfilesList
- func (o IsolationProfilesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o IsolationProfilesList) Copy() elemental.Identifiables
- func (o IsolationProfilesList) DefaultOrder() []string
- func (o IsolationProfilesList) Identity() elemental.Identity
- func (o IsolationProfilesList) List() elemental.IdentifiablesList
- func (o IsolationProfilesList) ToSparse(fields ...string) elemental.Identifiables
- func (o IsolationProfilesList) Version() int
- type Issue
- func (*Issue) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Issue) BleveType() string
- func (o *Issue) DeepCopy() *Issue
- func (o *Issue) DeepCopyInto(out *Issue)
- func (o *Issue) DefaultOrder() []string
- func (o *Issue) Doc() string
- func (o *Issue) GetBSON() (interface{}, error)
- func (o *Issue) Identifier() string
- func (o *Issue) Identity() elemental.Identity
- func (o *Issue) Patch(sparse elemental.SparseIdentifiable)
- func (o *Issue) SetBSON(raw bson.Raw) error
- func (o *Issue) SetIdentifier(id string)
- func (*Issue) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Issue) String() string
- func (o *Issue) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Issue) Validate() error
- func (o *Issue) ValueForAttribute(name string) interface{}
- func (o *Issue) Version() int
- type IssueRealmValue
- type IssueServiceToken
- func (*IssueServiceToken) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *IssueServiceToken) BleveType() string
- func (o *IssueServiceToken) DeepCopy() *IssueServiceToken
- func (o *IssueServiceToken) DeepCopyInto(out *IssueServiceToken)
- func (o *IssueServiceToken) DefaultOrder() []string
- func (o *IssueServiceToken) Doc() string
- func (o *IssueServiceToken) GetBSON() (interface{}, error)
- func (o *IssueServiceToken) Identifier() string
- func (o *IssueServiceToken) Identity() elemental.Identity
- func (o *IssueServiceToken) Patch(sparse elemental.SparseIdentifiable)
- func (o *IssueServiceToken) SetBSON(raw bson.Raw) error
- func (o *IssueServiceToken) SetIdentifier(id string)
- func (*IssueServiceToken) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *IssueServiceToken) String() string
- func (o *IssueServiceToken) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *IssueServiceToken) Validate() error
- func (o *IssueServiceToken) ValueForAttribute(name string) interface{}
- func (o *IssueServiceToken) Version() int
- type IssueServiceTokensList
- func (o IssueServiceTokensList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o IssueServiceTokensList) Copy() elemental.Identifiables
- func (o IssueServiceTokensList) DefaultOrder() []string
- func (o IssueServiceTokensList) Identity() elemental.Identity
- func (o IssueServiceTokensList) List() elemental.IdentifiablesList
- func (o IssueServiceTokensList) ToSparse(fields ...string) elemental.Identifiables
- func (o IssueServiceTokensList) Version() int
- type IssuesList
- func (o IssuesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o IssuesList) Copy() elemental.Identifiables
- func (o IssuesList) DefaultOrder() []string
- func (o IssuesList) Identity() elemental.Identity
- func (o IssuesList) List() elemental.IdentifiablesList
- func (o IssuesList) ToSparse(fields ...string) elemental.Identifiables
- func (o IssuesList) Version() int
- type JWKS
- type JWKSAlgValue
- type JWKSCurveValue
- type JWKSKtyValue
- type KubernetesCluster
- func (*KubernetesCluster) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *KubernetesCluster) BleveType() string
- func (o *KubernetesCluster) DeepCopy() *KubernetesCluster
- func (o *KubernetesCluster) DeepCopyInto(out *KubernetesCluster)
- func (o *KubernetesCluster) DefaultOrder() []string
- func (o *KubernetesCluster) Doc() string
- func (o *KubernetesCluster) GetAnnotations() map[string][]string
- func (o *KubernetesCluster) GetAssociatedTags() []string
- func (o *KubernetesCluster) GetBSON() (interface{}, error)
- func (o *KubernetesCluster) GetCreateIdempotencyKey() string
- func (o *KubernetesCluster) GetCreateTime() time.Time
- func (o *KubernetesCluster) GetDescription() string
- func (o *KubernetesCluster) GetMetadata() []string
- func (o *KubernetesCluster) GetMigrationsLog() map[string]string
- func (o *KubernetesCluster) GetName() string
- func (o *KubernetesCluster) GetNamespace() string
- func (o *KubernetesCluster) GetNormalizedTags() []string
- func (o *KubernetesCluster) GetProtected() bool
- func (o *KubernetesCluster) GetUpdateIdempotencyKey() string
- func (o *KubernetesCluster) GetUpdateTime() time.Time
- func (o *KubernetesCluster) GetZHash() int
- func (o *KubernetesCluster) GetZone() int
- func (o *KubernetesCluster) Identifier() string
- func (o *KubernetesCluster) Identity() elemental.Identity
- func (o *KubernetesCluster) Patch(sparse elemental.SparseIdentifiable)
- func (o *KubernetesCluster) SetAnnotations(annotations map[string][]string)
- func (o *KubernetesCluster) SetAssociatedTags(associatedTags []string)
- func (o *KubernetesCluster) SetBSON(raw bson.Raw) error
- func (o *KubernetesCluster) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *KubernetesCluster) SetCreateTime(createTime time.Time)
- func (o *KubernetesCluster) SetDescription(description string)
- func (o *KubernetesCluster) SetIdentifier(id string)
- func (o *KubernetesCluster) SetMetadata(metadata []string)
- func (o *KubernetesCluster) SetMigrationsLog(migrationsLog map[string]string)
- func (o *KubernetesCluster) SetName(name string)
- func (o *KubernetesCluster) SetNamespace(namespace string)
- func (o *KubernetesCluster) SetNormalizedTags(normalizedTags []string)
- func (o *KubernetesCluster) SetProtected(protected bool)
- func (o *KubernetesCluster) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *KubernetesCluster) SetUpdateTime(updateTime time.Time)
- func (o *KubernetesCluster) SetZHash(zHash int)
- func (o *KubernetesCluster) SetZone(zone int)
- func (*KubernetesCluster) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *KubernetesCluster) String() string
- func (o *KubernetesCluster) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *KubernetesCluster) Validate() error
- func (o *KubernetesCluster) ValueForAttribute(name string) interface{}
- func (o *KubernetesCluster) Version() int
- type KubernetesClustersList
- func (o KubernetesClustersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o KubernetesClustersList) Copy() elemental.Identifiables
- func (o KubernetesClustersList) DefaultOrder() []string
- func (o KubernetesClustersList) Identity() elemental.Identity
- func (o KubernetesClustersList) List() elemental.IdentifiablesList
- func (o KubernetesClustersList) ToSparse(fields ...string) elemental.Identifiables
- func (o KubernetesClustersList) Version() int
- type LDAPProvider
- func (*LDAPProvider) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *LDAPProvider) BleveType() string
- func (o *LDAPProvider) DeepCopy() *LDAPProvider
- func (o *LDAPProvider) DeepCopyInto(out *LDAPProvider)
- func (o *LDAPProvider) DefaultOrder() []string
- func (o *LDAPProvider) Doc() string
- func (o *LDAPProvider) GetAnnotations() map[string][]string
- func (o *LDAPProvider) GetAssociatedTags() []string
- func (o *LDAPProvider) GetBSON() (interface{}, error)
- func (o *LDAPProvider) GetCreateIdempotencyKey() string
- func (o *LDAPProvider) GetCreateTime() time.Time
- func (o *LDAPProvider) GetDescription() string
- func (o *LDAPProvider) GetMigrationsLog() map[string]string
- func (o *LDAPProvider) GetName() string
- func (o *LDAPProvider) GetNamespace() string
- func (o *LDAPProvider) GetNormalizedTags() []string
- func (o *LDAPProvider) GetProtected() bool
- func (o *LDAPProvider) GetUpdateIdempotencyKey() string
- func (o *LDAPProvider) GetUpdateTime() time.Time
- func (o *LDAPProvider) GetZHash() int
- func (o *LDAPProvider) GetZone() int
- func (o *LDAPProvider) Identifier() string
- func (o *LDAPProvider) Identity() elemental.Identity
- func (o *LDAPProvider) Patch(sparse elemental.SparseIdentifiable)
- func (o *LDAPProvider) SetAnnotations(annotations map[string][]string)
- func (o *LDAPProvider) SetAssociatedTags(associatedTags []string)
- func (o *LDAPProvider) SetBSON(raw bson.Raw) error
- func (o *LDAPProvider) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *LDAPProvider) SetCreateTime(createTime time.Time)
- func (o *LDAPProvider) SetDescription(description string)
- func (o *LDAPProvider) SetIdentifier(id string)
- func (o *LDAPProvider) SetMigrationsLog(migrationsLog map[string]string)
- func (o *LDAPProvider) SetName(name string)
- func (o *LDAPProvider) SetNamespace(namespace string)
- func (o *LDAPProvider) SetNormalizedTags(normalizedTags []string)
- func (o *LDAPProvider) SetProtected(protected bool)
- func (o *LDAPProvider) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *LDAPProvider) SetUpdateTime(updateTime time.Time)
- func (o *LDAPProvider) SetZHash(zHash int)
- func (o *LDAPProvider) SetZone(zone int)
- func (*LDAPProvider) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *LDAPProvider) String() string
- func (o *LDAPProvider) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *LDAPProvider) Validate() error
- func (o *LDAPProvider) ValueForAttribute(name string) interface{}
- func (o *LDAPProvider) Version() int
- type LDAPProviderConnSecurityProtocolValue
- type LDAPProvidersList
- func (o LDAPProvidersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o LDAPProvidersList) Copy() elemental.Identifiables
- func (o LDAPProvidersList) DefaultOrder() []string
- func (o LDAPProvidersList) Identity() elemental.Identity
- func (o LDAPProvidersList) List() elemental.IdentifiablesList
- func (o LDAPProvidersList) ToSparse(fields ...string) elemental.Identifiables
- func (o LDAPProvidersList) Version() int
- type LocalCA
- func (*LocalCA) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *LocalCA) BleveType() string
- func (o *LocalCA) DeepCopy() *LocalCA
- func (o *LocalCA) DeepCopyInto(out *LocalCA)
- func (o *LocalCA) DefaultOrder() []string
- func (o *LocalCA) Doc() string
- func (o *LocalCA) GetBSON() (interface{}, error)
- func (o *LocalCA) Identifier() string
- func (o *LocalCA) Identity() elemental.Identity
- func (o *LocalCA) Patch(sparse elemental.SparseIdentifiable)
- func (o *LocalCA) SetBSON(raw bson.Raw) error
- func (o *LocalCA) SetIdentifier(id string)
- func (*LocalCA) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *LocalCA) String() string
- func (o *LocalCA) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *LocalCA) Validate() error
- func (o *LocalCA) ValueForAttribute(name string) interface{}
- func (o *LocalCA) Version() int
- type LocalCAsList
- func (o LocalCAsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o LocalCAsList) Copy() elemental.Identifiables
- func (o LocalCAsList) DefaultOrder() []string
- func (o LocalCAsList) Identity() elemental.Identity
- func (o LocalCAsList) List() elemental.IdentifiablesList
- func (o LocalCAsList) ToSparse(fields ...string) elemental.Identifiables
- func (o LocalCAsList) Version() int
- type Log
- func (*Log) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Log) BleveType() string
- func (o *Log) DeepCopy() *Log
- func (o *Log) DeepCopyInto(out *Log)
- func (o *Log) DefaultOrder() []string
- func (o *Log) Doc() string
- func (o *Log) GetBSON() (interface{}, error)
- func (o *Log) Identifier() string
- func (o *Log) Identity() elemental.Identity
- func (o *Log) Patch(sparse elemental.SparseIdentifiable)
- func (o *Log) SetBSON(raw bson.Raw) error
- func (o *Log) SetIdentifier(id string)
- func (*Log) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Log) String() string
- func (o *Log) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Log) Validate() error
- func (o *Log) ValueForAttribute(name string) interface{}
- func (o *Log) Version() int
- type Logout
- func (*Logout) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Logout) BleveType() string
- func (o *Logout) DeepCopy() *Logout
- func (o *Logout) DeepCopyInto(out *Logout)
- func (o *Logout) DefaultOrder() []string
- func (o *Logout) Doc() string
- func (o *Logout) GetBSON() (interface{}, error)
- func (o *Logout) Identifier() string
- func (o *Logout) Identity() elemental.Identity
- func (o *Logout) Patch(sparse elemental.SparseIdentifiable)
- func (o *Logout) SetBSON(raw bson.Raw) error
- func (o *Logout) SetIdentifier(id string)
- func (*Logout) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Logout) String() string
- func (o *Logout) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Logout) Validate() error
- func (o *Logout) ValueForAttribute(name string) interface{}
- func (o *Logout) Version() int
- type LogoutsList
- func (o LogoutsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o LogoutsList) Copy() elemental.Identifiables
- func (o LogoutsList) DefaultOrder() []string
- func (o LogoutsList) Identity() elemental.Identity
- func (o LogoutsList) List() elemental.IdentifiablesList
- func (o LogoutsList) ToSparse(fields ...string) elemental.Identifiables
- func (o LogoutsList) Version() int
- type LogsList
- func (o LogsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o LogsList) Copy() elemental.Identifiables
- func (o LogsList) DefaultOrder() []string
- func (o LogsList) Identity() elemental.Identity
- func (o LogsList) List() elemental.IdentifiablesList
- func (o LogsList) ToSparse(fields ...string) elemental.Identifiables
- func (o LogsList) Version() int
- type Message
- func (*Message) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Message) BleveType() string
- func (o *Message) DeepCopy() *Message
- func (o *Message) DeepCopyInto(out *Message)
- func (o *Message) DefaultOrder() []string
- func (o *Message) Doc() string
- func (o *Message) GetAnnotations() map[string][]string
- func (o *Message) GetAssociatedTags() []string
- func (o *Message) GetBSON() (interface{}, error)
- func (o *Message) GetCreateIdempotencyKey() string
- func (o *Message) GetCreateTime() time.Time
- func (o *Message) GetDescription() string
- func (o *Message) GetMigrationsLog() map[string]string
- func (o *Message) GetName() string
- func (o *Message) GetNamespace() string
- func (o *Message) GetNormalizedTags() []string
- func (o *Message) GetPropagate() bool
- func (o *Message) GetProtected() bool
- func (o *Message) GetUpdateIdempotencyKey() string
- func (o *Message) GetUpdateTime() time.Time
- func (o *Message) GetZHash() int
- func (o *Message) GetZone() int
- func (o *Message) Identifier() string
- func (o *Message) Identity() elemental.Identity
- func (o *Message) Patch(sparse elemental.SparseIdentifiable)
- func (o *Message) SetAnnotations(annotations map[string][]string)
- func (o *Message) SetAssociatedTags(associatedTags []string)
- func (o *Message) SetBSON(raw bson.Raw) error
- func (o *Message) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *Message) SetCreateTime(createTime time.Time)
- func (o *Message) SetDescription(description string)
- func (o *Message) SetIdentifier(id string)
- func (o *Message) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Message) SetName(name string)
- func (o *Message) SetNamespace(namespace string)
- func (o *Message) SetNormalizedTags(normalizedTags []string)
- func (o *Message) SetPropagate(propagate bool)
- func (o *Message) SetProtected(protected bool)
- func (o *Message) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *Message) SetUpdateTime(updateTime time.Time)
- func (o *Message) SetZHash(zHash int)
- func (o *Message) SetZone(zone int)
- func (*Message) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Message) String() string
- func (o *Message) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Message) Validate() error
- func (o *Message) ValueForAttribute(name string) interface{}
- func (o *Message) Version() int
- type MessageLevelValue
- type MessagesList
- func (o MessagesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o MessagesList) Copy() elemental.Identifiables
- func (o MessagesList) DefaultOrder() []string
- func (o MessagesList) Identity() elemental.Identity
- func (o MessagesList) List() elemental.IdentifiablesList
- func (o MessagesList) ToSparse(fields ...string) elemental.Identifiables
- func (o MessagesList) Version() int
- type MetricsQueriesList
- func (o MetricsQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o MetricsQueriesList) Copy() elemental.Identifiables
- func (o MetricsQueriesList) DefaultOrder() []string
- func (o MetricsQueriesList) Identity() elemental.Identity
- func (o MetricsQueriesList) List() elemental.IdentifiablesList
- func (o MetricsQueriesList) ToSparse(fields ...string) elemental.Identifiables
- func (o MetricsQueriesList) Version() int
- type MetricsQuery
- func (*MetricsQuery) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *MetricsQuery) BleveType() string
- func (o *MetricsQuery) DeepCopy() *MetricsQuery
- func (o *MetricsQuery) DeepCopyInto(out *MetricsQuery)
- func (o *MetricsQuery) DefaultOrder() []string
- func (o *MetricsQuery) Doc() string
- func (o *MetricsQuery) GetBSON() (interface{}, error)
- func (o *MetricsQuery) Identifier() string
- func (o *MetricsQuery) Identity() elemental.Identity
- func (o *MetricsQuery) Patch(sparse elemental.SparseIdentifiable)
- func (o *MetricsQuery) SetBSON(raw bson.Raw) error
- func (o *MetricsQuery) SetIdentifier(id string)
- func (*MetricsQuery) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *MetricsQuery) String() string
- func (o *MetricsQuery) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *MetricsQuery) Validate() error
- func (o *MetricsQuery) ValueForAttribute(name string) interface{}
- func (o *MetricsQuery) Version() int
- type MetricsQueryRange
- func (*MetricsQueryRange) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *MetricsQueryRange) BleveType() string
- func (o *MetricsQueryRange) DeepCopy() *MetricsQueryRange
- func (o *MetricsQueryRange) DeepCopyInto(out *MetricsQueryRange)
- func (o *MetricsQueryRange) DefaultOrder() []string
- func (o *MetricsQueryRange) Doc() string
- func (o *MetricsQueryRange) GetBSON() (interface{}, error)
- func (o *MetricsQueryRange) Identifier() string
- func (o *MetricsQueryRange) Identity() elemental.Identity
- func (o *MetricsQueryRange) Patch(sparse elemental.SparseIdentifiable)
- func (o *MetricsQueryRange) SetBSON(raw bson.Raw) error
- func (o *MetricsQueryRange) SetIdentifier(id string)
- func (*MetricsQueryRange) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *MetricsQueryRange) String() string
- func (o *MetricsQueryRange) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *MetricsQueryRange) Validate() error
- func (o *MetricsQueryRange) ValueForAttribute(name string) interface{}
- func (o *MetricsQueryRange) Version() int
- type MetricsQueryRangesList
- func (o MetricsQueryRangesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o MetricsQueryRangesList) Copy() elemental.Identifiables
- func (o MetricsQueryRangesList) DefaultOrder() []string
- func (o MetricsQueryRangesList) Identity() elemental.Identity
- func (o MetricsQueryRangesList) List() elemental.IdentifiablesList
- func (o MetricsQueryRangesList) ToSparse(fields ...string) elemental.Identifiables
- func (o MetricsQueryRangesList) Version() int
- type Namespace
- func (*Namespace) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Namespace) BleveType() string
- func (o *Namespace) DeepCopy() *Namespace
- func (o *Namespace) DeepCopyInto(out *Namespace)
- func (o *Namespace) DefaultOrder() []string
- func (o *Namespace) Doc() string
- func (o *Namespace) GetAnnotations() map[string][]string
- func (o *Namespace) GetAssociatedTags() []string
- func (o *Namespace) GetBSON() (interface{}, error)
- func (o *Namespace) GetCreateIdempotencyKey() string
- func (o *Namespace) GetCreateTime() time.Time
- func (o *Namespace) GetDescription() string
- func (o *Namespace) GetMetadata() []string
- func (o *Namespace) GetMigrationsLog() map[string]string
- func (o *Namespace) GetName() string
- func (o *Namespace) GetNamespace() string
- func (o *Namespace) GetNormalizedTags() []string
- func (o *Namespace) GetProtected() bool
- func (o *Namespace) GetUpdateIdempotencyKey() string
- func (o *Namespace) GetUpdateTime() time.Time
- func (o *Namespace) GetZHash() int
- func (o *Namespace) GetZone() int
- func (o *Namespace) GetZoning() int
- func (o *Namespace) Identifier() string
- func (o *Namespace) Identity() elemental.Identity
- func (o *Namespace) Patch(sparse elemental.SparseIdentifiable)
- func (o *Namespace) SetAnnotations(annotations map[string][]string)
- func (o *Namespace) SetAssociatedTags(associatedTags []string)
- func (o *Namespace) SetBSON(raw bson.Raw) error
- func (o *Namespace) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *Namespace) SetCreateTime(createTime time.Time)
- func (o *Namespace) SetDescription(description string)
- func (o *Namespace) SetIdentifier(id string)
- func (o *Namespace) SetMetadata(metadata []string)
- func (o *Namespace) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Namespace) SetName(name string)
- func (o *Namespace) SetNamespace(namespace string)
- func (o *Namespace) SetNormalizedTags(normalizedTags []string)
- func (o *Namespace) SetProtected(protected bool)
- func (o *Namespace) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *Namespace) SetUpdateTime(updateTime time.Time)
- func (o *Namespace) SetZHash(zHash int)
- func (o *Namespace) SetZone(zone int)
- func (o *Namespace) SetZoning(zoning int)
- func (*Namespace) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Namespace) String() string
- func (o *Namespace) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Namespace) Validate() error
- func (o *Namespace) ValueForAttribute(name string) interface{}
- func (o *Namespace) Version() int
- type NamespaceDefaultPUIncomingTrafficActionValue
- type NamespaceDefaultPUOutgoingTrafficActionValue
- type NamespaceInfo
- func (*NamespaceInfo) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *NamespaceInfo) BleveType() string
- func (o *NamespaceInfo) DeepCopy() *NamespaceInfo
- func (o *NamespaceInfo) DeepCopyInto(out *NamespaceInfo)
- func (o *NamespaceInfo) DefaultOrder() []string
- func (o *NamespaceInfo) Doc() string
- func (o *NamespaceInfo) GetBSON() (interface{}, error)
- func (o *NamespaceInfo) Identifier() string
- func (o *NamespaceInfo) Identity() elemental.Identity
- func (o *NamespaceInfo) Patch(sparse elemental.SparseIdentifiable)
- func (o *NamespaceInfo) SetBSON(raw bson.Raw) error
- func (o *NamespaceInfo) SetIdentifier(id string)
- func (*NamespaceInfo) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *NamespaceInfo) String() string
- func (o *NamespaceInfo) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *NamespaceInfo) Validate() error
- func (o *NamespaceInfo) ValueForAttribute(name string) interface{}
- func (o *NamespaceInfo) Version() int
- type NamespaceInfoPUIncomingTrafficActionValue
- type NamespaceInfoPUOutgoingTrafficActionValue
- type NamespaceInfosList
- func (o NamespaceInfosList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o NamespaceInfosList) Copy() elemental.Identifiables
- func (o NamespaceInfosList) DefaultOrder() []string
- func (o NamespaceInfosList) Identity() elemental.Identity
- func (o NamespaceInfosList) List() elemental.IdentifiablesList
- func (o NamespaceInfosList) ToSparse(fields ...string) elemental.Identifiables
- func (o NamespaceInfosList) Version() int
- type NamespaceJWTCertificateTypeValue
- type NamespaceMappingPoliciesList
- func (o NamespaceMappingPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o NamespaceMappingPoliciesList) Copy() elemental.Identifiables
- func (o NamespaceMappingPoliciesList) DefaultOrder() []string
- func (o NamespaceMappingPoliciesList) Identity() elemental.Identity
- func (o NamespaceMappingPoliciesList) List() elemental.IdentifiablesList
- func (o NamespaceMappingPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o NamespaceMappingPoliciesList) Version() int
- type NamespaceMappingPolicy
- func (*NamespaceMappingPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *NamespaceMappingPolicy) BleveType() string
- func (o *NamespaceMappingPolicy) DeepCopy() *NamespaceMappingPolicy
- func (o *NamespaceMappingPolicy) DeepCopyInto(out *NamespaceMappingPolicy)
- func (o *NamespaceMappingPolicy) DefaultOrder() []string
- func (o *NamespaceMappingPolicy) Doc() string
- func (o *NamespaceMappingPolicy) GetAnnotations() map[string][]string
- func (o *NamespaceMappingPolicy) GetAssociatedTags() []string
- func (o *NamespaceMappingPolicy) GetBSON() (interface{}, error)
- func (o *NamespaceMappingPolicy) GetCreateIdempotencyKey() string
- func (o *NamespaceMappingPolicy) GetCreateTime() time.Time
- func (o *NamespaceMappingPolicy) GetDescription() string
- func (o *NamespaceMappingPolicy) GetDisabled() bool
- func (o *NamespaceMappingPolicy) GetMetadata() []string
- func (o *NamespaceMappingPolicy) GetName() string
- func (o *NamespaceMappingPolicy) GetNamespace() string
- func (o *NamespaceMappingPolicy) GetNormalizedTags() []string
- func (o *NamespaceMappingPolicy) GetProtected() bool
- func (o *NamespaceMappingPolicy) GetUpdateIdempotencyKey() string
- func (o *NamespaceMappingPolicy) GetUpdateTime() time.Time
- func (o *NamespaceMappingPolicy) Identifier() string
- func (o *NamespaceMappingPolicy) Identity() elemental.Identity
- func (o *NamespaceMappingPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *NamespaceMappingPolicy) SetAnnotations(annotations map[string][]string)
- func (o *NamespaceMappingPolicy) SetAssociatedTags(associatedTags []string)
- func (o *NamespaceMappingPolicy) SetBSON(raw bson.Raw) error
- func (o *NamespaceMappingPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *NamespaceMappingPolicy) SetCreateTime(createTime time.Time)
- func (o *NamespaceMappingPolicy) SetDescription(description string)
- func (o *NamespaceMappingPolicy) SetDisabled(disabled bool)
- func (o *NamespaceMappingPolicy) SetIdentifier(id string)
- func (o *NamespaceMappingPolicy) SetMetadata(metadata []string)
- func (o *NamespaceMappingPolicy) SetName(name string)
- func (o *NamespaceMappingPolicy) SetNamespace(namespace string)
- func (o *NamespaceMappingPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *NamespaceMappingPolicy) SetProtected(protected bool)
- func (o *NamespaceMappingPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *NamespaceMappingPolicy) SetUpdateTime(updateTime time.Time)
- func (*NamespaceMappingPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *NamespaceMappingPolicy) String() string
- func (o *NamespaceMappingPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *NamespaceMappingPolicy) Validate() error
- func (o *NamespaceMappingPolicy) ValueForAttribute(name string) interface{}
- func (o *NamespaceMappingPolicy) Version() int
- type NamespacePolicyInfo
- func (*NamespacePolicyInfo) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *NamespacePolicyInfo) BleveType() string
- func (o *NamespacePolicyInfo) DeepCopy() *NamespacePolicyInfo
- func (o *NamespacePolicyInfo) DeepCopyInto(out *NamespacePolicyInfo)
- func (o *NamespacePolicyInfo) DefaultOrder() []string
- func (o *NamespacePolicyInfo) Doc() string
- func (o *NamespacePolicyInfo) GetBSON() (interface{}, error)
- func (o *NamespacePolicyInfo) Identifier() string
- func (o *NamespacePolicyInfo) Identity() elemental.Identity
- func (o *NamespacePolicyInfo) Patch(sparse elemental.SparseIdentifiable)
- func (o *NamespacePolicyInfo) SetBSON(raw bson.Raw) error
- func (o *NamespacePolicyInfo) SetIdentifier(id string)
- func (*NamespacePolicyInfo) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *NamespacePolicyInfo) String() string
- func (o *NamespacePolicyInfo) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *NamespacePolicyInfo) Validate() error
- func (o *NamespacePolicyInfo) ValueForAttribute(name string) interface{}
- func (o *NamespacePolicyInfo) Version() int
- type NamespacePolicyInfoPUIncomingTrafficActionValue
- type NamespacePolicyInfoPUOutgoingTrafficActionValue
- type NamespacePolicyInfosList
- func (o NamespacePolicyInfosList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o NamespacePolicyInfosList) Copy() elemental.Identifiables
- func (o NamespacePolicyInfosList) DefaultOrder() []string
- func (o NamespacePolicyInfosList) Identity() elemental.Identity
- func (o NamespacePolicyInfosList) List() elemental.IdentifiablesList
- func (o NamespacePolicyInfosList) ToSparse(fields ...string) elemental.Identifiables
- func (o NamespacePolicyInfosList) Version() int
- type NamespaceRenderer
- func (*NamespaceRenderer) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *NamespaceRenderer) BleveType() string
- func (o *NamespaceRenderer) DeepCopy() *NamespaceRenderer
- func (o *NamespaceRenderer) DeepCopyInto(out *NamespaceRenderer)
- func (o *NamespaceRenderer) DefaultOrder() []string
- func (o *NamespaceRenderer) Doc() string
- func (o *NamespaceRenderer) GetBSON() (interface{}, error)
- func (o *NamespaceRenderer) Identifier() string
- func (o *NamespaceRenderer) Identity() elemental.Identity
- func (o *NamespaceRenderer) Patch(sparse elemental.SparseIdentifiable)
- func (o *NamespaceRenderer) SetBSON(raw bson.Raw) error
- func (o *NamespaceRenderer) SetIdentifier(id string)
- func (*NamespaceRenderer) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *NamespaceRenderer) String() string
- func (o *NamespaceRenderer) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *NamespaceRenderer) Validate() error
- func (o *NamespaceRenderer) ValueForAttribute(name string) interface{}
- func (o *NamespaceRenderer) Version() int
- type NamespaceRenderersList
- func (o NamespaceRenderersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o NamespaceRenderersList) Copy() elemental.Identifiables
- func (o NamespaceRenderersList) DefaultOrder() []string
- func (o NamespaceRenderersList) Identity() elemental.Identity
- func (o NamespaceRenderersList) List() elemental.IdentifiablesList
- func (o NamespaceRenderersList) ToSparse(fields ...string) elemental.Identifiables
- func (o NamespaceRenderersList) Version() int
- type NamespaceType
- func (*NamespaceType) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *NamespaceType) BleveType() string
- func (o *NamespaceType) DeepCopy() *NamespaceType
- func (o *NamespaceType) DeepCopyInto(out *NamespaceType)
- func (o *NamespaceType) DefaultOrder() []string
- func (o *NamespaceType) Doc() string
- func (o *NamespaceType) GetBSON() (interface{}, error)
- func (o *NamespaceType) Identifier() string
- func (o *NamespaceType) Identity() elemental.Identity
- func (o *NamespaceType) Patch(sparse elemental.SparseIdentifiable)
- func (o *NamespaceType) SetBSON(raw bson.Raw) error
- func (o *NamespaceType) SetIdentifier(id string)
- func (*NamespaceType) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *NamespaceType) String() string
- func (o *NamespaceType) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *NamespaceType) Validate() error
- func (o *NamespaceType) ValueForAttribute(name string) interface{}
- func (o *NamespaceType) Version() int
- type NamespaceTypeValue
- type NamespaceTypesList
- func (o NamespaceTypesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o NamespaceTypesList) Copy() elemental.Identifiables
- func (o NamespaceTypesList) DefaultOrder() []string
- func (o NamespaceTypesList) Identity() elemental.Identity
- func (o NamespaceTypesList) List() elemental.IdentifiablesList
- func (o NamespaceTypesList) ToSparse(fields ...string) elemental.Identifiables
- func (o NamespaceTypesList) Version() int
- type NamespacesList
- func (o NamespacesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o NamespacesList) Copy() elemental.Identifiables
- func (o NamespacesList) DefaultOrder() []string
- func (o NamespacesList) Identity() elemental.Identity
- func (o NamespacesList) List() elemental.IdentifiablesList
- func (o NamespacesList) ToSparse(fields ...string) elemental.Identifiables
- func (o NamespacesList) Version() int
- type NetworkAccessPoliciesList
- func (o NetworkAccessPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o NetworkAccessPoliciesList) Copy() elemental.Identifiables
- func (o NetworkAccessPoliciesList) DefaultOrder() []string
- func (o NetworkAccessPoliciesList) Identity() elemental.Identity
- func (o NetworkAccessPoliciesList) List() elemental.IdentifiablesList
- func (o NetworkAccessPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o NetworkAccessPoliciesList) Version() int
- type NetworkAccessPolicy
- func (*NetworkAccessPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *NetworkAccessPolicy) BleveType() string
- func (o *NetworkAccessPolicy) DeepCopy() *NetworkAccessPolicy
- func (o *NetworkAccessPolicy) DeepCopyInto(out *NetworkAccessPolicy)
- func (o *NetworkAccessPolicy) DefaultOrder() []string
- func (o *NetworkAccessPolicy) Doc() string
- func (o *NetworkAccessPolicy) GetActiveDuration() string
- func (o *NetworkAccessPolicy) GetActiveSchedule() string
- func (o *NetworkAccessPolicy) GetAnnotations() map[string][]string
- func (o *NetworkAccessPolicy) GetAssociatedTags() []string
- func (o *NetworkAccessPolicy) GetBSON() (interface{}, error)
- func (o *NetworkAccessPolicy) GetCreateIdempotencyKey() string
- func (o *NetworkAccessPolicy) GetCreateTime() time.Time
- func (o *NetworkAccessPolicy) GetDescription() string
- func (o *NetworkAccessPolicy) GetDisabled() bool
- func (o *NetworkAccessPolicy) GetExpirationTime() time.Time
- func (o *NetworkAccessPolicy) GetFallback() bool
- func (o *NetworkAccessPolicy) GetMetadata() []string
- func (o *NetworkAccessPolicy) GetName() string
- func (o *NetworkAccessPolicy) GetNamespace() string
- func (o *NetworkAccessPolicy) GetNegateObject() bool
- func (o *NetworkAccessPolicy) GetNegateSubject() bool
- func (o *NetworkAccessPolicy) GetNormalizedTags() []string
- func (o *NetworkAccessPolicy) GetPropagate() bool
- func (o *NetworkAccessPolicy) GetProtected() bool
- func (o *NetworkAccessPolicy) GetUpdateIdempotencyKey() string
- func (o *NetworkAccessPolicy) GetUpdateTime() time.Time
- func (o *NetworkAccessPolicy) Identifier() string
- func (o *NetworkAccessPolicy) Identity() elemental.Identity
- func (o *NetworkAccessPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *NetworkAccessPolicy) SetActiveDuration(activeDuration string)
- func (o *NetworkAccessPolicy) SetActiveSchedule(activeSchedule string)
- func (o *NetworkAccessPolicy) SetAnnotations(annotations map[string][]string)
- func (o *NetworkAccessPolicy) SetAssociatedTags(associatedTags []string)
- func (o *NetworkAccessPolicy) SetBSON(raw bson.Raw) error
- func (o *NetworkAccessPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *NetworkAccessPolicy) SetCreateTime(createTime time.Time)
- func (o *NetworkAccessPolicy) SetDescription(description string)
- func (o *NetworkAccessPolicy) SetDisabled(disabled bool)
- func (o *NetworkAccessPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *NetworkAccessPolicy) SetFallback(fallback bool)
- func (o *NetworkAccessPolicy) SetIdentifier(id string)
- func (o *NetworkAccessPolicy) SetMetadata(metadata []string)
- func (o *NetworkAccessPolicy) SetName(name string)
- func (o *NetworkAccessPolicy) SetNamespace(namespace string)
- func (o *NetworkAccessPolicy) SetNegateObject(negateObject bool)
- func (o *NetworkAccessPolicy) SetNegateSubject(negateSubject bool)
- func (o *NetworkAccessPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *NetworkAccessPolicy) SetPropagate(propagate bool)
- func (o *NetworkAccessPolicy) SetProtected(protected bool)
- func (o *NetworkAccessPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *NetworkAccessPolicy) SetUpdateTime(updateTime time.Time)
- func (*NetworkAccessPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *NetworkAccessPolicy) String() string
- func (o *NetworkAccessPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *NetworkAccessPolicy) Validate() error
- func (o *NetworkAccessPolicy) ValueForAttribute(name string) interface{}
- func (o *NetworkAccessPolicy) Version() int
- type NetworkAccessPolicyActionValue
- type NetworkAccessPolicyApplyPolicyModeValue
- type NetworkAccessPolicyObservedTrafficActionValue
- type NetworkRule
- type NetworkRuleActionValue
- type NetworkRuleNet
- func (o *NetworkRuleNet) BleveType() string
- func (o *NetworkRuleNet) DeepCopy() *NetworkRuleNet
- func (o *NetworkRuleNet) DeepCopyInto(out *NetworkRuleNet)
- func (o *NetworkRuleNet) GetBSON() (interface{}, error)
- func (o *NetworkRuleNet) SetBSON(raw bson.Raw) error
- func (o *NetworkRuleNet) Validate() error
- type NetworkRuleSetPoliciesList
- func (o NetworkRuleSetPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o NetworkRuleSetPoliciesList) Copy() elemental.Identifiables
- func (o NetworkRuleSetPoliciesList) DefaultOrder() []string
- func (o NetworkRuleSetPoliciesList) Identity() elemental.Identity
- func (o NetworkRuleSetPoliciesList) List() elemental.IdentifiablesList
- func (o NetworkRuleSetPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o NetworkRuleSetPoliciesList) Version() int
- type NetworkRuleSetPolicy
- func (*NetworkRuleSetPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *NetworkRuleSetPolicy) BleveType() string
- func (o *NetworkRuleSetPolicy) DeepCopy() *NetworkRuleSetPolicy
- func (o *NetworkRuleSetPolicy) DeepCopyInto(out *NetworkRuleSetPolicy)
- func (o *NetworkRuleSetPolicy) DefaultOrder() []string
- func (o *NetworkRuleSetPolicy) Doc() string
- func (o *NetworkRuleSetPolicy) GetAnnotations() map[string][]string
- func (o *NetworkRuleSetPolicy) GetAssociatedTags() []string
- func (o *NetworkRuleSetPolicy) GetBSON() (interface{}, error)
- func (o *NetworkRuleSetPolicy) GetCreateIdempotencyKey() string
- func (o *NetworkRuleSetPolicy) GetCreateTime() time.Time
- func (o *NetworkRuleSetPolicy) GetDescription() string
- func (o *NetworkRuleSetPolicy) GetDisabled() bool
- func (o *NetworkRuleSetPolicy) GetFallback() bool
- func (o *NetworkRuleSetPolicy) GetMetadata() []string
- func (o *NetworkRuleSetPolicy) GetName() string
- func (o *NetworkRuleSetPolicy) GetNamespace() string
- func (o *NetworkRuleSetPolicy) GetNormalizedTags() []string
- func (o *NetworkRuleSetPolicy) GetPropagate() bool
- func (o *NetworkRuleSetPolicy) GetProtected() bool
- func (o *NetworkRuleSetPolicy) GetUpdateIdempotencyKey() string
- func (o *NetworkRuleSetPolicy) GetUpdateTime() time.Time
- func (o *NetworkRuleSetPolicy) Identifier() string
- func (o *NetworkRuleSetPolicy) Identity() elemental.Identity
- func (o *NetworkRuleSetPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *NetworkRuleSetPolicy) SetAnnotations(annotations map[string][]string)
- func (o *NetworkRuleSetPolicy) SetAssociatedTags(associatedTags []string)
- func (o *NetworkRuleSetPolicy) SetBSON(raw bson.Raw) error
- func (o *NetworkRuleSetPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *NetworkRuleSetPolicy) SetCreateTime(createTime time.Time)
- func (o *NetworkRuleSetPolicy) SetDescription(description string)
- func (o *NetworkRuleSetPolicy) SetDisabled(disabled bool)
- func (o *NetworkRuleSetPolicy) SetFallback(fallback bool)
- func (o *NetworkRuleSetPolicy) SetIdentifier(id string)
- func (o *NetworkRuleSetPolicy) SetMetadata(metadata []string)
- func (o *NetworkRuleSetPolicy) SetName(name string)
- func (o *NetworkRuleSetPolicy) SetNamespace(namespace string)
- func (o *NetworkRuleSetPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *NetworkRuleSetPolicy) SetPropagate(propagate bool)
- func (o *NetworkRuleSetPolicy) SetProtected(protected bool)
- func (o *NetworkRuleSetPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *NetworkRuleSetPolicy) SetUpdateTime(updateTime time.Time)
- func (*NetworkRuleSetPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *NetworkRuleSetPolicy) String() string
- func (o *NetworkRuleSetPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *NetworkRuleSetPolicy) Validate() error
- func (o *NetworkRuleSetPolicy) ValueForAttribute(name string) interface{}
- func (o *NetworkRuleSetPolicy) Version() int
- type OAUTHInfo
- func (*OAUTHInfo) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *OAUTHInfo) BleveType() string
- func (o *OAUTHInfo) DeepCopy() *OAUTHInfo
- func (o *OAUTHInfo) DeepCopyInto(out *OAUTHInfo)
- func (o *OAUTHInfo) DefaultOrder() []string
- func (o *OAUTHInfo) Doc() string
- func (o *OAUTHInfo) GetBSON() (interface{}, error)
- func (o *OAUTHInfo) Identifier() string
- func (o *OAUTHInfo) Identity() elemental.Identity
- func (o *OAUTHInfo) Patch(sparse elemental.SparseIdentifiable)
- func (o *OAUTHInfo) SetBSON(raw bson.Raw) error
- func (o *OAUTHInfo) SetIdentifier(id string)
- func (*OAUTHInfo) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *OAUTHInfo) String() string
- func (o *OAUTHInfo) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *OAUTHInfo) Validate() error
- func (o *OAUTHInfo) ValueForAttribute(name string) interface{}
- func (o *OAUTHInfo) Version() int
- type OAUTHInfosList
- func (o OAUTHInfosList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o OAUTHInfosList) Copy() elemental.Identifiables
- func (o OAUTHInfosList) DefaultOrder() []string
- func (o OAUTHInfosList) Identity() elemental.Identity
- func (o OAUTHInfosList) List() elemental.IdentifiablesList
- func (o OAUTHInfosList) ToSparse(fields ...string) elemental.Identifiables
- func (o OAUTHInfosList) Version() int
- type OAUTHKey
- func (*OAUTHKey) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *OAUTHKey) BleveType() string
- func (o *OAUTHKey) DeepCopy() *OAUTHKey
- func (o *OAUTHKey) DeepCopyInto(out *OAUTHKey)
- func (o *OAUTHKey) DefaultOrder() []string
- func (o *OAUTHKey) Doc() string
- func (o *OAUTHKey) GetBSON() (interface{}, error)
- func (o *OAUTHKey) Identifier() string
- func (o *OAUTHKey) Identity() elemental.Identity
- func (o *OAUTHKey) Patch(sparse elemental.SparseIdentifiable)
- func (o *OAUTHKey) SetBSON(raw bson.Raw) error
- func (o *OAUTHKey) SetIdentifier(id string)
- func (*OAUTHKey) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *OAUTHKey) String() string
- func (o *OAUTHKey) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *OAUTHKey) Validate() error
- func (o *OAUTHKey) ValueForAttribute(name string) interface{}
- func (o *OAUTHKey) Version() int
- type OAUTHKeysList
- func (o OAUTHKeysList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o OAUTHKeysList) Copy() elemental.Identifiables
- func (o OAUTHKeysList) DefaultOrder() []string
- func (o OAUTHKeysList) Identity() elemental.Identity
- func (o OAUTHKeysList) List() elemental.IdentifiablesList
- func (o OAUTHKeysList) ToSparse(fields ...string) elemental.Identifiables
- func (o OAUTHKeysList) Version() int
- type OIDCProvider
- func (*OIDCProvider) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *OIDCProvider) BleveType() string
- func (o *OIDCProvider) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *OIDCProvider) DeepCopy() *OIDCProvider
- func (o *OIDCProvider) DeepCopyInto(out *OIDCProvider)
- func (o *OIDCProvider) DefaultOrder() []string
- func (o *OIDCProvider) Doc() string
- func (o *OIDCProvider) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *OIDCProvider) GetAnnotations() map[string][]string
- func (o *OIDCProvider) GetAssociatedTags() []string
- func (o *OIDCProvider) GetBSON() (interface{}, error)
- func (o *OIDCProvider) GetCreateIdempotencyKey() string
- func (o *OIDCProvider) GetCreateTime() time.Time
- func (o *OIDCProvider) GetDescription() string
- func (o *OIDCProvider) GetMigrationsLog() map[string]string
- func (o *OIDCProvider) GetName() string
- func (o *OIDCProvider) GetNamespace() string
- func (o *OIDCProvider) GetNormalizedTags() []string
- func (o *OIDCProvider) GetProtected() bool
- func (o *OIDCProvider) GetUpdateIdempotencyKey() string
- func (o *OIDCProvider) GetUpdateTime() time.Time
- func (o *OIDCProvider) GetZHash() int
- func (o *OIDCProvider) GetZone() int
- func (o *OIDCProvider) Identifier() string
- func (o *OIDCProvider) Identity() elemental.Identity
- func (o *OIDCProvider) Patch(sparse elemental.SparseIdentifiable)
- func (o *OIDCProvider) SetAnnotations(annotations map[string][]string)
- func (o *OIDCProvider) SetAssociatedTags(associatedTags []string)
- func (o *OIDCProvider) SetBSON(raw bson.Raw) error
- func (o *OIDCProvider) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *OIDCProvider) SetCreateTime(createTime time.Time)
- func (o *OIDCProvider) SetDescription(description string)
- func (o *OIDCProvider) SetIdentifier(id string)
- func (o *OIDCProvider) SetMigrationsLog(migrationsLog map[string]string)
- func (o *OIDCProvider) SetName(name string)
- func (o *OIDCProvider) SetNamespace(namespace string)
- func (o *OIDCProvider) SetNormalizedTags(normalizedTags []string)
- func (o *OIDCProvider) SetProtected(protected bool)
- func (o *OIDCProvider) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *OIDCProvider) SetUpdateTime(updateTime time.Time)
- func (o *OIDCProvider) SetZHash(zHash int)
- func (o *OIDCProvider) SetZone(zone int)
- func (*OIDCProvider) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *OIDCProvider) String() string
- func (o *OIDCProvider) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *OIDCProvider) Validate() error
- func (o *OIDCProvider) ValueForAttribute(name string) interface{}
- func (o *OIDCProvider) Version() int
- type OIDCProvidersList
- func (o OIDCProvidersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o OIDCProvidersList) Copy() elemental.Identifiables
- func (o OIDCProvidersList) DefaultOrder() []string
- func (o OIDCProvidersList) Identity() elemental.Identity
- func (o OIDCProvidersList) List() elemental.IdentifiablesList
- func (o OIDCProvidersList) ToSparse(fields ...string) elemental.Identifiables
- func (o OIDCProvidersList) Version() int
- type OrganizationalMetadata
- func (*OrganizationalMetadata) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *OrganizationalMetadata) BleveType() string
- func (o *OrganizationalMetadata) DeepCopy() *OrganizationalMetadata
- func (o *OrganizationalMetadata) DeepCopyInto(out *OrganizationalMetadata)
- func (o *OrganizationalMetadata) DefaultOrder() []string
- func (o *OrganizationalMetadata) Doc() string
- func (o *OrganizationalMetadata) GetBSON() (interface{}, error)
- func (o *OrganizationalMetadata) GetNamespace() string
- func (o *OrganizationalMetadata) Identifier() string
- func (o *OrganizationalMetadata) Identity() elemental.Identity
- func (o *OrganizationalMetadata) Patch(sparse elemental.SparseIdentifiable)
- func (o *OrganizationalMetadata) SetBSON(raw bson.Raw) error
- func (o *OrganizationalMetadata) SetIdentifier(id string)
- func (o *OrganizationalMetadata) SetNamespace(namespace string)
- func (*OrganizationalMetadata) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *OrganizationalMetadata) String() string
- func (o *OrganizationalMetadata) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *OrganizationalMetadata) Validate() error
- func (o *OrganizationalMetadata) ValueForAttribute(name string) interface{}
- func (o *OrganizationalMetadata) Version() int
- type OrganizationalMetadatasList
- func (o OrganizationalMetadatasList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o OrganizationalMetadatasList) Copy() elemental.Identifiables
- func (o OrganizationalMetadatasList) DefaultOrder() []string
- func (o OrganizationalMetadatasList) Identity() elemental.Identity
- func (o OrganizationalMetadatasList) List() elemental.IdentifiablesList
- func (o OrganizationalMetadatasList) ToSparse(fields ...string) elemental.Identifiables
- func (o OrganizationalMetadatasList) Version() int
- type PCCProvider
- func (*PCCProvider) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PCCProvider) BleveType() string
- func (o *PCCProvider) DeepCopy() *PCCProvider
- func (o *PCCProvider) DeepCopyInto(out *PCCProvider)
- func (o *PCCProvider) DefaultOrder() []string
- func (o *PCCProvider) Doc() string
- func (o *PCCProvider) GetAnnotations() map[string][]string
- func (o *PCCProvider) GetAssociatedTags() []string
- func (o *PCCProvider) GetBSON() (interface{}, error)
- func (o *PCCProvider) GetCreateIdempotencyKey() string
- func (o *PCCProvider) GetCreateTime() time.Time
- func (o *PCCProvider) GetMigrationsLog() map[string]string
- func (o *PCCProvider) GetName() string
- func (o *PCCProvider) GetNamespace() string
- func (o *PCCProvider) GetNormalizedTags() []string
- func (o *PCCProvider) GetProtected() bool
- func (o *PCCProvider) GetUpdateIdempotencyKey() string
- func (o *PCCProvider) GetUpdateTime() time.Time
- func (o *PCCProvider) GetZHash() int
- func (o *PCCProvider) GetZone() int
- func (o *PCCProvider) Identifier() string
- func (o *PCCProvider) Identity() elemental.Identity
- func (o *PCCProvider) Patch(sparse elemental.SparseIdentifiable)
- func (o *PCCProvider) SetAnnotations(annotations map[string][]string)
- func (o *PCCProvider) SetAssociatedTags(associatedTags []string)
- func (o *PCCProvider) SetBSON(raw bson.Raw) error
- func (o *PCCProvider) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *PCCProvider) SetCreateTime(createTime time.Time)
- func (o *PCCProvider) SetIdentifier(id string)
- func (o *PCCProvider) SetMigrationsLog(migrationsLog map[string]string)
- func (o *PCCProvider) SetName(name string)
- func (o *PCCProvider) SetNamespace(namespace string)
- func (o *PCCProvider) SetNormalizedTags(normalizedTags []string)
- func (o *PCCProvider) SetProtected(protected bool)
- func (o *PCCProvider) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *PCCProvider) SetUpdateTime(updateTime time.Time)
- func (o *PCCProvider) SetZHash(zHash int)
- func (o *PCCProvider) SetZone(zone int)
- func (*PCCProvider) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PCCProvider) String() string
- func (o *PCCProvider) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PCCProvider) Validate() error
- func (o *PCCProvider) ValueForAttribute(name string) interface{}
- func (o *PCCProvider) Version() int
- type PCCProvidersList
- func (o PCCProvidersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PCCProvidersList) Copy() elemental.Identifiables
- func (o PCCProvidersList) DefaultOrder() []string
- func (o PCCProvidersList) Identity() elemental.Identity
- func (o PCCProvidersList) List() elemental.IdentifiablesList
- func (o PCCProvidersList) ToSparse(fields ...string) elemental.Identifiables
- func (o PCCProvidersList) Version() int
- type PCSearchResult
- func (*PCSearchResult) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PCSearchResult) BleveType() string
- func (o *PCSearchResult) DeepCopy() *PCSearchResult
- func (o *PCSearchResult) DeepCopyInto(out *PCSearchResult)
- func (o *PCSearchResult) DefaultOrder() []string
- func (o *PCSearchResult) Doc() string
- func (o *PCSearchResult) GetBSON() (interface{}, error)
- func (o *PCSearchResult) Identifier() string
- func (o *PCSearchResult) Identity() elemental.Identity
- func (o *PCSearchResult) Patch(sparse elemental.SparseIdentifiable)
- func (o *PCSearchResult) SetBSON(raw bson.Raw) error
- func (o *PCSearchResult) SetIdentifier(id string)
- func (*PCSearchResult) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PCSearchResult) String() string
- func (o *PCSearchResult) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PCSearchResult) Validate() error
- func (o *PCSearchResult) ValueForAttribute(name string) interface{}
- func (o *PCSearchResult) Version() int
- type PCSearchResultsList
- func (o PCSearchResultsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PCSearchResultsList) Copy() elemental.Identifiables
- func (o PCSearchResultsList) DefaultOrder() []string
- func (o PCSearchResultsList) Identity() elemental.Identity
- func (o PCSearchResultsList) List() elemental.IdentifiablesList
- func (o PCSearchResultsList) ToSparse(fields ...string) elemental.Identifiables
- func (o PCSearchResultsList) Version() int
- type PCTimeRange
- func (*PCTimeRange) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PCTimeRange) BleveType() string
- func (o *PCTimeRange) DeepCopy() *PCTimeRange
- func (o *PCTimeRange) DeepCopyInto(out *PCTimeRange)
- func (o *PCTimeRange) DefaultOrder() []string
- func (o *PCTimeRange) Doc() string
- func (o *PCTimeRange) GetBSON() (interface{}, error)
- func (o *PCTimeRange) Identifier() string
- func (o *PCTimeRange) Identity() elemental.Identity
- func (o *PCTimeRange) Patch(sparse elemental.SparseIdentifiable)
- func (o *PCTimeRange) SetBSON(raw bson.Raw) error
- func (o *PCTimeRange) SetIdentifier(id string)
- func (*PCTimeRange) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PCTimeRange) String() string
- func (o *PCTimeRange) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PCTimeRange) Validate() error
- func (o *PCTimeRange) ValueForAttribute(name string) interface{}
- func (o *PCTimeRange) Version() int
- type PCTimeRangesList
- func (o PCTimeRangesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PCTimeRangesList) Copy() elemental.Identifiables
- func (o PCTimeRangesList) DefaultOrder() []string
- func (o PCTimeRangesList) Identity() elemental.Identity
- func (o PCTimeRangesList) List() elemental.IdentifiablesList
- func (o PCTimeRangesList) ToSparse(fields ...string) elemental.Identifiables
- func (o PCTimeRangesList) Version() int
- type PKIXName
- type PUTrafficAction
- func (*PUTrafficAction) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PUTrafficAction) BleveType() string
- func (o *PUTrafficAction) DeepCopy() *PUTrafficAction
- func (o *PUTrafficAction) DeepCopyInto(out *PUTrafficAction)
- func (o *PUTrafficAction) DefaultOrder() []string
- func (o *PUTrafficAction) Doc() string
- func (o *PUTrafficAction) GetBSON() (interface{}, error)
- func (o *PUTrafficAction) Identifier() string
- func (o *PUTrafficAction) Identity() elemental.Identity
- func (o *PUTrafficAction) Patch(sparse elemental.SparseIdentifiable)
- func (o *PUTrafficAction) SetBSON(raw bson.Raw) error
- func (o *PUTrafficAction) SetIdentifier(id string)
- func (*PUTrafficAction) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PUTrafficAction) String() string
- func (o *PUTrafficAction) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PUTrafficAction) Validate() error
- func (o *PUTrafficAction) ValueForAttribute(name string) interface{}
- func (o *PUTrafficAction) Version() int
- type PUTrafficActionIncomingValue
- type PUTrafficActionOutgoingValue
- type PUTrafficActionsList
- func (o PUTrafficActionsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PUTrafficActionsList) Copy() elemental.Identifiables
- func (o PUTrafficActionsList) DefaultOrder() []string
- func (o PUTrafficActionsList) Identity() elemental.Identity
- func (o PUTrafficActionsList) List() elemental.IdentifiablesList
- func (o PUTrafficActionsList) ToSparse(fields ...string) elemental.Identifiables
- func (o PUTrafficActionsList) Version() int
- type PacketReport
- func (*PacketReport) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PacketReport) BleveType() string
- func (o *PacketReport) DeepCopy() *PacketReport
- func (o *PacketReport) DeepCopyInto(out *PacketReport)
- func (o *PacketReport) DefaultOrder() []string
- func (o *PacketReport) Doc() string
- func (o *PacketReport) GetBSON() (interface{}, error)
- func (o *PacketReport) GetMigrationsLog() map[string]string
- func (o *PacketReport) GetZHash() int
- func (o *PacketReport) GetZone() int
- func (o *PacketReport) Identifier() string
- func (o *PacketReport) Identity() elemental.Identity
- func (o *PacketReport) Patch(sparse elemental.SparseIdentifiable)
- func (o *PacketReport) SetBSON(raw bson.Raw) error
- func (o *PacketReport) SetIdentifier(id string)
- func (o *PacketReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *PacketReport) SetZHash(zHash int)
- func (o *PacketReport) SetZone(zone int)
- func (*PacketReport) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PacketReport) String() string
- func (o *PacketReport) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PacketReport) Validate() error
- func (o *PacketReport) ValueForAttribute(name string) interface{}
- func (o *PacketReport) Version() int
- type PacketReportEventValue
- type PacketReportsList
- func (o PacketReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PacketReportsList) Copy() elemental.Identifiables
- func (o PacketReportsList) DefaultOrder() []string
- func (o PacketReportsList) Identity() elemental.Identity
- func (o PacketReportsList) List() elemental.IdentifiablesList
- func (o PacketReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o PacketReportsList) Version() int
- type PasswordReset
- func (*PasswordReset) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PasswordReset) BleveType() string
- func (o *PasswordReset) DeepCopy() *PasswordReset
- func (o *PasswordReset) DeepCopyInto(out *PasswordReset)
- func (o *PasswordReset) DefaultOrder() []string
- func (o *PasswordReset) Doc() string
- func (o *PasswordReset) GetBSON() (interface{}, error)
- func (o *PasswordReset) Identifier() string
- func (o *PasswordReset) Identity() elemental.Identity
- func (o *PasswordReset) Patch(sparse elemental.SparseIdentifiable)
- func (o *PasswordReset) SetBSON(raw bson.Raw) error
- func (o *PasswordReset) SetIdentifier(id string)
- func (*PasswordReset) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PasswordReset) String() string
- func (o *PasswordReset) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PasswordReset) Validate() error
- func (o *PasswordReset) ValueForAttribute(name string) interface{}
- func (o *PasswordReset) Version() int
- type PasswordResetsList
- func (o PasswordResetsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PasswordResetsList) Copy() elemental.Identifiables
- func (o PasswordResetsList) DefaultOrder() []string
- func (o PasswordResetsList) Identity() elemental.Identity
- func (o PasswordResetsList) List() elemental.IdentifiablesList
- func (o PasswordResetsList) ToSparse(fields ...string) elemental.Identifiables
- func (o PasswordResetsList) Version() int
- type PingPair
- type PingProbe
- func (*PingProbe) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PingProbe) BleveType() string
- func (o *PingProbe) DeepCopy() *PingProbe
- func (o *PingProbe) DeepCopyInto(out *PingProbe)
- func (o *PingProbe) DefaultOrder() []string
- func (o *PingProbe) Doc() string
- func (o *PingProbe) GetBSON() (interface{}, error)
- func (o *PingProbe) GetCreateTime() time.Time
- func (o *PingProbe) GetMigrationsLog() map[string]string
- func (o *PingProbe) GetNamespace() string
- func (o *PingProbe) GetUpdateTime() time.Time
- func (o *PingProbe) GetZHash() int
- func (o *PingProbe) GetZone() int
- func (o *PingProbe) Identifier() string
- func (o *PingProbe) Identity() elemental.Identity
- func (o *PingProbe) Patch(sparse elemental.SparseIdentifiable)
- func (o *PingProbe) SetBSON(raw bson.Raw) error
- func (o *PingProbe) SetCreateTime(createTime time.Time)
- func (o *PingProbe) SetIdentifier(id string)
- func (o *PingProbe) SetMigrationsLog(migrationsLog map[string]string)
- func (o *PingProbe) SetNamespace(namespace string)
- func (o *PingProbe) SetUpdateTime(updateTime time.Time)
- func (o *PingProbe) SetZHash(zHash int)
- func (o *PingProbe) SetZone(zone int)
- func (*PingProbe) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PingProbe) String() string
- func (o *PingProbe) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PingProbe) Validate() error
- func (o *PingProbe) ValueForAttribute(name string) interface{}
- func (o *PingProbe) Version() int
- type PingProbeClaimsTypeValue
- type PingProbePayloadSizeTypeValue
- type PingProbeRemoteEndpointTypeValue
- type PingProbeRemoteNamespaceTypeValue
- type PingProbeTypeValue
- type PingProbesList
- func (o PingProbesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PingProbesList) Copy() elemental.Identifiables
- func (o PingProbesList) DefaultOrder() []string
- func (o PingProbesList) Identity() elemental.Identity
- func (o PingProbesList) List() elemental.IdentifiablesList
- func (o PingProbesList) ToSparse(fields ...string) elemental.Identifiables
- func (o PingProbesList) Version() int
- type PingRequest
- func (*PingRequest) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PingRequest) BleveType() string
- func (o *PingRequest) DeepCopy() *PingRequest
- func (o *PingRequest) DeepCopyInto(out *PingRequest)
- func (o *PingRequest) DefaultOrder() []string
- func (o *PingRequest) Doc() string
- func (o *PingRequest) GetBSON() (interface{}, error)
- func (o *PingRequest) Identifier() string
- func (o *PingRequest) Identity() elemental.Identity
- func (o *PingRequest) Patch(sparse elemental.SparseIdentifiable)
- func (o *PingRequest) SetBSON(raw bson.Raw) error
- func (o *PingRequest) SetIdentifier(id string)
- func (*PingRequest) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PingRequest) String() string
- func (o *PingRequest) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PingRequest) Validate() error
- func (o *PingRequest) ValueForAttribute(name string) interface{}
- func (o *PingRequest) Version() int
- type PingRequestsList
- func (o PingRequestsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PingRequestsList) Copy() elemental.Identifiables
- func (o PingRequestsList) DefaultOrder() []string
- func (o PingRequestsList) Identity() elemental.Identity
- func (o PingRequestsList) List() elemental.IdentifiablesList
- func (o PingRequestsList) ToSparse(fields ...string) elemental.Identifiables
- func (o PingRequestsList) Version() int
- type PingResult
- func (*PingResult) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PingResult) BleveType() string
- func (o *PingResult) DeepCopy() *PingResult
- func (o *PingResult) DeepCopyInto(out *PingResult)
- func (o *PingResult) DefaultOrder() []string
- func (o *PingResult) Doc() string
- func (o *PingResult) GetBSON() (interface{}, error)
- func (o *PingResult) GetCreateTime() time.Time
- func (o *PingResult) GetMigrationsLog() map[string]string
- func (o *PingResult) GetNamespace() string
- func (o *PingResult) GetUpdateTime() time.Time
- func (o *PingResult) GetZHash() int
- func (o *PingResult) GetZone() int
- func (o *PingResult) Identifier() string
- func (o *PingResult) Identity() elemental.Identity
- func (o *PingResult) Patch(sparse elemental.SparseIdentifiable)
- func (o *PingResult) SetBSON(raw bson.Raw) error
- func (o *PingResult) SetCreateTime(createTime time.Time)
- func (o *PingResult) SetIdentifier(id string)
- func (o *PingResult) SetMigrationsLog(migrationsLog map[string]string)
- func (o *PingResult) SetNamespace(namespace string)
- func (o *PingResult) SetUpdateTime(updateTime time.Time)
- func (o *PingResult) SetZHash(zHash int)
- func (o *PingResult) SetZone(zone int)
- func (*PingResult) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PingResult) String() string
- func (o *PingResult) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PingResult) Validate() error
- func (o *PingResult) ValueForAttribute(name string) interface{}
- func (o *PingResult) Version() int
- type PingResultsList
- func (o PingResultsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PingResultsList) Copy() elemental.Identifiables
- func (o PingResultsList) DefaultOrder() []string
- func (o PingResultsList) Identity() elemental.Identity
- func (o PingResultsList) List() elemental.IdentifiablesList
- func (o PingResultsList) ToSparse(fields ...string) elemental.Identifiables
- func (o PingResultsList) Version() int
- type Plan
- func (*Plan) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Plan) BleveType() string
- func (o *Plan) DeepCopy() *Plan
- func (o *Plan) DeepCopyInto(out *Plan)
- func (o *Plan) DefaultOrder() []string
- func (o *Plan) Doc() string
- func (o *Plan) GetBSON() (interface{}, error)
- func (o *Plan) Identifier() string
- func (o *Plan) Identity() elemental.Identity
- func (o *Plan) Patch(sparse elemental.SparseIdentifiable)
- func (o *Plan) SetBSON(raw bson.Raw) error
- func (o *Plan) SetIdentifier(id string)
- func (*Plan) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Plan) String() string
- func (o *Plan) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Plan) Validate() error
- func (o *Plan) ValueForAttribute(name string) interface{}
- func (o *Plan) Version() int
- type PlansList
- func (o PlansList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PlansList) Copy() elemental.Identifiables
- func (o PlansList) DefaultOrder() []string
- func (o PlansList) Identity() elemental.Identity
- func (o PlansList) List() elemental.IdentifiablesList
- func (o PlansList) ToSparse(fields ...string) elemental.Identifiables
- func (o PlansList) Version() int
- type Poke
- func (*Poke) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Poke) BleveType() string
- func (o *Poke) DeepCopy() *Poke
- func (o *Poke) DeepCopyInto(out *Poke)
- func (o *Poke) DefaultOrder() []string
- func (o *Poke) Doc() string
- func (o *Poke) GetBSON() (interface{}, error)
- func (o *Poke) Identifier() string
- func (o *Poke) Identity() elemental.Identity
- func (o *Poke) Patch(sparse elemental.SparseIdentifiable)
- func (o *Poke) SetBSON(raw bson.Raw) error
- func (o *Poke) SetIdentifier(id string)
- func (*Poke) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Poke) String() string
- func (o *Poke) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Poke) Validate() error
- func (o *Poke) ValueForAttribute(name string) interface{}
- func (o *Poke) Version() int
- type PokesList
- func (o PokesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PokesList) Copy() elemental.Identifiables
- func (o PokesList) DefaultOrder() []string
- func (o PokesList) Identity() elemental.Identity
- func (o PokesList) List() elemental.IdentifiablesList
- func (o PokesList) ToSparse(fields ...string) elemental.Identifiables
- func (o PokesList) Version() int
- type PoliciesList
- func (o PoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PoliciesList) Copy() elemental.Identifiables
- func (o PoliciesList) DefaultOrder() []string
- func (o PoliciesList) Identity() elemental.Identity
- func (o PoliciesList) List() elemental.IdentifiablesList
- func (o PoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o PoliciesList) Version() int
- type Policy
- func (*Policy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Policy) BleveType() string
- func (o *Policy) DeepCopy() *Policy
- func (o *Policy) DeepCopyInto(out *Policy)
- func (o *Policy) DefaultOrder() []string
- func (o *Policy) Doc() string
- func (o *Policy) GetActiveDuration() string
- func (o *Policy) GetActiveSchedule() string
- func (o *Policy) GetAnnotations() map[string][]string
- func (o *Policy) GetAssociatedTags() []string
- func (o *Policy) GetBSON() (interface{}, error)
- func (o *Policy) GetCreateIdempotencyKey() string
- func (o *Policy) GetCreateTime() time.Time
- func (o *Policy) GetDescription() string
- func (o *Policy) GetDisabled() bool
- func (o *Policy) GetExpirationTime() time.Time
- func (o *Policy) GetFallback() bool
- func (o *Policy) GetMetadata() []string
- func (o *Policy) GetMigrationsLog() map[string]string
- func (o *Policy) GetName() string
- func (o *Policy) GetNamespace() string
- func (o *Policy) GetNormalizedTags() []string
- func (o *Policy) GetObject() [][]string
- func (o *Policy) GetPropagate() bool
- func (o *Policy) GetPropagationHidden() bool
- func (o *Policy) GetProtected() bool
- func (o *Policy) GetSubject() [][]string
- func (o *Policy) GetUpdateIdempotencyKey() string
- func (o *Policy) GetUpdateTime() time.Time
- func (o *Policy) GetZHash() int
- func (o *Policy) GetZone() int
- func (o *Policy) Identifier() string
- func (o *Policy) Identity() elemental.Identity
- func (o *Policy) Patch(sparse elemental.SparseIdentifiable)
- func (o *Policy) SetActiveDuration(activeDuration string)
- func (o *Policy) SetActiveSchedule(activeSchedule string)
- func (o *Policy) SetAnnotations(annotations map[string][]string)
- func (o *Policy) SetAssociatedTags(associatedTags []string)
- func (o *Policy) SetBSON(raw bson.Raw) error
- func (o *Policy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *Policy) SetCreateTime(createTime time.Time)
- func (o *Policy) SetDescription(description string)
- func (o *Policy) SetDisabled(disabled bool)
- func (o *Policy) SetExpirationTime(expirationTime time.Time)
- func (o *Policy) SetFallback(fallback bool)
- func (o *Policy) SetIdentifier(id string)
- func (o *Policy) SetMetadata(metadata []string)
- func (o *Policy) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Policy) SetName(name string)
- func (o *Policy) SetNamespace(namespace string)
- func (o *Policy) SetNormalizedTags(normalizedTags []string)
- func (o *Policy) SetObject(object [][]string)
- func (o *Policy) SetPropagate(propagate bool)
- func (o *Policy) SetPropagationHidden(propagationHidden bool)
- func (o *Policy) SetProtected(protected bool)
- func (o *Policy) SetSubject(subject [][]string)
- func (o *Policy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *Policy) SetUpdateTime(updateTime time.Time)
- func (o *Policy) SetZHash(zHash int)
- func (o *Policy) SetZone(zone int)
- func (*Policy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Policy) String() string
- func (o *Policy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Policy) Validate() error
- func (o *Policy) ValueForAttribute(name string) interface{}
- func (o *Policy) Version() int
- type PolicyGraph
- func (*PolicyGraph) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PolicyGraph) BleveType() string
- func (o *PolicyGraph) DeepCopy() *PolicyGraph
- func (o *PolicyGraph) DeepCopyInto(out *PolicyGraph)
- func (o *PolicyGraph) DefaultOrder() []string
- func (o *PolicyGraph) Doc() string
- func (o *PolicyGraph) GetBSON() (interface{}, error)
- func (o *PolicyGraph) Identifier() string
- func (o *PolicyGraph) Identity() elemental.Identity
- func (o *PolicyGraph) Patch(sparse elemental.SparseIdentifiable)
- func (o *PolicyGraph) SetBSON(raw bson.Raw) error
- func (o *PolicyGraph) SetIdentifier(id string)
- func (*PolicyGraph) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PolicyGraph) String() string
- func (o *PolicyGraph) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PolicyGraph) Validate() error
- func (o *PolicyGraph) ValueForAttribute(name string) interface{}
- func (o *PolicyGraph) Version() int
- type PolicyGraphPolicyTypeValue
- type PolicyGraphsList
- func (o PolicyGraphsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PolicyGraphsList) Copy() elemental.Identifiables
- func (o PolicyGraphsList) DefaultOrder() []string
- func (o PolicyGraphsList) Identity() elemental.Identity
- func (o PolicyGraphsList) List() elemental.IdentifiablesList
- func (o PolicyGraphsList) ToSparse(fields ...string) elemental.Identifiables
- func (o PolicyGraphsList) Version() int
- type PolicyRefresh
- func (*PolicyRefresh) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PolicyRefresh) BleveType() string
- func (o *PolicyRefresh) DeepCopy() *PolicyRefresh
- func (o *PolicyRefresh) DeepCopyInto(out *PolicyRefresh)
- func (o *PolicyRefresh) DefaultOrder() []string
- func (o *PolicyRefresh) Doc() string
- func (o *PolicyRefresh) GetBSON() (interface{}, error)
- func (o *PolicyRefresh) Identifier() string
- func (o *PolicyRefresh) Identity() elemental.Identity
- func (o *PolicyRefresh) Patch(sparse elemental.SparseIdentifiable)
- func (o *PolicyRefresh) SetBSON(raw bson.Raw) error
- func (o *PolicyRefresh) SetIdentifier(id string)
- func (*PolicyRefresh) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PolicyRefresh) String() string
- func (o *PolicyRefresh) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PolicyRefresh) Validate() error
- func (o *PolicyRefresh) ValueForAttribute(name string) interface{}
- func (o *PolicyRefresh) Version() int
- type PolicyRefreshsList
- func (o PolicyRefreshsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PolicyRefreshsList) Copy() elemental.Identifiables
- func (o PolicyRefreshsList) DefaultOrder() []string
- func (o PolicyRefreshsList) Identity() elemental.Identity
- func (o PolicyRefreshsList) List() elemental.IdentifiablesList
- func (o PolicyRefreshsList) ToSparse(fields ...string) elemental.Identifiables
- func (o PolicyRefreshsList) Version() int
- type PolicyRenderer
- func (*PolicyRenderer) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PolicyRenderer) BleveType() string
- func (o *PolicyRenderer) DeepCopy() *PolicyRenderer
- func (o *PolicyRenderer) DeepCopyInto(out *PolicyRenderer)
- func (o *PolicyRenderer) DefaultOrder() []string
- func (o *PolicyRenderer) Doc() string
- func (o *PolicyRenderer) GetBSON() (interface{}, error)
- func (o *PolicyRenderer) Identifier() string
- func (o *PolicyRenderer) Identity() elemental.Identity
- func (o *PolicyRenderer) Patch(sparse elemental.SparseIdentifiable)
- func (o *PolicyRenderer) SetBSON(raw bson.Raw) error
- func (o *PolicyRenderer) SetIdentifier(id string)
- func (*PolicyRenderer) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PolicyRenderer) String() string
- func (o *PolicyRenderer) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PolicyRenderer) Validate() error
- func (o *PolicyRenderer) ValueForAttribute(name string) interface{}
- func (o *PolicyRenderer) Version() int
- type PolicyRendererProcessModeValue
- type PolicyRendererTypeValue
- type PolicyRenderersList
- func (o PolicyRenderersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PolicyRenderersList) Copy() elemental.Identifiables
- func (o PolicyRenderersList) DefaultOrder() []string
- func (o PolicyRenderersList) Identity() elemental.Identity
- func (o PolicyRenderersList) List() elemental.IdentifiablesList
- func (o PolicyRenderersList) ToSparse(fields ...string) elemental.Identifiables
- func (o PolicyRenderersList) Version() int
- type PolicyRule
- func (*PolicyRule) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PolicyRule) BleveType() string
- func (o *PolicyRule) DeepCopy() *PolicyRule
- func (o *PolicyRule) DeepCopyInto(out *PolicyRule)
- func (o *PolicyRule) DefaultOrder() []string
- func (o *PolicyRule) Doc() string
- func (o *PolicyRule) GetBSON() (interface{}, error)
- func (o *PolicyRule) GetName() string
- func (o *PolicyRule) Identifier() string
- func (o *PolicyRule) Identity() elemental.Identity
- func (o *PolicyRule) Patch(sparse elemental.SparseIdentifiable)
- func (o *PolicyRule) SetBSON(raw bson.Raw) error
- func (o *PolicyRule) SetIdentifier(id string)
- func (o *PolicyRule) SetName(name string)
- func (*PolicyRule) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PolicyRule) String() string
- func (o *PolicyRule) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PolicyRule) Validate() error
- func (o *PolicyRule) ValueForAttribute(name string) interface{}
- func (o *PolicyRule) Version() int
- type PolicyRulesList
- func (o PolicyRulesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PolicyRulesList) Copy() elemental.Identifiables
- func (o PolicyRulesList) DefaultOrder() []string
- func (o PolicyRulesList) Identity() elemental.Identity
- func (o PolicyRulesList) List() elemental.IdentifiablesList
- func (o PolicyRulesList) ToSparse(fields ...string) elemental.Identifiables
- func (o PolicyRulesList) Version() int
- type PolicyTTL
- func (*PolicyTTL) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PolicyTTL) BleveType() string
- func (o *PolicyTTL) DeepCopy() *PolicyTTL
- func (o *PolicyTTL) DeepCopyInto(out *PolicyTTL)
- func (o *PolicyTTL) DefaultOrder() []string
- func (o *PolicyTTL) Doc() string
- func (o *PolicyTTL) GetBSON() (interface{}, error)
- func (o *PolicyTTL) Identifier() string
- func (o *PolicyTTL) Identity() elemental.Identity
- func (o *PolicyTTL) Patch(sparse elemental.SparseIdentifiable)
- func (o *PolicyTTL) SetBSON(raw bson.Raw) error
- func (o *PolicyTTL) SetIdentifier(id string)
- func (*PolicyTTL) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PolicyTTL) String() string
- func (o *PolicyTTL) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PolicyTTL) Validate() error
- func (o *PolicyTTL) ValueForAttribute(name string) interface{}
- func (o *PolicyTTL) Version() int
- type PolicyTTLsList
- func (o PolicyTTLsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PolicyTTLsList) Copy() elemental.Identifiables
- func (o PolicyTTLsList) DefaultOrder() []string
- func (o PolicyTTLsList) Identity() elemental.Identity
- func (o PolicyTTLsList) List() elemental.IdentifiablesList
- func (o PolicyTTLsList) ToSparse(fields ...string) elemental.Identifiables
- func (o PolicyTTLsList) Version() int
- type PolicyTypeValue
- type PollAccount
- func (*PollAccount) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *PollAccount) BleveType() string
- func (o *PollAccount) DeepCopy() *PollAccount
- func (o *PollAccount) DeepCopyInto(out *PollAccount)
- func (o *PollAccount) DefaultOrder() []string
- func (o *PollAccount) Doc() string
- func (o *PollAccount) GetBSON() (interface{}, error)
- func (o *PollAccount) Identifier() string
- func (o *PollAccount) Identity() elemental.Identity
- func (o *PollAccount) Patch(sparse elemental.SparseIdentifiable)
- func (o *PollAccount) SetBSON(raw bson.Raw) error
- func (o *PollAccount) SetIdentifier(id string)
- func (*PollAccount) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *PollAccount) String() string
- func (o *PollAccount) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *PollAccount) Validate() error
- func (o *PollAccount) ValueForAttribute(name string) interface{}
- func (o *PollAccount) Version() int
- type PollAccountCloudTypeValue
- type PollAccountsList
- func (o PollAccountsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o PollAccountsList) Copy() elemental.Identifiables
- func (o PollAccountsList) DefaultOrder() []string
- func (o PollAccountsList) Identity() elemental.Identity
- func (o PollAccountsList) List() elemental.IdentifiablesList
- func (o PollAccountsList) ToSparse(fields ...string) elemental.Identifiables
- func (o PollAccountsList) Version() int
- type ProcessingUnit
- func (*ProcessingUnit) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ProcessingUnit) BleveType() string
- func (o *ProcessingUnit) DeepCopy() *ProcessingUnit
- func (o *ProcessingUnit) DeepCopyInto(out *ProcessingUnit)
- func (o *ProcessingUnit) DefaultOrder() []string
- func (o *ProcessingUnit) Doc() string
- func (o *ProcessingUnit) GetAnnotations() map[string][]string
- func (o *ProcessingUnit) GetArchived() bool
- func (o *ProcessingUnit) GetAssociatedTags() []string
- func (o *ProcessingUnit) GetBSON() (interface{}, error)
- func (o *ProcessingUnit) GetController() string
- func (o *ProcessingUnit) GetCreateIdempotencyKey() string
- func (o *ProcessingUnit) GetCreateTime() time.Time
- func (o *ProcessingUnit) GetDescription() string
- func (o *ProcessingUnit) GetMetadata() []string
- func (o *ProcessingUnit) GetMigrationsLog() map[string]string
- func (o *ProcessingUnit) GetName() string
- func (o *ProcessingUnit) GetNamespace() string
- func (o *ProcessingUnit) GetNormalizedTags() []string
- func (o *ProcessingUnit) GetProtected() bool
- func (o *ProcessingUnit) GetUpdateIdempotencyKey() string
- func (o *ProcessingUnit) GetUpdateTime() time.Time
- func (o *ProcessingUnit) GetZHash() int
- func (o *ProcessingUnit) GetZone() int
- func (o *ProcessingUnit) Identifier() string
- func (o *ProcessingUnit) Identity() elemental.Identity
- func (o *ProcessingUnit) Patch(sparse elemental.SparseIdentifiable)
- func (o *ProcessingUnit) SetAnnotations(annotations map[string][]string)
- func (o *ProcessingUnit) SetArchived(archived bool)
- func (o *ProcessingUnit) SetAssociatedTags(associatedTags []string)
- func (o *ProcessingUnit) SetBSON(raw bson.Raw) error
- func (o *ProcessingUnit) SetController(controller string)
- func (o *ProcessingUnit) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *ProcessingUnit) SetCreateTime(createTime time.Time)
- func (o *ProcessingUnit) SetDescription(description string)
- func (o *ProcessingUnit) SetIdentifier(id string)
- func (o *ProcessingUnit) SetMetadata(metadata []string)
- func (o *ProcessingUnit) SetMigrationsLog(migrationsLog map[string]string)
- func (o *ProcessingUnit) SetName(name string)
- func (o *ProcessingUnit) SetNamespace(namespace string)
- func (o *ProcessingUnit) SetNormalizedTags(normalizedTags []string)
- func (o *ProcessingUnit) SetProtected(protected bool)
- func (o *ProcessingUnit) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *ProcessingUnit) SetUpdateTime(updateTime time.Time)
- func (o *ProcessingUnit) SetZHash(zHash int)
- func (o *ProcessingUnit) SetZone(zone int)
- func (*ProcessingUnit) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ProcessingUnit) String() string
- func (o *ProcessingUnit) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ProcessingUnit) Validate() error
- func (o *ProcessingUnit) ValueForAttribute(name string) interface{}
- func (o *ProcessingUnit) Version() int
- type ProcessingUnitDatapathTypeValue
- type ProcessingUnitEnforcementStatusValue
- type ProcessingUnitOperationalStatusValue
- type ProcessingUnitPoliciesList
- func (o ProcessingUnitPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ProcessingUnitPoliciesList) Copy() elemental.Identifiables
- func (o ProcessingUnitPoliciesList) DefaultOrder() []string
- func (o ProcessingUnitPoliciesList) Identity() elemental.Identity
- func (o ProcessingUnitPoliciesList) List() elemental.IdentifiablesList
- func (o ProcessingUnitPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o ProcessingUnitPoliciesList) Version() int
- type ProcessingUnitPolicy
- func (*ProcessingUnitPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ProcessingUnitPolicy) BleveType() string
- func (o *ProcessingUnitPolicy) DeepCopy() *ProcessingUnitPolicy
- func (o *ProcessingUnitPolicy) DeepCopyInto(out *ProcessingUnitPolicy)
- func (o *ProcessingUnitPolicy) DefaultOrder() []string
- func (o *ProcessingUnitPolicy) Doc() string
- func (o *ProcessingUnitPolicy) GetActiveDuration() string
- func (o *ProcessingUnitPolicy) GetActiveSchedule() string
- func (o *ProcessingUnitPolicy) GetAnnotations() map[string][]string
- func (o *ProcessingUnitPolicy) GetAssociatedTags() []string
- func (o *ProcessingUnitPolicy) GetBSON() (interface{}, error)
- func (o *ProcessingUnitPolicy) GetCreateIdempotencyKey() string
- func (o *ProcessingUnitPolicy) GetCreateTime() time.Time
- func (o *ProcessingUnitPolicy) GetDescription() string
- func (o *ProcessingUnitPolicy) GetDisabled() bool
- func (o *ProcessingUnitPolicy) GetFallback() bool
- func (o *ProcessingUnitPolicy) GetMetadata() []string
- func (o *ProcessingUnitPolicy) GetName() string
- func (o *ProcessingUnitPolicy) GetNamespace() string
- func (o *ProcessingUnitPolicy) GetNormalizedTags() []string
- func (o *ProcessingUnitPolicy) GetPropagate() bool
- func (o *ProcessingUnitPolicy) GetProtected() bool
- func (o *ProcessingUnitPolicy) GetUpdateIdempotencyKey() string
- func (o *ProcessingUnitPolicy) GetUpdateTime() time.Time
- func (o *ProcessingUnitPolicy) Identifier() string
- func (o *ProcessingUnitPolicy) Identity() elemental.Identity
- func (o *ProcessingUnitPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *ProcessingUnitPolicy) SetActiveDuration(activeDuration string)
- func (o *ProcessingUnitPolicy) SetActiveSchedule(activeSchedule string)
- func (o *ProcessingUnitPolicy) SetAnnotations(annotations map[string][]string)
- func (o *ProcessingUnitPolicy) SetAssociatedTags(associatedTags []string)
- func (o *ProcessingUnitPolicy) SetBSON(raw bson.Raw) error
- func (o *ProcessingUnitPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *ProcessingUnitPolicy) SetCreateTime(createTime time.Time)
- func (o *ProcessingUnitPolicy) SetDescription(description string)
- func (o *ProcessingUnitPolicy) SetDisabled(disabled bool)
- func (o *ProcessingUnitPolicy) SetFallback(fallback bool)
- func (o *ProcessingUnitPolicy) SetIdentifier(id string)
- func (o *ProcessingUnitPolicy) SetMetadata(metadata []string)
- func (o *ProcessingUnitPolicy) SetName(name string)
- func (o *ProcessingUnitPolicy) SetNamespace(namespace string)
- func (o *ProcessingUnitPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *ProcessingUnitPolicy) SetPropagate(propagate bool)
- func (o *ProcessingUnitPolicy) SetProtected(protected bool)
- func (o *ProcessingUnitPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *ProcessingUnitPolicy) SetUpdateTime(updateTime time.Time)
- func (*ProcessingUnitPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ProcessingUnitPolicy) String() string
- func (o *ProcessingUnitPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ProcessingUnitPolicy) Validate() error
- func (o *ProcessingUnitPolicy) ValueForAttribute(name string) interface{}
- func (o *ProcessingUnitPolicy) Version() int
- type ProcessingUnitPolicyActionValue
- type ProcessingUnitPolicyDatapathTypeValue
- type ProcessingUnitRefresh
- func (*ProcessingUnitRefresh) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ProcessingUnitRefresh) BleveType() string
- func (o *ProcessingUnitRefresh) DeepCopy() *ProcessingUnitRefresh
- func (o *ProcessingUnitRefresh) DeepCopyInto(out *ProcessingUnitRefresh)
- func (o *ProcessingUnitRefresh) DefaultOrder() []string
- func (o *ProcessingUnitRefresh) Doc() string
- func (o *ProcessingUnitRefresh) GetBSON() (interface{}, error)
- func (o *ProcessingUnitRefresh) GetID() string
- func (o *ProcessingUnitRefresh) Identifier() string
- func (o *ProcessingUnitRefresh) Identity() elemental.Identity
- func (o *ProcessingUnitRefresh) Patch(sparse elemental.SparseIdentifiable)
- func (o *ProcessingUnitRefresh) SetBSON(raw bson.Raw) error
- func (o *ProcessingUnitRefresh) SetID(ID string)
- func (o *ProcessingUnitRefresh) SetIdentifier(id string)
- func (*ProcessingUnitRefresh) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ProcessingUnitRefresh) String() string
- func (o *ProcessingUnitRefresh) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ProcessingUnitRefresh) Validate() error
- func (o *ProcessingUnitRefresh) ValueForAttribute(name string) interface{}
- func (o *ProcessingUnitRefresh) Version() int
- type ProcessingUnitRefreshPingModeValue
- type ProcessingUnitRefreshsList
- func (o ProcessingUnitRefreshsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ProcessingUnitRefreshsList) Copy() elemental.Identifiables
- func (o ProcessingUnitRefreshsList) DefaultOrder() []string
- func (o ProcessingUnitRefreshsList) Identity() elemental.Identity
- func (o ProcessingUnitRefreshsList) List() elemental.IdentifiablesList
- func (o ProcessingUnitRefreshsList) ToSparse(fields ...string) elemental.Identifiables
- func (o ProcessingUnitRefreshsList) Version() int
- type ProcessingUnitService
- func (o *ProcessingUnitService) BleveType() string
- func (o *ProcessingUnitService) DeepCopy() *ProcessingUnitService
- func (o *ProcessingUnitService) DeepCopyInto(out *ProcessingUnitService)
- func (o *ProcessingUnitService) GetBSON() (interface{}, error)
- func (o *ProcessingUnitService) SetBSON(raw bson.Raw) error
- func (o *ProcessingUnitService) Validate() error
- type ProcessingUnitTypeValue
- type ProcessingUnitsList
- func (o ProcessingUnitsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ProcessingUnitsList) Copy() elemental.Identifiables
- func (o ProcessingUnitsList) DefaultOrder() []string
- func (o ProcessingUnitsList) Identity() elemental.Identity
- func (o ProcessingUnitsList) List() elemental.IdentifiablesList
- func (o ProcessingUnitsList) ToSparse(fields ...string) elemental.Identifiables
- func (o ProcessingUnitsList) Version() int
- type QuotaCheck
- func (*QuotaCheck) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *QuotaCheck) BleveType() string
- func (o *QuotaCheck) DeepCopy() *QuotaCheck
- func (o *QuotaCheck) DeepCopyInto(out *QuotaCheck)
- func (o *QuotaCheck) DefaultOrder() []string
- func (o *QuotaCheck) Doc() string
- func (o *QuotaCheck) GetBSON() (interface{}, error)
- func (o *QuotaCheck) Identifier() string
- func (o *QuotaCheck) Identity() elemental.Identity
- func (o *QuotaCheck) Patch(sparse elemental.SparseIdentifiable)
- func (o *QuotaCheck) SetBSON(raw bson.Raw) error
- func (o *QuotaCheck) SetIdentifier(id string)
- func (*QuotaCheck) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *QuotaCheck) String() string
- func (o *QuotaCheck) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *QuotaCheck) Validate() error
- func (o *QuotaCheck) ValueForAttribute(name string) interface{}
- func (o *QuotaCheck) Version() int
- type QuotaChecksList
- func (o QuotaChecksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o QuotaChecksList) Copy() elemental.Identifiables
- func (o QuotaChecksList) DefaultOrder() []string
- func (o QuotaChecksList) Identity() elemental.Identity
- func (o QuotaChecksList) List() elemental.IdentifiablesList
- func (o QuotaChecksList) ToSparse(fields ...string) elemental.Identifiables
- func (o QuotaChecksList) Version() int
- type QuotaPoliciesList
- func (o QuotaPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o QuotaPoliciesList) Copy() elemental.Identifiables
- func (o QuotaPoliciesList) DefaultOrder() []string
- func (o QuotaPoliciesList) Identity() elemental.Identity
- func (o QuotaPoliciesList) List() elemental.IdentifiablesList
- func (o QuotaPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o QuotaPoliciesList) Version() int
- type QuotaPolicy
- func (*QuotaPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *QuotaPolicy) BleveType() string
- func (o *QuotaPolicy) DeepCopy() *QuotaPolicy
- func (o *QuotaPolicy) DeepCopyInto(out *QuotaPolicy)
- func (o *QuotaPolicy) DefaultOrder() []string
- func (o *QuotaPolicy) Doc() string
- func (o *QuotaPolicy) GetAnnotations() map[string][]string
- func (o *QuotaPolicy) GetAssociatedTags() []string
- func (o *QuotaPolicy) GetBSON() (interface{}, error)
- func (o *QuotaPolicy) GetCreateIdempotencyKey() string
- func (o *QuotaPolicy) GetCreateTime() time.Time
- func (o *QuotaPolicy) GetDescription() string
- func (o *QuotaPolicy) GetDisabled() bool
- func (o *QuotaPolicy) GetExpirationTime() time.Time
- func (o *QuotaPolicy) GetFallback() bool
- func (o *QuotaPolicy) GetMetadata() []string
- func (o *QuotaPolicy) GetName() string
- func (o *QuotaPolicy) GetNamespace() string
- func (o *QuotaPolicy) GetNormalizedTags() []string
- func (o *QuotaPolicy) GetPropagate() bool
- func (o *QuotaPolicy) GetPropagationHidden() bool
- func (o *QuotaPolicy) GetProtected() bool
- func (o *QuotaPolicy) GetUpdateIdempotencyKey() string
- func (o *QuotaPolicy) GetUpdateTime() time.Time
- func (o *QuotaPolicy) Identifier() string
- func (o *QuotaPolicy) Identity() elemental.Identity
- func (o *QuotaPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *QuotaPolicy) SetAnnotations(annotations map[string][]string)
- func (o *QuotaPolicy) SetAssociatedTags(associatedTags []string)
- func (o *QuotaPolicy) SetBSON(raw bson.Raw) error
- func (o *QuotaPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *QuotaPolicy) SetCreateTime(createTime time.Time)
- func (o *QuotaPolicy) SetDescription(description string)
- func (o *QuotaPolicy) SetDisabled(disabled bool)
- func (o *QuotaPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *QuotaPolicy) SetFallback(fallback bool)
- func (o *QuotaPolicy) SetIdentifier(id string)
- func (o *QuotaPolicy) SetMetadata(metadata []string)
- func (o *QuotaPolicy) SetName(name string)
- func (o *QuotaPolicy) SetNamespace(namespace string)
- func (o *QuotaPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *QuotaPolicy) SetPropagate(propagate bool)
- func (o *QuotaPolicy) SetPropagationHidden(propagationHidden bool)
- func (o *QuotaPolicy) SetProtected(protected bool)
- func (o *QuotaPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *QuotaPolicy) SetUpdateTime(updateTime time.Time)
- func (*QuotaPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *QuotaPolicy) String() string
- func (o *QuotaPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *QuotaPolicy) Validate() error
- func (o *QuotaPolicy) ValueForAttribute(name string) interface{}
- func (o *QuotaPolicy) Version() int
- type Recipe
- func (*Recipe) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Recipe) BleveType() string
- func (o *Recipe) DeepCopy() *Recipe
- func (o *Recipe) DeepCopyInto(out *Recipe)
- func (o *Recipe) DefaultOrder() []string
- func (o *Recipe) Doc() string
- func (o *Recipe) GetAnnotations() map[string][]string
- func (o *Recipe) GetAssociatedTags() []string
- func (o *Recipe) GetBSON() (interface{}, error)
- func (o *Recipe) GetCreateIdempotencyKey() string
- func (o *Recipe) GetCreateTime() time.Time
- func (o *Recipe) GetDescription() string
- func (o *Recipe) GetMetadata() []string
- func (o *Recipe) GetMigrationsLog() map[string]string
- func (o *Recipe) GetName() string
- func (o *Recipe) GetNamespace() string
- func (o *Recipe) GetNormalizedTags() []string
- func (o *Recipe) GetPropagate() bool
- func (o *Recipe) GetProtected() bool
- func (o *Recipe) GetUpdateIdempotencyKey() string
- func (o *Recipe) GetUpdateTime() time.Time
- func (o *Recipe) GetZHash() int
- func (o *Recipe) GetZone() int
- func (o *Recipe) Identifier() string
- func (o *Recipe) Identity() elemental.Identity
- func (o *Recipe) Patch(sparse elemental.SparseIdentifiable)
- func (o *Recipe) SetAnnotations(annotations map[string][]string)
- func (o *Recipe) SetAssociatedTags(associatedTags []string)
- func (o *Recipe) SetBSON(raw bson.Raw) error
- func (o *Recipe) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *Recipe) SetCreateTime(createTime time.Time)
- func (o *Recipe) SetDescription(description string)
- func (o *Recipe) SetIdentifier(id string)
- func (o *Recipe) SetMetadata(metadata []string)
- func (o *Recipe) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Recipe) SetName(name string)
- func (o *Recipe) SetNamespace(namespace string)
- func (o *Recipe) SetNormalizedTags(normalizedTags []string)
- func (o *Recipe) SetPropagate(propagate bool)
- func (o *Recipe) SetProtected(protected bool)
- func (o *Recipe) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *Recipe) SetUpdateTime(updateTime time.Time)
- func (o *Recipe) SetZHash(zHash int)
- func (o *Recipe) SetZone(zone int)
- func (*Recipe) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Recipe) String() string
- func (o *Recipe) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Recipe) Validate() error
- func (o *Recipe) ValueForAttribute(name string) interface{}
- func (o *Recipe) Version() int
- type RecipeDeploymentModeValue
- type RecipeOptions
- type RecipeOptionsAppCrendentialFormatValue
- type RecipesList
- func (o RecipesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o RecipesList) Copy() elemental.Identifiables
- func (o RecipesList) DefaultOrder() []string
- func (o RecipesList) Identity() elemental.Identity
- func (o RecipesList) List() elemental.IdentifiablesList
- func (o RecipesList) ToSparse(fields ...string) elemental.Identifiables
- func (o RecipesList) Version() int
- type RemotePingProbe
- func (o *RemotePingProbe) BleveType() string
- func (o *RemotePingProbe) DeepCopy() *RemotePingProbe
- func (o *RemotePingProbe) DeepCopyInto(out *RemotePingProbe)
- func (o *RemotePingProbe) GetBSON() (interface{}, error)
- func (o *RemotePingProbe) SetBSON(raw bson.Raw) error
- func (o *RemotePingProbe) Validate() error
- type RemotePingProbeNamespaceTypeValue
- type RemoteProcessor
- func (*RemoteProcessor) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *RemoteProcessor) BleveType() string
- func (o *RemoteProcessor) DeepCopy() *RemoteProcessor
- func (o *RemoteProcessor) DeepCopyInto(out *RemoteProcessor)
- func (o *RemoteProcessor) DefaultOrder() []string
- func (o *RemoteProcessor) Doc() string
- func (o *RemoteProcessor) GetBSON() (interface{}, error)
- func (o *RemoteProcessor) Identifier() string
- func (o *RemoteProcessor) Identity() elemental.Identity
- func (o *RemoteProcessor) Patch(sparse elemental.SparseIdentifiable)
- func (o *RemoteProcessor) SetBSON(raw bson.Raw) error
- func (o *RemoteProcessor) SetIdentifier(id string)
- func (*RemoteProcessor) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *RemoteProcessor) String() string
- func (o *RemoteProcessor) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *RemoteProcessor) Validate() error
- func (o *RemoteProcessor) ValueForAttribute(name string) interface{}
- func (o *RemoteProcessor) Version() int
- type RemoteProcessorModeValue
- type RemoteProcessorsList
- func (o RemoteProcessorsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o RemoteProcessorsList) Copy() elemental.Identifiables
- func (o RemoteProcessorsList) DefaultOrder() []string
- func (o RemoteProcessorsList) Identity() elemental.Identity
- func (o RemoteProcessorsList) List() elemental.IdentifiablesList
- func (o RemoteProcessorsList) ToSparse(fields ...string) elemental.Identifiables
- func (o RemoteProcessorsList) Version() int
- type RenderTemplate
- func (*RenderTemplate) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *RenderTemplate) BleveType() string
- func (o *RenderTemplate) DeepCopy() *RenderTemplate
- func (o *RenderTemplate) DeepCopyInto(out *RenderTemplate)
- func (o *RenderTemplate) DefaultOrder() []string
- func (o *RenderTemplate) Doc() string
- func (o *RenderTemplate) GetBSON() (interface{}, error)
- func (o *RenderTemplate) Identifier() string
- func (o *RenderTemplate) Identity() elemental.Identity
- func (o *RenderTemplate) Patch(sparse elemental.SparseIdentifiable)
- func (o *RenderTemplate) SetBSON(raw bson.Raw) error
- func (o *RenderTemplate) SetIdentifier(id string)
- func (*RenderTemplate) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *RenderTemplate) String() string
- func (o *RenderTemplate) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *RenderTemplate) Validate() error
- func (o *RenderTemplate) ValueForAttribute(name string) interface{}
- func (o *RenderTemplate) Version() int
- type RenderTemplatesList
- func (o RenderTemplatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o RenderTemplatesList) Copy() elemental.Identifiables
- func (o RenderTemplatesList) DefaultOrder() []string
- func (o RenderTemplatesList) Identity() elemental.Identity
- func (o RenderTemplatesList) List() elemental.IdentifiablesList
- func (o RenderTemplatesList) ToSparse(fields ...string) elemental.Identifiables
- func (o RenderTemplatesList) Version() int
- type RenderedPoliciesList
- func (o RenderedPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o RenderedPoliciesList) Copy() elemental.Identifiables
- func (o RenderedPoliciesList) DefaultOrder() []string
- func (o RenderedPoliciesList) Identity() elemental.Identity
- func (o RenderedPoliciesList) List() elemental.IdentifiablesList
- func (o RenderedPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o RenderedPoliciesList) Version() int
- type RenderedPolicy
- func (*RenderedPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *RenderedPolicy) BleveType() string
- func (o *RenderedPolicy) DeepCopy() *RenderedPolicy
- func (o *RenderedPolicy) DeepCopyInto(out *RenderedPolicy)
- func (o *RenderedPolicy) DefaultOrder() []string
- func (o *RenderedPolicy) Doc() string
- func (o *RenderedPolicy) GetBSON() (interface{}, error)
- func (o *RenderedPolicy) Identifier() string
- func (o *RenderedPolicy) Identity() elemental.Identity
- func (o *RenderedPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *RenderedPolicy) SetBSON(raw bson.Raw) error
- func (o *RenderedPolicy) SetIdentifier(id string)
- func (*RenderedPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *RenderedPolicy) String() string
- func (o *RenderedPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *RenderedPolicy) Validate() error
- func (o *RenderedPolicy) ValueForAttribute(name string) interface{}
- func (o *RenderedPolicy) Version() int
- type RenderedPolicyDatapathTypeValue
- type RenderedPolicyDefaultPUIncomingTrafficActionValue
- type RenderedPolicyDefaultPUOutgoingTrafficActionValue
- type Report
- func (*Report) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Report) BleveType() string
- func (o *Report) DeepCopy() *Report
- func (o *Report) DeepCopyInto(out *Report)
- func (o *Report) DefaultOrder() []string
- func (o *Report) Doc() string
- func (o *Report) GetBSON() (interface{}, error)
- func (o *Report) Identifier() string
- func (o *Report) Identity() elemental.Identity
- func (o *Report) Patch(sparse elemental.SparseIdentifiable)
- func (o *Report) SetBSON(raw bson.Raw) error
- func (o *Report) SetIdentifier(id string)
- func (*Report) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Report) String() string
- func (o *Report) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Report) Validate() error
- func (o *Report) ValueForAttribute(name string) interface{}
- func (o *Report) Version() int
- type ReportKindValue
- type ReportsList
- func (o ReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ReportsList) Copy() elemental.Identifiables
- func (o ReportsList) DefaultOrder() []string
- func (o ReportsList) Identity() elemental.Identity
- func (o ReportsList) List() elemental.IdentifiablesList
- func (o ReportsList) ToSparse(fields ...string) elemental.Identifiables
- func (o ReportsList) Version() int
- type ReportsQueriesList
- func (o ReportsQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ReportsQueriesList) Copy() elemental.Identifiables
- func (o ReportsQueriesList) DefaultOrder() []string
- func (o ReportsQueriesList) Identity() elemental.Identity
- func (o ReportsQueriesList) List() elemental.IdentifiablesList
- func (o ReportsQueriesList) ToSparse(fields ...string) elemental.Identifiables
- func (o ReportsQueriesList) Version() int
- type ReportsQuery
- func (*ReportsQuery) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ReportsQuery) BleveType() string
- func (o *ReportsQuery) DeepCopy() *ReportsQuery
- func (o *ReportsQuery) DeepCopyInto(out *ReportsQuery)
- func (o *ReportsQuery) DefaultOrder() []string
- func (o *ReportsQuery) Doc() string
- func (o *ReportsQuery) GetBSON() (interface{}, error)
- func (o *ReportsQuery) Identifier() string
- func (o *ReportsQuery) Identity() elemental.Identity
- func (o *ReportsQuery) Patch(sparse elemental.SparseIdentifiable)
- func (o *ReportsQuery) SetBSON(raw bson.Raw) error
- func (o *ReportsQuery) SetIdentifier(id string)
- func (*ReportsQuery) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ReportsQuery) String() string
- func (o *ReportsQuery) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ReportsQuery) Validate() error
- func (o *ReportsQuery) ValueForAttribute(name string) interface{}
- func (o *ReportsQuery) Version() int
- type ReportsQueryReportValue
- type Revocation
- func (*Revocation) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Revocation) BleveType() string
- func (o *Revocation) DeepCopy() *Revocation
- func (o *Revocation) DeepCopyInto(out *Revocation)
- func (o *Revocation) DefaultOrder() []string
- func (o *Revocation) Doc() string
- func (o *Revocation) GetBSON() (interface{}, error)
- func (o *Revocation) GetMigrationsLog() map[string]string
- func (o *Revocation) GetZHash() int
- func (o *Revocation) GetZone() int
- func (o *Revocation) Identifier() string
- func (o *Revocation) Identity() elemental.Identity
- func (o *Revocation) Patch(sparse elemental.SparseIdentifiable)
- func (o *Revocation) SetBSON(raw bson.Raw) error
- func (o *Revocation) SetIdentifier(id string)
- func (o *Revocation) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Revocation) SetZHash(zHash int)
- func (o *Revocation) SetZone(zone int)
- func (*Revocation) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Revocation) String() string
- func (o *Revocation) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Revocation) Validate() error
- func (o *Revocation) ValueForAttribute(name string) interface{}
- func (o *Revocation) Version() int
- type RevocationsList
- func (o RevocationsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o RevocationsList) Copy() elemental.Identifiables
- func (o RevocationsList) DefaultOrder() []string
- func (o RevocationsList) Identity() elemental.Identity
- func (o RevocationsList) List() elemental.IdentifiablesList
- func (o RevocationsList) ToSparse(fields ...string) elemental.Identifiables
- func (o RevocationsList) Version() int
- type Role
- func (*Role) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Role) BleveType() string
- func (o *Role) DeepCopy() *Role
- func (o *Role) DeepCopyInto(out *Role)
- func (o *Role) DefaultOrder() []string
- func (o *Role) Doc() string
- func (o *Role) GetBSON() (interface{}, error)
- func (o *Role) Identifier() string
- func (o *Role) Identity() elemental.Identity
- func (o *Role) Patch(sparse elemental.SparseIdentifiable)
- func (o *Role) SetBSON(raw bson.Raw) error
- func (o *Role) SetIdentifier(id string)
- func (*Role) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Role) String() string
- func (o *Role) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Role) Validate() error
- func (o *Role) ValueForAttribute(name string) interface{}
- func (o *Role) Version() int
- type RolesList
- func (o RolesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o RolesList) Copy() elemental.Identifiables
- func (o RolesList) DefaultOrder() []string
- func (o RolesList) Identity() elemental.Identity
- func (o RolesList) List() elemental.IdentifiablesList
- func (o RolesList) ToSparse(fields ...string) elemental.Identifiables
- func (o RolesList) Version() int
- type Root
- func (*Root) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Root) BleveType() string
- func (o *Root) DeepCopy() *Root
- func (o *Root) DeepCopyInto(out *Root)
- func (o *Root) DefaultOrder() []string
- func (o *Root) Doc() string
- func (o *Root) GetBSON() (interface{}, error)
- func (o *Root) Identifier() string
- func (o *Root) Identity() elemental.Identity
- func (o *Root) SetBSON(raw bson.Raw) error
- func (o *Root) SetIdentifier(id string)
- func (*Root) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Root) String() string
- func (o *Root) Validate() error
- func (o *Root) ValueForAttribute(name string) interface{}
- func (o *Root) Version() int
- type SAMLProvider
- func (*SAMLProvider) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *SAMLProvider) BleveType() string
- func (o *SAMLProvider) DeepCopy() *SAMLProvider
- func (o *SAMLProvider) DeepCopyInto(out *SAMLProvider)
- func (o *SAMLProvider) DefaultOrder() []string
- func (o *SAMLProvider) Doc() string
- func (o *SAMLProvider) GetAnnotations() map[string][]string
- func (o *SAMLProvider) GetAssociatedTags() []string
- func (o *SAMLProvider) GetBSON() (interface{}, error)
- func (o *SAMLProvider) GetCreateIdempotencyKey() string
- func (o *SAMLProvider) GetCreateTime() time.Time
- func (o *SAMLProvider) GetDescription() string
- func (o *SAMLProvider) GetMigrationsLog() map[string]string
- func (o *SAMLProvider) GetName() string
- func (o *SAMLProvider) GetNamespace() string
- func (o *SAMLProvider) GetNormalizedTags() []string
- func (o *SAMLProvider) GetProtected() bool
- func (o *SAMLProvider) GetUpdateIdempotencyKey() string
- func (o *SAMLProvider) GetUpdateTime() time.Time
- func (o *SAMLProvider) GetZHash() int
- func (o *SAMLProvider) GetZone() int
- func (o *SAMLProvider) Identifier() string
- func (o *SAMLProvider) Identity() elemental.Identity
- func (o *SAMLProvider) Patch(sparse elemental.SparseIdentifiable)
- func (o *SAMLProvider) SetAnnotations(annotations map[string][]string)
- func (o *SAMLProvider) SetAssociatedTags(associatedTags []string)
- func (o *SAMLProvider) SetBSON(raw bson.Raw) error
- func (o *SAMLProvider) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SAMLProvider) SetCreateTime(createTime time.Time)
- func (o *SAMLProvider) SetDescription(description string)
- func (o *SAMLProvider) SetIdentifier(id string)
- func (o *SAMLProvider) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SAMLProvider) SetName(name string)
- func (o *SAMLProvider) SetNamespace(namespace string)
- func (o *SAMLProvider) SetNormalizedTags(normalizedTags []string)
- func (o *SAMLProvider) SetProtected(protected bool)
- func (o *SAMLProvider) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SAMLProvider) SetUpdateTime(updateTime time.Time)
- func (o *SAMLProvider) SetZHash(zHash int)
- func (o *SAMLProvider) SetZone(zone int)
- func (*SAMLProvider) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *SAMLProvider) String() string
- func (o *SAMLProvider) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *SAMLProvider) Validate() error
- func (o *SAMLProvider) ValueForAttribute(name string) interface{}
- func (o *SAMLProvider) Version() int
- type SAMLProvidersList
- func (o SAMLProvidersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SAMLProvidersList) Copy() elemental.Identifiables
- func (o SAMLProvidersList) DefaultOrder() []string
- func (o SAMLProvidersList) Identity() elemental.Identity
- func (o SAMLProvidersList) List() elemental.IdentifiablesList
- func (o SAMLProvidersList) ToSparse(fields ...string) elemental.Identifiables
- func (o SAMLProvidersList) Version() int
- type SSHAuthoritiesList
- func (o SSHAuthoritiesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SSHAuthoritiesList) Copy() elemental.Identifiables
- func (o SSHAuthoritiesList) DefaultOrder() []string
- func (o SSHAuthoritiesList) Identity() elemental.Identity
- func (o SSHAuthoritiesList) List() elemental.IdentifiablesList
- func (o SSHAuthoritiesList) ToSparse(fields ...string) elemental.Identifiables
- func (o SSHAuthoritiesList) Version() int
- type SSHAuthority
- func (*SSHAuthority) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *SSHAuthority) BleveType() string
- func (o *SSHAuthority) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SSHAuthority) DeepCopy() *SSHAuthority
- func (o *SSHAuthority) DeepCopyInto(out *SSHAuthority)
- func (o *SSHAuthority) DefaultOrder() []string
- func (o *SSHAuthority) Doc() string
- func (o *SSHAuthority) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SSHAuthority) GetBSON() (interface{}, error)
- func (o *SSHAuthority) GetCreateTime() time.Time
- func (o *SSHAuthority) GetMigrationsLog() map[string]string
- func (o *SSHAuthority) GetName() string
- func (o *SSHAuthority) GetUpdateTime() time.Time
- func (o *SSHAuthority) GetZHash() int
- func (o *SSHAuthority) GetZone() int
- func (o *SSHAuthority) Identifier() string
- func (o *SSHAuthority) Identity() elemental.Identity
- func (o *SSHAuthority) Patch(sparse elemental.SparseIdentifiable)
- func (o *SSHAuthority) SetBSON(raw bson.Raw) error
- func (o *SSHAuthority) SetCreateTime(createTime time.Time)
- func (o *SSHAuthority) SetIdentifier(id string)
- func (o *SSHAuthority) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SSHAuthority) SetName(name string)
- func (o *SSHAuthority) SetUpdateTime(updateTime time.Time)
- func (o *SSHAuthority) SetZHash(zHash int)
- func (o *SSHAuthority) SetZone(zone int)
- func (*SSHAuthority) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *SSHAuthority) String() string
- func (o *SSHAuthority) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *SSHAuthority) Validate() error
- func (o *SSHAuthority) ValueForAttribute(name string) interface{}
- func (o *SSHAuthority) Version() int
- type SSHAuthorityAlgValue
- type SSHAuthorizationPoliciesList
- func (o SSHAuthorizationPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SSHAuthorizationPoliciesList) Copy() elemental.Identifiables
- func (o SSHAuthorizationPoliciesList) DefaultOrder() []string
- func (o SSHAuthorizationPoliciesList) Identity() elemental.Identity
- func (o SSHAuthorizationPoliciesList) List() elemental.IdentifiablesList
- func (o SSHAuthorizationPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o SSHAuthorizationPoliciesList) Version() int
- type SSHAuthorizationPolicy
- func (*SSHAuthorizationPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *SSHAuthorizationPolicy) BleveType() string
- func (o *SSHAuthorizationPolicy) DeepCopy() *SSHAuthorizationPolicy
- func (o *SSHAuthorizationPolicy) DeepCopyInto(out *SSHAuthorizationPolicy)
- func (o *SSHAuthorizationPolicy) DefaultOrder() []string
- func (o *SSHAuthorizationPolicy) Doc() string
- func (o *SSHAuthorizationPolicy) GetActiveDuration() string
- func (o *SSHAuthorizationPolicy) GetActiveSchedule() string
- func (o *SSHAuthorizationPolicy) GetAnnotations() map[string][]string
- func (o *SSHAuthorizationPolicy) GetAssociatedTags() []string
- func (o *SSHAuthorizationPolicy) GetBSON() (interface{}, error)
- func (o *SSHAuthorizationPolicy) GetCreateIdempotencyKey() string
- func (o *SSHAuthorizationPolicy) GetCreateTime() time.Time
- func (o *SSHAuthorizationPolicy) GetDescription() string
- func (o *SSHAuthorizationPolicy) GetDisabled() bool
- func (o *SSHAuthorizationPolicy) GetExpirationTime() time.Time
- func (o *SSHAuthorizationPolicy) GetFallback() bool
- func (o *SSHAuthorizationPolicy) GetMetadata() []string
- func (o *SSHAuthorizationPolicy) GetName() string
- func (o *SSHAuthorizationPolicy) GetNamespace() string
- func (o *SSHAuthorizationPolicy) GetNormalizedTags() []string
- func (o *SSHAuthorizationPolicy) GetPropagate() bool
- func (o *SSHAuthorizationPolicy) GetProtected() bool
- func (o *SSHAuthorizationPolicy) GetUpdateIdempotencyKey() string
- func (o *SSHAuthorizationPolicy) GetUpdateTime() time.Time
- func (o *SSHAuthorizationPolicy) Identifier() string
- func (o *SSHAuthorizationPolicy) Identity() elemental.Identity
- func (o *SSHAuthorizationPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *SSHAuthorizationPolicy) SetActiveDuration(activeDuration string)
- func (o *SSHAuthorizationPolicy) SetActiveSchedule(activeSchedule string)
- func (o *SSHAuthorizationPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SSHAuthorizationPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SSHAuthorizationPolicy) SetBSON(raw bson.Raw) error
- func (o *SSHAuthorizationPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SSHAuthorizationPolicy) SetCreateTime(createTime time.Time)
- func (o *SSHAuthorizationPolicy) SetDescription(description string)
- func (o *SSHAuthorizationPolicy) SetDisabled(disabled bool)
- func (o *SSHAuthorizationPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SSHAuthorizationPolicy) SetFallback(fallback bool)
- func (o *SSHAuthorizationPolicy) SetIdentifier(id string)
- func (o *SSHAuthorizationPolicy) SetMetadata(metadata []string)
- func (o *SSHAuthorizationPolicy) SetName(name string)
- func (o *SSHAuthorizationPolicy) SetNamespace(namespace string)
- func (o *SSHAuthorizationPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SSHAuthorizationPolicy) SetPropagate(propagate bool)
- func (o *SSHAuthorizationPolicy) SetProtected(protected bool)
- func (o *SSHAuthorizationPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SSHAuthorizationPolicy) SetUpdateTime(updateTime time.Time)
- func (*SSHAuthorizationPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *SSHAuthorizationPolicy) String() string
- func (o *SSHAuthorizationPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *SSHAuthorizationPolicy) Validate() error
- func (o *SSHAuthorizationPolicy) ValueForAttribute(name string) interface{}
- func (o *SSHAuthorizationPolicy) Version() int
- type SSHCertificate
- func (*SSHCertificate) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *SSHCertificate) BleveType() string
- func (o *SSHCertificate) DeepCopy() *SSHCertificate
- func (o *SSHCertificate) DeepCopyInto(out *SSHCertificate)
- func (o *SSHCertificate) DefaultOrder() []string
- func (o *SSHCertificate) Doc() string
- func (o *SSHCertificate) GetBSON() (interface{}, error)
- func (o *SSHCertificate) Identifier() string
- func (o *SSHCertificate) Identity() elemental.Identity
- func (o *SSHCertificate) Patch(sparse elemental.SparseIdentifiable)
- func (o *SSHCertificate) SetBSON(raw bson.Raw) error
- func (o *SSHCertificate) SetIdentifier(id string)
- func (*SSHCertificate) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *SSHCertificate) String() string
- func (o *SSHCertificate) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *SSHCertificate) Validate() error
- func (o *SSHCertificate) ValueForAttribute(name string) interface{}
- func (o *SSHCertificate) Version() int
- type SSHCertificateTypeValue
- type SSHCertificatesList
- func (o SSHCertificatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SSHCertificatesList) Copy() elemental.Identifiables
- func (o SSHCertificatesList) DefaultOrder() []string
- func (o SSHCertificatesList) Identity() elemental.Identity
- func (o SSHCertificatesList) List() elemental.IdentifiablesList
- func (o SSHCertificatesList) ToSparse(fields ...string) elemental.Identifiables
- func (o SSHCertificatesList) Version() int
- type SSHIdentitiesList
- func (o SSHIdentitiesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SSHIdentitiesList) Copy() elemental.Identifiables
- func (o SSHIdentitiesList) DefaultOrder() []string
- func (o SSHIdentitiesList) Identity() elemental.Identity
- func (o SSHIdentitiesList) List() elemental.IdentifiablesList
- func (o SSHIdentitiesList) ToSparse(fields ...string) elemental.Identifiables
- func (o SSHIdentitiesList) Version() int
- type SSHIdentity
- func (*SSHIdentity) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *SSHIdentity) BleveType() string
- func (o *SSHIdentity) DeepCopy() *SSHIdentity
- func (o *SSHIdentity) DeepCopyInto(out *SSHIdentity)
- func (o *SSHIdentity) DefaultOrder() []string
- func (o *SSHIdentity) Doc() string
- func (o *SSHIdentity) GetBSON() (interface{}, error)
- func (o *SSHIdentity) Identifier() string
- func (o *SSHIdentity) Identity() elemental.Identity
- func (o *SSHIdentity) Patch(sparse elemental.SparseIdentifiable)
- func (o *SSHIdentity) SetBSON(raw bson.Raw) error
- func (o *SSHIdentity) SetIdentifier(id string)
- func (*SSHIdentity) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *SSHIdentity) String() string
- func (o *SSHIdentity) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *SSHIdentity) Validate() error
- func (o *SSHIdentity) ValueForAttribute(name string) interface{}
- func (o *SSHIdentity) Version() int
- type Sandbox
- func (*Sandbox) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Sandbox) BleveType() string
- func (o *Sandbox) DeepCopy() *Sandbox
- func (o *Sandbox) DeepCopyInto(out *Sandbox)
- func (o *Sandbox) DefaultOrder() []string
- func (o *Sandbox) Doc() string
- func (o *Sandbox) GetBSON() (interface{}, error)
- func (o *Sandbox) Identifier() string
- func (o *Sandbox) Identity() elemental.Identity
- func (o *Sandbox) Patch(sparse elemental.SparseIdentifiable)
- func (o *Sandbox) SetBSON(raw bson.Raw) error
- func (o *Sandbox) SetIdentifier(id string)
- func (*Sandbox) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Sandbox) String() string
- func (o *Sandbox) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Sandbox) Validate() error
- func (o *Sandbox) ValueForAttribute(name string) interface{}
- func (o *Sandbox) Version() int
- type SandboxsList
- func (o SandboxsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SandboxsList) Copy() elemental.Identifiables
- func (o SandboxsList) DefaultOrder() []string
- func (o SandboxsList) Identity() elemental.Identity
- func (o SandboxsList) List() elemental.IdentifiablesList
- func (o SandboxsList) ToSparse(fields ...string) elemental.Identifiables
- func (o SandboxsList) Version() int
- type Search
- func (*Search) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Search) BleveType() string
- func (o *Search) DeepCopy() *Search
- func (o *Search) DeepCopyInto(out *Search)
- func (o *Search) DefaultOrder() []string
- func (o *Search) Doc() string
- func (o *Search) GetBSON() (interface{}, error)
- func (o *Search) Identifier() string
- func (o *Search) Identity() elemental.Identity
- func (o *Search) Patch(sparse elemental.SparseIdentifiable)
- func (o *Search) SetBSON(raw bson.Raw) error
- func (o *Search) SetIdentifier(id string)
- func (*Search) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Search) String() string
- func (o *Search) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Search) Validate() error
- func (o *Search) ValueForAttribute(name string) interface{}
- func (o *Search) Version() int
- type SearchesList
- func (o SearchesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SearchesList) Copy() elemental.Identifiables
- func (o SearchesList) DefaultOrder() []string
- func (o SearchesList) Identity() elemental.Identity
- func (o SearchesList) List() elemental.IdentifiablesList
- func (o SearchesList) ToSparse(fields ...string) elemental.Identifiables
- func (o SearchesList) Version() int
- type Service
- func (*Service) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Service) BleveType() string
- func (o *Service) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *Service) DeepCopy() *Service
- func (o *Service) DeepCopyInto(out *Service)
- func (o *Service) DefaultOrder() []string
- func (o *Service) Doc() string
- func (o *Service) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *Service) GetAnnotations() map[string][]string
- func (o *Service) GetArchived() bool
- func (o *Service) GetAssociatedTags() []string
- func (o *Service) GetBSON() (interface{}, error)
- func (o *Service) GetCreateIdempotencyKey() string
- func (o *Service) GetCreateTime() time.Time
- func (o *Service) GetDescription() string
- func (o *Service) GetDisabled() bool
- func (o *Service) GetMetadata() []string
- func (o *Service) GetMigrationsLog() map[string]string
- func (o *Service) GetName() string
- func (o *Service) GetNamespace() string
- func (o *Service) GetNormalizedTags() []string
- func (o *Service) GetPropagate() bool
- func (o *Service) GetProtected() bool
- func (o *Service) GetUpdateIdempotencyKey() string
- func (o *Service) GetUpdateTime() time.Time
- func (o *Service) GetZHash() int
- func (o *Service) GetZone() int
- func (o *Service) Identifier() string
- func (o *Service) Identity() elemental.Identity
- func (o *Service) Patch(sparse elemental.SparseIdentifiable)
- func (o *Service) SetAnnotations(annotations map[string][]string)
- func (o *Service) SetArchived(archived bool)
- func (o *Service) SetAssociatedTags(associatedTags []string)
- func (o *Service) SetBSON(raw bson.Raw) error
- func (o *Service) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *Service) SetCreateTime(createTime time.Time)
- func (o *Service) SetDescription(description string)
- func (o *Service) SetDisabled(disabled bool)
- func (o *Service) SetIdentifier(id string)
- func (o *Service) SetMetadata(metadata []string)
- func (o *Service) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Service) SetName(name string)
- func (o *Service) SetNamespace(namespace string)
- func (o *Service) SetNormalizedTags(normalizedTags []string)
- func (o *Service) SetPropagate(propagate bool)
- func (o *Service) SetProtected(protected bool)
- func (o *Service) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *Service) SetUpdateTime(updateTime time.Time)
- func (o *Service) SetZHash(zHash int)
- func (o *Service) SetZone(zone int)
- func (*Service) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Service) String() string
- func (o *Service) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Service) Validate() error
- func (o *Service) ValueForAttribute(name string) interface{}
- func (o *Service) Version() int
- type ServiceAuthorizationTypeValue
- type ServiceCertificate
- func (*ServiceCertificate) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ServiceCertificate) BleveType() string
- func (o *ServiceCertificate) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *ServiceCertificate) DeepCopy() *ServiceCertificate
- func (o *ServiceCertificate) DeepCopyInto(out *ServiceCertificate)
- func (o *ServiceCertificate) DefaultOrder() []string
- func (o *ServiceCertificate) Doc() string
- func (o *ServiceCertificate) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *ServiceCertificate) GetAnnotations() map[string][]string
- func (o *ServiceCertificate) GetAssociatedTags() []string
- func (o *ServiceCertificate) GetBSON() (interface{}, error)
- func (o *ServiceCertificate) GetCreateIdempotencyKey() string
- func (o *ServiceCertificate) GetCreateTime() time.Time
- func (o *ServiceCertificate) GetDescription() string
- func (o *ServiceCertificate) GetName() string
- func (o *ServiceCertificate) GetNamespace() string
- func (o *ServiceCertificate) GetNormalizedTags() []string
- func (o *ServiceCertificate) GetPropagate() bool
- func (o *ServiceCertificate) GetProtected() bool
- func (o *ServiceCertificate) GetUpdateIdempotencyKey() string
- func (o *ServiceCertificate) GetUpdateTime() time.Time
- func (o *ServiceCertificate) GetZHash() int
- func (o *ServiceCertificate) GetZone() int
- func (o *ServiceCertificate) Identifier() string
- func (o *ServiceCertificate) Identity() elemental.Identity
- func (o *ServiceCertificate) Patch(sparse elemental.SparseIdentifiable)
- func (o *ServiceCertificate) SetAnnotations(annotations map[string][]string)
- func (o *ServiceCertificate) SetAssociatedTags(associatedTags []string)
- func (o *ServiceCertificate) SetBSON(raw bson.Raw) error
- func (o *ServiceCertificate) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *ServiceCertificate) SetCreateTime(createTime time.Time)
- func (o *ServiceCertificate) SetDescription(description string)
- func (o *ServiceCertificate) SetIdentifier(id string)
- func (o *ServiceCertificate) SetName(name string)
- func (o *ServiceCertificate) SetNamespace(namespace string)
- func (o *ServiceCertificate) SetNormalizedTags(normalizedTags []string)
- func (o *ServiceCertificate) SetPropagate(propagate bool)
- func (o *ServiceCertificate) SetProtected(protected bool)
- func (o *ServiceCertificate) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *ServiceCertificate) SetUpdateTime(updateTime time.Time)
- func (o *ServiceCertificate) SetZHash(zHash int)
- func (o *ServiceCertificate) SetZone(zone int)
- func (*ServiceCertificate) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ServiceCertificate) String() string
- func (o *ServiceCertificate) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ServiceCertificate) Validate() error
- func (o *ServiceCertificate) ValueForAttribute(name string) interface{}
- func (o *ServiceCertificate) Version() int
- type ServiceCertificatesList
- func (o ServiceCertificatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ServiceCertificatesList) Copy() elemental.Identifiables
- func (o ServiceCertificatesList) DefaultOrder() []string
- func (o ServiceCertificatesList) Identity() elemental.Identity
- func (o ServiceCertificatesList) List() elemental.IdentifiablesList
- func (o ServiceCertificatesList) ToSparse(fields ...string) elemental.Identifiables
- func (o ServiceCertificatesList) Version() int
- type ServiceDependencyPoliciesList
- func (o ServiceDependencyPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ServiceDependencyPoliciesList) Copy() elemental.Identifiables
- func (o ServiceDependencyPoliciesList) DefaultOrder() []string
- func (o ServiceDependencyPoliciesList) Identity() elemental.Identity
- func (o ServiceDependencyPoliciesList) List() elemental.IdentifiablesList
- func (o ServiceDependencyPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o ServiceDependencyPoliciesList) Version() int
- type ServiceDependencyPolicy
- func (*ServiceDependencyPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ServiceDependencyPolicy) BleveType() string
- func (o *ServiceDependencyPolicy) DeepCopy() *ServiceDependencyPolicy
- func (o *ServiceDependencyPolicy) DeepCopyInto(out *ServiceDependencyPolicy)
- func (o *ServiceDependencyPolicy) DefaultOrder() []string
- func (o *ServiceDependencyPolicy) Doc() string
- func (o *ServiceDependencyPolicy) GetActiveDuration() string
- func (o *ServiceDependencyPolicy) GetActiveSchedule() string
- func (o *ServiceDependencyPolicy) GetAnnotations() map[string][]string
- func (o *ServiceDependencyPolicy) GetAssociatedTags() []string
- func (o *ServiceDependencyPolicy) GetBSON() (interface{}, error)
- func (o *ServiceDependencyPolicy) GetCreateIdempotencyKey() string
- func (o *ServiceDependencyPolicy) GetCreateTime() time.Time
- func (o *ServiceDependencyPolicy) GetDescription() string
- func (o *ServiceDependencyPolicy) GetDisabled() bool
- func (o *ServiceDependencyPolicy) GetFallback() bool
- func (o *ServiceDependencyPolicy) GetMetadata() []string
- func (o *ServiceDependencyPolicy) GetName() string
- func (o *ServiceDependencyPolicy) GetNamespace() string
- func (o *ServiceDependencyPolicy) GetNormalizedTags() []string
- func (o *ServiceDependencyPolicy) GetPropagate() bool
- func (o *ServiceDependencyPolicy) GetProtected() bool
- func (o *ServiceDependencyPolicy) GetUpdateIdempotencyKey() string
- func (o *ServiceDependencyPolicy) GetUpdateTime() time.Time
- func (o *ServiceDependencyPolicy) Identifier() string
- func (o *ServiceDependencyPolicy) Identity() elemental.Identity
- func (o *ServiceDependencyPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *ServiceDependencyPolicy) SetActiveDuration(activeDuration string)
- func (o *ServiceDependencyPolicy) SetActiveSchedule(activeSchedule string)
- func (o *ServiceDependencyPolicy) SetAnnotations(annotations map[string][]string)
- func (o *ServiceDependencyPolicy) SetAssociatedTags(associatedTags []string)
- func (o *ServiceDependencyPolicy) SetBSON(raw bson.Raw) error
- func (o *ServiceDependencyPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *ServiceDependencyPolicy) SetCreateTime(createTime time.Time)
- func (o *ServiceDependencyPolicy) SetDescription(description string)
- func (o *ServiceDependencyPolicy) SetDisabled(disabled bool)
- func (o *ServiceDependencyPolicy) SetFallback(fallback bool)
- func (o *ServiceDependencyPolicy) SetIdentifier(id string)
- func (o *ServiceDependencyPolicy) SetMetadata(metadata []string)
- func (o *ServiceDependencyPolicy) SetName(name string)
- func (o *ServiceDependencyPolicy) SetNamespace(namespace string)
- func (o *ServiceDependencyPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *ServiceDependencyPolicy) SetPropagate(propagate bool)
- func (o *ServiceDependencyPolicy) SetProtected(protected bool)
- func (o *ServiceDependencyPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *ServiceDependencyPolicy) SetUpdateTime(updateTime time.Time)
- func (*ServiceDependencyPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ServiceDependencyPolicy) String() string
- func (o *ServiceDependencyPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ServiceDependencyPolicy) Validate() error
- func (o *ServiceDependencyPolicy) ValueForAttribute(name string) interface{}
- func (o *ServiceDependencyPolicy) Version() int
- type ServicePublication
- func (*ServicePublication) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ServicePublication) BleveType() string
- func (o *ServicePublication) DeepCopy() *ServicePublication
- func (o *ServicePublication) DeepCopyInto(out *ServicePublication)
- func (o *ServicePublication) DefaultOrder() []string
- func (o *ServicePublication) Doc() string
- func (o *ServicePublication) GetBSON() (interface{}, error)
- func (o *ServicePublication) Identifier() string
- func (o *ServicePublication) Identity() elemental.Identity
- func (o *ServicePublication) Patch(sparse elemental.SparseIdentifiable)
- func (o *ServicePublication) SetBSON(raw bson.Raw) error
- func (o *ServicePublication) SetIdentifier(id string)
- func (*ServicePublication) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ServicePublication) String() string
- func (o *ServicePublication) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ServicePublication) Validate() error
- func (o *ServicePublication) ValueForAttribute(name string) interface{}
- func (o *ServicePublication) Version() int
- type ServicePublicationsList
- func (o ServicePublicationsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ServicePublicationsList) Copy() elemental.Identifiables
- func (o ServicePublicationsList) DefaultOrder() []string
- func (o ServicePublicationsList) Identity() elemental.Identity
- func (o ServicePublicationsList) List() elemental.IdentifiablesList
- func (o ServicePublicationsList) ToSparse(fields ...string) elemental.Identifiables
- func (o ServicePublicationsList) Version() int
- type ServiceTLSTypeValue
- type ServiceToken
- func (*ServiceToken) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ServiceToken) BleveType() string
- func (o *ServiceToken) DeepCopy() *ServiceToken
- func (o *ServiceToken) DeepCopyInto(out *ServiceToken)
- func (o *ServiceToken) DefaultOrder() []string
- func (o *ServiceToken) Doc() string
- func (o *ServiceToken) GetBSON() (interface{}, error)
- func (o *ServiceToken) Identifier() string
- func (o *ServiceToken) Identity() elemental.Identity
- func (o *ServiceToken) Patch(sparse elemental.SparseIdentifiable)
- func (o *ServiceToken) SetBSON(raw bson.Raw) error
- func (o *ServiceToken) SetIdentifier(id string)
- func (*ServiceToken) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ServiceToken) String() string
- func (o *ServiceToken) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ServiceToken) Validate() error
- func (o *ServiceToken) ValueForAttribute(name string) interface{}
- func (o *ServiceToken) Version() int
- type ServiceTokenTypeValue
- type ServiceTokensList
- func (o ServiceTokensList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ServiceTokensList) Copy() elemental.Identifiables
- func (o ServiceTokensList) DefaultOrder() []string
- func (o ServiceTokensList) Identity() elemental.Identity
- func (o ServiceTokensList) List() elemental.IdentifiablesList
- func (o ServiceTokensList) ToSparse(fields ...string) elemental.Identifiables
- func (o ServiceTokensList) Version() int
- type ServiceTypeValue
- type ServicesList
- func (o ServicesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ServicesList) Copy() elemental.Identifiables
- func (o ServicesList) DefaultOrder() []string
- func (o ServicesList) Identity() elemental.Identity
- func (o ServicesList) List() elemental.IdentifiablesList
- func (o ServicesList) ToSparse(fields ...string) elemental.Identifiables
- func (o ServicesList) Version() int
- type SparseAPIAuthorizationPoliciesList
- func (o SparseAPIAuthorizationPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAPIAuthorizationPoliciesList) Copy() elemental.Identifiables
- func (o SparseAPIAuthorizationPoliciesList) DefaultOrder() []string
- func (o SparseAPIAuthorizationPoliciesList) Identity() elemental.Identity
- func (o SparseAPIAuthorizationPoliciesList) List() elemental.IdentifiablesList
- func (o SparseAPIAuthorizationPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseAPIAuthorizationPoliciesList) Version() int
- type SparseAPIAuthorizationPolicy
- func (o *SparseAPIAuthorizationPolicy) DeepCopy() *SparseAPIAuthorizationPolicy
- func (o *SparseAPIAuthorizationPolicy) DeepCopyInto(out *SparseAPIAuthorizationPolicy)
- func (o *SparseAPIAuthorizationPolicy) GetActiveDuration() (out string)
- func (o *SparseAPIAuthorizationPolicy) GetActiveSchedule() (out string)
- func (o *SparseAPIAuthorizationPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseAPIAuthorizationPolicy) GetAssociatedTags() (out []string)
- func (o *SparseAPIAuthorizationPolicy) GetBSON() (interface{}, error)
- func (o *SparseAPIAuthorizationPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseAPIAuthorizationPolicy) GetCreateTime() (out time.Time)
- func (o *SparseAPIAuthorizationPolicy) GetDescription() (out string)
- func (o *SparseAPIAuthorizationPolicy) GetDisabled() (out bool)
- func (o *SparseAPIAuthorizationPolicy) GetExpirationTime() (out time.Time)
- func (o *SparseAPIAuthorizationPolicy) GetFallback() (out bool)
- func (o *SparseAPIAuthorizationPolicy) GetMetadata() (out []string)
- func (o *SparseAPIAuthorizationPolicy) GetName() (out string)
- func (o *SparseAPIAuthorizationPolicy) GetNamespace() (out string)
- func (o *SparseAPIAuthorizationPolicy) GetNormalizedTags() (out []string)
- func (o *SparseAPIAuthorizationPolicy) GetPropagate() (out bool)
- func (o *SparseAPIAuthorizationPolicy) GetPropagationHidden() (out bool)
- func (o *SparseAPIAuthorizationPolicy) GetProtected() (out bool)
- func (o *SparseAPIAuthorizationPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseAPIAuthorizationPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseAPIAuthorizationPolicy) GetZHash() (out int)
- func (o *SparseAPIAuthorizationPolicy) GetZone() (out int)
- func (o *SparseAPIAuthorizationPolicy) Identifier() string
- func (o *SparseAPIAuthorizationPolicy) Identity() elemental.Identity
- func (o *SparseAPIAuthorizationPolicy) SetActiveDuration(activeDuration string)
- func (o *SparseAPIAuthorizationPolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseAPIAuthorizationPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseAPIAuthorizationPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseAPIAuthorizationPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseAPIAuthorizationPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseAPIAuthorizationPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseAPIAuthorizationPolicy) SetDescription(description string)
- func (o *SparseAPIAuthorizationPolicy) SetDisabled(disabled bool)
- func (o *SparseAPIAuthorizationPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SparseAPIAuthorizationPolicy) SetFallback(fallback bool)
- func (o *SparseAPIAuthorizationPolicy) SetIdentifier(id string)
- func (o *SparseAPIAuthorizationPolicy) SetMetadata(metadata []string)
- func (o *SparseAPIAuthorizationPolicy) SetName(name string)
- func (o *SparseAPIAuthorizationPolicy) SetNamespace(namespace string)
- func (o *SparseAPIAuthorizationPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseAPIAuthorizationPolicy) SetPropagate(propagate bool)
- func (o *SparseAPIAuthorizationPolicy) SetPropagationHidden(propagationHidden bool)
- func (o *SparseAPIAuthorizationPolicy) SetProtected(protected bool)
- func (o *SparseAPIAuthorizationPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseAPIAuthorizationPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseAPIAuthorizationPolicy) SetZHash(zHash int)
- func (o *SparseAPIAuthorizationPolicy) SetZone(zone int)
- func (o *SparseAPIAuthorizationPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAPIAuthorizationPolicy) Version() int
- type SparseAPICheck
- func (o *SparseAPICheck) DeepCopy() *SparseAPICheck
- func (o *SparseAPICheck) DeepCopyInto(out *SparseAPICheck)
- func (o *SparseAPICheck) GetBSON() (interface{}, error)
- func (o *SparseAPICheck) Identifier() string
- func (o *SparseAPICheck) Identity() elemental.Identity
- func (o *SparseAPICheck) SetBSON(raw bson.Raw) error
- func (o *SparseAPICheck) SetIdentifier(id string)
- func (o *SparseAPICheck) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAPICheck) Version() int
- type SparseAPIChecksList
- func (o SparseAPIChecksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAPIChecksList) Copy() elemental.Identifiables
- func (o SparseAPIChecksList) DefaultOrder() []string
- func (o SparseAPIChecksList) Identity() elemental.Identity
- func (o SparseAPIChecksList) List() elemental.IdentifiablesList
- func (o SparseAPIChecksList) ToPlain() elemental.IdentifiablesList
- func (o SparseAPIChecksList) Version() int
- type SparseAccessReport
- func (o *SparseAccessReport) DeepCopy() *SparseAccessReport
- func (o *SparseAccessReport) DeepCopyInto(out *SparseAccessReport)
- func (o *SparseAccessReport) GetBSON() (interface{}, error)
- func (o *SparseAccessReport) GetMigrationsLog() (out map[string]string)
- func (o *SparseAccessReport) GetZHash() (out int)
- func (o *SparseAccessReport) GetZone() (out int)
- func (o *SparseAccessReport) Identifier() string
- func (o *SparseAccessReport) Identity() elemental.Identity
- func (o *SparseAccessReport) SetBSON(raw bson.Raw) error
- func (o *SparseAccessReport) SetIdentifier(id string)
- func (o *SparseAccessReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseAccessReport) SetZHash(zHash int)
- func (o *SparseAccessReport) SetZone(zone int)
- func (o *SparseAccessReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAccessReport) Version() int
- type SparseAccessReportsList
- func (o SparseAccessReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAccessReportsList) Copy() elemental.Identifiables
- func (o SparseAccessReportsList) DefaultOrder() []string
- func (o SparseAccessReportsList) Identity() elemental.Identity
- func (o SparseAccessReportsList) List() elemental.IdentifiablesList
- func (o SparseAccessReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseAccessReportsList) Version() int
- type SparseAccessibleNamespace
- func (o *SparseAccessibleNamespace) DeepCopy() *SparseAccessibleNamespace
- func (o *SparseAccessibleNamespace) DeepCopyInto(out *SparseAccessibleNamespace)
- func (o *SparseAccessibleNamespace) GetBSON() (interface{}, error)
- func (o *SparseAccessibleNamespace) Identifier() string
- func (o *SparseAccessibleNamespace) Identity() elemental.Identity
- func (o *SparseAccessibleNamespace) SetBSON(raw bson.Raw) error
- func (o *SparseAccessibleNamespace) SetIdentifier(id string)
- func (o *SparseAccessibleNamespace) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAccessibleNamespace) Version() int
- type SparseAccessibleNamespacesList
- func (o SparseAccessibleNamespacesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAccessibleNamespacesList) Copy() elemental.Identifiables
- func (o SparseAccessibleNamespacesList) DefaultOrder() []string
- func (o SparseAccessibleNamespacesList) Identity() elemental.Identity
- func (o SparseAccessibleNamespacesList) List() elemental.IdentifiablesList
- func (o SparseAccessibleNamespacesList) ToPlain() elemental.IdentifiablesList
- func (o SparseAccessibleNamespacesList) Version() int
- type SparseAccount
- func (o *SparseAccount) DeepCopy() *SparseAccount
- func (o *SparseAccount) DeepCopyInto(out *SparseAccount)
- func (o *SparseAccount) GetBSON() (interface{}, error)
- func (o *SparseAccount) GetCreateTime() (out time.Time)
- func (o *SparseAccount) GetMigrationsLog() (out map[string]string)
- func (o *SparseAccount) GetUpdateTime() (out time.Time)
- func (o *SparseAccount) GetZHash() (out int)
- func (o *SparseAccount) GetZone() (out int)
- func (o *SparseAccount) Identifier() string
- func (o *SparseAccount) Identity() elemental.Identity
- func (o *SparseAccount) SetBSON(raw bson.Raw) error
- func (o *SparseAccount) SetCreateTime(createTime time.Time)
- func (o *SparseAccount) SetIdentifier(id string)
- func (o *SparseAccount) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseAccount) SetUpdateTime(updateTime time.Time)
- func (o *SparseAccount) SetZHash(zHash int)
- func (o *SparseAccount) SetZone(zone int)
- func (o *SparseAccount) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAccount) Version() int
- type SparseAccountCheck
- func (o *SparseAccountCheck) DeepCopy() *SparseAccountCheck
- func (o *SparseAccountCheck) DeepCopyInto(out *SparseAccountCheck)
- func (o *SparseAccountCheck) GetBSON() (interface{}, error)
- func (o *SparseAccountCheck) Identifier() string
- func (o *SparseAccountCheck) Identity() elemental.Identity
- func (o *SparseAccountCheck) SetBSON(raw bson.Raw) error
- func (o *SparseAccountCheck) SetIdentifier(id string)
- func (o *SparseAccountCheck) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAccountCheck) Version() int
- type SparseAccountChecksList
- func (o SparseAccountChecksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAccountChecksList) Copy() elemental.Identifiables
- func (o SparseAccountChecksList) DefaultOrder() []string
- func (o SparseAccountChecksList) Identity() elemental.Identity
- func (o SparseAccountChecksList) List() elemental.IdentifiablesList
- func (o SparseAccountChecksList) ToPlain() elemental.IdentifiablesList
- func (o SparseAccountChecksList) Version() int
- type SparseAccountsList
- func (o SparseAccountsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAccountsList) Copy() elemental.Identifiables
- func (o SparseAccountsList) DefaultOrder() []string
- func (o SparseAccountsList) Identity() elemental.Identity
- func (o SparseAccountsList) List() elemental.IdentifiablesList
- func (o SparseAccountsList) ToPlain() elemental.IdentifiablesList
- func (o SparseAccountsList) Version() int
- type SparseActivate
- func (o *SparseActivate) DeepCopy() *SparseActivate
- func (o *SparseActivate) DeepCopyInto(out *SparseActivate)
- func (o *SparseActivate) GetBSON() (interface{}, error)
- func (o *SparseActivate) Identifier() string
- func (o *SparseActivate) Identity() elemental.Identity
- func (o *SparseActivate) SetBSON(raw bson.Raw) error
- func (o *SparseActivate) SetIdentifier(id string)
- func (o *SparseActivate) ToPlain() elemental.PlainIdentifiable
- func (o *SparseActivate) Version() int
- type SparseActivatesList
- func (o SparseActivatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseActivatesList) Copy() elemental.Identifiables
- func (o SparseActivatesList) DefaultOrder() []string
- func (o SparseActivatesList) Identity() elemental.Identity
- func (o SparseActivatesList) List() elemental.IdentifiablesList
- func (o SparseActivatesList) ToPlain() elemental.IdentifiablesList
- func (o SparseActivatesList) Version() int
- type SparseActivitiesList
- func (o SparseActivitiesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseActivitiesList) Copy() elemental.Identifiables
- func (o SparseActivitiesList) DefaultOrder() []string
- func (o SparseActivitiesList) Identity() elemental.Identity
- func (o SparseActivitiesList) List() elemental.IdentifiablesList
- func (o SparseActivitiesList) ToPlain() elemental.IdentifiablesList
- func (o SparseActivitiesList) Version() int
- type SparseActivity
- func (o *SparseActivity) DeepCopy() *SparseActivity
- func (o *SparseActivity) DeepCopyInto(out *SparseActivity)
- func (o *SparseActivity) GetBSON() (interface{}, error)
- func (o *SparseActivity) GetMigrationsLog() (out map[string]string)
- func (o *SparseActivity) GetNamespace() (out string)
- func (o *SparseActivity) GetZHash() (out int)
- func (o *SparseActivity) GetZone() (out int)
- func (o *SparseActivity) Identifier() string
- func (o *SparseActivity) Identity() elemental.Identity
- func (o *SparseActivity) SetBSON(raw bson.Raw) error
- func (o *SparseActivity) SetIdentifier(id string)
- func (o *SparseActivity) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseActivity) SetNamespace(namespace string)
- func (o *SparseActivity) SetZHash(zHash int)
- func (o *SparseActivity) SetZone(zone int)
- func (o *SparseActivity) ToPlain() elemental.PlainIdentifiable
- func (o *SparseActivity) Version() int
- type SparseAlarm
- func (o *SparseAlarm) DeepCopy() *SparseAlarm
- func (o *SparseAlarm) DeepCopyInto(out *SparseAlarm)
- func (o *SparseAlarm) GetAnnotations() (out map[string][]string)
- func (o *SparseAlarm) GetAssociatedTags() (out []string)
- func (o *SparseAlarm) GetBSON() (interface{}, error)
- func (o *SparseAlarm) GetCreateIdempotencyKey() (out string)
- func (o *SparseAlarm) GetCreateTime() (out time.Time)
- func (o *SparseAlarm) GetDescription() (out string)
- func (o *SparseAlarm) GetMigrationsLog() (out map[string]string)
- func (o *SparseAlarm) GetName() (out string)
- func (o *SparseAlarm) GetNamespace() (out string)
- func (o *SparseAlarm) GetNormalizedTags() (out []string)
- func (o *SparseAlarm) GetProtected() (out bool)
- func (o *SparseAlarm) GetUpdateIdempotencyKey() (out string)
- func (o *SparseAlarm) GetUpdateTime() (out time.Time)
- func (o *SparseAlarm) GetZHash() (out int)
- func (o *SparseAlarm) GetZone() (out int)
- func (o *SparseAlarm) Identifier() string
- func (o *SparseAlarm) Identity() elemental.Identity
- func (o *SparseAlarm) SetAnnotations(annotations map[string][]string)
- func (o *SparseAlarm) SetAssociatedTags(associatedTags []string)
- func (o *SparseAlarm) SetBSON(raw bson.Raw) error
- func (o *SparseAlarm) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseAlarm) SetCreateTime(createTime time.Time)
- func (o *SparseAlarm) SetDescription(description string)
- func (o *SparseAlarm) SetIdentifier(id string)
- func (o *SparseAlarm) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseAlarm) SetName(name string)
- func (o *SparseAlarm) SetNamespace(namespace string)
- func (o *SparseAlarm) SetNormalizedTags(normalizedTags []string)
- func (o *SparseAlarm) SetProtected(protected bool)
- func (o *SparseAlarm) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseAlarm) SetUpdateTime(updateTime time.Time)
- func (o *SparseAlarm) SetZHash(zHash int)
- func (o *SparseAlarm) SetZone(zone int)
- func (o *SparseAlarm) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAlarm) Version() int
- type SparseAlarmsList
- func (o SparseAlarmsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAlarmsList) Copy() elemental.Identifiables
- func (o SparseAlarmsList) DefaultOrder() []string
- func (o SparseAlarmsList) Identity() elemental.Identity
- func (o SparseAlarmsList) List() elemental.IdentifiablesList
- func (o SparseAlarmsList) ToPlain() elemental.IdentifiablesList
- func (o SparseAlarmsList) Version() int
- type SparseApp
- func (o *SparseApp) DeepCopy() *SparseApp
- func (o *SparseApp) DeepCopyInto(out *SparseApp)
- func (o *SparseApp) GetBSON() (interface{}, error)
- func (o *SparseApp) GetDescription() (out string)
- func (o *SparseApp) GetName() (out string)
- func (o *SparseApp) Identifier() string
- func (o *SparseApp) Identity() elemental.Identity
- func (o *SparseApp) SetBSON(raw bson.Raw) error
- func (o *SparseApp) SetDescription(description string)
- func (o *SparseApp) SetIdentifier(id string)
- func (o *SparseApp) SetName(name string)
- func (o *SparseApp) ToPlain() elemental.PlainIdentifiable
- func (o *SparseApp) Version() int
- type SparseAppCredential
- func (o *SparseAppCredential) DeepCopy() *SparseAppCredential
- func (o *SparseAppCredential) DeepCopyInto(out *SparseAppCredential)
- func (o *SparseAppCredential) GetAnnotations() (out map[string][]string)
- func (o *SparseAppCredential) GetAssociatedTags() (out []string)
- func (o *SparseAppCredential) GetBSON() (interface{}, error)
- func (o *SparseAppCredential) GetCreateIdempotencyKey() (out string)
- func (o *SparseAppCredential) GetCreateTime() (out time.Time)
- func (o *SparseAppCredential) GetDescription() (out string)
- func (o *SparseAppCredential) GetDisabled() (out bool)
- func (o *SparseAppCredential) GetMetadata() (out []string)
- func (o *SparseAppCredential) GetMigrationsLog() (out map[string]string)
- func (o *SparseAppCredential) GetName() (out string)
- func (o *SparseAppCredential) GetNamespace() (out string)
- func (o *SparseAppCredential) GetNormalizedTags() (out []string)
- func (o *SparseAppCredential) GetProtected() (out bool)
- func (o *SparseAppCredential) GetUpdateIdempotencyKey() (out string)
- func (o *SparseAppCredential) GetUpdateTime() (out time.Time)
- func (o *SparseAppCredential) GetZHash() (out int)
- func (o *SparseAppCredential) GetZone() (out int)
- func (o *SparseAppCredential) Identifier() string
- func (o *SparseAppCredential) Identity() elemental.Identity
- func (o *SparseAppCredential) SetAnnotations(annotations map[string][]string)
- func (o *SparseAppCredential) SetAssociatedTags(associatedTags []string)
- func (o *SparseAppCredential) SetBSON(raw bson.Raw) error
- func (o *SparseAppCredential) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseAppCredential) SetCreateTime(createTime time.Time)
- func (o *SparseAppCredential) SetDescription(description string)
- func (o *SparseAppCredential) SetDisabled(disabled bool)
- func (o *SparseAppCredential) SetIdentifier(id string)
- func (o *SparseAppCredential) SetMetadata(metadata []string)
- func (o *SparseAppCredential) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseAppCredential) SetName(name string)
- func (o *SparseAppCredential) SetNamespace(namespace string)
- func (o *SparseAppCredential) SetNormalizedTags(normalizedTags []string)
- func (o *SparseAppCredential) SetProtected(protected bool)
- func (o *SparseAppCredential) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseAppCredential) SetUpdateTime(updateTime time.Time)
- func (o *SparseAppCredential) SetZHash(zHash int)
- func (o *SparseAppCredential) SetZone(zone int)
- func (o *SparseAppCredential) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAppCredential) Version() int
- type SparseAppCredentialsList
- func (o SparseAppCredentialsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAppCredentialsList) Copy() elemental.Identifiables
- func (o SparseAppCredentialsList) DefaultOrder() []string
- func (o SparseAppCredentialsList) Identity() elemental.Identity
- func (o SparseAppCredentialsList) List() elemental.IdentifiablesList
- func (o SparseAppCredentialsList) ToPlain() elemental.IdentifiablesList
- func (o SparseAppCredentialsList) Version() int
- type SparseAppsList
- func (o SparseAppsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAppsList) Copy() elemental.Identifiables
- func (o SparseAppsList) DefaultOrder() []string
- func (o SparseAppsList) Identity() elemental.Identity
- func (o SparseAppsList) List() elemental.IdentifiablesList
- func (o SparseAppsList) ToPlain() elemental.IdentifiablesList
- func (o SparseAppsList) Version() int
- type SparseAuditProfile
- func (o *SparseAuditProfile) DeepCopy() *SparseAuditProfile
- func (o *SparseAuditProfile) DeepCopyInto(out *SparseAuditProfile)
- func (o *SparseAuditProfile) GetAnnotations() (out map[string][]string)
- func (o *SparseAuditProfile) GetAssociatedTags() (out []string)
- func (o *SparseAuditProfile) GetBSON() (interface{}, error)
- func (o *SparseAuditProfile) GetCreateIdempotencyKey() (out string)
- func (o *SparseAuditProfile) GetCreateTime() (out time.Time)
- func (o *SparseAuditProfile) GetDescription() (out string)
- func (o *SparseAuditProfile) GetMetadata() (out []string)
- func (o *SparseAuditProfile) GetMigrationsLog() (out map[string]string)
- func (o *SparseAuditProfile) GetName() (out string)
- func (o *SparseAuditProfile) GetNamespace() (out string)
- func (o *SparseAuditProfile) GetNormalizedTags() (out []string)
- func (o *SparseAuditProfile) GetPropagate() (out bool)
- func (o *SparseAuditProfile) GetProtected() (out bool)
- func (o *SparseAuditProfile) GetUpdateIdempotencyKey() (out string)
- func (o *SparseAuditProfile) GetUpdateTime() (out time.Time)
- func (o *SparseAuditProfile) GetZHash() (out int)
- func (o *SparseAuditProfile) GetZone() (out int)
- func (o *SparseAuditProfile) Identifier() string
- func (o *SparseAuditProfile) Identity() elemental.Identity
- func (o *SparseAuditProfile) SetAnnotations(annotations map[string][]string)
- func (o *SparseAuditProfile) SetAssociatedTags(associatedTags []string)
- func (o *SparseAuditProfile) SetBSON(raw bson.Raw) error
- func (o *SparseAuditProfile) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseAuditProfile) SetCreateTime(createTime time.Time)
- func (o *SparseAuditProfile) SetDescription(description string)
- func (o *SparseAuditProfile) SetIdentifier(id string)
- func (o *SparseAuditProfile) SetMetadata(metadata []string)
- func (o *SparseAuditProfile) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseAuditProfile) SetName(name string)
- func (o *SparseAuditProfile) SetNamespace(namespace string)
- func (o *SparseAuditProfile) SetNormalizedTags(normalizedTags []string)
- func (o *SparseAuditProfile) SetPropagate(propagate bool)
- func (o *SparseAuditProfile) SetProtected(protected bool)
- func (o *SparseAuditProfile) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseAuditProfile) SetUpdateTime(updateTime time.Time)
- func (o *SparseAuditProfile) SetZHash(zHash int)
- func (o *SparseAuditProfile) SetZone(zone int)
- func (o *SparseAuditProfile) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAuditProfile) Version() int
- type SparseAuditProfileMappingPoliciesList
- func (o SparseAuditProfileMappingPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAuditProfileMappingPoliciesList) Copy() elemental.Identifiables
- func (o SparseAuditProfileMappingPoliciesList) DefaultOrder() []string
- func (o SparseAuditProfileMappingPoliciesList) Identity() elemental.Identity
- func (o SparseAuditProfileMappingPoliciesList) List() elemental.IdentifiablesList
- func (o SparseAuditProfileMappingPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseAuditProfileMappingPoliciesList) Version() int
- type SparseAuditProfileMappingPolicy
- func (o *SparseAuditProfileMappingPolicy) DeepCopy() *SparseAuditProfileMappingPolicy
- func (o *SparseAuditProfileMappingPolicy) DeepCopyInto(out *SparseAuditProfileMappingPolicy)
- func (o *SparseAuditProfileMappingPolicy) GetActiveDuration() (out string)
- func (o *SparseAuditProfileMappingPolicy) GetActiveSchedule() (out string)
- func (o *SparseAuditProfileMappingPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseAuditProfileMappingPolicy) GetAssociatedTags() (out []string)
- func (o *SparseAuditProfileMappingPolicy) GetBSON() (interface{}, error)
- func (o *SparseAuditProfileMappingPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseAuditProfileMappingPolicy) GetCreateTime() (out time.Time)
- func (o *SparseAuditProfileMappingPolicy) GetDescription() (out string)
- func (o *SparseAuditProfileMappingPolicy) GetDisabled() (out bool)
- func (o *SparseAuditProfileMappingPolicy) GetFallback() (out bool)
- func (o *SparseAuditProfileMappingPolicy) GetMetadata() (out []string)
- func (o *SparseAuditProfileMappingPolicy) GetName() (out string)
- func (o *SparseAuditProfileMappingPolicy) GetNamespace() (out string)
- func (o *SparseAuditProfileMappingPolicy) GetNormalizedTags() (out []string)
- func (o *SparseAuditProfileMappingPolicy) GetPropagate() (out bool)
- func (o *SparseAuditProfileMappingPolicy) GetProtected() (out bool)
- func (o *SparseAuditProfileMappingPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseAuditProfileMappingPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseAuditProfileMappingPolicy) Identifier() string
- func (o *SparseAuditProfileMappingPolicy) Identity() elemental.Identity
- func (o *SparseAuditProfileMappingPolicy) SetActiveDuration(activeDuration string)
- func (o *SparseAuditProfileMappingPolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseAuditProfileMappingPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseAuditProfileMappingPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseAuditProfileMappingPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseAuditProfileMappingPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseAuditProfileMappingPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseAuditProfileMappingPolicy) SetDescription(description string)
- func (o *SparseAuditProfileMappingPolicy) SetDisabled(disabled bool)
- func (o *SparseAuditProfileMappingPolicy) SetFallback(fallback bool)
- func (o *SparseAuditProfileMappingPolicy) SetIdentifier(id string)
- func (o *SparseAuditProfileMappingPolicy) SetMetadata(metadata []string)
- func (o *SparseAuditProfileMappingPolicy) SetName(name string)
- func (o *SparseAuditProfileMappingPolicy) SetNamespace(namespace string)
- func (o *SparseAuditProfileMappingPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseAuditProfileMappingPolicy) SetPropagate(propagate bool)
- func (o *SparseAuditProfileMappingPolicy) SetProtected(protected bool)
- func (o *SparseAuditProfileMappingPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseAuditProfileMappingPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseAuditProfileMappingPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAuditProfileMappingPolicy) Version() int
- type SparseAuditProfilesList
- func (o SparseAuditProfilesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAuditProfilesList) Copy() elemental.Identifiables
- func (o SparseAuditProfilesList) DefaultOrder() []string
- func (o SparseAuditProfilesList) Identity() elemental.Identity
- func (o SparseAuditProfilesList) List() elemental.IdentifiablesList
- func (o SparseAuditProfilesList) ToPlain() elemental.IdentifiablesList
- func (o SparseAuditProfilesList) Version() int
- type SparseAuditReport
- func (o *SparseAuditReport) DeepCopy() *SparseAuditReport
- func (o *SparseAuditReport) DeepCopyInto(out *SparseAuditReport)
- func (o *SparseAuditReport) GetBSON() (interface{}, error)
- func (o *SparseAuditReport) GetMigrationsLog() (out map[string]string)
- func (o *SparseAuditReport) GetZHash() (out int)
- func (o *SparseAuditReport) GetZone() (out int)
- func (o *SparseAuditReport) Identifier() string
- func (o *SparseAuditReport) Identity() elemental.Identity
- func (o *SparseAuditReport) SetBSON(raw bson.Raw) error
- func (o *SparseAuditReport) SetIdentifier(id string)
- func (o *SparseAuditReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseAuditReport) SetZHash(zHash int)
- func (o *SparseAuditReport) SetZone(zone int)
- func (o *SparseAuditReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAuditReport) Version() int
- type SparseAuditReportsList
- func (o SparseAuditReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAuditReportsList) Copy() elemental.Identifiables
- func (o SparseAuditReportsList) DefaultOrder() []string
- func (o SparseAuditReportsList) Identity() elemental.Identity
- func (o SparseAuditReportsList) List() elemental.IdentifiablesList
- func (o SparseAuditReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseAuditReportsList) Version() int
- type SparseAuthn
- func (o *SparseAuthn) DeepCopy() *SparseAuthn
- func (o *SparseAuthn) DeepCopyInto(out *SparseAuthn)
- func (o *SparseAuthn) GetBSON() (interface{}, error)
- func (o *SparseAuthn) Identifier() string
- func (o *SparseAuthn) Identity() elemental.Identity
- func (o *SparseAuthn) SetBSON(raw bson.Raw) error
- func (o *SparseAuthn) SetIdentifier(id string)
- func (o *SparseAuthn) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAuthn) Version() int
- type SparseAuthnsList
- func (o SparseAuthnsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAuthnsList) Copy() elemental.Identifiables
- func (o SparseAuthnsList) DefaultOrder() []string
- func (o SparseAuthnsList) Identity() elemental.Identity
- func (o SparseAuthnsList) List() elemental.IdentifiablesList
- func (o SparseAuthnsList) ToPlain() elemental.IdentifiablesList
- func (o SparseAuthnsList) Version() int
- type SparseAuthoritiesList
- func (o SparseAuthoritiesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAuthoritiesList) Copy() elemental.Identifiables
- func (o SparseAuthoritiesList) DefaultOrder() []string
- func (o SparseAuthoritiesList) Identity() elemental.Identity
- func (o SparseAuthoritiesList) List() elemental.IdentifiablesList
- func (o SparseAuthoritiesList) ToPlain() elemental.IdentifiablesList
- func (o SparseAuthoritiesList) Version() int
- type SparseAuthority
- func (o *SparseAuthority) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseAuthority) DeepCopy() *SparseAuthority
- func (o *SparseAuthority) DeepCopyInto(out *SparseAuthority)
- func (o *SparseAuthority) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseAuthority) GetBSON() (interface{}, error)
- func (o *SparseAuthority) GetMigrationsLog() (out map[string]string)
- func (o *SparseAuthority) GetZHash() (out int)
- func (o *SparseAuthority) GetZone() (out int)
- func (o *SparseAuthority) Identifier() string
- func (o *SparseAuthority) Identity() elemental.Identity
- func (o *SparseAuthority) SetBSON(raw bson.Raw) error
- func (o *SparseAuthority) SetIdentifier(id string)
- func (o *SparseAuthority) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseAuthority) SetZHash(zHash int)
- func (o *SparseAuthority) SetZone(zone int)
- func (o *SparseAuthority) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAuthority) Version() int
- type SparseAuthz
- func (o *SparseAuthz) DeepCopy() *SparseAuthz
- func (o *SparseAuthz) DeepCopyInto(out *SparseAuthz)
- func (o *SparseAuthz) GetBSON() (interface{}, error)
- func (o *SparseAuthz) Identifier() string
- func (o *SparseAuthz) Identity() elemental.Identity
- func (o *SparseAuthz) SetBSON(raw bson.Raw) error
- func (o *SparseAuthz) SetIdentifier(id string)
- func (o *SparseAuthz) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAuthz) Version() int
- type SparseAuthzsList
- func (o SparseAuthzsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAuthzsList) Copy() elemental.Identifiables
- func (o SparseAuthzsList) DefaultOrder() []string
- func (o SparseAuthzsList) Identity() elemental.Identity
- func (o SparseAuthzsList) List() elemental.IdentifiablesList
- func (o SparseAuthzsList) ToPlain() elemental.IdentifiablesList
- func (o SparseAuthzsList) Version() int
- type SparseAutomation
- func (o *SparseAutomation) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseAutomation) DeepCopy() *SparseAutomation
- func (o *SparseAutomation) DeepCopyInto(out *SparseAutomation)
- func (o *SparseAutomation) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseAutomation) GetAnnotations() (out map[string][]string)
- func (o *SparseAutomation) GetAssociatedTags() (out []string)
- func (o *SparseAutomation) GetBSON() (interface{}, error)
- func (o *SparseAutomation) GetCreateIdempotencyKey() (out string)
- func (o *SparseAutomation) GetCreateTime() (out time.Time)
- func (o *SparseAutomation) GetDescription() (out string)
- func (o *SparseAutomation) GetDisabled() (out bool)
- func (o *SparseAutomation) GetMigrationsLog() (out map[string]string)
- func (o *SparseAutomation) GetName() (out string)
- func (o *SparseAutomation) GetNamespace() (out string)
- func (o *SparseAutomation) GetNormalizedTags() (out []string)
- func (o *SparseAutomation) GetProtected() (out bool)
- func (o *SparseAutomation) GetSignature() (out string)
- func (o *SparseAutomation) GetUpdateIdempotencyKey() (out string)
- func (o *SparseAutomation) GetUpdateTime() (out time.Time)
- func (o *SparseAutomation) GetZHash() (out int)
- func (o *SparseAutomation) GetZone() (out int)
- func (o *SparseAutomation) Identifier() string
- func (o *SparseAutomation) Identity() elemental.Identity
- func (o *SparseAutomation) SetAnnotations(annotations map[string][]string)
- func (o *SparseAutomation) SetAssociatedTags(associatedTags []string)
- func (o *SparseAutomation) SetBSON(raw bson.Raw) error
- func (o *SparseAutomation) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseAutomation) SetCreateTime(createTime time.Time)
- func (o *SparseAutomation) SetDescription(description string)
- func (o *SparseAutomation) SetDisabled(disabled bool)
- func (o *SparseAutomation) SetIdentifier(id string)
- func (o *SparseAutomation) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseAutomation) SetName(name string)
- func (o *SparseAutomation) SetNamespace(namespace string)
- func (o *SparseAutomation) SetNormalizedTags(normalizedTags []string)
- func (o *SparseAutomation) SetProtected(protected bool)
- func (o *SparseAutomation) SetSignature(signature string)
- func (o *SparseAutomation) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseAutomation) SetUpdateTime(updateTime time.Time)
- func (o *SparseAutomation) SetZHash(zHash int)
- func (o *SparseAutomation) SetZone(zone int)
- func (o *SparseAutomation) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAutomation) Version() int
- type SparseAutomationTemplate
- func (o *SparseAutomationTemplate) DeepCopy() *SparseAutomationTemplate
- func (o *SparseAutomationTemplate) DeepCopyInto(out *SparseAutomationTemplate)
- func (o *SparseAutomationTemplate) GetBSON() (interface{}, error)
- func (o *SparseAutomationTemplate) GetDescription() (out string)
- func (o *SparseAutomationTemplate) GetName() (out string)
- func (o *SparseAutomationTemplate) Identifier() string
- func (o *SparseAutomationTemplate) Identity() elemental.Identity
- func (o *SparseAutomationTemplate) SetBSON(raw bson.Raw) error
- func (o *SparseAutomationTemplate) SetDescription(description string)
- func (o *SparseAutomationTemplate) SetIdentifier(id string)
- func (o *SparseAutomationTemplate) SetName(name string)
- func (o *SparseAutomationTemplate) ToPlain() elemental.PlainIdentifiable
- func (o *SparseAutomationTemplate) Version() int
- type SparseAutomationTemplatesList
- func (o SparseAutomationTemplatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAutomationTemplatesList) Copy() elemental.Identifiables
- func (o SparseAutomationTemplatesList) DefaultOrder() []string
- func (o SparseAutomationTemplatesList) Identity() elemental.Identity
- func (o SparseAutomationTemplatesList) List() elemental.IdentifiablesList
- func (o SparseAutomationTemplatesList) ToPlain() elemental.IdentifiablesList
- func (o SparseAutomationTemplatesList) Version() int
- type SparseAutomationsList
- func (o SparseAutomationsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseAutomationsList) Copy() elemental.Identifiables
- func (o SparseAutomationsList) DefaultOrder() []string
- func (o SparseAutomationsList) Identity() elemental.Identity
- func (o SparseAutomationsList) List() elemental.IdentifiablesList
- func (o SparseAutomationsList) ToPlain() elemental.IdentifiablesList
- func (o SparseAutomationsList) Version() int
- type SparseCNSConfig
- func (o *SparseCNSConfig) DeepCopy() *SparseCNSConfig
- func (o *SparseCNSConfig) DeepCopyInto(out *SparseCNSConfig)
- func (o *SparseCNSConfig) GetAnnotations() (out map[string][]string)
- func (o *SparseCNSConfig) GetAssociatedTags() (out []string)
- func (o *SparseCNSConfig) GetBSON() (interface{}, error)
- func (o *SparseCNSConfig) GetCreateIdempotencyKey() (out string)
- func (o *SparseCNSConfig) GetCreateTime() (out time.Time)
- func (o *SparseCNSConfig) GetMigrationsLog() (out map[string]string)
- func (o *SparseCNSConfig) GetNamespace() (out string)
- func (o *SparseCNSConfig) GetNormalizedTags() (out []string)
- func (o *SparseCNSConfig) GetProtected() (out bool)
- func (o *SparseCNSConfig) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCNSConfig) GetUpdateTime() (out time.Time)
- func (o *SparseCNSConfig) GetZHash() (out int)
- func (o *SparseCNSConfig) GetZone() (out int)
- func (o *SparseCNSConfig) Identifier() string
- func (o *SparseCNSConfig) Identity() elemental.Identity
- func (o *SparseCNSConfig) SetAnnotations(annotations map[string][]string)
- func (o *SparseCNSConfig) SetAssociatedTags(associatedTags []string)
- func (o *SparseCNSConfig) SetBSON(raw bson.Raw) error
- func (o *SparseCNSConfig) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCNSConfig) SetCreateTime(createTime time.Time)
- func (o *SparseCNSConfig) SetIdentifier(id string)
- func (o *SparseCNSConfig) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCNSConfig) SetNamespace(namespace string)
- func (o *SparseCNSConfig) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCNSConfig) SetProtected(protected bool)
- func (o *SparseCNSConfig) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCNSConfig) SetUpdateTime(updateTime time.Time)
- func (o *SparseCNSConfig) SetZHash(zHash int)
- func (o *SparseCNSConfig) SetZone(zone int)
- func (o *SparseCNSConfig) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCNSConfig) Version() int
- type SparseCNSConfigsList
- func (o SparseCNSConfigsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCNSConfigsList) Copy() elemental.Identifiables
- func (o SparseCNSConfigsList) DefaultOrder() []string
- func (o SparseCNSConfigsList) Identity() elemental.Identity
- func (o SparseCNSConfigsList) List() elemental.IdentifiablesList
- func (o SparseCNSConfigsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCNSConfigsList) Version() int
- type SparseCNSRQLQueriesList
- func (o SparseCNSRQLQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCNSRQLQueriesList) Copy() elemental.Identifiables
- func (o SparseCNSRQLQueriesList) DefaultOrder() []string
- func (o SparseCNSRQLQueriesList) Identity() elemental.Identity
- func (o SparseCNSRQLQueriesList) List() elemental.IdentifiablesList
- func (o SparseCNSRQLQueriesList) ToPlain() elemental.IdentifiablesList
- func (o SparseCNSRQLQueriesList) Version() int
- type SparseCNSRQLQuery
- func (o *SparseCNSRQLQuery) DeepCopy() *SparseCNSRQLQuery
- func (o *SparseCNSRQLQuery) DeepCopyInto(out *SparseCNSRQLQuery)
- func (o *SparseCNSRQLQuery) GetBSON() (interface{}, error)
- func (o *SparseCNSRQLQuery) Identifier() string
- func (o *SparseCNSRQLQuery) Identity() elemental.Identity
- func (o *SparseCNSRQLQuery) SetBSON(raw bson.Raw) error
- func (o *SparseCNSRQLQuery) SetIdentifier(id string)
- func (o *SparseCNSRQLQuery) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCNSRQLQuery) Version() int
- type SparseCNSSearch
- func (o *SparseCNSSearch) DeepCopy() *SparseCNSSearch
- func (o *SparseCNSSearch) DeepCopyInto(out *SparseCNSSearch)
- func (o *SparseCNSSearch) GetBSON() (interface{}, error)
- func (o *SparseCNSSearch) Identifier() string
- func (o *SparseCNSSearch) Identity() elemental.Identity
- func (o *SparseCNSSearch) SetBSON(raw bson.Raw) error
- func (o *SparseCNSSearch) SetIdentifier(id string)
- func (o *SparseCNSSearch) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCNSSearch) Version() int
- type SparseCNSSearchesList
- func (o SparseCNSSearchesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCNSSearchesList) Copy() elemental.Identifiables
- func (o SparseCNSSearchesList) DefaultOrder() []string
- func (o SparseCNSSearchesList) Identity() elemental.Identity
- func (o SparseCNSSearchesList) List() elemental.IdentifiablesList
- func (o SparseCNSSearchesList) ToPlain() elemental.IdentifiablesList
- func (o SparseCNSSearchesList) Version() int
- type SparseCNSSuggestion
- func (o *SparseCNSSuggestion) DeepCopy() *SparseCNSSuggestion
- func (o *SparseCNSSuggestion) DeepCopyInto(out *SparseCNSSuggestion)
- func (o *SparseCNSSuggestion) GetBSON() (interface{}, error)
- func (o *SparseCNSSuggestion) Identifier() string
- func (o *SparseCNSSuggestion) Identity() elemental.Identity
- func (o *SparseCNSSuggestion) SetBSON(raw bson.Raw) error
- func (o *SparseCNSSuggestion) SetIdentifier(id string)
- func (o *SparseCNSSuggestion) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCNSSuggestion) Version() int
- type SparseCNSSuggestionsList
- func (o SparseCNSSuggestionsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCNSSuggestionsList) Copy() elemental.Identifiables
- func (o SparseCNSSuggestionsList) DefaultOrder() []string
- func (o SparseCNSSuggestionsList) Identity() elemental.Identity
- func (o SparseCNSSuggestionsList) List() elemental.IdentifiablesList
- func (o SparseCNSSuggestionsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCNSSuggestionsList) Version() int
- type SparseCachedFlowReport
- func (o *SparseCachedFlowReport) DeepCopy() *SparseCachedFlowReport
- func (o *SparseCachedFlowReport) DeepCopyInto(out *SparseCachedFlowReport)
- func (o *SparseCachedFlowReport) GetBSON() (interface{}, error)
- func (o *SparseCachedFlowReport) GetMigrationsLog() (out map[string]string)
- func (o *SparseCachedFlowReport) GetZHash() (out int)
- func (o *SparseCachedFlowReport) GetZone() (out int)
- func (o *SparseCachedFlowReport) Identifier() string
- func (o *SparseCachedFlowReport) Identity() elemental.Identity
- func (o *SparseCachedFlowReport) SetBSON(raw bson.Raw) error
- func (o *SparseCachedFlowReport) SetIdentifier(id string)
- func (o *SparseCachedFlowReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCachedFlowReport) SetZHash(zHash int)
- func (o *SparseCachedFlowReport) SetZone(zone int)
- func (o *SparseCachedFlowReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCachedFlowReport) Version() int
- type SparseCachedFlowReportsList
- func (o SparseCachedFlowReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCachedFlowReportsList) Copy() elemental.Identifiables
- func (o SparseCachedFlowReportsList) DefaultOrder() []string
- func (o SparseCachedFlowReportsList) Identity() elemental.Identity
- func (o SparseCachedFlowReportsList) List() elemental.IdentifiablesList
- func (o SparseCachedFlowReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCachedFlowReportsList) Version() int
- type SparseCategoriesList
- func (o SparseCategoriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCategoriesList) Copy() elemental.Identifiables
- func (o SparseCategoriesList) DefaultOrder() []string
- func (o SparseCategoriesList) Identity() elemental.Identity
- func (o SparseCategoriesList) List() elemental.IdentifiablesList
- func (o SparseCategoriesList) ToPlain() elemental.IdentifiablesList
- func (o SparseCategoriesList) Version() int
- type SparseCategory
- func (o *SparseCategory) DeepCopy() *SparseCategory
- func (o *SparseCategory) DeepCopyInto(out *SparseCategory)
- func (o *SparseCategory) GetBSON() (interface{}, error)
- func (o *SparseCategory) GetDescription() (out string)
- func (o *SparseCategory) GetName() (out string)
- func (o *SparseCategory) Identifier() string
- func (o *SparseCategory) Identity() elemental.Identity
- func (o *SparseCategory) SetBSON(raw bson.Raw) error
- func (o *SparseCategory) SetDescription(description string)
- func (o *SparseCategory) SetIdentifier(id string)
- func (o *SparseCategory) SetName(name string)
- func (o *SparseCategory) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCategory) Version() int
- type SparseClaims
- func (o *SparseClaims) DeepCopy() *SparseClaims
- func (o *SparseClaims) DeepCopyInto(out *SparseClaims)
- func (o *SparseClaims) GetBSON() (interface{}, error)
- func (o *SparseClaims) GetMigrationsLog() (out map[string]string)
- func (o *SparseClaims) GetNamespace() (out string)
- func (o *SparseClaims) GetZHash() (out int)
- func (o *SparseClaims) GetZone() (out int)
- func (o *SparseClaims) Identifier() string
- func (o *SparseClaims) Identity() elemental.Identity
- func (o *SparseClaims) SetBSON(raw bson.Raw) error
- func (o *SparseClaims) SetIdentifier(id string)
- func (o *SparseClaims) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseClaims) SetNamespace(namespace string)
- func (o *SparseClaims) SetZHash(zHash int)
- func (o *SparseClaims) SetZone(zone int)
- func (o *SparseClaims) ToPlain() elemental.PlainIdentifiable
- func (o *SparseClaims) Version() int
- type SparseClaimsList
- func (o SparseClaimsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseClaimsList) Copy() elemental.Identifiables
- func (o SparseClaimsList) DefaultOrder() []string
- func (o SparseClaimsList) Identity() elemental.Identity
- func (o SparseClaimsList) List() elemental.IdentifiablesList
- func (o SparseClaimsList) ToPlain() elemental.IdentifiablesList
- func (o SparseClaimsList) Version() int
- type SparseClauseMatch
- func (o *SparseClauseMatch) DeepCopy() *SparseClauseMatch
- func (o *SparseClauseMatch) DeepCopyInto(out *SparseClauseMatch)
- func (o *SparseClauseMatch) GetBSON() (interface{}, error)
- func (o *SparseClauseMatch) Identifier() string
- func (o *SparseClauseMatch) Identity() elemental.Identity
- func (o *SparseClauseMatch) SetBSON(raw bson.Raw) error
- func (o *SparseClauseMatch) SetIdentifier(id string)
- func (o *SparseClauseMatch) ToPlain() elemental.PlainIdentifiable
- func (o *SparseClauseMatch) Version() int
- type SparseClauseMatchesList
- func (o SparseClauseMatchesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseClauseMatchesList) Copy() elemental.Identifiables
- func (o SparseClauseMatchesList) DefaultOrder() []string
- func (o SparseClauseMatchesList) Identity() elemental.Identity
- func (o SparseClauseMatchesList) List() elemental.IdentifiablesList
- func (o SparseClauseMatchesList) ToPlain() elemental.IdentifiablesList
- func (o SparseClauseMatchesList) Version() int
- type SparseCloudAccountCleaner
- func (o *SparseCloudAccountCleaner) DeepCopy() *SparseCloudAccountCleaner
- func (o *SparseCloudAccountCleaner) DeepCopyInto(out *SparseCloudAccountCleaner)
- func (o *SparseCloudAccountCleaner) GetBSON() (interface{}, error)
- func (o *SparseCloudAccountCleaner) Identifier() string
- func (o *SparseCloudAccountCleaner) Identity() elemental.Identity
- func (o *SparseCloudAccountCleaner) SetBSON(raw bson.Raw) error
- func (o *SparseCloudAccountCleaner) SetIdentifier(id string)
- func (o *SparseCloudAccountCleaner) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudAccountCleaner) Version() int
- type SparseCloudAccountCleanersList
- func (o SparseCloudAccountCleanersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudAccountCleanersList) Copy() elemental.Identifiables
- func (o SparseCloudAccountCleanersList) DefaultOrder() []string
- func (o SparseCloudAccountCleanersList) Identity() elemental.Identity
- func (o SparseCloudAccountCleanersList) List() elemental.IdentifiablesList
- func (o SparseCloudAccountCleanersList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudAccountCleanersList) Version() int
- type SparseCloudAlert
- func (o *SparseCloudAlert) DeepCopy() *SparseCloudAlert
- func (o *SparseCloudAlert) DeepCopyInto(out *SparseCloudAlert)
- func (o *SparseCloudAlert) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudAlert) GetAssociatedTags() (out []string)
- func (o *SparseCloudAlert) GetBSON() (interface{}, error)
- func (o *SparseCloudAlert) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudAlert) GetDescription() (out string)
- func (o *SparseCloudAlert) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudAlert) GetName() (out string)
- func (o *SparseCloudAlert) GetNamespace() (out string)
- func (o *SparseCloudAlert) GetNormalizedTags() (out []string)
- func (o *SparseCloudAlert) GetProtected() (out bool)
- func (o *SparseCloudAlert) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudAlert) GetZHash() (out int)
- func (o *SparseCloudAlert) GetZone() (out int)
- func (o *SparseCloudAlert) Identifier() string
- func (o *SparseCloudAlert) Identity() elemental.Identity
- func (o *SparseCloudAlert) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudAlert) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudAlert) SetBSON(raw bson.Raw) error
- func (o *SparseCloudAlert) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudAlert) SetDescription(description string)
- func (o *SparseCloudAlert) SetIdentifier(id string)
- func (o *SparseCloudAlert) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudAlert) SetName(name string)
- func (o *SparseCloudAlert) SetNamespace(namespace string)
- func (o *SparseCloudAlert) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudAlert) SetProtected(protected bool)
- func (o *SparseCloudAlert) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudAlert) SetZHash(zHash int)
- func (o *SparseCloudAlert) SetZone(zone int)
- func (o *SparseCloudAlert) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudAlert) Version() int
- type SparseCloudAlertRule
- func (o *SparseCloudAlertRule) DeepCopy() *SparseCloudAlertRule
- func (o *SparseCloudAlertRule) DeepCopyInto(out *SparseCloudAlertRule)
- func (o *SparseCloudAlertRule) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudAlertRule) GetAssociatedTags() (out []string)
- func (o *SparseCloudAlertRule) GetBSON() (interface{}, error)
- func (o *SparseCloudAlertRule) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudAlertRule) GetCreateTime() (out time.Time)
- func (o *SparseCloudAlertRule) GetDescription() (out string)
- func (o *SparseCloudAlertRule) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudAlertRule) GetName() (out string)
- func (o *SparseCloudAlertRule) GetNamespace() (out string)
- func (o *SparseCloudAlertRule) GetNormalizedTags() (out []string)
- func (o *SparseCloudAlertRule) GetProtected() (out bool)
- func (o *SparseCloudAlertRule) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudAlertRule) GetUpdateTime() (out time.Time)
- func (o *SparseCloudAlertRule) GetZHash() (out int)
- func (o *SparseCloudAlertRule) GetZone() (out int)
- func (o *SparseCloudAlertRule) Identifier() string
- func (o *SparseCloudAlertRule) Identity() elemental.Identity
- func (o *SparseCloudAlertRule) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudAlertRule) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudAlertRule) SetBSON(raw bson.Raw) error
- func (o *SparseCloudAlertRule) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudAlertRule) SetCreateTime(createTime time.Time)
- func (o *SparseCloudAlertRule) SetDescription(description string)
- func (o *SparseCloudAlertRule) SetIdentifier(id string)
- func (o *SparseCloudAlertRule) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudAlertRule) SetName(name string)
- func (o *SparseCloudAlertRule) SetNamespace(namespace string)
- func (o *SparseCloudAlertRule) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudAlertRule) SetProtected(protected bool)
- func (o *SparseCloudAlertRule) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudAlertRule) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudAlertRule) SetZHash(zHash int)
- func (o *SparseCloudAlertRule) SetZone(zone int)
- func (o *SparseCloudAlertRule) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudAlertRule) Version() int
- type SparseCloudAlertRulesList
- func (o SparseCloudAlertRulesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudAlertRulesList) Copy() elemental.Identifiables
- func (o SparseCloudAlertRulesList) DefaultOrder() []string
- func (o SparseCloudAlertRulesList) Identity() elemental.Identity
- func (o SparseCloudAlertRulesList) List() elemental.IdentifiablesList
- func (o SparseCloudAlertRulesList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudAlertRulesList) Version() int
- type SparseCloudAlertsList
- func (o SparseCloudAlertsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudAlertsList) Copy() elemental.Identifiables
- func (o SparseCloudAlertsList) DefaultOrder() []string
- func (o SparseCloudAlertsList) Identity() elemental.Identity
- func (o SparseCloudAlertsList) List() elemental.IdentifiablesList
- func (o SparseCloudAlertsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudAlertsList) Version() int
- type SparseCloudEndpoint
- func (o *SparseCloudEndpoint) DeepCopy() *SparseCloudEndpoint
- func (o *SparseCloudEndpoint) DeepCopyInto(out *SparseCloudEndpoint)
- func (o *SparseCloudEndpoint) GetAPIID() (out int)
- func (o *SparseCloudEndpoint) GetAccountID() (out string)
- func (o *SparseCloudEndpoint) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudEndpoint) GetAssociatedTags() (out []string)
- func (o *SparseCloudEndpoint) GetBSON() (interface{}, error)
- func (o *SparseCloudEndpoint) GetCloudTags() (out []string)
- func (o *SparseCloudEndpoint) GetCloudType() (out string)
- func (o *SparseCloudEndpoint) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudEndpoint) GetCreateTime() (out time.Time)
- func (o *SparseCloudEndpoint) GetCustomerID() (out int)
- func (o *SparseCloudEndpoint) GetIngestionTime() (out time.Time)
- func (o *SparseCloudEndpoint) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudEndpoint) GetName() (out string)
- func (o *SparseCloudEndpoint) GetNamespace() (out string)
- func (o *SparseCloudEndpoint) GetNativeID() (out string)
- func (o *SparseCloudEndpoint) GetNormalizedTags() (out []string)
- func (o *SparseCloudEndpoint) GetPolicyReferences() (out []string)
- func (o *SparseCloudEndpoint) GetProtected() (out bool)
- func (o *SparseCloudEndpoint) GetRegionName() (out string)
- func (o *SparseCloudEndpoint) GetResourceID() (out int)
- func (o *SparseCloudEndpoint) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudEndpoint) GetUpdateTime() (out time.Time)
- func (o *SparseCloudEndpoint) GetVPCID() (out string)
- func (o *SparseCloudEndpoint) GetZHash() (out int)
- func (o *SparseCloudEndpoint) GetZone() (out int)
- func (o *SparseCloudEndpoint) Identifier() string
- func (o *SparseCloudEndpoint) Identity() elemental.Identity
- func (o *SparseCloudEndpoint) SetAPIID(APIID int)
- func (o *SparseCloudEndpoint) SetAccountID(accountID string)
- func (o *SparseCloudEndpoint) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudEndpoint) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudEndpoint) SetBSON(raw bson.Raw) error
- func (o *SparseCloudEndpoint) SetCloudTags(cloudTags []string)
- func (o *SparseCloudEndpoint) SetCloudType(cloudType string)
- func (o *SparseCloudEndpoint) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudEndpoint) SetCreateTime(createTime time.Time)
- func (o *SparseCloudEndpoint) SetCustomerID(customerID int)
- func (o *SparseCloudEndpoint) SetIdentifier(id string)
- func (o *SparseCloudEndpoint) SetIngestionTime(ingestionTime time.Time)
- func (o *SparseCloudEndpoint) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudEndpoint) SetName(name string)
- func (o *SparseCloudEndpoint) SetNamespace(namespace string)
- func (o *SparseCloudEndpoint) SetNativeID(nativeID string)
- func (o *SparseCloudEndpoint) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudEndpoint) SetPolicyReferences(policyReferences []string)
- func (o *SparseCloudEndpoint) SetProtected(protected bool)
- func (o *SparseCloudEndpoint) SetRegionName(regionName string)
- func (o *SparseCloudEndpoint) SetResourceID(resourceID int)
- func (o *SparseCloudEndpoint) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudEndpoint) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudEndpoint) SetVPCID(VPCID string)
- func (o *SparseCloudEndpoint) SetZHash(zHash int)
- func (o *SparseCloudEndpoint) SetZone(zone int)
- func (o *SparseCloudEndpoint) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudEndpoint) Version() int
- type SparseCloudEndpointsList
- func (o SparseCloudEndpointsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudEndpointsList) Copy() elemental.Identifiables
- func (o SparseCloudEndpointsList) DefaultOrder() []string
- func (o SparseCloudEndpointsList) Identity() elemental.Identity
- func (o SparseCloudEndpointsList) List() elemental.IdentifiablesList
- func (o SparseCloudEndpointsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudEndpointsList) Version() int
- type SparseCloudGraph
- func (o *SparseCloudGraph) DeepCopy() *SparseCloudGraph
- func (o *SparseCloudGraph) DeepCopyInto(out *SparseCloudGraph)
- func (o *SparseCloudGraph) GetBSON() (interface{}, error)
- func (o *SparseCloudGraph) Identifier() string
- func (o *SparseCloudGraph) Identity() elemental.Identity
- func (o *SparseCloudGraph) SetBSON(raw bson.Raw) error
- func (o *SparseCloudGraph) SetIdentifier(id string)
- func (o *SparseCloudGraph) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudGraph) Version() int
- type SparseCloudGraphsList
- func (o SparseCloudGraphsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudGraphsList) Copy() elemental.Identifiables
- func (o SparseCloudGraphsList) DefaultOrder() []string
- func (o SparseCloudGraphsList) Identity() elemental.Identity
- func (o SparseCloudGraphsList) List() elemental.IdentifiablesList
- func (o SparseCloudGraphsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudGraphsList) Version() int
- type SparseCloudManagedNetwork
- func (o *SparseCloudManagedNetwork) DeepCopy() *SparseCloudManagedNetwork
- func (o *SparseCloudManagedNetwork) DeepCopyInto(out *SparseCloudManagedNetwork)
- func (o *SparseCloudManagedNetwork) GetAPIID() (out int)
- func (o *SparseCloudManagedNetwork) GetAccountID() (out string)
- func (o *SparseCloudManagedNetwork) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudManagedNetwork) GetAssociatedTags() (out []string)
- func (o *SparseCloudManagedNetwork) GetBSON() (interface{}, error)
- func (o *SparseCloudManagedNetwork) GetCloudTags() (out []string)
- func (o *SparseCloudManagedNetwork) GetCloudType() (out string)
- func (o *SparseCloudManagedNetwork) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudManagedNetwork) GetCreateTime() (out time.Time)
- func (o *SparseCloudManagedNetwork) GetCustomerID() (out int)
- func (o *SparseCloudManagedNetwork) GetIngestionTime() (out time.Time)
- func (o *SparseCloudManagedNetwork) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudManagedNetwork) GetName() (out string)
- func (o *SparseCloudManagedNetwork) GetNamespace() (out string)
- func (o *SparseCloudManagedNetwork) GetNativeID() (out string)
- func (o *SparseCloudManagedNetwork) GetNormalizedTags() (out []string)
- func (o *SparseCloudManagedNetwork) GetPolicyReferences() (out []string)
- func (o *SparseCloudManagedNetwork) GetProtected() (out bool)
- func (o *SparseCloudManagedNetwork) GetRegionName() (out string)
- func (o *SparseCloudManagedNetwork) GetResourceID() (out int)
- func (o *SparseCloudManagedNetwork) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudManagedNetwork) GetUpdateTime() (out time.Time)
- func (o *SparseCloudManagedNetwork) GetVPCID() (out string)
- func (o *SparseCloudManagedNetwork) GetZHash() (out int)
- func (o *SparseCloudManagedNetwork) GetZone() (out int)
- func (o *SparseCloudManagedNetwork) Identifier() string
- func (o *SparseCloudManagedNetwork) Identity() elemental.Identity
- func (o *SparseCloudManagedNetwork) SetAPIID(APIID int)
- func (o *SparseCloudManagedNetwork) SetAccountID(accountID string)
- func (o *SparseCloudManagedNetwork) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudManagedNetwork) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudManagedNetwork) SetBSON(raw bson.Raw) error
- func (o *SparseCloudManagedNetwork) SetCloudTags(cloudTags []string)
- func (o *SparseCloudManagedNetwork) SetCloudType(cloudType string)
- func (o *SparseCloudManagedNetwork) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudManagedNetwork) SetCreateTime(createTime time.Time)
- func (o *SparseCloudManagedNetwork) SetCustomerID(customerID int)
- func (o *SparseCloudManagedNetwork) SetIdentifier(id string)
- func (o *SparseCloudManagedNetwork) SetIngestionTime(ingestionTime time.Time)
- func (o *SparseCloudManagedNetwork) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudManagedNetwork) SetName(name string)
- func (o *SparseCloudManagedNetwork) SetNamespace(namespace string)
- func (o *SparseCloudManagedNetwork) SetNativeID(nativeID string)
- func (o *SparseCloudManagedNetwork) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudManagedNetwork) SetPolicyReferences(policyReferences []string)
- func (o *SparseCloudManagedNetwork) SetProtected(protected bool)
- func (o *SparseCloudManagedNetwork) SetRegionName(regionName string)
- func (o *SparseCloudManagedNetwork) SetResourceID(resourceID int)
- func (o *SparseCloudManagedNetwork) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudManagedNetwork) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudManagedNetwork) SetVPCID(VPCID string)
- func (o *SparseCloudManagedNetwork) SetZHash(zHash int)
- func (o *SparseCloudManagedNetwork) SetZone(zone int)
- func (o *SparseCloudManagedNetwork) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudManagedNetwork) Version() int
- type SparseCloudManagedNetworksList
- func (o SparseCloudManagedNetworksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudManagedNetworksList) Copy() elemental.Identifiables
- func (o SparseCloudManagedNetworksList) DefaultOrder() []string
- func (o SparseCloudManagedNetworksList) Identity() elemental.Identity
- func (o SparseCloudManagedNetworksList) List() elemental.IdentifiablesList
- func (o SparseCloudManagedNetworksList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudManagedNetworksList) Version() int
- type SparseCloudNetworkInterface
- func (o *SparseCloudNetworkInterface) DeepCopy() *SparseCloudNetworkInterface
- func (o *SparseCloudNetworkInterface) DeepCopyInto(out *SparseCloudNetworkInterface)
- func (o *SparseCloudNetworkInterface) GetAPIID() (out int)
- func (o *SparseCloudNetworkInterface) GetAccountID() (out string)
- func (o *SparseCloudNetworkInterface) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudNetworkInterface) GetAssociatedTags() (out []string)
- func (o *SparseCloudNetworkInterface) GetBSON() (interface{}, error)
- func (o *SparseCloudNetworkInterface) GetCloudTags() (out []string)
- func (o *SparseCloudNetworkInterface) GetCloudType() (out string)
- func (o *SparseCloudNetworkInterface) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudNetworkInterface) GetCreateTime() (out time.Time)
- func (o *SparseCloudNetworkInterface) GetCustomerID() (out int)
- func (o *SparseCloudNetworkInterface) GetIngestionTime() (out time.Time)
- func (o *SparseCloudNetworkInterface) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudNetworkInterface) GetName() (out string)
- func (o *SparseCloudNetworkInterface) GetNamespace() (out string)
- func (o *SparseCloudNetworkInterface) GetNativeID() (out string)
- func (o *SparseCloudNetworkInterface) GetNormalizedTags() (out []string)
- func (o *SparseCloudNetworkInterface) GetPolicyReferences() (out []string)
- func (o *SparseCloudNetworkInterface) GetProtected() (out bool)
- func (o *SparseCloudNetworkInterface) GetRegionName() (out string)
- func (o *SparseCloudNetworkInterface) GetResourceID() (out int)
- func (o *SparseCloudNetworkInterface) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudNetworkInterface) GetUpdateTime() (out time.Time)
- func (o *SparseCloudNetworkInterface) GetVPCID() (out string)
- func (o *SparseCloudNetworkInterface) GetZHash() (out int)
- func (o *SparseCloudNetworkInterface) GetZone() (out int)
- func (o *SparseCloudNetworkInterface) Identifier() string
- func (o *SparseCloudNetworkInterface) Identity() elemental.Identity
- func (o *SparseCloudNetworkInterface) SetAPIID(APIID int)
- func (o *SparseCloudNetworkInterface) SetAccountID(accountID string)
- func (o *SparseCloudNetworkInterface) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudNetworkInterface) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudNetworkInterface) SetBSON(raw bson.Raw) error
- func (o *SparseCloudNetworkInterface) SetCloudTags(cloudTags []string)
- func (o *SparseCloudNetworkInterface) SetCloudType(cloudType string)
- func (o *SparseCloudNetworkInterface) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudNetworkInterface) SetCreateTime(createTime time.Time)
- func (o *SparseCloudNetworkInterface) SetCustomerID(customerID int)
- func (o *SparseCloudNetworkInterface) SetIdentifier(id string)
- func (o *SparseCloudNetworkInterface) SetIngestionTime(ingestionTime time.Time)
- func (o *SparseCloudNetworkInterface) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudNetworkInterface) SetName(name string)
- func (o *SparseCloudNetworkInterface) SetNamespace(namespace string)
- func (o *SparseCloudNetworkInterface) SetNativeID(nativeID string)
- func (o *SparseCloudNetworkInterface) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudNetworkInterface) SetPolicyReferences(policyReferences []string)
- func (o *SparseCloudNetworkInterface) SetProtected(protected bool)
- func (o *SparseCloudNetworkInterface) SetRegionName(regionName string)
- func (o *SparseCloudNetworkInterface) SetResourceID(resourceID int)
- func (o *SparseCloudNetworkInterface) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudNetworkInterface) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudNetworkInterface) SetVPCID(VPCID string)
- func (o *SparseCloudNetworkInterface) SetZHash(zHash int)
- func (o *SparseCloudNetworkInterface) SetZone(zone int)
- func (o *SparseCloudNetworkInterface) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudNetworkInterface) Version() int
- type SparseCloudNetworkInterfacesList
- func (o SparseCloudNetworkInterfacesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudNetworkInterfacesList) Copy() elemental.Identifiables
- func (o SparseCloudNetworkInterfacesList) DefaultOrder() []string
- func (o SparseCloudNetworkInterfacesList) Identity() elemental.Identity
- func (o SparseCloudNetworkInterfacesList) List() elemental.IdentifiablesList
- func (o SparseCloudNetworkInterfacesList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudNetworkInterfacesList) Version() int
- type SparseCloudNetworkQueriesList
- func (o SparseCloudNetworkQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudNetworkQueriesList) Copy() elemental.Identifiables
- func (o SparseCloudNetworkQueriesList) DefaultOrder() []string
- func (o SparseCloudNetworkQueriesList) Identity() elemental.Identity
- func (o SparseCloudNetworkQueriesList) List() elemental.IdentifiablesList
- func (o SparseCloudNetworkQueriesList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudNetworkQueriesList) Version() int
- type SparseCloudNetworkQuery
- func (o *SparseCloudNetworkQuery) DeepCopy() *SparseCloudNetworkQuery
- func (o *SparseCloudNetworkQuery) DeepCopyInto(out *SparseCloudNetworkQuery)
- func (o *SparseCloudNetworkQuery) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudNetworkQuery) GetAssociatedTags() (out []string)
- func (o *SparseCloudNetworkQuery) GetBSON() (interface{}, error)
- func (o *SparseCloudNetworkQuery) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudNetworkQuery) GetDescription() (out string)
- func (o *SparseCloudNetworkQuery) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudNetworkQuery) GetName() (out string)
- func (o *SparseCloudNetworkQuery) GetNamespace() (out string)
- func (o *SparseCloudNetworkQuery) GetNormalizedTags() (out []string)
- func (o *SparseCloudNetworkQuery) GetProtected() (out bool)
- func (o *SparseCloudNetworkQuery) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudNetworkQuery) GetZHash() (out int)
- func (o *SparseCloudNetworkQuery) GetZone() (out int)
- func (o *SparseCloudNetworkQuery) Identifier() string
- func (o *SparseCloudNetworkQuery) Identity() elemental.Identity
- func (o *SparseCloudNetworkQuery) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudNetworkQuery) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudNetworkQuery) SetBSON(raw bson.Raw) error
- func (o *SparseCloudNetworkQuery) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudNetworkQuery) SetDescription(description string)
- func (o *SparseCloudNetworkQuery) SetIdentifier(id string)
- func (o *SparseCloudNetworkQuery) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudNetworkQuery) SetName(name string)
- func (o *SparseCloudNetworkQuery) SetNamespace(namespace string)
- func (o *SparseCloudNetworkQuery) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudNetworkQuery) SetProtected(protected bool)
- func (o *SparseCloudNetworkQuery) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudNetworkQuery) SetZHash(zHash int)
- func (o *SparseCloudNetworkQuery) SetZone(zone int)
- func (o *SparseCloudNetworkQuery) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudNetworkQuery) Version() int
- type SparseCloudNetworkRuleSet
- func (o *SparseCloudNetworkRuleSet) DeepCopy() *SparseCloudNetworkRuleSet
- func (o *SparseCloudNetworkRuleSet) DeepCopyInto(out *SparseCloudNetworkRuleSet)
- func (o *SparseCloudNetworkRuleSet) GetAPIID() (out int)
- func (o *SparseCloudNetworkRuleSet) GetAccountID() (out string)
- func (o *SparseCloudNetworkRuleSet) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudNetworkRuleSet) GetAssociatedTags() (out []string)
- func (o *SparseCloudNetworkRuleSet) GetBSON() (interface{}, error)
- func (o *SparseCloudNetworkRuleSet) GetCloudTags() (out []string)
- func (o *SparseCloudNetworkRuleSet) GetCloudType() (out string)
- func (o *SparseCloudNetworkRuleSet) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudNetworkRuleSet) GetCreateTime() (out time.Time)
- func (o *SparseCloudNetworkRuleSet) GetCustomerID() (out int)
- func (o *SparseCloudNetworkRuleSet) GetIngestionTime() (out time.Time)
- func (o *SparseCloudNetworkRuleSet) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudNetworkRuleSet) GetName() (out string)
- func (o *SparseCloudNetworkRuleSet) GetNamespace() (out string)
- func (o *SparseCloudNetworkRuleSet) GetNativeID() (out string)
- func (o *SparseCloudNetworkRuleSet) GetNormalizedTags() (out []string)
- func (o *SparseCloudNetworkRuleSet) GetPolicyReferences() (out []string)
- func (o *SparseCloudNetworkRuleSet) GetProtected() (out bool)
- func (o *SparseCloudNetworkRuleSet) GetRegionName() (out string)
- func (o *SparseCloudNetworkRuleSet) GetResourceID() (out int)
- func (o *SparseCloudNetworkRuleSet) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudNetworkRuleSet) GetUpdateTime() (out time.Time)
- func (o *SparseCloudNetworkRuleSet) GetVPCID() (out string)
- func (o *SparseCloudNetworkRuleSet) GetZHash() (out int)
- func (o *SparseCloudNetworkRuleSet) GetZone() (out int)
- func (o *SparseCloudNetworkRuleSet) Identifier() string
- func (o *SparseCloudNetworkRuleSet) Identity() elemental.Identity
- func (o *SparseCloudNetworkRuleSet) SetAPIID(APIID int)
- func (o *SparseCloudNetworkRuleSet) SetAccountID(accountID string)
- func (o *SparseCloudNetworkRuleSet) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudNetworkRuleSet) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudNetworkRuleSet) SetBSON(raw bson.Raw) error
- func (o *SparseCloudNetworkRuleSet) SetCloudTags(cloudTags []string)
- func (o *SparseCloudNetworkRuleSet) SetCloudType(cloudType string)
- func (o *SparseCloudNetworkRuleSet) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudNetworkRuleSet) SetCreateTime(createTime time.Time)
- func (o *SparseCloudNetworkRuleSet) SetCustomerID(customerID int)
- func (o *SparseCloudNetworkRuleSet) SetIdentifier(id string)
- func (o *SparseCloudNetworkRuleSet) SetIngestionTime(ingestionTime time.Time)
- func (o *SparseCloudNetworkRuleSet) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudNetworkRuleSet) SetName(name string)
- func (o *SparseCloudNetworkRuleSet) SetNamespace(namespace string)
- func (o *SparseCloudNetworkRuleSet) SetNativeID(nativeID string)
- func (o *SparseCloudNetworkRuleSet) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudNetworkRuleSet) SetPolicyReferences(policyReferences []string)
- func (o *SparseCloudNetworkRuleSet) SetProtected(protected bool)
- func (o *SparseCloudNetworkRuleSet) SetRegionName(regionName string)
- func (o *SparseCloudNetworkRuleSet) SetResourceID(resourceID int)
- func (o *SparseCloudNetworkRuleSet) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudNetworkRuleSet) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudNetworkRuleSet) SetVPCID(VPCID string)
- func (o *SparseCloudNetworkRuleSet) SetZHash(zHash int)
- func (o *SparseCloudNetworkRuleSet) SetZone(zone int)
- func (o *SparseCloudNetworkRuleSet) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudNetworkRuleSet) Version() int
- type SparseCloudNetworkRuleSetsList
- func (o SparseCloudNetworkRuleSetsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudNetworkRuleSetsList) Copy() elemental.Identifiables
- func (o SparseCloudNetworkRuleSetsList) DefaultOrder() []string
- func (o SparseCloudNetworkRuleSetsList) Identity() elemental.Identity
- func (o SparseCloudNetworkRuleSetsList) List() elemental.IdentifiablesList
- func (o SparseCloudNetworkRuleSetsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudNetworkRuleSetsList) Version() int
- type SparseCloudNode
- func (o *SparseCloudNode) DeepCopy() *SparseCloudNode
- func (o *SparseCloudNode) DeepCopyInto(out *SparseCloudNode)
- func (o *SparseCloudNode) GetAPIID() (out int)
- func (o *SparseCloudNode) GetAccountID() (out string)
- func (o *SparseCloudNode) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudNode) GetAssociatedTags() (out []string)
- func (o *SparseCloudNode) GetAttachments() (out []string)
- func (o *SparseCloudNode) GetBSON() (interface{}, error)
- func (o *SparseCloudNode) GetCloudTags() (out []string)
- func (o *SparseCloudNode) GetCloudType() (out string)
- func (o *SparseCloudNode) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudNode) GetCreateTime() (out time.Time)
- func (o *SparseCloudNode) GetCustomerID() (out int)
- func (o *SparseCloudNode) GetIngestionTime() (out time.Time)
- func (o *SparseCloudNode) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudNode) GetName() (out string)
- func (o *SparseCloudNode) GetNamespace() (out string)
- func (o *SparseCloudNode) GetNativeID() (out string)
- func (o *SparseCloudNode) GetNormalizedTags() (out []string)
- func (o *SparseCloudNode) GetParameters() (out map[string]interface{})
- func (o *SparseCloudNode) GetPolicyReferences() (out []string)
- func (o *SparseCloudNode) GetProtected() (out bool)
- func (o *SparseCloudNode) GetRegionName() (out string)
- func (o *SparseCloudNode) GetResourceID() (out int)
- func (o *SparseCloudNode) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudNode) GetUpdateTime() (out time.Time)
- func (o *SparseCloudNode) GetVPCID() (out string)
- func (o *SparseCloudNode) GetZHash() (out int)
- func (o *SparseCloudNode) GetZone() (out int)
- func (o *SparseCloudNode) Identifier() string
- func (o *SparseCloudNode) Identity() elemental.Identity
- func (o *SparseCloudNode) SetAPIID(APIID int)
- func (o *SparseCloudNode) SetAccountID(accountID string)
- func (o *SparseCloudNode) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudNode) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudNode) SetAttachments(attachments []string)
- func (o *SparseCloudNode) SetBSON(raw bson.Raw) error
- func (o *SparseCloudNode) SetCloudTags(cloudTags []string)
- func (o *SparseCloudNode) SetCloudType(cloudType string)
- func (o *SparseCloudNode) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudNode) SetCreateTime(createTime time.Time)
- func (o *SparseCloudNode) SetCustomerID(customerID int)
- func (o *SparseCloudNode) SetIdentifier(id string)
- func (o *SparseCloudNode) SetIngestionTime(ingestionTime time.Time)
- func (o *SparseCloudNode) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudNode) SetName(name string)
- func (o *SparseCloudNode) SetNamespace(namespace string)
- func (o *SparseCloudNode) SetNativeID(nativeID string)
- func (o *SparseCloudNode) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudNode) SetParameters(parameters map[string]interface{})
- func (o *SparseCloudNode) SetPolicyReferences(policyReferences []string)
- func (o *SparseCloudNode) SetProtected(protected bool)
- func (o *SparseCloudNode) SetRegionName(regionName string)
- func (o *SparseCloudNode) SetResourceID(resourceID int)
- func (o *SparseCloudNode) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudNode) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudNode) SetVPCID(VPCID string)
- func (o *SparseCloudNode) SetZHash(zHash int)
- func (o *SparseCloudNode) SetZone(zone int)
- func (o *SparseCloudNode) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudNode) Version() int
- type SparseCloudNodesList
- func (o SparseCloudNodesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudNodesList) Copy() elemental.Identifiables
- func (o SparseCloudNodesList) DefaultOrder() []string
- func (o SparseCloudNodesList) Identity() elemental.Identity
- func (o SparseCloudNodesList) List() elemental.IdentifiablesList
- func (o SparseCloudNodesList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudNodesList) Version() int
- type SparseCloudPoliciesList
- func (o SparseCloudPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudPoliciesList) Copy() elemental.Identifiables
- func (o SparseCloudPoliciesList) DefaultOrder() []string
- func (o SparseCloudPoliciesList) Identity() elemental.Identity
- func (o SparseCloudPoliciesList) List() elemental.IdentifiablesList
- func (o SparseCloudPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudPoliciesList) Version() int
- type SparseCloudPolicy
- func (o *SparseCloudPolicy) DeepCopy() *SparseCloudPolicy
- func (o *SparseCloudPolicy) DeepCopyInto(out *SparseCloudPolicy)
- func (o *SparseCloudPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudPolicy) GetAssociatedTags() (out []string)
- func (o *SparseCloudPolicy) GetBSON() (interface{}, error)
- func (o *SparseCloudPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudPolicy) GetCreateTime() (out time.Time)
- func (o *SparseCloudPolicy) GetDescription() (out string)
- func (o *SparseCloudPolicy) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudPolicy) GetName() (out string)
- func (o *SparseCloudPolicy) GetNamespace() (out string)
- func (o *SparseCloudPolicy) GetNormalizedTags() (out []string)
- func (o *SparseCloudPolicy) GetProtected() (out bool)
- func (o *SparseCloudPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseCloudPolicy) GetZHash() (out int)
- func (o *SparseCloudPolicy) GetZone() (out int)
- func (o *SparseCloudPolicy) Identifier() string
- func (o *SparseCloudPolicy) Identity() elemental.Identity
- func (o *SparseCloudPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseCloudPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseCloudPolicy) SetDescription(description string)
- func (o *SparseCloudPolicy) SetIdentifier(id string)
- func (o *SparseCloudPolicy) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudPolicy) SetName(name string)
- func (o *SparseCloudPolicy) SetNamespace(namespace string)
- func (o *SparseCloudPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudPolicy) SetProtected(protected bool)
- func (o *SparseCloudPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudPolicy) SetZHash(zHash int)
- func (o *SparseCloudPolicy) SetZone(zone int)
- func (o *SparseCloudPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudPolicy) Version() int
- type SparseCloudRouteTable
- func (o *SparseCloudRouteTable) DeepCopy() *SparseCloudRouteTable
- func (o *SparseCloudRouteTable) DeepCopyInto(out *SparseCloudRouteTable)
- func (o *SparseCloudRouteTable) GetAPIID() (out int)
- func (o *SparseCloudRouteTable) GetAccountID() (out string)
- func (o *SparseCloudRouteTable) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudRouteTable) GetAssociatedTags() (out []string)
- func (o *SparseCloudRouteTable) GetBSON() (interface{}, error)
- func (o *SparseCloudRouteTable) GetCloudTags() (out []string)
- func (o *SparseCloudRouteTable) GetCloudType() (out string)
- func (o *SparseCloudRouteTable) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudRouteTable) GetCreateTime() (out time.Time)
- func (o *SparseCloudRouteTable) GetCustomerID() (out int)
- func (o *SparseCloudRouteTable) GetIngestionTime() (out time.Time)
- func (o *SparseCloudRouteTable) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudRouteTable) GetName() (out string)
- func (o *SparseCloudRouteTable) GetNamespace() (out string)
- func (o *SparseCloudRouteTable) GetNativeID() (out string)
- func (o *SparseCloudRouteTable) GetNormalizedTags() (out []string)
- func (o *SparseCloudRouteTable) GetPolicyReferences() (out []string)
- func (o *SparseCloudRouteTable) GetProtected() (out bool)
- func (o *SparseCloudRouteTable) GetRegionName() (out string)
- func (o *SparseCloudRouteTable) GetResourceID() (out int)
- func (o *SparseCloudRouteTable) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudRouteTable) GetUpdateTime() (out time.Time)
- func (o *SparseCloudRouteTable) GetVPCID() (out string)
- func (o *SparseCloudRouteTable) GetZHash() (out int)
- func (o *SparseCloudRouteTable) GetZone() (out int)
- func (o *SparseCloudRouteTable) Identifier() string
- func (o *SparseCloudRouteTable) Identity() elemental.Identity
- func (o *SparseCloudRouteTable) SetAPIID(APIID int)
- func (o *SparseCloudRouteTable) SetAccountID(accountID string)
- func (o *SparseCloudRouteTable) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudRouteTable) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudRouteTable) SetBSON(raw bson.Raw) error
- func (o *SparseCloudRouteTable) SetCloudTags(cloudTags []string)
- func (o *SparseCloudRouteTable) SetCloudType(cloudType string)
- func (o *SparseCloudRouteTable) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudRouteTable) SetCreateTime(createTime time.Time)
- func (o *SparseCloudRouteTable) SetCustomerID(customerID int)
- func (o *SparseCloudRouteTable) SetIdentifier(id string)
- func (o *SparseCloudRouteTable) SetIngestionTime(ingestionTime time.Time)
- func (o *SparseCloudRouteTable) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudRouteTable) SetName(name string)
- func (o *SparseCloudRouteTable) SetNamespace(namespace string)
- func (o *SparseCloudRouteTable) SetNativeID(nativeID string)
- func (o *SparseCloudRouteTable) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudRouteTable) SetPolicyReferences(policyReferences []string)
- func (o *SparseCloudRouteTable) SetProtected(protected bool)
- func (o *SparseCloudRouteTable) SetRegionName(regionName string)
- func (o *SparseCloudRouteTable) SetResourceID(resourceID int)
- func (o *SparseCloudRouteTable) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudRouteTable) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudRouteTable) SetVPCID(VPCID string)
- func (o *SparseCloudRouteTable) SetZHash(zHash int)
- func (o *SparseCloudRouteTable) SetZone(zone int)
- func (o *SparseCloudRouteTable) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudRouteTable) Version() int
- type SparseCloudRouteTablesList
- func (o SparseCloudRouteTablesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudRouteTablesList) Copy() elemental.Identifiables
- func (o SparseCloudRouteTablesList) DefaultOrder() []string
- func (o SparseCloudRouteTablesList) Identity() elemental.Identity
- func (o SparseCloudRouteTablesList) List() elemental.IdentifiablesList
- func (o SparseCloudRouteTablesList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudRouteTablesList) Version() int
- type SparseCloudScheduledNetworkQueriesList
- func (o SparseCloudScheduledNetworkQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudScheduledNetworkQueriesList) Copy() elemental.Identifiables
- func (o SparseCloudScheduledNetworkQueriesList) DefaultOrder() []string
- func (o SparseCloudScheduledNetworkQueriesList) Identity() elemental.Identity
- func (o SparseCloudScheduledNetworkQueriesList) List() elemental.IdentifiablesList
- func (o SparseCloudScheduledNetworkQueriesList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudScheduledNetworkQueriesList) Version() int
- type SparseCloudScheduledNetworkQuery
- func (o *SparseCloudScheduledNetworkQuery) DeepCopy() *SparseCloudScheduledNetworkQuery
- func (o *SparseCloudScheduledNetworkQuery) DeepCopyInto(out *SparseCloudScheduledNetworkQuery)
- func (o *SparseCloudScheduledNetworkQuery) GetBSON() (interface{}, error)
- func (o *SparseCloudScheduledNetworkQuery) GetCreateTime() (out time.Time)
- func (o *SparseCloudScheduledNetworkQuery) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudScheduledNetworkQuery) GetNamespace() (out string)
- func (o *SparseCloudScheduledNetworkQuery) GetUpdateTime() (out time.Time)
- func (o *SparseCloudScheduledNetworkQuery) GetZHash() (out int)
- func (o *SparseCloudScheduledNetworkQuery) GetZone() (out int)
- func (o *SparseCloudScheduledNetworkQuery) Identifier() string
- func (o *SparseCloudScheduledNetworkQuery) Identity() elemental.Identity
- func (o *SparseCloudScheduledNetworkQuery) SetBSON(raw bson.Raw) error
- func (o *SparseCloudScheduledNetworkQuery) SetCreateTime(createTime time.Time)
- func (o *SparseCloudScheduledNetworkQuery) SetIdentifier(id string)
- func (o *SparseCloudScheduledNetworkQuery) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudScheduledNetworkQuery) SetNamespace(namespace string)
- func (o *SparseCloudScheduledNetworkQuery) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudScheduledNetworkQuery) SetZHash(zHash int)
- func (o *SparseCloudScheduledNetworkQuery) SetZone(zone int)
- func (o *SparseCloudScheduledNetworkQuery) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudScheduledNetworkQuery) Version() int
- type SparseCloudSnapshotAccount
- func (o *SparseCloudSnapshotAccount) DeepCopy() *SparseCloudSnapshotAccount
- func (o *SparseCloudSnapshotAccount) DeepCopyInto(out *SparseCloudSnapshotAccount)
- func (o *SparseCloudSnapshotAccount) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudSnapshotAccount) GetAssociatedTags() (out []string)
- func (o *SparseCloudSnapshotAccount) GetBSON() (interface{}, error)
- func (o *SparseCloudSnapshotAccount) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudSnapshotAccount) GetNamespace() (out string)
- func (o *SparseCloudSnapshotAccount) GetNormalizedTags() (out []string)
- func (o *SparseCloudSnapshotAccount) GetProtected() (out bool)
- func (o *SparseCloudSnapshotAccount) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudSnapshotAccount) Identifier() string
- func (o *SparseCloudSnapshotAccount) Identity() elemental.Identity
- func (o *SparseCloudSnapshotAccount) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudSnapshotAccount) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudSnapshotAccount) SetBSON(raw bson.Raw) error
- func (o *SparseCloudSnapshotAccount) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudSnapshotAccount) SetIdentifier(id string)
- func (o *SparseCloudSnapshotAccount) SetNamespace(namespace string)
- func (o *SparseCloudSnapshotAccount) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudSnapshotAccount) SetProtected(protected bool)
- func (o *SparseCloudSnapshotAccount) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudSnapshotAccount) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudSnapshotAccount) Version() int
- type SparseCloudSnapshotAccountsList
- func (o SparseCloudSnapshotAccountsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudSnapshotAccountsList) Copy() elemental.Identifiables
- func (o SparseCloudSnapshotAccountsList) DefaultOrder() []string
- func (o SparseCloudSnapshotAccountsList) Identity() elemental.Identity
- func (o SparseCloudSnapshotAccountsList) List() elemental.IdentifiablesList
- func (o SparseCloudSnapshotAccountsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudSnapshotAccountsList) Version() int
- type SparseCloudSubnet
- func (o *SparseCloudSubnet) DeepCopy() *SparseCloudSubnet
- func (o *SparseCloudSubnet) DeepCopyInto(out *SparseCloudSubnet)
- func (o *SparseCloudSubnet) GetAPIID() (out int)
- func (o *SparseCloudSubnet) GetAccountID() (out string)
- func (o *SparseCloudSubnet) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudSubnet) GetAssociatedTags() (out []string)
- func (o *SparseCloudSubnet) GetBSON() (interface{}, error)
- func (o *SparseCloudSubnet) GetCloudTags() (out []string)
- func (o *SparseCloudSubnet) GetCloudType() (out string)
- func (o *SparseCloudSubnet) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudSubnet) GetCreateTime() (out time.Time)
- func (o *SparseCloudSubnet) GetCustomerID() (out int)
- func (o *SparseCloudSubnet) GetIngestionTime() (out time.Time)
- func (o *SparseCloudSubnet) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudSubnet) GetName() (out string)
- func (o *SparseCloudSubnet) GetNamespace() (out string)
- func (o *SparseCloudSubnet) GetNativeID() (out string)
- func (o *SparseCloudSubnet) GetNormalizedTags() (out []string)
- func (o *SparseCloudSubnet) GetPolicyReferences() (out []string)
- func (o *SparseCloudSubnet) GetProtected() (out bool)
- func (o *SparseCloudSubnet) GetRegionName() (out string)
- func (o *SparseCloudSubnet) GetResourceID() (out int)
- func (o *SparseCloudSubnet) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudSubnet) GetUpdateTime() (out time.Time)
- func (o *SparseCloudSubnet) GetVPCID() (out string)
- func (o *SparseCloudSubnet) GetZHash() (out int)
- func (o *SparseCloudSubnet) GetZone() (out int)
- func (o *SparseCloudSubnet) Identifier() string
- func (o *SparseCloudSubnet) Identity() elemental.Identity
- func (o *SparseCloudSubnet) SetAPIID(APIID int)
- func (o *SparseCloudSubnet) SetAccountID(accountID string)
- func (o *SparseCloudSubnet) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudSubnet) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudSubnet) SetBSON(raw bson.Raw) error
- func (o *SparseCloudSubnet) SetCloudTags(cloudTags []string)
- func (o *SparseCloudSubnet) SetCloudType(cloudType string)
- func (o *SparseCloudSubnet) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudSubnet) SetCreateTime(createTime time.Time)
- func (o *SparseCloudSubnet) SetCustomerID(customerID int)
- func (o *SparseCloudSubnet) SetIdentifier(id string)
- func (o *SparseCloudSubnet) SetIngestionTime(ingestionTime time.Time)
- func (o *SparseCloudSubnet) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudSubnet) SetName(name string)
- func (o *SparseCloudSubnet) SetNamespace(namespace string)
- func (o *SparseCloudSubnet) SetNativeID(nativeID string)
- func (o *SparseCloudSubnet) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudSubnet) SetPolicyReferences(policyReferences []string)
- func (o *SparseCloudSubnet) SetProtected(protected bool)
- func (o *SparseCloudSubnet) SetRegionName(regionName string)
- func (o *SparseCloudSubnet) SetResourceID(resourceID int)
- func (o *SparseCloudSubnet) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudSubnet) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudSubnet) SetVPCID(VPCID string)
- func (o *SparseCloudSubnet) SetZHash(zHash int)
- func (o *SparseCloudSubnet) SetZone(zone int)
- func (o *SparseCloudSubnet) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudSubnet) Version() int
- type SparseCloudSubnetsList
- func (o SparseCloudSubnetsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudSubnetsList) Copy() elemental.Identifiables
- func (o SparseCloudSubnetsList) DefaultOrder() []string
- func (o SparseCloudSubnetsList) Identity() elemental.Identity
- func (o SparseCloudSubnetsList) List() elemental.IdentifiablesList
- func (o SparseCloudSubnetsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudSubnetsList) Version() int
- type SparseCloudVPC
- func (o *SparseCloudVPC) DeepCopy() *SparseCloudVPC
- func (o *SparseCloudVPC) DeepCopyInto(out *SparseCloudVPC)
- func (o *SparseCloudVPC) GetAPIID() (out int)
- func (o *SparseCloudVPC) GetAccountID() (out string)
- func (o *SparseCloudVPC) GetAnnotations() (out map[string][]string)
- func (o *SparseCloudVPC) GetAssociatedTags() (out []string)
- func (o *SparseCloudVPC) GetBSON() (interface{}, error)
- func (o *SparseCloudVPC) GetCloudTags() (out []string)
- func (o *SparseCloudVPC) GetCloudType() (out string)
- func (o *SparseCloudVPC) GetCreateIdempotencyKey() (out string)
- func (o *SparseCloudVPC) GetCreateTime() (out time.Time)
- func (o *SparseCloudVPC) GetCustomerID() (out int)
- func (o *SparseCloudVPC) GetIngestionTime() (out time.Time)
- func (o *SparseCloudVPC) GetMigrationsLog() (out map[string]string)
- func (o *SparseCloudVPC) GetName() (out string)
- func (o *SparseCloudVPC) GetNamespace() (out string)
- func (o *SparseCloudVPC) GetNativeID() (out string)
- func (o *SparseCloudVPC) GetNormalizedTags() (out []string)
- func (o *SparseCloudVPC) GetPolicyReferences() (out []string)
- func (o *SparseCloudVPC) GetProtected() (out bool)
- func (o *SparseCloudVPC) GetRegionName() (out string)
- func (o *SparseCloudVPC) GetResourceID() (out int)
- func (o *SparseCloudVPC) GetUpdateIdempotencyKey() (out string)
- func (o *SparseCloudVPC) GetUpdateTime() (out time.Time)
- func (o *SparseCloudVPC) GetVPCID() (out string)
- func (o *SparseCloudVPC) GetZHash() (out int)
- func (o *SparseCloudVPC) GetZone() (out int)
- func (o *SparseCloudVPC) Identifier() string
- func (o *SparseCloudVPC) Identity() elemental.Identity
- func (o *SparseCloudVPC) SetAPIID(APIID int)
- func (o *SparseCloudVPC) SetAccountID(accountID string)
- func (o *SparseCloudVPC) SetAnnotations(annotations map[string][]string)
- func (o *SparseCloudVPC) SetAssociatedTags(associatedTags []string)
- func (o *SparseCloudVPC) SetBSON(raw bson.Raw) error
- func (o *SparseCloudVPC) SetCloudTags(cloudTags []string)
- func (o *SparseCloudVPC) SetCloudType(cloudType string)
- func (o *SparseCloudVPC) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseCloudVPC) SetCreateTime(createTime time.Time)
- func (o *SparseCloudVPC) SetCustomerID(customerID int)
- func (o *SparseCloudVPC) SetIdentifier(id string)
- func (o *SparseCloudVPC) SetIngestionTime(ingestionTime time.Time)
- func (o *SparseCloudVPC) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCloudVPC) SetName(name string)
- func (o *SparseCloudVPC) SetNamespace(namespace string)
- func (o *SparseCloudVPC) SetNativeID(nativeID string)
- func (o *SparseCloudVPC) SetNormalizedTags(normalizedTags []string)
- func (o *SparseCloudVPC) SetPolicyReferences(policyReferences []string)
- func (o *SparseCloudVPC) SetProtected(protected bool)
- func (o *SparseCloudVPC) SetRegionName(regionName string)
- func (o *SparseCloudVPC) SetResourceID(resourceID int)
- func (o *SparseCloudVPC) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseCloudVPC) SetUpdateTime(updateTime time.Time)
- func (o *SparseCloudVPC) SetVPCID(VPCID string)
- func (o *SparseCloudVPC) SetZHash(zHash int)
- func (o *SparseCloudVPC) SetZone(zone int)
- func (o *SparseCloudVPC) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCloudVPC) Version() int
- type SparseCloudVPCsList
- func (o SparseCloudVPCsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCloudVPCsList) Copy() elemental.Identifiables
- func (o SparseCloudVPCsList) DefaultOrder() []string
- func (o SparseCloudVPCsList) Identity() elemental.Identity
- func (o SparseCloudVPCsList) List() elemental.IdentifiablesList
- func (o SparseCloudVPCsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCloudVPCsList) Version() int
- type SparseConnectionExceptionReport
- func (o *SparseConnectionExceptionReport) DeepCopy() *SparseConnectionExceptionReport
- func (o *SparseConnectionExceptionReport) DeepCopyInto(out *SparseConnectionExceptionReport)
- func (o *SparseConnectionExceptionReport) GetBSON() (interface{}, error)
- func (o *SparseConnectionExceptionReport) GetMigrationsLog() (out map[string]string)
- func (o *SparseConnectionExceptionReport) GetNamespace() (out string)
- func (o *SparseConnectionExceptionReport) GetZHash() (out int)
- func (o *SparseConnectionExceptionReport) GetZone() (out int)
- func (o *SparseConnectionExceptionReport) Identifier() string
- func (o *SparseConnectionExceptionReport) Identity() elemental.Identity
- func (o *SparseConnectionExceptionReport) SetBSON(raw bson.Raw) error
- func (o *SparseConnectionExceptionReport) SetIdentifier(id string)
- func (o *SparseConnectionExceptionReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseConnectionExceptionReport) SetNamespace(namespace string)
- func (o *SparseConnectionExceptionReport) SetZHash(zHash int)
- func (o *SparseConnectionExceptionReport) SetZone(zone int)
- func (o *SparseConnectionExceptionReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseConnectionExceptionReport) Version() int
- type SparseConnectionExceptionReportsList
- func (o SparseConnectionExceptionReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseConnectionExceptionReportsList) Copy() elemental.Identifiables
- func (o SparseConnectionExceptionReportsList) DefaultOrder() []string
- func (o SparseConnectionExceptionReportsList) Identity() elemental.Identity
- func (o SparseConnectionExceptionReportsList) List() elemental.IdentifiablesList
- func (o SparseConnectionExceptionReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseConnectionExceptionReportsList) Version() int
- type SparseCounterReport
- func (o *SparseCounterReport) DeepCopy() *SparseCounterReport
- func (o *SparseCounterReport) DeepCopyInto(out *SparseCounterReport)
- func (o *SparseCounterReport) GetBSON() (interface{}, error)
- func (o *SparseCounterReport) GetMigrationsLog() (out map[string]string)
- func (o *SparseCounterReport) GetNamespace() (out string)
- func (o *SparseCounterReport) GetZHash() (out int)
- func (o *SparseCounterReport) GetZone() (out int)
- func (o *SparseCounterReport) Identifier() string
- func (o *SparseCounterReport) Identity() elemental.Identity
- func (o *SparseCounterReport) SetBSON(raw bson.Raw) error
- func (o *SparseCounterReport) SetIdentifier(id string)
- func (o *SparseCounterReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseCounterReport) SetNamespace(namespace string)
- func (o *SparseCounterReport) SetZHash(zHash int)
- func (o *SparseCounterReport) SetZone(zone int)
- func (o *SparseCounterReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseCounterReport) Version() int
- type SparseCounterReportsList
- func (o SparseCounterReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseCounterReportsList) Copy() elemental.Identifiables
- func (o SparseCounterReportsList) DefaultOrder() []string
- func (o SparseCounterReportsList) Identity() elemental.Identity
- func (o SparseCounterReportsList) List() elemental.IdentifiablesList
- func (o SparseCounterReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseCounterReportsList) Version() int
- type SparseDNSLookupReport
- func (o *SparseDNSLookupReport) DeepCopy() *SparseDNSLookupReport
- func (o *SparseDNSLookupReport) DeepCopyInto(out *SparseDNSLookupReport)
- func (o *SparseDNSLookupReport) GetBSON() (interface{}, error)
- func (o *SparseDNSLookupReport) GetMigrationsLog() (out map[string]string)
- func (o *SparseDNSLookupReport) GetNamespace() (out string)
- func (o *SparseDNSLookupReport) GetZHash() (out int)
- func (o *SparseDNSLookupReport) GetZone() (out int)
- func (o *SparseDNSLookupReport) Identifier() string
- func (o *SparseDNSLookupReport) Identity() elemental.Identity
- func (o *SparseDNSLookupReport) SetBSON(raw bson.Raw) error
- func (o *SparseDNSLookupReport) SetIdentifier(id string)
- func (o *SparseDNSLookupReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseDNSLookupReport) SetNamespace(namespace string)
- func (o *SparseDNSLookupReport) SetZHash(zHash int)
- func (o *SparseDNSLookupReport) SetZone(zone int)
- func (o *SparseDNSLookupReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseDNSLookupReport) Version() int
- type SparseDNSLookupReportsList
- func (o SparseDNSLookupReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseDNSLookupReportsList) Copy() elemental.Identifiables
- func (o SparseDNSLookupReportsList) DefaultOrder() []string
- func (o SparseDNSLookupReportsList) Identity() elemental.Identity
- func (o SparseDNSLookupReportsList) List() elemental.IdentifiablesList
- func (o SparseDNSLookupReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseDNSLookupReportsList) Version() int
- type SparseDataPathCertificate
- func (o *SparseDataPathCertificate) DeepCopy() *SparseDataPathCertificate
- func (o *SparseDataPathCertificate) DeepCopyInto(out *SparseDataPathCertificate)
- func (o *SparseDataPathCertificate) GetBSON() (interface{}, error)
- func (o *SparseDataPathCertificate) Identifier() string
- func (o *SparseDataPathCertificate) Identity() elemental.Identity
- func (o *SparseDataPathCertificate) SetBSON(raw bson.Raw) error
- func (o *SparseDataPathCertificate) SetIdentifier(id string)
- func (o *SparseDataPathCertificate) ToPlain() elemental.PlainIdentifiable
- func (o *SparseDataPathCertificate) Version() int
- type SparseDataPathCertificatesList
- func (o SparseDataPathCertificatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseDataPathCertificatesList) Copy() elemental.Identifiables
- func (o SparseDataPathCertificatesList) DefaultOrder() []string
- func (o SparseDataPathCertificatesList) Identity() elemental.Identity
- func (o SparseDataPathCertificatesList) List() elemental.IdentifiablesList
- func (o SparseDataPathCertificatesList) ToPlain() elemental.IdentifiablesList
- func (o SparseDataPathCertificatesList) Version() int
- type SparseDebugBundle
- func (o *SparseDebugBundle) DeepCopy() *SparseDebugBundle
- func (o *SparseDebugBundle) DeepCopyInto(out *SparseDebugBundle)
- func (o *SparseDebugBundle) GetBSON() (interface{}, error)
- func (o *SparseDebugBundle) GetNamespace() (out string)
- func (o *SparseDebugBundle) Identifier() string
- func (o *SparseDebugBundle) Identity() elemental.Identity
- func (o *SparseDebugBundle) SetBSON(raw bson.Raw) error
- func (o *SparseDebugBundle) SetIdentifier(id string)
- func (o *SparseDebugBundle) SetNamespace(namespace string)
- func (o *SparseDebugBundle) ToPlain() elemental.PlainIdentifiable
- func (o *SparseDebugBundle) Version() int
- type SparseDebugBundlesList
- func (o SparseDebugBundlesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseDebugBundlesList) Copy() elemental.Identifiables
- func (o SparseDebugBundlesList) DefaultOrder() []string
- func (o SparseDebugBundlesList) Identity() elemental.Identity
- func (o SparseDebugBundlesList) List() elemental.IdentifiablesList
- func (o SparseDebugBundlesList) ToPlain() elemental.IdentifiablesList
- func (o SparseDebugBundlesList) Version() int
- type SparseDefaultEnforcerVersion
- func (o *SparseDefaultEnforcerVersion) DeepCopy() *SparseDefaultEnforcerVersion
- func (o *SparseDefaultEnforcerVersion) DeepCopyInto(out *SparseDefaultEnforcerVersion)
- func (o *SparseDefaultEnforcerVersion) GetBSON() (interface{}, error)
- func (o *SparseDefaultEnforcerVersion) Identifier() string
- func (o *SparseDefaultEnforcerVersion) Identity() elemental.Identity
- func (o *SparseDefaultEnforcerVersion) SetBSON(raw bson.Raw) error
- func (o *SparseDefaultEnforcerVersion) SetIdentifier(id string)
- func (o *SparseDefaultEnforcerVersion) ToPlain() elemental.PlainIdentifiable
- func (o *SparseDefaultEnforcerVersion) Version() int
- type SparseDefaultEnforcerVersionsList
- func (o SparseDefaultEnforcerVersionsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseDefaultEnforcerVersionsList) Copy() elemental.Identifiables
- func (o SparseDefaultEnforcerVersionsList) DefaultOrder() []string
- func (o SparseDefaultEnforcerVersionsList) Identity() elemental.Identity
- func (o SparseDefaultEnforcerVersionsList) List() elemental.IdentifiablesList
- func (o SparseDefaultEnforcerVersionsList) ToPlain() elemental.IdentifiablesList
- func (o SparseDefaultEnforcerVersionsList) Version() int
- type SparseDependencyMap
- func (o *SparseDependencyMap) DeepCopy() *SparseDependencyMap
- func (o *SparseDependencyMap) DeepCopyInto(out *SparseDependencyMap)
- func (o *SparseDependencyMap) GetBSON() (interface{}, error)
- func (o *SparseDependencyMap) Identifier() string
- func (o *SparseDependencyMap) Identity() elemental.Identity
- func (o *SparseDependencyMap) SetBSON(raw bson.Raw) error
- func (o *SparseDependencyMap) SetIdentifier(id string)
- func (o *SparseDependencyMap) ToPlain() elemental.PlainIdentifiable
- func (o *SparseDependencyMap) Version() int
- type SparseDependencyMapsList
- func (o SparseDependencyMapsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseDependencyMapsList) Copy() elemental.Identifiables
- func (o SparseDependencyMapsList) DefaultOrder() []string
- func (o SparseDependencyMapsList) Identity() elemental.Identity
- func (o SparseDependencyMapsList) List() elemental.IdentifiablesList
- func (o SparseDependencyMapsList) ToPlain() elemental.IdentifiablesList
- func (o SparseDependencyMapsList) Version() int
- type SparseDiscoveryMode
- func (o *SparseDiscoveryMode) DeepCopy() *SparseDiscoveryMode
- func (o *SparseDiscoveryMode) DeepCopyInto(out *SparseDiscoveryMode)
- func (o *SparseDiscoveryMode) GetBSON() (interface{}, error)
- func (o *SparseDiscoveryMode) GetNamespace() (out string)
- func (o *SparseDiscoveryMode) GetPropagate() (out bool)
- func (o *SparseDiscoveryMode) Identifier() string
- func (o *SparseDiscoveryMode) Identity() elemental.Identity
- func (o *SparseDiscoveryMode) SetBSON(raw bson.Raw) error
- func (o *SparseDiscoveryMode) SetIdentifier(id string)
- func (o *SparseDiscoveryMode) SetNamespace(namespace string)
- func (o *SparseDiscoveryMode) SetPropagate(propagate bool)
- func (o *SparseDiscoveryMode) ToPlain() elemental.PlainIdentifiable
- func (o *SparseDiscoveryMode) Version() int
- type SparseDiscoveryModesList
- func (o SparseDiscoveryModesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseDiscoveryModesList) Copy() elemental.Identifiables
- func (o SparseDiscoveryModesList) DefaultOrder() []string
- func (o SparseDiscoveryModesList) Identity() elemental.Identity
- func (o SparseDiscoveryModesList) List() elemental.IdentifiablesList
- func (o SparseDiscoveryModesList) ToPlain() elemental.IdentifiablesList
- func (o SparseDiscoveryModesList) Version() int
- type SparseEmail
- func (o *SparseEmail) DeepCopy() *SparseEmail
- func (o *SparseEmail) DeepCopyInto(out *SparseEmail)
- func (o *SparseEmail) GetBSON() (interface{}, error)
- func (o *SparseEmail) Identifier() string
- func (o *SparseEmail) Identity() elemental.Identity
- func (o *SparseEmail) SetBSON(raw bson.Raw) error
- func (o *SparseEmail) SetIdentifier(id string)
- func (o *SparseEmail) ToPlain() elemental.PlainIdentifiable
- func (o *SparseEmail) Version() int
- type SparseEmailsList
- func (o SparseEmailsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseEmailsList) Copy() elemental.Identifiables
- func (o SparseEmailsList) DefaultOrder() []string
- func (o SparseEmailsList) Identity() elemental.Identity
- func (o SparseEmailsList) List() elemental.IdentifiablesList
- func (o SparseEmailsList) ToPlain() elemental.IdentifiablesList
- func (o SparseEmailsList) Version() int
- type SparseEnforcer
- func (o *SparseEnforcer) DeepCopy() *SparseEnforcer
- func (o *SparseEnforcer) DeepCopyInto(out *SparseEnforcer)
- func (o *SparseEnforcer) GetAnnotations() (out map[string][]string)
- func (o *SparseEnforcer) GetAssociatedTags() (out []string)
- func (o *SparseEnforcer) GetBSON() (interface{}, error)
- func (o *SparseEnforcer) GetController() (out string)
- func (o *SparseEnforcer) GetCreateIdempotencyKey() (out string)
- func (o *SparseEnforcer) GetCreateTime() (out time.Time)
- func (o *SparseEnforcer) GetDescription() (out string)
- func (o *SparseEnforcer) GetMetadata() (out []string)
- func (o *SparseEnforcer) GetMigrationsLog() (out map[string]string)
- func (o *SparseEnforcer) GetName() (out string)
- func (o *SparseEnforcer) GetNamespace() (out string)
- func (o *SparseEnforcer) GetNormalizedTags() (out []string)
- func (o *SparseEnforcer) GetProtected() (out bool)
- func (o *SparseEnforcer) GetUpdateIdempotencyKey() (out string)
- func (o *SparseEnforcer) GetUpdateTime() (out time.Time)
- func (o *SparseEnforcer) GetZHash() (out int)
- func (o *SparseEnforcer) GetZone() (out int)
- func (o *SparseEnforcer) Identifier() string
- func (o *SparseEnforcer) Identity() elemental.Identity
- func (o *SparseEnforcer) SetAnnotations(annotations map[string][]string)
- func (o *SparseEnforcer) SetAssociatedTags(associatedTags []string)
- func (o *SparseEnforcer) SetBSON(raw bson.Raw) error
- func (o *SparseEnforcer) SetController(controller string)
- func (o *SparseEnforcer) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseEnforcer) SetCreateTime(createTime time.Time)
- func (o *SparseEnforcer) SetDescription(description string)
- func (o *SparseEnforcer) SetIdentifier(id string)
- func (o *SparseEnforcer) SetMetadata(metadata []string)
- func (o *SparseEnforcer) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseEnforcer) SetName(name string)
- func (o *SparseEnforcer) SetNamespace(namespace string)
- func (o *SparseEnforcer) SetNormalizedTags(normalizedTags []string)
- func (o *SparseEnforcer) SetProtected(protected bool)
- func (o *SparseEnforcer) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseEnforcer) SetUpdateTime(updateTime time.Time)
- func (o *SparseEnforcer) SetZHash(zHash int)
- func (o *SparseEnforcer) SetZone(zone int)
- func (o *SparseEnforcer) ToPlain() elemental.PlainIdentifiable
- func (o *SparseEnforcer) Version() int
- type SparseEnforcerLog
- func (o *SparseEnforcerLog) DeepCopy() *SparseEnforcerLog
- func (o *SparseEnforcerLog) DeepCopyInto(out *SparseEnforcerLog)
- func (o *SparseEnforcerLog) GetAnnotations() (out map[string][]string)
- func (o *SparseEnforcerLog) GetAssociatedTags() (out []string)
- func (o *SparseEnforcerLog) GetBSON() (interface{}, error)
- func (o *SparseEnforcerLog) GetCreateIdempotencyKey() (out string)
- func (o *SparseEnforcerLog) GetCreateTime() (out time.Time)
- func (o *SparseEnforcerLog) GetMigrationsLog() (out map[string]string)
- func (o *SparseEnforcerLog) GetNamespace() (out string)
- func (o *SparseEnforcerLog) GetNormalizedTags() (out []string)
- func (o *SparseEnforcerLog) GetProtected() (out bool)
- func (o *SparseEnforcerLog) GetUpdateIdempotencyKey() (out string)
- func (o *SparseEnforcerLog) GetUpdateTime() (out time.Time)
- func (o *SparseEnforcerLog) GetZHash() (out int)
- func (o *SparseEnforcerLog) GetZone() (out int)
- func (o *SparseEnforcerLog) Identifier() string
- func (o *SparseEnforcerLog) Identity() elemental.Identity
- func (o *SparseEnforcerLog) SetAnnotations(annotations map[string][]string)
- func (o *SparseEnforcerLog) SetAssociatedTags(associatedTags []string)
- func (o *SparseEnforcerLog) SetBSON(raw bson.Raw) error
- func (o *SparseEnforcerLog) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseEnforcerLog) SetCreateTime(createTime time.Time)
- func (o *SparseEnforcerLog) SetIdentifier(id string)
- func (o *SparseEnforcerLog) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseEnforcerLog) SetNamespace(namespace string)
- func (o *SparseEnforcerLog) SetNormalizedTags(normalizedTags []string)
- func (o *SparseEnforcerLog) SetProtected(protected bool)
- func (o *SparseEnforcerLog) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseEnforcerLog) SetUpdateTime(updateTime time.Time)
- func (o *SparseEnforcerLog) SetZHash(zHash int)
- func (o *SparseEnforcerLog) SetZone(zone int)
- func (o *SparseEnforcerLog) ToPlain() elemental.PlainIdentifiable
- func (o *SparseEnforcerLog) Version() int
- type SparseEnforcerLogsList
- func (o SparseEnforcerLogsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseEnforcerLogsList) Copy() elemental.Identifiables
- func (o SparseEnforcerLogsList) DefaultOrder() []string
- func (o SparseEnforcerLogsList) Identity() elemental.Identity
- func (o SparseEnforcerLogsList) List() elemental.IdentifiablesList
- func (o SparseEnforcerLogsList) ToPlain() elemental.IdentifiablesList
- func (o SparseEnforcerLogsList) Version() int
- type SparseEnforcerProfile
- func (o *SparseEnforcerProfile) DeepCopy() *SparseEnforcerProfile
- func (o *SparseEnforcerProfile) DeepCopyInto(out *SparseEnforcerProfile)
- func (o *SparseEnforcerProfile) GetAnnotations() (out map[string][]string)
- func (o *SparseEnforcerProfile) GetAssociatedTags() (out []string)
- func (o *SparseEnforcerProfile) GetBSON() (interface{}, error)
- func (o *SparseEnforcerProfile) GetCreateIdempotencyKey() (out string)
- func (o *SparseEnforcerProfile) GetCreateTime() (out time.Time)
- func (o *SparseEnforcerProfile) GetDescription() (out string)
- func (o *SparseEnforcerProfile) GetMetadata() (out []string)
- func (o *SparseEnforcerProfile) GetMigrationsLog() (out map[string]string)
- func (o *SparseEnforcerProfile) GetName() (out string)
- func (o *SparseEnforcerProfile) GetNamespace() (out string)
- func (o *SparseEnforcerProfile) GetNormalizedTags() (out []string)
- func (o *SparseEnforcerProfile) GetPropagate() (out bool)
- func (o *SparseEnforcerProfile) GetProtected() (out bool)
- func (o *SparseEnforcerProfile) GetUpdateIdempotencyKey() (out string)
- func (o *SparseEnforcerProfile) GetUpdateTime() (out time.Time)
- func (o *SparseEnforcerProfile) GetZHash() (out int)
- func (o *SparseEnforcerProfile) GetZone() (out int)
- func (o *SparseEnforcerProfile) Identifier() string
- func (o *SparseEnforcerProfile) Identity() elemental.Identity
- func (o *SparseEnforcerProfile) SetAnnotations(annotations map[string][]string)
- func (o *SparseEnforcerProfile) SetAssociatedTags(associatedTags []string)
- func (o *SparseEnforcerProfile) SetBSON(raw bson.Raw) error
- func (o *SparseEnforcerProfile) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseEnforcerProfile) SetCreateTime(createTime time.Time)
- func (o *SparseEnforcerProfile) SetDescription(description string)
- func (o *SparseEnforcerProfile) SetIdentifier(id string)
- func (o *SparseEnforcerProfile) SetMetadata(metadata []string)
- func (o *SparseEnforcerProfile) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseEnforcerProfile) SetName(name string)
- func (o *SparseEnforcerProfile) SetNamespace(namespace string)
- func (o *SparseEnforcerProfile) SetNormalizedTags(normalizedTags []string)
- func (o *SparseEnforcerProfile) SetPropagate(propagate bool)
- func (o *SparseEnforcerProfile) SetProtected(protected bool)
- func (o *SparseEnforcerProfile) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseEnforcerProfile) SetUpdateTime(updateTime time.Time)
- func (o *SparseEnforcerProfile) SetZHash(zHash int)
- func (o *SparseEnforcerProfile) SetZone(zone int)
- func (o *SparseEnforcerProfile) ToPlain() elemental.PlainIdentifiable
- func (o *SparseEnforcerProfile) Version() int
- type SparseEnforcerProfileMappingPoliciesList
- func (o SparseEnforcerProfileMappingPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseEnforcerProfileMappingPoliciesList) Copy() elemental.Identifiables
- func (o SparseEnforcerProfileMappingPoliciesList) DefaultOrder() []string
- func (o SparseEnforcerProfileMappingPoliciesList) Identity() elemental.Identity
- func (o SparseEnforcerProfileMappingPoliciesList) List() elemental.IdentifiablesList
- func (o SparseEnforcerProfileMappingPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseEnforcerProfileMappingPoliciesList) Version() int
- type SparseEnforcerProfileMappingPolicy
- func (o *SparseEnforcerProfileMappingPolicy) DeepCopy() *SparseEnforcerProfileMappingPolicy
- func (o *SparseEnforcerProfileMappingPolicy) DeepCopyInto(out *SparseEnforcerProfileMappingPolicy)
- func (o *SparseEnforcerProfileMappingPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseEnforcerProfileMappingPolicy) GetAssociatedTags() (out []string)
- func (o *SparseEnforcerProfileMappingPolicy) GetBSON() (interface{}, error)
- func (o *SparseEnforcerProfileMappingPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseEnforcerProfileMappingPolicy) GetCreateTime() (out time.Time)
- func (o *SparseEnforcerProfileMappingPolicy) GetDescription() (out string)
- func (o *SparseEnforcerProfileMappingPolicy) GetDisabled() (out bool)
- func (o *SparseEnforcerProfileMappingPolicy) GetFallback() (out bool)
- func (o *SparseEnforcerProfileMappingPolicy) GetMetadata() (out []string)
- func (o *SparseEnforcerProfileMappingPolicy) GetName() (out string)
- func (o *SparseEnforcerProfileMappingPolicy) GetNamespace() (out string)
- func (o *SparseEnforcerProfileMappingPolicy) GetNormalizedTags() (out []string)
- func (o *SparseEnforcerProfileMappingPolicy) GetPropagate() (out bool)
- func (o *SparseEnforcerProfileMappingPolicy) GetProtected() (out bool)
- func (o *SparseEnforcerProfileMappingPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseEnforcerProfileMappingPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseEnforcerProfileMappingPolicy) Identifier() string
- func (o *SparseEnforcerProfileMappingPolicy) Identity() elemental.Identity
- func (o *SparseEnforcerProfileMappingPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseEnforcerProfileMappingPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseEnforcerProfileMappingPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseEnforcerProfileMappingPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseEnforcerProfileMappingPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseEnforcerProfileMappingPolicy) SetDescription(description string)
- func (o *SparseEnforcerProfileMappingPolicy) SetDisabled(disabled bool)
- func (o *SparseEnforcerProfileMappingPolicy) SetFallback(fallback bool)
- func (o *SparseEnforcerProfileMappingPolicy) SetIdentifier(id string)
- func (o *SparseEnforcerProfileMappingPolicy) SetMetadata(metadata []string)
- func (o *SparseEnforcerProfileMappingPolicy) SetName(name string)
- func (o *SparseEnforcerProfileMappingPolicy) SetNamespace(namespace string)
- func (o *SparseEnforcerProfileMappingPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseEnforcerProfileMappingPolicy) SetPropagate(propagate bool)
- func (o *SparseEnforcerProfileMappingPolicy) SetProtected(protected bool)
- func (o *SparseEnforcerProfileMappingPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseEnforcerProfileMappingPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseEnforcerProfileMappingPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseEnforcerProfileMappingPolicy) Version() int
- type SparseEnforcerProfilesList
- func (o SparseEnforcerProfilesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseEnforcerProfilesList) Copy() elemental.Identifiables
- func (o SparseEnforcerProfilesList) DefaultOrder() []string
- func (o SparseEnforcerProfilesList) Identity() elemental.Identity
- func (o SparseEnforcerProfilesList) List() elemental.IdentifiablesList
- func (o SparseEnforcerProfilesList) ToPlain() elemental.IdentifiablesList
- func (o SparseEnforcerProfilesList) Version() int
- type SparseEnforcerRefresh
- func (o *SparseEnforcerRefresh) DeepCopy() *SparseEnforcerRefresh
- func (o *SparseEnforcerRefresh) DeepCopyInto(out *SparseEnforcerRefresh)
- func (o *SparseEnforcerRefresh) GetBSON() (interface{}, error)
- func (o *SparseEnforcerRefresh) GetID() (out string)
- func (o *SparseEnforcerRefresh) GetPropagate() (out bool)
- func (o *SparseEnforcerRefresh) Identifier() string
- func (o *SparseEnforcerRefresh) Identity() elemental.Identity
- func (o *SparseEnforcerRefresh) SetBSON(raw bson.Raw) error
- func (o *SparseEnforcerRefresh) SetID(ID string)
- func (o *SparseEnforcerRefresh) SetIdentifier(id string)
- func (o *SparseEnforcerRefresh) SetPropagate(propagate bool)
- func (o *SparseEnforcerRefresh) ToPlain() elemental.PlainIdentifiable
- func (o *SparseEnforcerRefresh) Version() int
- type SparseEnforcerRefreshsList
- func (o SparseEnforcerRefreshsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseEnforcerRefreshsList) Copy() elemental.Identifiables
- func (o SparseEnforcerRefreshsList) DefaultOrder() []string
- func (o SparseEnforcerRefreshsList) Identity() elemental.Identity
- func (o SparseEnforcerRefreshsList) List() elemental.IdentifiablesList
- func (o SparseEnforcerRefreshsList) ToPlain() elemental.IdentifiablesList
- func (o SparseEnforcerRefreshsList) Version() int
- type SparseEnforcerReport
- func (o *SparseEnforcerReport) DeepCopy() *SparseEnforcerReport
- func (o *SparseEnforcerReport) DeepCopyInto(out *SparseEnforcerReport)
- func (o *SparseEnforcerReport) GetBSON() (interface{}, error)
- func (o *SparseEnforcerReport) GetMigrationsLog() (out map[string]string)
- func (o *SparseEnforcerReport) GetZHash() (out int)
- func (o *SparseEnforcerReport) GetZone() (out int)
- func (o *SparseEnforcerReport) Identifier() string
- func (o *SparseEnforcerReport) Identity() elemental.Identity
- func (o *SparseEnforcerReport) SetBSON(raw bson.Raw) error
- func (o *SparseEnforcerReport) SetIdentifier(id string)
- func (o *SparseEnforcerReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseEnforcerReport) SetZHash(zHash int)
- func (o *SparseEnforcerReport) SetZone(zone int)
- func (o *SparseEnforcerReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseEnforcerReport) Version() int
- type SparseEnforcerReportsList
- func (o SparseEnforcerReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseEnforcerReportsList) Copy() elemental.Identifiables
- func (o SparseEnforcerReportsList) DefaultOrder() []string
- func (o SparseEnforcerReportsList) Identity() elemental.Identity
- func (o SparseEnforcerReportsList) List() elemental.IdentifiablesList
- func (o SparseEnforcerReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseEnforcerReportsList) Version() int
- type SparseEnforcerTraceReport
- func (o *SparseEnforcerTraceReport) DeepCopy() *SparseEnforcerTraceReport
- func (o *SparseEnforcerTraceReport) DeepCopyInto(out *SparseEnforcerTraceReport)
- func (o *SparseEnforcerTraceReport) GetBSON() (interface{}, error)
- func (o *SparseEnforcerTraceReport) Identifier() string
- func (o *SparseEnforcerTraceReport) Identity() elemental.Identity
- func (o *SparseEnforcerTraceReport) SetBSON(raw bson.Raw) error
- func (o *SparseEnforcerTraceReport) SetIdentifier(id string)
- func (o *SparseEnforcerTraceReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseEnforcerTraceReport) Version() int
- type SparseEnforcerTraceReportsList
- func (o SparseEnforcerTraceReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseEnforcerTraceReportsList) Copy() elemental.Identifiables
- func (o SparseEnforcerTraceReportsList) DefaultOrder() []string
- func (o SparseEnforcerTraceReportsList) Identity() elemental.Identity
- func (o SparseEnforcerTraceReportsList) List() elemental.IdentifiablesList
- func (o SparseEnforcerTraceReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseEnforcerTraceReportsList) Version() int
- type SparseEnforcersList
- func (o SparseEnforcersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseEnforcersList) Copy() elemental.Identifiables
- func (o SparseEnforcersList) DefaultOrder() []string
- func (o SparseEnforcersList) Identity() elemental.Identity
- func (o SparseEnforcersList) List() elemental.IdentifiablesList
- func (o SparseEnforcersList) ToPlain() elemental.IdentifiablesList
- func (o SparseEnforcersList) Version() int
- type SparseEventLog
- func (o *SparseEventLog) DeepCopy() *SparseEventLog
- func (o *SparseEventLog) DeepCopyInto(out *SparseEventLog)
- func (o *SparseEventLog) GetBSON() (interface{}, error)
- func (o *SparseEventLog) GetMigrationsLog() (out map[string]string)
- func (o *SparseEventLog) GetNamespace() (out string)
- func (o *SparseEventLog) GetZHash() (out int)
- func (o *SparseEventLog) GetZone() (out int)
- func (o *SparseEventLog) Identifier() string
- func (o *SparseEventLog) Identity() elemental.Identity
- func (o *SparseEventLog) SetBSON(raw bson.Raw) error
- func (o *SparseEventLog) SetIdentifier(id string)
- func (o *SparseEventLog) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseEventLog) SetNamespace(namespace string)
- func (o *SparseEventLog) SetZHash(zHash int)
- func (o *SparseEventLog) SetZone(zone int)
- func (o *SparseEventLog) ToPlain() elemental.PlainIdentifiable
- func (o *SparseEventLog) Version() int
- type SparseEventLogsList
- func (o SparseEventLogsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseEventLogsList) Copy() elemental.Identifiables
- func (o SparseEventLogsList) DefaultOrder() []string
- func (o SparseEventLogsList) Identity() elemental.Identity
- func (o SparseEventLogsList) List() elemental.IdentifiablesList
- func (o SparseEventLogsList) ToPlain() elemental.IdentifiablesList
- func (o SparseEventLogsList) Version() int
- type SparseExport
- func (o *SparseExport) DeepCopy() *SparseExport
- func (o *SparseExport) DeepCopyInto(out *SparseExport)
- func (o *SparseExport) GetBSON() (interface{}, error)
- func (o *SparseExport) Identifier() string
- func (o *SparseExport) Identity() elemental.Identity
- func (o *SparseExport) SetBSON(raw bson.Raw) error
- func (o *SparseExport) SetIdentifier(id string)
- func (o *SparseExport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseExport) Version() int
- type SparseExportsList
- func (o SparseExportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseExportsList) Copy() elemental.Identifiables
- func (o SparseExportsList) DefaultOrder() []string
- func (o SparseExportsList) Identity() elemental.Identity
- func (o SparseExportsList) List() elemental.IdentifiablesList
- func (o SparseExportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseExportsList) Version() int
- type SparseExternalNetwork
- func (o *SparseExternalNetwork) DeepCopy() *SparseExternalNetwork
- func (o *SparseExternalNetwork) DeepCopyInto(out *SparseExternalNetwork)
- func (o *SparseExternalNetwork) GetAnnotations() (out map[string][]string)
- func (o *SparseExternalNetwork) GetArchived() (out bool)
- func (o *SparseExternalNetwork) GetAssociatedTags() (out []string)
- func (o *SparseExternalNetwork) GetBSON() (interface{}, error)
- func (o *SparseExternalNetwork) GetCreateIdempotencyKey() (out string)
- func (o *SparseExternalNetwork) GetCreateTime() (out time.Time)
- func (o *SparseExternalNetwork) GetDescription() (out string)
- func (o *SparseExternalNetwork) GetMetadata() (out []string)
- func (o *SparseExternalNetwork) GetMigrationsLog() (out map[string]string)
- func (o *SparseExternalNetwork) GetName() (out string)
- func (o *SparseExternalNetwork) GetNamespace() (out string)
- func (o *SparseExternalNetwork) GetNormalizedTags() (out []string)
- func (o *SparseExternalNetwork) GetPropagate() (out bool)
- func (o *SparseExternalNetwork) GetProtected() (out bool)
- func (o *SparseExternalNetwork) GetUpdateIdempotencyKey() (out string)
- func (o *SparseExternalNetwork) GetUpdateTime() (out time.Time)
- func (o *SparseExternalNetwork) GetZHash() (out int)
- func (o *SparseExternalNetwork) GetZone() (out int)
- func (o *SparseExternalNetwork) Identifier() string
- func (o *SparseExternalNetwork) Identity() elemental.Identity
- func (o *SparseExternalNetwork) SetAnnotations(annotations map[string][]string)
- func (o *SparseExternalNetwork) SetArchived(archived bool)
- func (o *SparseExternalNetwork) SetAssociatedTags(associatedTags []string)
- func (o *SparseExternalNetwork) SetBSON(raw bson.Raw) error
- func (o *SparseExternalNetwork) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseExternalNetwork) SetCreateTime(createTime time.Time)
- func (o *SparseExternalNetwork) SetDescription(description string)
- func (o *SparseExternalNetwork) SetIdentifier(id string)
- func (o *SparseExternalNetwork) SetMetadata(metadata []string)
- func (o *SparseExternalNetwork) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseExternalNetwork) SetName(name string)
- func (o *SparseExternalNetwork) SetNamespace(namespace string)
- func (o *SparseExternalNetwork) SetNormalizedTags(normalizedTags []string)
- func (o *SparseExternalNetwork) SetPropagate(propagate bool)
- func (o *SparseExternalNetwork) SetProtected(protected bool)
- func (o *SparseExternalNetwork) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseExternalNetwork) SetUpdateTime(updateTime time.Time)
- func (o *SparseExternalNetwork) SetZHash(zHash int)
- func (o *SparseExternalNetwork) SetZone(zone int)
- func (o *SparseExternalNetwork) ToPlain() elemental.PlainIdentifiable
- func (o *SparseExternalNetwork) Version() int
- type SparseExternalNetworksList
- func (o SparseExternalNetworksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseExternalNetworksList) Copy() elemental.Identifiables
- func (o SparseExternalNetworksList) DefaultOrder() []string
- func (o SparseExternalNetworksList) Identity() elemental.Identity
- func (o SparseExternalNetworksList) List() elemental.IdentifiablesList
- func (o SparseExternalNetworksList) ToPlain() elemental.IdentifiablesList
- func (o SparseExternalNetworksList) Version() int
- type SparseFileAccessPoliciesList
- func (o SparseFileAccessPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseFileAccessPoliciesList) Copy() elemental.Identifiables
- func (o SparseFileAccessPoliciesList) DefaultOrder() []string
- func (o SparseFileAccessPoliciesList) Identity() elemental.Identity
- func (o SparseFileAccessPoliciesList) List() elemental.IdentifiablesList
- func (o SparseFileAccessPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseFileAccessPoliciesList) Version() int
- type SparseFileAccessPolicy
- func (o *SparseFileAccessPolicy) DeepCopy() *SparseFileAccessPolicy
- func (o *SparseFileAccessPolicy) DeepCopyInto(out *SparseFileAccessPolicy)
- func (o *SparseFileAccessPolicy) GetActiveDuration() (out string)
- func (o *SparseFileAccessPolicy) GetActiveSchedule() (out string)
- func (o *SparseFileAccessPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseFileAccessPolicy) GetAssociatedTags() (out []string)
- func (o *SparseFileAccessPolicy) GetBSON() (interface{}, error)
- func (o *SparseFileAccessPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseFileAccessPolicy) GetCreateTime() (out time.Time)
- func (o *SparseFileAccessPolicy) GetDescription() (out string)
- func (o *SparseFileAccessPolicy) GetDisabled() (out bool)
- func (o *SparseFileAccessPolicy) GetExpirationTime() (out time.Time)
- func (o *SparseFileAccessPolicy) GetFallback() (out bool)
- func (o *SparseFileAccessPolicy) GetMetadata() (out []string)
- func (o *SparseFileAccessPolicy) GetName() (out string)
- func (o *SparseFileAccessPolicy) GetNamespace() (out string)
- func (o *SparseFileAccessPolicy) GetNormalizedTags() (out []string)
- func (o *SparseFileAccessPolicy) GetPropagate() (out bool)
- func (o *SparseFileAccessPolicy) GetProtected() (out bool)
- func (o *SparseFileAccessPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseFileAccessPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseFileAccessPolicy) Identifier() string
- func (o *SparseFileAccessPolicy) Identity() elemental.Identity
- func (o *SparseFileAccessPolicy) SetActiveDuration(activeDuration string)
- func (o *SparseFileAccessPolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseFileAccessPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseFileAccessPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseFileAccessPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseFileAccessPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseFileAccessPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseFileAccessPolicy) SetDescription(description string)
- func (o *SparseFileAccessPolicy) SetDisabled(disabled bool)
- func (o *SparseFileAccessPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SparseFileAccessPolicy) SetFallback(fallback bool)
- func (o *SparseFileAccessPolicy) SetIdentifier(id string)
- func (o *SparseFileAccessPolicy) SetMetadata(metadata []string)
- func (o *SparseFileAccessPolicy) SetName(name string)
- func (o *SparseFileAccessPolicy) SetNamespace(namespace string)
- func (o *SparseFileAccessPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseFileAccessPolicy) SetPropagate(propagate bool)
- func (o *SparseFileAccessPolicy) SetProtected(protected bool)
- func (o *SparseFileAccessPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseFileAccessPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseFileAccessPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseFileAccessPolicy) Version() int
- type SparseFileAccessReport
- func (o *SparseFileAccessReport) DeepCopy() *SparseFileAccessReport
- func (o *SparseFileAccessReport) DeepCopyInto(out *SparseFileAccessReport)
- func (o *SparseFileAccessReport) GetBSON() (interface{}, error)
- func (o *SparseFileAccessReport) GetMigrationsLog() (out map[string]string)
- func (o *SparseFileAccessReport) GetZHash() (out int)
- func (o *SparseFileAccessReport) GetZone() (out int)
- func (o *SparseFileAccessReport) Identifier() string
- func (o *SparseFileAccessReport) Identity() elemental.Identity
- func (o *SparseFileAccessReport) SetBSON(raw bson.Raw) error
- func (o *SparseFileAccessReport) SetIdentifier(id string)
- func (o *SparseFileAccessReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseFileAccessReport) SetZHash(zHash int)
- func (o *SparseFileAccessReport) SetZone(zone int)
- func (o *SparseFileAccessReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseFileAccessReport) Version() int
- type SparseFileAccessReportsList
- func (o SparseFileAccessReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseFileAccessReportsList) Copy() elemental.Identifiables
- func (o SparseFileAccessReportsList) DefaultOrder() []string
- func (o SparseFileAccessReportsList) Identity() elemental.Identity
- func (o SparseFileAccessReportsList) List() elemental.IdentifiablesList
- func (o SparseFileAccessReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseFileAccessReportsList) Version() int
- type SparseFilePath
- func (o *SparseFilePath) DeepCopy() *SparseFilePath
- func (o *SparseFilePath) DeepCopyInto(out *SparseFilePath)
- func (o *SparseFilePath) GetAnnotations() (out map[string][]string)
- func (o *SparseFilePath) GetArchived() (out bool)
- func (o *SparseFilePath) GetAssociatedTags() (out []string)
- func (o *SparseFilePath) GetBSON() (interface{}, error)
- func (o *SparseFilePath) GetCreateIdempotencyKey() (out string)
- func (o *SparseFilePath) GetCreateTime() (out time.Time)
- func (o *SparseFilePath) GetDescription() (out string)
- func (o *SparseFilePath) GetMetadata() (out []string)
- func (o *SparseFilePath) GetMigrationsLog() (out map[string]string)
- func (o *SparseFilePath) GetName() (out string)
- func (o *SparseFilePath) GetNamespace() (out string)
- func (o *SparseFilePath) GetNormalizedTags() (out []string)
- func (o *SparseFilePath) GetPropagate() (out bool)
- func (o *SparseFilePath) GetProtected() (out bool)
- func (o *SparseFilePath) GetUpdateIdempotencyKey() (out string)
- func (o *SparseFilePath) GetUpdateTime() (out time.Time)
- func (o *SparseFilePath) GetZHash() (out int)
- func (o *SparseFilePath) GetZone() (out int)
- func (o *SparseFilePath) Identifier() string
- func (o *SparseFilePath) Identity() elemental.Identity
- func (o *SparseFilePath) SetAnnotations(annotations map[string][]string)
- func (o *SparseFilePath) SetArchived(archived bool)
- func (o *SparseFilePath) SetAssociatedTags(associatedTags []string)
- func (o *SparseFilePath) SetBSON(raw bson.Raw) error
- func (o *SparseFilePath) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseFilePath) SetCreateTime(createTime time.Time)
- func (o *SparseFilePath) SetDescription(description string)
- func (o *SparseFilePath) SetIdentifier(id string)
- func (o *SparseFilePath) SetMetadata(metadata []string)
- func (o *SparseFilePath) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseFilePath) SetName(name string)
- func (o *SparseFilePath) SetNamespace(namespace string)
- func (o *SparseFilePath) SetNormalizedTags(normalizedTags []string)
- func (o *SparseFilePath) SetPropagate(propagate bool)
- func (o *SparseFilePath) SetProtected(protected bool)
- func (o *SparseFilePath) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseFilePath) SetUpdateTime(updateTime time.Time)
- func (o *SparseFilePath) SetZHash(zHash int)
- func (o *SparseFilePath) SetZone(zone int)
- func (o *SparseFilePath) ToPlain() elemental.PlainIdentifiable
- func (o *SparseFilePath) Version() int
- type SparseFilePathsList
- func (o SparseFilePathsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseFilePathsList) Copy() elemental.Identifiables
- func (o SparseFilePathsList) DefaultOrder() []string
- func (o SparseFilePathsList) Identity() elemental.Identity
- func (o SparseFilePathsList) List() elemental.IdentifiablesList
- func (o SparseFilePathsList) ToPlain() elemental.IdentifiablesList
- func (o SparseFilePathsList) Version() int
- type SparseFlowReport
- func (o *SparseFlowReport) DeepCopy() *SparseFlowReport
- func (o *SparseFlowReport) DeepCopyInto(out *SparseFlowReport)
- func (o *SparseFlowReport) GetBSON() (interface{}, error)
- func (o *SparseFlowReport) GetMigrationsLog() (out map[string]string)
- func (o *SparseFlowReport) GetZHash() (out int)
- func (o *SparseFlowReport) GetZone() (out int)
- func (o *SparseFlowReport) Identifier() string
- func (o *SparseFlowReport) Identity() elemental.Identity
- func (o *SparseFlowReport) SetBSON(raw bson.Raw) error
- func (o *SparseFlowReport) SetIdentifier(id string)
- func (o *SparseFlowReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseFlowReport) SetZHash(zHash int)
- func (o *SparseFlowReport) SetZone(zone int)
- func (o *SparseFlowReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseFlowReport) Version() int
- type SparseFlowReportsList
- func (o SparseFlowReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseFlowReportsList) Copy() elemental.Identifiables
- func (o SparseFlowReportsList) DefaultOrder() []string
- func (o SparseFlowReportsList) Identity() elemental.Identity
- func (o SparseFlowReportsList) List() elemental.IdentifiablesList
- func (o SparseFlowReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseFlowReportsList) Version() int
- type SparseGraphEdge
- func (o *SparseGraphEdge) DeepCopy() *SparseGraphEdge
- func (o *SparseGraphEdge) DeepCopyInto(out *SparseGraphEdge)
- func (o *SparseGraphEdge) GetBSON() (interface{}, error)
- func (o *SparseGraphEdge) GetZHash() (out int)
- func (o *SparseGraphEdge) GetZone() (out int)
- func (o *SparseGraphEdge) Identifier() string
- func (o *SparseGraphEdge) Identity() elemental.Identity
- func (o *SparseGraphEdge) SetBSON(raw bson.Raw) error
- func (o *SparseGraphEdge) SetIdentifier(id string)
- func (o *SparseGraphEdge) SetZHash(zHash int)
- func (o *SparseGraphEdge) SetZone(zone int)
- func (o *SparseGraphEdge) ToPlain() elemental.PlainIdentifiable
- func (o *SparseGraphEdge) Version() int
- type SparseGraphEdgesList
- func (o SparseGraphEdgesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseGraphEdgesList) Copy() elemental.Identifiables
- func (o SparseGraphEdgesList) DefaultOrder() []string
- func (o SparseGraphEdgesList) Identity() elemental.Identity
- func (o SparseGraphEdgesList) List() elemental.IdentifiablesList
- func (o SparseGraphEdgesList) ToPlain() elemental.IdentifiablesList
- func (o SparseGraphEdgesList) Version() int
- type SparseGraphNode
- func (o *SparseGraphNode) DeepCopy() *SparseGraphNode
- func (o *SparseGraphNode) DeepCopyInto(out *SparseGraphNode)
- func (o *SparseGraphNode) GetBSON() (interface{}, error)
- func (o *SparseGraphNode) Identifier() string
- func (o *SparseGraphNode) Identity() elemental.Identity
- func (o *SparseGraphNode) SetBSON(raw bson.Raw) error
- func (o *SparseGraphNode) SetIdentifier(id string)
- func (o *SparseGraphNode) ToPlain() elemental.PlainIdentifiable
- func (o *SparseGraphNode) Version() int
- type SparseGraphNodesList
- func (o SparseGraphNodesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseGraphNodesList) Copy() elemental.Identifiables
- func (o SparseGraphNodesList) DefaultOrder() []string
- func (o SparseGraphNodesList) Identity() elemental.Identity
- func (o SparseGraphNodesList) List() elemental.IdentifiablesList
- func (o SparseGraphNodesList) ToPlain() elemental.IdentifiablesList
- func (o SparseGraphNodesList) Version() int
- type SparseHTTPResourceSpec
- func (o *SparseHTTPResourceSpec) DeepCopy() *SparseHTTPResourceSpec
- func (o *SparseHTTPResourceSpec) DeepCopyInto(out *SparseHTTPResourceSpec)
- func (o *SparseHTTPResourceSpec) GetAnnotations() (out map[string][]string)
- func (o *SparseHTTPResourceSpec) GetArchived() (out bool)
- func (o *SparseHTTPResourceSpec) GetAssociatedTags() (out []string)
- func (o *SparseHTTPResourceSpec) GetBSON() (interface{}, error)
- func (o *SparseHTTPResourceSpec) GetCreateIdempotencyKey() (out string)
- func (o *SparseHTTPResourceSpec) GetCreateTime() (out time.Time)
- func (o *SparseHTTPResourceSpec) GetDescription() (out string)
- func (o *SparseHTTPResourceSpec) GetMetadata() (out []string)
- func (o *SparseHTTPResourceSpec) GetMigrationsLog() (out map[string]string)
- func (o *SparseHTTPResourceSpec) GetName() (out string)
- func (o *SparseHTTPResourceSpec) GetNamespace() (out string)
- func (o *SparseHTTPResourceSpec) GetNormalizedTags() (out []string)
- func (o *SparseHTTPResourceSpec) GetPropagate() (out bool)
- func (o *SparseHTTPResourceSpec) GetProtected() (out bool)
- func (o *SparseHTTPResourceSpec) GetUpdateIdempotencyKey() (out string)
- func (o *SparseHTTPResourceSpec) GetUpdateTime() (out time.Time)
- func (o *SparseHTTPResourceSpec) GetZHash() (out int)
- func (o *SparseHTTPResourceSpec) GetZone() (out int)
- func (o *SparseHTTPResourceSpec) Identifier() string
- func (o *SparseHTTPResourceSpec) Identity() elemental.Identity
- func (o *SparseHTTPResourceSpec) SetAnnotations(annotations map[string][]string)
- func (o *SparseHTTPResourceSpec) SetArchived(archived bool)
- func (o *SparseHTTPResourceSpec) SetAssociatedTags(associatedTags []string)
- func (o *SparseHTTPResourceSpec) SetBSON(raw bson.Raw) error
- func (o *SparseHTTPResourceSpec) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseHTTPResourceSpec) SetCreateTime(createTime time.Time)
- func (o *SparseHTTPResourceSpec) SetDescription(description string)
- func (o *SparseHTTPResourceSpec) SetIdentifier(id string)
- func (o *SparseHTTPResourceSpec) SetMetadata(metadata []string)
- func (o *SparseHTTPResourceSpec) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseHTTPResourceSpec) SetName(name string)
- func (o *SparseHTTPResourceSpec) SetNamespace(namespace string)
- func (o *SparseHTTPResourceSpec) SetNormalizedTags(normalizedTags []string)
- func (o *SparseHTTPResourceSpec) SetPropagate(propagate bool)
- func (o *SparseHTTPResourceSpec) SetProtected(protected bool)
- func (o *SparseHTTPResourceSpec) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseHTTPResourceSpec) SetUpdateTime(updateTime time.Time)
- func (o *SparseHTTPResourceSpec) SetZHash(zHash int)
- func (o *SparseHTTPResourceSpec) SetZone(zone int)
- func (o *SparseHTTPResourceSpec) ToPlain() elemental.PlainIdentifiable
- func (o *SparseHTTPResourceSpec) Version() int
- type SparseHTTPResourceSpecsList
- func (o SparseHTTPResourceSpecsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseHTTPResourceSpecsList) Copy() elemental.Identifiables
- func (o SparseHTTPResourceSpecsList) DefaultOrder() []string
- func (o SparseHTTPResourceSpecsList) Identity() elemental.Identity
- func (o SparseHTTPResourceSpecsList) List() elemental.IdentifiablesList
- func (o SparseHTTPResourceSpecsList) ToPlain() elemental.IdentifiablesList
- func (o SparseHTTPResourceSpecsList) Version() int
- type SparseHealthCheck
- func (o *SparseHealthCheck) DeepCopy() *SparseHealthCheck
- func (o *SparseHealthCheck) DeepCopyInto(out *SparseHealthCheck)
- func (o *SparseHealthCheck) GetBSON() (interface{}, error)
- func (o *SparseHealthCheck) Identifier() string
- func (o *SparseHealthCheck) Identity() elemental.Identity
- func (o *SparseHealthCheck) SetBSON(raw bson.Raw) error
- func (o *SparseHealthCheck) SetIdentifier(id string)
- func (o *SparseHealthCheck) ToPlain() elemental.PlainIdentifiable
- func (o *SparseHealthCheck) Version() int
- type SparseHealthChecksList
- func (o SparseHealthChecksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseHealthChecksList) Copy() elemental.Identifiables
- func (o SparseHealthChecksList) DefaultOrder() []string
- func (o SparseHealthChecksList) Identity() elemental.Identity
- func (o SparseHealthChecksList) List() elemental.IdentifiablesList
- func (o SparseHealthChecksList) ToPlain() elemental.IdentifiablesList
- func (o SparseHealthChecksList) Version() int
- type SparseHit
- func (o *SparseHit) DeepCopy() *SparseHit
- func (o *SparseHit) DeepCopyInto(out *SparseHit)
- func (o *SparseHit) GetBSON() (interface{}, error)
- func (o *SparseHit) Identifier() string
- func (o *SparseHit) Identity() elemental.Identity
- func (o *SparseHit) SetBSON(raw bson.Raw) error
- func (o *SparseHit) SetIdentifier(id string)
- func (o *SparseHit) ToPlain() elemental.PlainIdentifiable
- func (o *SparseHit) Version() int
- type SparseHitsList
- func (o SparseHitsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseHitsList) Copy() elemental.Identifiables
- func (o SparseHitsList) DefaultOrder() []string
- func (o SparseHitsList) Identity() elemental.Identity
- func (o SparseHitsList) List() elemental.IdentifiablesList
- func (o SparseHitsList) ToPlain() elemental.IdentifiablesList
- func (o SparseHitsList) Version() int
- type SparseHookPoliciesList
- func (o SparseHookPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseHookPoliciesList) Copy() elemental.Identifiables
- func (o SparseHookPoliciesList) DefaultOrder() []string
- func (o SparseHookPoliciesList) Identity() elemental.Identity
- func (o SparseHookPoliciesList) List() elemental.IdentifiablesList
- func (o SparseHookPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseHookPoliciesList) Version() int
- type SparseHookPolicy
- func (o *SparseHookPolicy) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseHookPolicy) DeepCopy() *SparseHookPolicy
- func (o *SparseHookPolicy) DeepCopyInto(out *SparseHookPolicy)
- func (o *SparseHookPolicy) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseHookPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseHookPolicy) GetAssociatedTags() (out []string)
- func (o *SparseHookPolicy) GetBSON() (interface{}, error)
- func (o *SparseHookPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseHookPolicy) GetCreateTime() (out time.Time)
- func (o *SparseHookPolicy) GetDescription() (out string)
- func (o *SparseHookPolicy) GetDisabled() (out bool)
- func (o *SparseHookPolicy) GetExpirationTime() (out time.Time)
- func (o *SparseHookPolicy) GetFallback() (out bool)
- func (o *SparseHookPolicy) GetMetadata() (out []string)
- func (o *SparseHookPolicy) GetName() (out string)
- func (o *SparseHookPolicy) GetNamespace() (out string)
- func (o *SparseHookPolicy) GetNormalizedTags() (out []string)
- func (o *SparseHookPolicy) GetPropagate() (out bool)
- func (o *SparseHookPolicy) GetPropagationHidden() (out bool)
- func (o *SparseHookPolicy) GetProtected() (out bool)
- func (o *SparseHookPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseHookPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseHookPolicy) Identifier() string
- func (o *SparseHookPolicy) Identity() elemental.Identity
- func (o *SparseHookPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseHookPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseHookPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseHookPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseHookPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseHookPolicy) SetDescription(description string)
- func (o *SparseHookPolicy) SetDisabled(disabled bool)
- func (o *SparseHookPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SparseHookPolicy) SetFallback(fallback bool)
- func (o *SparseHookPolicy) SetIdentifier(id string)
- func (o *SparseHookPolicy) SetMetadata(metadata []string)
- func (o *SparseHookPolicy) SetName(name string)
- func (o *SparseHookPolicy) SetNamespace(namespace string)
- func (o *SparseHookPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseHookPolicy) SetPropagate(propagate bool)
- func (o *SparseHookPolicy) SetPropagationHidden(propagationHidden bool)
- func (o *SparseHookPolicy) SetProtected(protected bool)
- func (o *SparseHookPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseHookPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseHookPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseHookPolicy) Version() int
- type SparseHostService
- func (o *SparseHostService) DeepCopy() *SparseHostService
- func (o *SparseHostService) DeepCopyInto(out *SparseHostService)
- func (o *SparseHostService) GetAnnotations() (out map[string][]string)
- func (o *SparseHostService) GetArchived() (out bool)
- func (o *SparseHostService) GetAssociatedTags() (out []string)
- func (o *SparseHostService) GetBSON() (interface{}, error)
- func (o *SparseHostService) GetCreateIdempotencyKey() (out string)
- func (o *SparseHostService) GetCreateTime() (out time.Time)
- func (o *SparseHostService) GetDescription() (out string)
- func (o *SparseHostService) GetMetadata() (out []string)
- func (o *SparseHostService) GetMigrationsLog() (out map[string]string)
- func (o *SparseHostService) GetName() (out string)
- func (o *SparseHostService) GetNamespace() (out string)
- func (o *SparseHostService) GetNormalizedTags() (out []string)
- func (o *SparseHostService) GetPropagate() (out bool)
- func (o *SparseHostService) GetProtected() (out bool)
- func (o *SparseHostService) GetUpdateIdempotencyKey() (out string)
- func (o *SparseHostService) GetUpdateTime() (out time.Time)
- func (o *SparseHostService) GetZHash() (out int)
- func (o *SparseHostService) GetZone() (out int)
- func (o *SparseHostService) Identifier() string
- func (o *SparseHostService) Identity() elemental.Identity
- func (o *SparseHostService) SetAnnotations(annotations map[string][]string)
- func (o *SparseHostService) SetArchived(archived bool)
- func (o *SparseHostService) SetAssociatedTags(associatedTags []string)
- func (o *SparseHostService) SetBSON(raw bson.Raw) error
- func (o *SparseHostService) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseHostService) SetCreateTime(createTime time.Time)
- func (o *SparseHostService) SetDescription(description string)
- func (o *SparseHostService) SetIdentifier(id string)
- func (o *SparseHostService) SetMetadata(metadata []string)
- func (o *SparseHostService) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseHostService) SetName(name string)
- func (o *SparseHostService) SetNamespace(namespace string)
- func (o *SparseHostService) SetNormalizedTags(normalizedTags []string)
- func (o *SparseHostService) SetPropagate(propagate bool)
- func (o *SparseHostService) SetProtected(protected bool)
- func (o *SparseHostService) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseHostService) SetUpdateTime(updateTime time.Time)
- func (o *SparseHostService) SetZHash(zHash int)
- func (o *SparseHostService) SetZone(zone int)
- func (o *SparseHostService) ToPlain() elemental.PlainIdentifiable
- func (o *SparseHostService) Version() int
- type SparseHostServiceMappingPoliciesList
- func (o SparseHostServiceMappingPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseHostServiceMappingPoliciesList) Copy() elemental.Identifiables
- func (o SparseHostServiceMappingPoliciesList) DefaultOrder() []string
- func (o SparseHostServiceMappingPoliciesList) Identity() elemental.Identity
- func (o SparseHostServiceMappingPoliciesList) List() elemental.IdentifiablesList
- func (o SparseHostServiceMappingPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseHostServiceMappingPoliciesList) Version() int
- type SparseHostServiceMappingPolicy
- func (o *SparseHostServiceMappingPolicy) DeepCopy() *SparseHostServiceMappingPolicy
- func (o *SparseHostServiceMappingPolicy) DeepCopyInto(out *SparseHostServiceMappingPolicy)
- func (o *SparseHostServiceMappingPolicy) GetActiveDuration() (out string)
- func (o *SparseHostServiceMappingPolicy) GetActiveSchedule() (out string)
- func (o *SparseHostServiceMappingPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseHostServiceMappingPolicy) GetAssociatedTags() (out []string)
- func (o *SparseHostServiceMappingPolicy) GetBSON() (interface{}, error)
- func (o *SparseHostServiceMappingPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseHostServiceMappingPolicy) GetCreateTime() (out time.Time)
- func (o *SparseHostServiceMappingPolicy) GetDescription() (out string)
- func (o *SparseHostServiceMappingPolicy) GetDisabled() (out bool)
- func (o *SparseHostServiceMappingPolicy) GetFallback() (out bool)
- func (o *SparseHostServiceMappingPolicy) GetMetadata() (out []string)
- func (o *SparseHostServiceMappingPolicy) GetName() (out string)
- func (o *SparseHostServiceMappingPolicy) GetNamespace() (out string)
- func (o *SparseHostServiceMappingPolicy) GetNormalizedTags() (out []string)
- func (o *SparseHostServiceMappingPolicy) GetPropagate() (out bool)
- func (o *SparseHostServiceMappingPolicy) GetProtected() (out bool)
- func (o *SparseHostServiceMappingPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseHostServiceMappingPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseHostServiceMappingPolicy) Identifier() string
- func (o *SparseHostServiceMappingPolicy) Identity() elemental.Identity
- func (o *SparseHostServiceMappingPolicy) SetActiveDuration(activeDuration string)
- func (o *SparseHostServiceMappingPolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseHostServiceMappingPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseHostServiceMappingPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseHostServiceMappingPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseHostServiceMappingPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseHostServiceMappingPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseHostServiceMappingPolicy) SetDescription(description string)
- func (o *SparseHostServiceMappingPolicy) SetDisabled(disabled bool)
- func (o *SparseHostServiceMappingPolicy) SetFallback(fallback bool)
- func (o *SparseHostServiceMappingPolicy) SetIdentifier(id string)
- func (o *SparseHostServiceMappingPolicy) SetMetadata(metadata []string)
- func (o *SparseHostServiceMappingPolicy) SetName(name string)
- func (o *SparseHostServiceMappingPolicy) SetNamespace(namespace string)
- func (o *SparseHostServiceMappingPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseHostServiceMappingPolicy) SetPropagate(propagate bool)
- func (o *SparseHostServiceMappingPolicy) SetProtected(protected bool)
- func (o *SparseHostServiceMappingPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseHostServiceMappingPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseHostServiceMappingPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseHostServiceMappingPolicy) Version() int
- type SparseHostServicesList
- func (o SparseHostServicesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseHostServicesList) Copy() elemental.Identifiables
- func (o SparseHostServicesList) DefaultOrder() []string
- func (o SparseHostServicesList) Identity() elemental.Identity
- func (o SparseHostServicesList) List() elemental.IdentifiablesList
- func (o SparseHostServicesList) ToPlain() elemental.IdentifiablesList
- func (o SparseHostServicesList) Version() int
- type SparseIPInfo
- func (o *SparseIPInfo) DeepCopy() *SparseIPInfo
- func (o *SparseIPInfo) DeepCopyInto(out *SparseIPInfo)
- func (o *SparseIPInfo) GetBSON() (interface{}, error)
- func (o *SparseIPInfo) Identifier() string
- func (o *SparseIPInfo) Identity() elemental.Identity
- func (o *SparseIPInfo) SetBSON(raw bson.Raw) error
- func (o *SparseIPInfo) SetIdentifier(id string)
- func (o *SparseIPInfo) ToPlain() elemental.PlainIdentifiable
- func (o *SparseIPInfo) Version() int
- type SparseIPInfosList
- func (o SparseIPInfosList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseIPInfosList) Copy() elemental.Identifiables
- func (o SparseIPInfosList) DefaultOrder() []string
- func (o SparseIPInfosList) Identity() elemental.Identity
- func (o SparseIPInfosList) List() elemental.IdentifiablesList
- func (o SparseIPInfosList) ToPlain() elemental.IdentifiablesList
- func (o SparseIPInfosList) Version() int
- type SparseImport
- func (o *SparseImport) DeepCopy() *SparseImport
- func (o *SparseImport) DeepCopyInto(out *SparseImport)
- func (o *SparseImport) GetBSON() (interface{}, error)
- func (o *SparseImport) Identifier() string
- func (o *SparseImport) Identity() elemental.Identity
- func (o *SparseImport) SetBSON(raw bson.Raw) error
- func (o *SparseImport) SetIdentifier(id string)
- func (o *SparseImport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseImport) Version() int
- type SparseImportReference
- func (o *SparseImportReference) DeepCopy() *SparseImportReference
- func (o *SparseImportReference) DeepCopyInto(out *SparseImportReference)
- func (o *SparseImportReference) GetAnnotations() (out map[string][]string)
- func (o *SparseImportReference) GetAssociatedTags() (out []string)
- func (o *SparseImportReference) GetBSON() (interface{}, error)
- func (o *SparseImportReference) GetCreateIdempotencyKey() (out string)
- func (o *SparseImportReference) GetCreateTime() (out time.Time)
- func (o *SparseImportReference) GetDescription() (out string)
- func (o *SparseImportReference) GetMetadata() (out []string)
- func (o *SparseImportReference) GetMigrationsLog() (out map[string]string)
- func (o *SparseImportReference) GetName() (out string)
- func (o *SparseImportReference) GetNamespace() (out string)
- func (o *SparseImportReference) GetNormalizedTags() (out []string)
- func (o *SparseImportReference) GetProtected() (out bool)
- func (o *SparseImportReference) GetUpdateIdempotencyKey() (out string)
- func (o *SparseImportReference) GetUpdateTime() (out time.Time)
- func (o *SparseImportReference) GetZHash() (out int)
- func (o *SparseImportReference) GetZone() (out int)
- func (o *SparseImportReference) Identifier() string
- func (o *SparseImportReference) Identity() elemental.Identity
- func (o *SparseImportReference) SetAnnotations(annotations map[string][]string)
- func (o *SparseImportReference) SetAssociatedTags(associatedTags []string)
- func (o *SparseImportReference) SetBSON(raw bson.Raw) error
- func (o *SparseImportReference) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseImportReference) SetCreateTime(createTime time.Time)
- func (o *SparseImportReference) SetDescription(description string)
- func (o *SparseImportReference) SetIdentifier(id string)
- func (o *SparseImportReference) SetMetadata(metadata []string)
- func (o *SparseImportReference) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseImportReference) SetName(name string)
- func (o *SparseImportReference) SetNamespace(namespace string)
- func (o *SparseImportReference) SetNormalizedTags(normalizedTags []string)
- func (o *SparseImportReference) SetProtected(protected bool)
- func (o *SparseImportReference) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseImportReference) SetUpdateTime(updateTime time.Time)
- func (o *SparseImportReference) SetZHash(zHash int)
- func (o *SparseImportReference) SetZone(zone int)
- func (o *SparseImportReference) ToPlain() elemental.PlainIdentifiable
- func (o *SparseImportReference) Version() int
- type SparseImportReferencesList
- func (o SparseImportReferencesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseImportReferencesList) Copy() elemental.Identifiables
- func (o SparseImportReferencesList) DefaultOrder() []string
- func (o SparseImportReferencesList) Identity() elemental.Identity
- func (o SparseImportReferencesList) List() elemental.IdentifiablesList
- func (o SparseImportReferencesList) ToPlain() elemental.IdentifiablesList
- func (o SparseImportReferencesList) Version() int
- type SparseImportRequest
- func (o *SparseImportRequest) DeepCopy() *SparseImportRequest
- func (o *SparseImportRequest) DeepCopyInto(out *SparseImportRequest)
- func (o *SparseImportRequest) GetAnnotations() (out map[string][]string)
- func (o *SparseImportRequest) GetAssociatedTags() (out []string)
- func (o *SparseImportRequest) GetBSON() (interface{}, error)
- func (o *SparseImportRequest) GetCreateIdempotencyKey() (out string)
- func (o *SparseImportRequest) GetCreateTime() (out time.Time)
- func (o *SparseImportRequest) GetDescription() (out string)
- func (o *SparseImportRequest) GetMigrationsLog() (out map[string]string)
- func (o *SparseImportRequest) GetNamespace() (out string)
- func (o *SparseImportRequest) GetNormalizedTags() (out []string)
- func (o *SparseImportRequest) GetProtected() (out bool)
- func (o *SparseImportRequest) GetUpdateIdempotencyKey() (out string)
- func (o *SparseImportRequest) GetUpdateTime() (out time.Time)
- func (o *SparseImportRequest) GetZHash() (out int)
- func (o *SparseImportRequest) GetZone() (out int)
- func (o *SparseImportRequest) Identifier() string
- func (o *SparseImportRequest) Identity() elemental.Identity
- func (o *SparseImportRequest) SetAnnotations(annotations map[string][]string)
- func (o *SparseImportRequest) SetAssociatedTags(associatedTags []string)
- func (o *SparseImportRequest) SetBSON(raw bson.Raw) error
- func (o *SparseImportRequest) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseImportRequest) SetCreateTime(createTime time.Time)
- func (o *SparseImportRequest) SetDescription(description string)
- func (o *SparseImportRequest) SetIdentifier(id string)
- func (o *SparseImportRequest) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseImportRequest) SetNamespace(namespace string)
- func (o *SparseImportRequest) SetNormalizedTags(normalizedTags []string)
- func (o *SparseImportRequest) SetProtected(protected bool)
- func (o *SparseImportRequest) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseImportRequest) SetUpdateTime(updateTime time.Time)
- func (o *SparseImportRequest) SetZHash(zHash int)
- func (o *SparseImportRequest) SetZone(zone int)
- func (o *SparseImportRequest) ToPlain() elemental.PlainIdentifiable
- func (o *SparseImportRequest) Version() int
- type SparseImportRequestsList
- func (o SparseImportRequestsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseImportRequestsList) Copy() elemental.Identifiables
- func (o SparseImportRequestsList) DefaultOrder() []string
- func (o SparseImportRequestsList) Identity() elemental.Identity
- func (o SparseImportRequestsList) List() elemental.IdentifiablesList
- func (o SparseImportRequestsList) ToPlain() elemental.IdentifiablesList
- func (o SparseImportRequestsList) Version() int
- type SparseImportsList
- func (o SparseImportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseImportsList) Copy() elemental.Identifiables
- func (o SparseImportsList) DefaultOrder() []string
- func (o SparseImportsList) Identity() elemental.Identity
- func (o SparseImportsList) List() elemental.IdentifiablesList
- func (o SparseImportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseImportsList) Version() int
- type SparseInfrastructurePoliciesList
- func (o SparseInfrastructurePoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseInfrastructurePoliciesList) Copy() elemental.Identifiables
- func (o SparseInfrastructurePoliciesList) DefaultOrder() []string
- func (o SparseInfrastructurePoliciesList) Identity() elemental.Identity
- func (o SparseInfrastructurePoliciesList) List() elemental.IdentifiablesList
- func (o SparseInfrastructurePoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseInfrastructurePoliciesList) Version() int
- type SparseInfrastructurePolicy
- func (o *SparseInfrastructurePolicy) DeepCopy() *SparseInfrastructurePolicy
- func (o *SparseInfrastructurePolicy) DeepCopyInto(out *SparseInfrastructurePolicy)
- func (o *SparseInfrastructurePolicy) GetActiveDuration() (out string)
- func (o *SparseInfrastructurePolicy) GetActiveSchedule() (out string)
- func (o *SparseInfrastructurePolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseInfrastructurePolicy) GetAssociatedTags() (out []string)
- func (o *SparseInfrastructurePolicy) GetBSON() (interface{}, error)
- func (o *SparseInfrastructurePolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseInfrastructurePolicy) GetCreateTime() (out time.Time)
- func (o *SparseInfrastructurePolicy) GetDescription() (out string)
- func (o *SparseInfrastructurePolicy) GetDisabled() (out bool)
- func (o *SparseInfrastructurePolicy) GetExpirationTime() (out time.Time)
- func (o *SparseInfrastructurePolicy) GetMetadata() (out []string)
- func (o *SparseInfrastructurePolicy) GetName() (out string)
- func (o *SparseInfrastructurePolicy) GetNamespace() (out string)
- func (o *SparseInfrastructurePolicy) GetNormalizedTags() (out []string)
- func (o *SparseInfrastructurePolicy) GetProtected() (out bool)
- func (o *SparseInfrastructurePolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseInfrastructurePolicy) GetUpdateTime() (out time.Time)
- func (o *SparseInfrastructurePolicy) Identifier() string
- func (o *SparseInfrastructurePolicy) Identity() elemental.Identity
- func (o *SparseInfrastructurePolicy) SetActiveDuration(activeDuration string)
- func (o *SparseInfrastructurePolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseInfrastructurePolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseInfrastructurePolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseInfrastructurePolicy) SetBSON(raw bson.Raw) error
- func (o *SparseInfrastructurePolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseInfrastructurePolicy) SetCreateTime(createTime time.Time)
- func (o *SparseInfrastructurePolicy) SetDescription(description string)
- func (o *SparseInfrastructurePolicy) SetDisabled(disabled bool)
- func (o *SparseInfrastructurePolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SparseInfrastructurePolicy) SetIdentifier(id string)
- func (o *SparseInfrastructurePolicy) SetMetadata(metadata []string)
- func (o *SparseInfrastructurePolicy) SetName(name string)
- func (o *SparseInfrastructurePolicy) SetNamespace(namespace string)
- func (o *SparseInfrastructurePolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseInfrastructurePolicy) SetProtected(protected bool)
- func (o *SparseInfrastructurePolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseInfrastructurePolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseInfrastructurePolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseInfrastructurePolicy) Version() int
- type SparseInstalledApp
- func (o *SparseInstalledApp) DeepCopy() *SparseInstalledApp
- func (o *SparseInstalledApp) DeepCopyInto(out *SparseInstalledApp)
- func (o *SparseInstalledApp) GetAnnotations() (out map[string][]string)
- func (o *SparseInstalledApp) GetAssociatedTags() (out []string)
- func (o *SparseInstalledApp) GetBSON() (interface{}, error)
- func (o *SparseInstalledApp) GetCreateIdempotencyKey() (out string)
- func (o *SparseInstalledApp) GetCreateTime() (out time.Time)
- func (o *SparseInstalledApp) GetMigrationsLog() (out map[string]string)
- func (o *SparseInstalledApp) GetName() (out string)
- func (o *SparseInstalledApp) GetNamespace() (out string)
- func (o *SparseInstalledApp) GetNormalizedTags() (out []string)
- func (o *SparseInstalledApp) GetProtected() (out bool)
- func (o *SparseInstalledApp) GetUpdateIdempotencyKey() (out string)
- func (o *SparseInstalledApp) GetUpdateTime() (out time.Time)
- func (o *SparseInstalledApp) GetZHash() (out int)
- func (o *SparseInstalledApp) GetZone() (out int)
- func (o *SparseInstalledApp) Identifier() string
- func (o *SparseInstalledApp) Identity() elemental.Identity
- func (o *SparseInstalledApp) SetAnnotations(annotations map[string][]string)
- func (o *SparseInstalledApp) SetAssociatedTags(associatedTags []string)
- func (o *SparseInstalledApp) SetBSON(raw bson.Raw) error
- func (o *SparseInstalledApp) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseInstalledApp) SetCreateTime(createTime time.Time)
- func (o *SparseInstalledApp) SetIdentifier(id string)
- func (o *SparseInstalledApp) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseInstalledApp) SetName(name string)
- func (o *SparseInstalledApp) SetNamespace(namespace string)
- func (o *SparseInstalledApp) SetNormalizedTags(normalizedTags []string)
- func (o *SparseInstalledApp) SetProtected(protected bool)
- func (o *SparseInstalledApp) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseInstalledApp) SetUpdateTime(updateTime time.Time)
- func (o *SparseInstalledApp) SetZHash(zHash int)
- func (o *SparseInstalledApp) SetZone(zone int)
- func (o *SparseInstalledApp) ToPlain() elemental.PlainIdentifiable
- func (o *SparseInstalledApp) Version() int
- type SparseInstalledAppsList
- func (o SparseInstalledAppsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseInstalledAppsList) Copy() elemental.Identifiables
- func (o SparseInstalledAppsList) DefaultOrder() []string
- func (o SparseInstalledAppsList) Identity() elemental.Identity
- func (o SparseInstalledAppsList) List() elemental.IdentifiablesList
- func (o SparseInstalledAppsList) ToPlain() elemental.IdentifiablesList
- func (o SparseInstalledAppsList) Version() int
- type SparseIsolationProfile
- func (o *SparseIsolationProfile) DeepCopy() *SparseIsolationProfile
- func (o *SparseIsolationProfile) DeepCopyInto(out *SparseIsolationProfile)
- func (o *SparseIsolationProfile) GetAnnotations() (out map[string][]string)
- func (o *SparseIsolationProfile) GetAssociatedTags() (out []string)
- func (o *SparseIsolationProfile) GetBSON() (interface{}, error)
- func (o *SparseIsolationProfile) GetCreateIdempotencyKey() (out string)
- func (o *SparseIsolationProfile) GetCreateTime() (out time.Time)
- func (o *SparseIsolationProfile) GetDescription() (out string)
- func (o *SparseIsolationProfile) GetMetadata() (out []string)
- func (o *SparseIsolationProfile) GetMigrationsLog() (out map[string]string)
- func (o *SparseIsolationProfile) GetName() (out string)
- func (o *SparseIsolationProfile) GetNamespace() (out string)
- func (o *SparseIsolationProfile) GetNormalizedTags() (out []string)
- func (o *SparseIsolationProfile) GetPropagate() (out bool)
- func (o *SparseIsolationProfile) GetProtected() (out bool)
- func (o *SparseIsolationProfile) GetUpdateIdempotencyKey() (out string)
- func (o *SparseIsolationProfile) GetUpdateTime() (out time.Time)
- func (o *SparseIsolationProfile) GetZHash() (out int)
- func (o *SparseIsolationProfile) GetZone() (out int)
- func (o *SparseIsolationProfile) Identifier() string
- func (o *SparseIsolationProfile) Identity() elemental.Identity
- func (o *SparseIsolationProfile) SetAnnotations(annotations map[string][]string)
- func (o *SparseIsolationProfile) SetAssociatedTags(associatedTags []string)
- func (o *SparseIsolationProfile) SetBSON(raw bson.Raw) error
- func (o *SparseIsolationProfile) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseIsolationProfile) SetCreateTime(createTime time.Time)
- func (o *SparseIsolationProfile) SetDescription(description string)
- func (o *SparseIsolationProfile) SetIdentifier(id string)
- func (o *SparseIsolationProfile) SetMetadata(metadata []string)
- func (o *SparseIsolationProfile) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseIsolationProfile) SetName(name string)
- func (o *SparseIsolationProfile) SetNamespace(namespace string)
- func (o *SparseIsolationProfile) SetNormalizedTags(normalizedTags []string)
- func (o *SparseIsolationProfile) SetPropagate(propagate bool)
- func (o *SparseIsolationProfile) SetProtected(protected bool)
- func (o *SparseIsolationProfile) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseIsolationProfile) SetUpdateTime(updateTime time.Time)
- func (o *SparseIsolationProfile) SetZHash(zHash int)
- func (o *SparseIsolationProfile) SetZone(zone int)
- func (o *SparseIsolationProfile) ToPlain() elemental.PlainIdentifiable
- func (o *SparseIsolationProfile) Version() int
- type SparseIsolationProfilesList
- func (o SparseIsolationProfilesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseIsolationProfilesList) Copy() elemental.Identifiables
- func (o SparseIsolationProfilesList) DefaultOrder() []string
- func (o SparseIsolationProfilesList) Identity() elemental.Identity
- func (o SparseIsolationProfilesList) List() elemental.IdentifiablesList
- func (o SparseIsolationProfilesList) ToPlain() elemental.IdentifiablesList
- func (o SparseIsolationProfilesList) Version() int
- type SparseIssue
- func (o *SparseIssue) DeepCopy() *SparseIssue
- func (o *SparseIssue) DeepCopyInto(out *SparseIssue)
- func (o *SparseIssue) GetBSON() (interface{}, error)
- func (o *SparseIssue) Identifier() string
- func (o *SparseIssue) Identity() elemental.Identity
- func (o *SparseIssue) SetBSON(raw bson.Raw) error
- func (o *SparseIssue) SetIdentifier(id string)
- func (o *SparseIssue) ToPlain() elemental.PlainIdentifiable
- func (o *SparseIssue) Version() int
- type SparseIssueServiceToken
- func (o *SparseIssueServiceToken) DeepCopy() *SparseIssueServiceToken
- func (o *SparseIssueServiceToken) DeepCopyInto(out *SparseIssueServiceToken)
- func (o *SparseIssueServiceToken) GetBSON() (interface{}, error)
- func (o *SparseIssueServiceToken) Identifier() string
- func (o *SparseIssueServiceToken) Identity() elemental.Identity
- func (o *SparseIssueServiceToken) SetBSON(raw bson.Raw) error
- func (o *SparseIssueServiceToken) SetIdentifier(id string)
- func (o *SparseIssueServiceToken) ToPlain() elemental.PlainIdentifiable
- func (o *SparseIssueServiceToken) Version() int
- type SparseIssueServiceTokensList
- func (o SparseIssueServiceTokensList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseIssueServiceTokensList) Copy() elemental.Identifiables
- func (o SparseIssueServiceTokensList) DefaultOrder() []string
- func (o SparseIssueServiceTokensList) Identity() elemental.Identity
- func (o SparseIssueServiceTokensList) List() elemental.IdentifiablesList
- func (o SparseIssueServiceTokensList) ToPlain() elemental.IdentifiablesList
- func (o SparseIssueServiceTokensList) Version() int
- type SparseIssuesList
- func (o SparseIssuesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseIssuesList) Copy() elemental.Identifiables
- func (o SparseIssuesList) DefaultOrder() []string
- func (o SparseIssuesList) Identity() elemental.Identity
- func (o SparseIssuesList) List() elemental.IdentifiablesList
- func (o SparseIssuesList) ToPlain() elemental.IdentifiablesList
- func (o SparseIssuesList) Version() int
- type SparseKubernetesCluster
- func (o *SparseKubernetesCluster) DeepCopy() *SparseKubernetesCluster
- func (o *SparseKubernetesCluster) DeepCopyInto(out *SparseKubernetesCluster)
- func (o *SparseKubernetesCluster) GetAnnotations() (out map[string][]string)
- func (o *SparseKubernetesCluster) GetAssociatedTags() (out []string)
- func (o *SparseKubernetesCluster) GetBSON() (interface{}, error)
- func (o *SparseKubernetesCluster) GetCreateIdempotencyKey() (out string)
- func (o *SparseKubernetesCluster) GetCreateTime() (out time.Time)
- func (o *SparseKubernetesCluster) GetDescription() (out string)
- func (o *SparseKubernetesCluster) GetMetadata() (out []string)
- func (o *SparseKubernetesCluster) GetMigrationsLog() (out map[string]string)
- func (o *SparseKubernetesCluster) GetName() (out string)
- func (o *SparseKubernetesCluster) GetNamespace() (out string)
- func (o *SparseKubernetesCluster) GetNormalizedTags() (out []string)
- func (o *SparseKubernetesCluster) GetProtected() (out bool)
- func (o *SparseKubernetesCluster) GetUpdateIdempotencyKey() (out string)
- func (o *SparseKubernetesCluster) GetUpdateTime() (out time.Time)
- func (o *SparseKubernetesCluster) GetZHash() (out int)
- func (o *SparseKubernetesCluster) GetZone() (out int)
- func (o *SparseKubernetesCluster) Identifier() string
- func (o *SparseKubernetesCluster) Identity() elemental.Identity
- func (o *SparseKubernetesCluster) SetAnnotations(annotations map[string][]string)
- func (o *SparseKubernetesCluster) SetAssociatedTags(associatedTags []string)
- func (o *SparseKubernetesCluster) SetBSON(raw bson.Raw) error
- func (o *SparseKubernetesCluster) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseKubernetesCluster) SetCreateTime(createTime time.Time)
- func (o *SparseKubernetesCluster) SetDescription(description string)
- func (o *SparseKubernetesCluster) SetIdentifier(id string)
- func (o *SparseKubernetesCluster) SetMetadata(metadata []string)
- func (o *SparseKubernetesCluster) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseKubernetesCluster) SetName(name string)
- func (o *SparseKubernetesCluster) SetNamespace(namespace string)
- func (o *SparseKubernetesCluster) SetNormalizedTags(normalizedTags []string)
- func (o *SparseKubernetesCluster) SetProtected(protected bool)
- func (o *SparseKubernetesCluster) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseKubernetesCluster) SetUpdateTime(updateTime time.Time)
- func (o *SparseKubernetesCluster) SetZHash(zHash int)
- func (o *SparseKubernetesCluster) SetZone(zone int)
- func (o *SparseKubernetesCluster) ToPlain() elemental.PlainIdentifiable
- func (o *SparseKubernetesCluster) Version() int
- type SparseKubernetesClustersList
- func (o SparseKubernetesClustersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseKubernetesClustersList) Copy() elemental.Identifiables
- func (o SparseKubernetesClustersList) DefaultOrder() []string
- func (o SparseKubernetesClustersList) Identity() elemental.Identity
- func (o SparseKubernetesClustersList) List() elemental.IdentifiablesList
- func (o SparseKubernetesClustersList) ToPlain() elemental.IdentifiablesList
- func (o SparseKubernetesClustersList) Version() int
- type SparseLDAPProvider
- func (o *SparseLDAPProvider) DeepCopy() *SparseLDAPProvider
- func (o *SparseLDAPProvider) DeepCopyInto(out *SparseLDAPProvider)
- func (o *SparseLDAPProvider) GetAnnotations() (out map[string][]string)
- func (o *SparseLDAPProvider) GetAssociatedTags() (out []string)
- func (o *SparseLDAPProvider) GetBSON() (interface{}, error)
- func (o *SparseLDAPProvider) GetCreateIdempotencyKey() (out string)
- func (o *SparseLDAPProvider) GetCreateTime() (out time.Time)
- func (o *SparseLDAPProvider) GetDescription() (out string)
- func (o *SparseLDAPProvider) GetMigrationsLog() (out map[string]string)
- func (o *SparseLDAPProvider) GetName() (out string)
- func (o *SparseLDAPProvider) GetNamespace() (out string)
- func (o *SparseLDAPProvider) GetNormalizedTags() (out []string)
- func (o *SparseLDAPProvider) GetProtected() (out bool)
- func (o *SparseLDAPProvider) GetUpdateIdempotencyKey() (out string)
- func (o *SparseLDAPProvider) GetUpdateTime() (out time.Time)
- func (o *SparseLDAPProvider) GetZHash() (out int)
- func (o *SparseLDAPProvider) GetZone() (out int)
- func (o *SparseLDAPProvider) Identifier() string
- func (o *SparseLDAPProvider) Identity() elemental.Identity
- func (o *SparseLDAPProvider) SetAnnotations(annotations map[string][]string)
- func (o *SparseLDAPProvider) SetAssociatedTags(associatedTags []string)
- func (o *SparseLDAPProvider) SetBSON(raw bson.Raw) error
- func (o *SparseLDAPProvider) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseLDAPProvider) SetCreateTime(createTime time.Time)
- func (o *SparseLDAPProvider) SetDescription(description string)
- func (o *SparseLDAPProvider) SetIdentifier(id string)
- func (o *SparseLDAPProvider) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseLDAPProvider) SetName(name string)
- func (o *SparseLDAPProvider) SetNamespace(namespace string)
- func (o *SparseLDAPProvider) SetNormalizedTags(normalizedTags []string)
- func (o *SparseLDAPProvider) SetProtected(protected bool)
- func (o *SparseLDAPProvider) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseLDAPProvider) SetUpdateTime(updateTime time.Time)
- func (o *SparseLDAPProvider) SetZHash(zHash int)
- func (o *SparseLDAPProvider) SetZone(zone int)
- func (o *SparseLDAPProvider) ToPlain() elemental.PlainIdentifiable
- func (o *SparseLDAPProvider) Version() int
- type SparseLDAPProvidersList
- func (o SparseLDAPProvidersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseLDAPProvidersList) Copy() elemental.Identifiables
- func (o SparseLDAPProvidersList) DefaultOrder() []string
- func (o SparseLDAPProvidersList) Identity() elemental.Identity
- func (o SparseLDAPProvidersList) List() elemental.IdentifiablesList
- func (o SparseLDAPProvidersList) ToPlain() elemental.IdentifiablesList
- func (o SparseLDAPProvidersList) Version() int
- type SparseLocalCA
- func (o *SparseLocalCA) DeepCopy() *SparseLocalCA
- func (o *SparseLocalCA) DeepCopyInto(out *SparseLocalCA)
- func (o *SparseLocalCA) GetBSON() (interface{}, error)
- func (o *SparseLocalCA) Identifier() string
- func (o *SparseLocalCA) Identity() elemental.Identity
- func (o *SparseLocalCA) SetBSON(raw bson.Raw) error
- func (o *SparseLocalCA) SetIdentifier(id string)
- func (o *SparseLocalCA) ToPlain() elemental.PlainIdentifiable
- func (o *SparseLocalCA) Version() int
- type SparseLocalCAsList
- func (o SparseLocalCAsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseLocalCAsList) Copy() elemental.Identifiables
- func (o SparseLocalCAsList) DefaultOrder() []string
- func (o SparseLocalCAsList) Identity() elemental.Identity
- func (o SparseLocalCAsList) List() elemental.IdentifiablesList
- func (o SparseLocalCAsList) ToPlain() elemental.IdentifiablesList
- func (o SparseLocalCAsList) Version() int
- type SparseLog
- func (o *SparseLog) DeepCopy() *SparseLog
- func (o *SparseLog) DeepCopyInto(out *SparseLog)
- func (o *SparseLog) GetBSON() (interface{}, error)
- func (o *SparseLog) Identifier() string
- func (o *SparseLog) Identity() elemental.Identity
- func (o *SparseLog) SetBSON(raw bson.Raw) error
- func (o *SparseLog) SetIdentifier(id string)
- func (o *SparseLog) ToPlain() elemental.PlainIdentifiable
- func (o *SparseLog) Version() int
- type SparseLogout
- func (o *SparseLogout) DeepCopy() *SparseLogout
- func (o *SparseLogout) DeepCopyInto(out *SparseLogout)
- func (o *SparseLogout) GetBSON() (interface{}, error)
- func (o *SparseLogout) Identifier() string
- func (o *SparseLogout) Identity() elemental.Identity
- func (o *SparseLogout) SetBSON(raw bson.Raw) error
- func (o *SparseLogout) SetIdentifier(id string)
- func (o *SparseLogout) ToPlain() elemental.PlainIdentifiable
- func (o *SparseLogout) Version() int
- type SparseLogoutsList
- func (o SparseLogoutsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseLogoutsList) Copy() elemental.Identifiables
- func (o SparseLogoutsList) DefaultOrder() []string
- func (o SparseLogoutsList) Identity() elemental.Identity
- func (o SparseLogoutsList) List() elemental.IdentifiablesList
- func (o SparseLogoutsList) ToPlain() elemental.IdentifiablesList
- func (o SparseLogoutsList) Version() int
- type SparseLogsList
- func (o SparseLogsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseLogsList) Copy() elemental.Identifiables
- func (o SparseLogsList) DefaultOrder() []string
- func (o SparseLogsList) Identity() elemental.Identity
- func (o SparseLogsList) List() elemental.IdentifiablesList
- func (o SparseLogsList) ToPlain() elemental.IdentifiablesList
- func (o SparseLogsList) Version() int
- type SparseMessage
- func (o *SparseMessage) DeepCopy() *SparseMessage
- func (o *SparseMessage) DeepCopyInto(out *SparseMessage)
- func (o *SparseMessage) GetAnnotations() (out map[string][]string)
- func (o *SparseMessage) GetAssociatedTags() (out []string)
- func (o *SparseMessage) GetBSON() (interface{}, error)
- func (o *SparseMessage) GetCreateIdempotencyKey() (out string)
- func (o *SparseMessage) GetCreateTime() (out time.Time)
- func (o *SparseMessage) GetDescription() (out string)
- func (o *SparseMessage) GetMigrationsLog() (out map[string]string)
- func (o *SparseMessage) GetName() (out string)
- func (o *SparseMessage) GetNamespace() (out string)
- func (o *SparseMessage) GetNormalizedTags() (out []string)
- func (o *SparseMessage) GetPropagate() (out bool)
- func (o *SparseMessage) GetProtected() (out bool)
- func (o *SparseMessage) GetUpdateIdempotencyKey() (out string)
- func (o *SparseMessage) GetUpdateTime() (out time.Time)
- func (o *SparseMessage) GetZHash() (out int)
- func (o *SparseMessage) GetZone() (out int)
- func (o *SparseMessage) Identifier() string
- func (o *SparseMessage) Identity() elemental.Identity
- func (o *SparseMessage) SetAnnotations(annotations map[string][]string)
- func (o *SparseMessage) SetAssociatedTags(associatedTags []string)
- func (o *SparseMessage) SetBSON(raw bson.Raw) error
- func (o *SparseMessage) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseMessage) SetCreateTime(createTime time.Time)
- func (o *SparseMessage) SetDescription(description string)
- func (o *SparseMessage) SetIdentifier(id string)
- func (o *SparseMessage) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseMessage) SetName(name string)
- func (o *SparseMessage) SetNamespace(namespace string)
- func (o *SparseMessage) SetNormalizedTags(normalizedTags []string)
- func (o *SparseMessage) SetPropagate(propagate bool)
- func (o *SparseMessage) SetProtected(protected bool)
- func (o *SparseMessage) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseMessage) SetUpdateTime(updateTime time.Time)
- func (o *SparseMessage) SetZHash(zHash int)
- func (o *SparseMessage) SetZone(zone int)
- func (o *SparseMessage) ToPlain() elemental.PlainIdentifiable
- func (o *SparseMessage) Version() int
- type SparseMessagesList
- func (o SparseMessagesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseMessagesList) Copy() elemental.Identifiables
- func (o SparseMessagesList) DefaultOrder() []string
- func (o SparseMessagesList) Identity() elemental.Identity
- func (o SparseMessagesList) List() elemental.IdentifiablesList
- func (o SparseMessagesList) ToPlain() elemental.IdentifiablesList
- func (o SparseMessagesList) Version() int
- type SparseMetricsQueriesList
- func (o SparseMetricsQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseMetricsQueriesList) Copy() elemental.Identifiables
- func (o SparseMetricsQueriesList) DefaultOrder() []string
- func (o SparseMetricsQueriesList) Identity() elemental.Identity
- func (o SparseMetricsQueriesList) List() elemental.IdentifiablesList
- func (o SparseMetricsQueriesList) ToPlain() elemental.IdentifiablesList
- func (o SparseMetricsQueriesList) Version() int
- type SparseMetricsQuery
- func (o *SparseMetricsQuery) DeepCopy() *SparseMetricsQuery
- func (o *SparseMetricsQuery) DeepCopyInto(out *SparseMetricsQuery)
- func (o *SparseMetricsQuery) GetBSON() (interface{}, error)
- func (o *SparseMetricsQuery) Identifier() string
- func (o *SparseMetricsQuery) Identity() elemental.Identity
- func (o *SparseMetricsQuery) SetBSON(raw bson.Raw) error
- func (o *SparseMetricsQuery) SetIdentifier(id string)
- func (o *SparseMetricsQuery) ToPlain() elemental.PlainIdentifiable
- func (o *SparseMetricsQuery) Version() int
- type SparseMetricsQueryRange
- func (o *SparseMetricsQueryRange) DeepCopy() *SparseMetricsQueryRange
- func (o *SparseMetricsQueryRange) DeepCopyInto(out *SparseMetricsQueryRange)
- func (o *SparseMetricsQueryRange) GetBSON() (interface{}, error)
- func (o *SparseMetricsQueryRange) Identifier() string
- func (o *SparseMetricsQueryRange) Identity() elemental.Identity
- func (o *SparseMetricsQueryRange) SetBSON(raw bson.Raw) error
- func (o *SparseMetricsQueryRange) SetIdentifier(id string)
- func (o *SparseMetricsQueryRange) ToPlain() elemental.PlainIdentifiable
- func (o *SparseMetricsQueryRange) Version() int
- type SparseMetricsQueryRangesList
- func (o SparseMetricsQueryRangesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseMetricsQueryRangesList) Copy() elemental.Identifiables
- func (o SparseMetricsQueryRangesList) DefaultOrder() []string
- func (o SparseMetricsQueryRangesList) Identity() elemental.Identity
- func (o SparseMetricsQueryRangesList) List() elemental.IdentifiablesList
- func (o SparseMetricsQueryRangesList) ToPlain() elemental.IdentifiablesList
- func (o SparseMetricsQueryRangesList) Version() int
- type SparseNamespace
- func (o *SparseNamespace) DeepCopy() *SparseNamespace
- func (o *SparseNamespace) DeepCopyInto(out *SparseNamespace)
- func (o *SparseNamespace) GetAnnotations() (out map[string][]string)
- func (o *SparseNamespace) GetAssociatedTags() (out []string)
- func (o *SparseNamespace) GetBSON() (interface{}, error)
- func (o *SparseNamespace) GetCreateIdempotencyKey() (out string)
- func (o *SparseNamespace) GetCreateTime() (out time.Time)
- func (o *SparseNamespace) GetDescription() (out string)
- func (o *SparseNamespace) GetMetadata() (out []string)
- func (o *SparseNamespace) GetMigrationsLog() (out map[string]string)
- func (o *SparseNamespace) GetName() (out string)
- func (o *SparseNamespace) GetNamespace() (out string)
- func (o *SparseNamespace) GetNormalizedTags() (out []string)
- func (o *SparseNamespace) GetProtected() (out bool)
- func (o *SparseNamespace) GetUpdateIdempotencyKey() (out string)
- func (o *SparseNamespace) GetUpdateTime() (out time.Time)
- func (o *SparseNamespace) GetZHash() (out int)
- func (o *SparseNamespace) GetZone() (out int)
- func (o *SparseNamespace) GetZoning() (out int)
- func (o *SparseNamespace) Identifier() string
- func (o *SparseNamespace) Identity() elemental.Identity
- func (o *SparseNamespace) SetAnnotations(annotations map[string][]string)
- func (o *SparseNamespace) SetAssociatedTags(associatedTags []string)
- func (o *SparseNamespace) SetBSON(raw bson.Raw) error
- func (o *SparseNamespace) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseNamespace) SetCreateTime(createTime time.Time)
- func (o *SparseNamespace) SetDescription(description string)
- func (o *SparseNamespace) SetIdentifier(id string)
- func (o *SparseNamespace) SetMetadata(metadata []string)
- func (o *SparseNamespace) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseNamespace) SetName(name string)
- func (o *SparseNamespace) SetNamespace(namespace string)
- func (o *SparseNamespace) SetNormalizedTags(normalizedTags []string)
- func (o *SparseNamespace) SetProtected(protected bool)
- func (o *SparseNamespace) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseNamespace) SetUpdateTime(updateTime time.Time)
- func (o *SparseNamespace) SetZHash(zHash int)
- func (o *SparseNamespace) SetZone(zone int)
- func (o *SparseNamespace) SetZoning(zoning int)
- func (o *SparseNamespace) ToPlain() elemental.PlainIdentifiable
- func (o *SparseNamespace) Version() int
- type SparseNamespaceInfo
- func (o *SparseNamespaceInfo) DeepCopy() *SparseNamespaceInfo
- func (o *SparseNamespaceInfo) DeepCopyInto(out *SparseNamespaceInfo)
- func (o *SparseNamespaceInfo) GetBSON() (interface{}, error)
- func (o *SparseNamespaceInfo) Identifier() string
- func (o *SparseNamespaceInfo) Identity() elemental.Identity
- func (o *SparseNamespaceInfo) SetBSON(raw bson.Raw) error
- func (o *SparseNamespaceInfo) SetIdentifier(id string)
- func (o *SparseNamespaceInfo) ToPlain() elemental.PlainIdentifiable
- func (o *SparseNamespaceInfo) Version() int
- type SparseNamespaceInfosList
- func (o SparseNamespaceInfosList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseNamespaceInfosList) Copy() elemental.Identifiables
- func (o SparseNamespaceInfosList) DefaultOrder() []string
- func (o SparseNamespaceInfosList) Identity() elemental.Identity
- func (o SparseNamespaceInfosList) List() elemental.IdentifiablesList
- func (o SparseNamespaceInfosList) ToPlain() elemental.IdentifiablesList
- func (o SparseNamespaceInfosList) Version() int
- type SparseNamespaceMappingPoliciesList
- func (o SparseNamespaceMappingPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseNamespaceMappingPoliciesList) Copy() elemental.Identifiables
- func (o SparseNamespaceMappingPoliciesList) DefaultOrder() []string
- func (o SparseNamespaceMappingPoliciesList) Identity() elemental.Identity
- func (o SparseNamespaceMappingPoliciesList) List() elemental.IdentifiablesList
- func (o SparseNamespaceMappingPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseNamespaceMappingPoliciesList) Version() int
- type SparseNamespaceMappingPolicy
- func (o *SparseNamespaceMappingPolicy) DeepCopy() *SparseNamespaceMappingPolicy
- func (o *SparseNamespaceMappingPolicy) DeepCopyInto(out *SparseNamespaceMappingPolicy)
- func (o *SparseNamespaceMappingPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseNamespaceMappingPolicy) GetAssociatedTags() (out []string)
- func (o *SparseNamespaceMappingPolicy) GetBSON() (interface{}, error)
- func (o *SparseNamespaceMappingPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseNamespaceMappingPolicy) GetCreateTime() (out time.Time)
- func (o *SparseNamespaceMappingPolicy) GetDescription() (out string)
- func (o *SparseNamespaceMappingPolicy) GetDisabled() (out bool)
- func (o *SparseNamespaceMappingPolicy) GetMetadata() (out []string)
- func (o *SparseNamespaceMappingPolicy) GetName() (out string)
- func (o *SparseNamespaceMappingPolicy) GetNamespace() (out string)
- func (o *SparseNamespaceMappingPolicy) GetNormalizedTags() (out []string)
- func (o *SparseNamespaceMappingPolicy) GetProtected() (out bool)
- func (o *SparseNamespaceMappingPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseNamespaceMappingPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseNamespaceMappingPolicy) Identifier() string
- func (o *SparseNamespaceMappingPolicy) Identity() elemental.Identity
- func (o *SparseNamespaceMappingPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseNamespaceMappingPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseNamespaceMappingPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseNamespaceMappingPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseNamespaceMappingPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseNamespaceMappingPolicy) SetDescription(description string)
- func (o *SparseNamespaceMappingPolicy) SetDisabled(disabled bool)
- func (o *SparseNamespaceMappingPolicy) SetIdentifier(id string)
- func (o *SparseNamespaceMappingPolicy) SetMetadata(metadata []string)
- func (o *SparseNamespaceMappingPolicy) SetName(name string)
- func (o *SparseNamespaceMappingPolicy) SetNamespace(namespace string)
- func (o *SparseNamespaceMappingPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseNamespaceMappingPolicy) SetProtected(protected bool)
- func (o *SparseNamespaceMappingPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseNamespaceMappingPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseNamespaceMappingPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseNamespaceMappingPolicy) Version() int
- type SparseNamespacePolicyInfo
- func (o *SparseNamespacePolicyInfo) DeepCopy() *SparseNamespacePolicyInfo
- func (o *SparseNamespacePolicyInfo) DeepCopyInto(out *SparseNamespacePolicyInfo)
- func (o *SparseNamespacePolicyInfo) GetBSON() (interface{}, error)
- func (o *SparseNamespacePolicyInfo) Identifier() string
- func (o *SparseNamespacePolicyInfo) Identity() elemental.Identity
- func (o *SparseNamespacePolicyInfo) SetBSON(raw bson.Raw) error
- func (o *SparseNamespacePolicyInfo) SetIdentifier(id string)
- func (o *SparseNamespacePolicyInfo) ToPlain() elemental.PlainIdentifiable
- func (o *SparseNamespacePolicyInfo) Version() int
- type SparseNamespacePolicyInfosList
- func (o SparseNamespacePolicyInfosList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseNamespacePolicyInfosList) Copy() elemental.Identifiables
- func (o SparseNamespacePolicyInfosList) DefaultOrder() []string
- func (o SparseNamespacePolicyInfosList) Identity() elemental.Identity
- func (o SparseNamespacePolicyInfosList) List() elemental.IdentifiablesList
- func (o SparseNamespacePolicyInfosList) ToPlain() elemental.IdentifiablesList
- func (o SparseNamespacePolicyInfosList) Version() int
- type SparseNamespaceRenderer
- func (o *SparseNamespaceRenderer) DeepCopy() *SparseNamespaceRenderer
- func (o *SparseNamespaceRenderer) DeepCopyInto(out *SparseNamespaceRenderer)
- func (o *SparseNamespaceRenderer) GetBSON() (interface{}, error)
- func (o *SparseNamespaceRenderer) Identifier() string
- func (o *SparseNamespaceRenderer) Identity() elemental.Identity
- func (o *SparseNamespaceRenderer) SetBSON(raw bson.Raw) error
- func (o *SparseNamespaceRenderer) SetIdentifier(id string)
- func (o *SparseNamespaceRenderer) ToPlain() elemental.PlainIdentifiable
- func (o *SparseNamespaceRenderer) Version() int
- type SparseNamespaceRenderersList
- func (o SparseNamespaceRenderersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseNamespaceRenderersList) Copy() elemental.Identifiables
- func (o SparseNamespaceRenderersList) DefaultOrder() []string
- func (o SparseNamespaceRenderersList) Identity() elemental.Identity
- func (o SparseNamespaceRenderersList) List() elemental.IdentifiablesList
- func (o SparseNamespaceRenderersList) ToPlain() elemental.IdentifiablesList
- func (o SparseNamespaceRenderersList) Version() int
- type SparseNamespaceType
- func (o *SparseNamespaceType) DeepCopy() *SparseNamespaceType
- func (o *SparseNamespaceType) DeepCopyInto(out *SparseNamespaceType)
- func (o *SparseNamespaceType) GetBSON() (interface{}, error)
- func (o *SparseNamespaceType) Identifier() string
- func (o *SparseNamespaceType) Identity() elemental.Identity
- func (o *SparseNamespaceType) SetBSON(raw bson.Raw) error
- func (o *SparseNamespaceType) SetIdentifier(id string)
- func (o *SparseNamespaceType) ToPlain() elemental.PlainIdentifiable
- func (o *SparseNamespaceType) Version() int
- type SparseNamespaceTypesList
- func (o SparseNamespaceTypesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseNamespaceTypesList) Copy() elemental.Identifiables
- func (o SparseNamespaceTypesList) DefaultOrder() []string
- func (o SparseNamespaceTypesList) Identity() elemental.Identity
- func (o SparseNamespaceTypesList) List() elemental.IdentifiablesList
- func (o SparseNamespaceTypesList) ToPlain() elemental.IdentifiablesList
- func (o SparseNamespaceTypesList) Version() int
- type SparseNamespacesList
- func (o SparseNamespacesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseNamespacesList) Copy() elemental.Identifiables
- func (o SparseNamespacesList) DefaultOrder() []string
- func (o SparseNamespacesList) Identity() elemental.Identity
- func (o SparseNamespacesList) List() elemental.IdentifiablesList
- func (o SparseNamespacesList) ToPlain() elemental.IdentifiablesList
- func (o SparseNamespacesList) Version() int
- type SparseNetworkAccessPoliciesList
- func (o SparseNetworkAccessPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseNetworkAccessPoliciesList) Copy() elemental.Identifiables
- func (o SparseNetworkAccessPoliciesList) DefaultOrder() []string
- func (o SparseNetworkAccessPoliciesList) Identity() elemental.Identity
- func (o SparseNetworkAccessPoliciesList) List() elemental.IdentifiablesList
- func (o SparseNetworkAccessPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseNetworkAccessPoliciesList) Version() int
- type SparseNetworkAccessPolicy
- func (o *SparseNetworkAccessPolicy) DeepCopy() *SparseNetworkAccessPolicy
- func (o *SparseNetworkAccessPolicy) DeepCopyInto(out *SparseNetworkAccessPolicy)
- func (o *SparseNetworkAccessPolicy) GetActiveDuration() (out string)
- func (o *SparseNetworkAccessPolicy) GetActiveSchedule() (out string)
- func (o *SparseNetworkAccessPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseNetworkAccessPolicy) GetAssociatedTags() (out []string)
- func (o *SparseNetworkAccessPolicy) GetBSON() (interface{}, error)
- func (o *SparseNetworkAccessPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseNetworkAccessPolicy) GetCreateTime() (out time.Time)
- func (o *SparseNetworkAccessPolicy) GetDescription() (out string)
- func (o *SparseNetworkAccessPolicy) GetDisabled() (out bool)
- func (o *SparseNetworkAccessPolicy) GetExpirationTime() (out time.Time)
- func (o *SparseNetworkAccessPolicy) GetFallback() (out bool)
- func (o *SparseNetworkAccessPolicy) GetMetadata() (out []string)
- func (o *SparseNetworkAccessPolicy) GetName() (out string)
- func (o *SparseNetworkAccessPolicy) GetNamespace() (out string)
- func (o *SparseNetworkAccessPolicy) GetNegateObject() (out bool)
- func (o *SparseNetworkAccessPolicy) GetNegateSubject() (out bool)
- func (o *SparseNetworkAccessPolicy) GetNormalizedTags() (out []string)
- func (o *SparseNetworkAccessPolicy) GetPropagate() (out bool)
- func (o *SparseNetworkAccessPolicy) GetProtected() (out bool)
- func (o *SparseNetworkAccessPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseNetworkAccessPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseNetworkAccessPolicy) Identifier() string
- func (o *SparseNetworkAccessPolicy) Identity() elemental.Identity
- func (o *SparseNetworkAccessPolicy) SetActiveDuration(activeDuration string)
- func (o *SparseNetworkAccessPolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseNetworkAccessPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseNetworkAccessPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseNetworkAccessPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseNetworkAccessPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseNetworkAccessPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseNetworkAccessPolicy) SetDescription(description string)
- func (o *SparseNetworkAccessPolicy) SetDisabled(disabled bool)
- func (o *SparseNetworkAccessPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SparseNetworkAccessPolicy) SetFallback(fallback bool)
- func (o *SparseNetworkAccessPolicy) SetIdentifier(id string)
- func (o *SparseNetworkAccessPolicy) SetMetadata(metadata []string)
- func (o *SparseNetworkAccessPolicy) SetName(name string)
- func (o *SparseNetworkAccessPolicy) SetNamespace(namespace string)
- func (o *SparseNetworkAccessPolicy) SetNegateObject(negateObject bool)
- func (o *SparseNetworkAccessPolicy) SetNegateSubject(negateSubject bool)
- func (o *SparseNetworkAccessPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseNetworkAccessPolicy) SetPropagate(propagate bool)
- func (o *SparseNetworkAccessPolicy) SetProtected(protected bool)
- func (o *SparseNetworkAccessPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseNetworkAccessPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseNetworkAccessPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseNetworkAccessPolicy) Version() int
- type SparseNetworkRuleSetPoliciesList
- func (o SparseNetworkRuleSetPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseNetworkRuleSetPoliciesList) Copy() elemental.Identifiables
- func (o SparseNetworkRuleSetPoliciesList) DefaultOrder() []string
- func (o SparseNetworkRuleSetPoliciesList) Identity() elemental.Identity
- func (o SparseNetworkRuleSetPoliciesList) List() elemental.IdentifiablesList
- func (o SparseNetworkRuleSetPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseNetworkRuleSetPoliciesList) Version() int
- type SparseNetworkRuleSetPolicy
- func (o *SparseNetworkRuleSetPolicy) DeepCopy() *SparseNetworkRuleSetPolicy
- func (o *SparseNetworkRuleSetPolicy) DeepCopyInto(out *SparseNetworkRuleSetPolicy)
- func (o *SparseNetworkRuleSetPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseNetworkRuleSetPolicy) GetAssociatedTags() (out []string)
- func (o *SparseNetworkRuleSetPolicy) GetBSON() (interface{}, error)
- func (o *SparseNetworkRuleSetPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseNetworkRuleSetPolicy) GetCreateTime() (out time.Time)
- func (o *SparseNetworkRuleSetPolicy) GetDescription() (out string)
- func (o *SparseNetworkRuleSetPolicy) GetDisabled() (out bool)
- func (o *SparseNetworkRuleSetPolicy) GetFallback() (out bool)
- func (o *SparseNetworkRuleSetPolicy) GetMetadata() (out []string)
- func (o *SparseNetworkRuleSetPolicy) GetName() (out string)
- func (o *SparseNetworkRuleSetPolicy) GetNamespace() (out string)
- func (o *SparseNetworkRuleSetPolicy) GetNormalizedTags() (out []string)
- func (o *SparseNetworkRuleSetPolicy) GetPropagate() (out bool)
- func (o *SparseNetworkRuleSetPolicy) GetProtected() (out bool)
- func (o *SparseNetworkRuleSetPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseNetworkRuleSetPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseNetworkRuleSetPolicy) Identifier() string
- func (o *SparseNetworkRuleSetPolicy) Identity() elemental.Identity
- func (o *SparseNetworkRuleSetPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseNetworkRuleSetPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseNetworkRuleSetPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseNetworkRuleSetPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseNetworkRuleSetPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseNetworkRuleSetPolicy) SetDescription(description string)
- func (o *SparseNetworkRuleSetPolicy) SetDisabled(disabled bool)
- func (o *SparseNetworkRuleSetPolicy) SetFallback(fallback bool)
- func (o *SparseNetworkRuleSetPolicy) SetIdentifier(id string)
- func (o *SparseNetworkRuleSetPolicy) SetMetadata(metadata []string)
- func (o *SparseNetworkRuleSetPolicy) SetName(name string)
- func (o *SparseNetworkRuleSetPolicy) SetNamespace(namespace string)
- func (o *SparseNetworkRuleSetPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseNetworkRuleSetPolicy) SetPropagate(propagate bool)
- func (o *SparseNetworkRuleSetPolicy) SetProtected(protected bool)
- func (o *SparseNetworkRuleSetPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseNetworkRuleSetPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseNetworkRuleSetPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseNetworkRuleSetPolicy) Version() int
- type SparseOAUTHInfo
- func (o *SparseOAUTHInfo) DeepCopy() *SparseOAUTHInfo
- func (o *SparseOAUTHInfo) DeepCopyInto(out *SparseOAUTHInfo)
- func (o *SparseOAUTHInfo) GetBSON() (interface{}, error)
- func (o *SparseOAUTHInfo) Identifier() string
- func (o *SparseOAUTHInfo) Identity() elemental.Identity
- func (o *SparseOAUTHInfo) SetBSON(raw bson.Raw) error
- func (o *SparseOAUTHInfo) SetIdentifier(id string)
- func (o *SparseOAUTHInfo) ToPlain() elemental.PlainIdentifiable
- func (o *SparseOAUTHInfo) Version() int
- type SparseOAUTHInfosList
- func (o SparseOAUTHInfosList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseOAUTHInfosList) Copy() elemental.Identifiables
- func (o SparseOAUTHInfosList) DefaultOrder() []string
- func (o SparseOAUTHInfosList) Identity() elemental.Identity
- func (o SparseOAUTHInfosList) List() elemental.IdentifiablesList
- func (o SparseOAUTHInfosList) ToPlain() elemental.IdentifiablesList
- func (o SparseOAUTHInfosList) Version() int
- type SparseOAUTHKey
- func (o *SparseOAUTHKey) DeepCopy() *SparseOAUTHKey
- func (o *SparseOAUTHKey) DeepCopyInto(out *SparseOAUTHKey)
- func (o *SparseOAUTHKey) GetBSON() (interface{}, error)
- func (o *SparseOAUTHKey) Identifier() string
- func (o *SparseOAUTHKey) Identity() elemental.Identity
- func (o *SparseOAUTHKey) SetBSON(raw bson.Raw) error
- func (o *SparseOAUTHKey) SetIdentifier(id string)
- func (o *SparseOAUTHKey) ToPlain() elemental.PlainIdentifiable
- func (o *SparseOAUTHKey) Version() int
- type SparseOAUTHKeysList
- func (o SparseOAUTHKeysList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseOAUTHKeysList) Copy() elemental.Identifiables
- func (o SparseOAUTHKeysList) DefaultOrder() []string
- func (o SparseOAUTHKeysList) Identity() elemental.Identity
- func (o SparseOAUTHKeysList) List() elemental.IdentifiablesList
- func (o SparseOAUTHKeysList) ToPlain() elemental.IdentifiablesList
- func (o SparseOAUTHKeysList) Version() int
- type SparseOIDCProvider
- func (o *SparseOIDCProvider) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseOIDCProvider) DeepCopy() *SparseOIDCProvider
- func (o *SparseOIDCProvider) DeepCopyInto(out *SparseOIDCProvider)
- func (o *SparseOIDCProvider) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseOIDCProvider) GetAnnotations() (out map[string][]string)
- func (o *SparseOIDCProvider) GetAssociatedTags() (out []string)
- func (o *SparseOIDCProvider) GetBSON() (interface{}, error)
- func (o *SparseOIDCProvider) GetCreateIdempotencyKey() (out string)
- func (o *SparseOIDCProvider) GetCreateTime() (out time.Time)
- func (o *SparseOIDCProvider) GetDescription() (out string)
- func (o *SparseOIDCProvider) GetMigrationsLog() (out map[string]string)
- func (o *SparseOIDCProvider) GetName() (out string)
- func (o *SparseOIDCProvider) GetNamespace() (out string)
- func (o *SparseOIDCProvider) GetNormalizedTags() (out []string)
- func (o *SparseOIDCProvider) GetProtected() (out bool)
- func (o *SparseOIDCProvider) GetUpdateIdempotencyKey() (out string)
- func (o *SparseOIDCProvider) GetUpdateTime() (out time.Time)
- func (o *SparseOIDCProvider) GetZHash() (out int)
- func (o *SparseOIDCProvider) GetZone() (out int)
- func (o *SparseOIDCProvider) Identifier() string
- func (o *SparseOIDCProvider) Identity() elemental.Identity
- func (o *SparseOIDCProvider) SetAnnotations(annotations map[string][]string)
- func (o *SparseOIDCProvider) SetAssociatedTags(associatedTags []string)
- func (o *SparseOIDCProvider) SetBSON(raw bson.Raw) error
- func (o *SparseOIDCProvider) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseOIDCProvider) SetCreateTime(createTime time.Time)
- func (o *SparseOIDCProvider) SetDescription(description string)
- func (o *SparseOIDCProvider) SetIdentifier(id string)
- func (o *SparseOIDCProvider) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseOIDCProvider) SetName(name string)
- func (o *SparseOIDCProvider) SetNamespace(namespace string)
- func (o *SparseOIDCProvider) SetNormalizedTags(normalizedTags []string)
- func (o *SparseOIDCProvider) SetProtected(protected bool)
- func (o *SparseOIDCProvider) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseOIDCProvider) SetUpdateTime(updateTime time.Time)
- func (o *SparseOIDCProvider) SetZHash(zHash int)
- func (o *SparseOIDCProvider) SetZone(zone int)
- func (o *SparseOIDCProvider) ToPlain() elemental.PlainIdentifiable
- func (o *SparseOIDCProvider) Version() int
- type SparseOIDCProvidersList
- func (o SparseOIDCProvidersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseOIDCProvidersList) Copy() elemental.Identifiables
- func (o SparseOIDCProvidersList) DefaultOrder() []string
- func (o SparseOIDCProvidersList) Identity() elemental.Identity
- func (o SparseOIDCProvidersList) List() elemental.IdentifiablesList
- func (o SparseOIDCProvidersList) ToPlain() elemental.IdentifiablesList
- func (o SparseOIDCProvidersList) Version() int
- type SparseOrganizationalMetadata
- func (o *SparseOrganizationalMetadata) DeepCopy() *SparseOrganizationalMetadata
- func (o *SparseOrganizationalMetadata) DeepCopyInto(out *SparseOrganizationalMetadata)
- func (o *SparseOrganizationalMetadata) GetBSON() (interface{}, error)
- func (o *SparseOrganizationalMetadata) GetNamespace() (out string)
- func (o *SparseOrganizationalMetadata) Identifier() string
- func (o *SparseOrganizationalMetadata) Identity() elemental.Identity
- func (o *SparseOrganizationalMetadata) SetBSON(raw bson.Raw) error
- func (o *SparseOrganizationalMetadata) SetIdentifier(id string)
- func (o *SparseOrganizationalMetadata) SetNamespace(namespace string)
- func (o *SparseOrganizationalMetadata) ToPlain() elemental.PlainIdentifiable
- func (o *SparseOrganizationalMetadata) Version() int
- type SparseOrganizationalMetadatasList
- func (o SparseOrganizationalMetadatasList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseOrganizationalMetadatasList) Copy() elemental.Identifiables
- func (o SparseOrganizationalMetadatasList) DefaultOrder() []string
- func (o SparseOrganizationalMetadatasList) Identity() elemental.Identity
- func (o SparseOrganizationalMetadatasList) List() elemental.IdentifiablesList
- func (o SparseOrganizationalMetadatasList) ToPlain() elemental.IdentifiablesList
- func (o SparseOrganizationalMetadatasList) Version() int
- type SparsePCCProvider
- func (o *SparsePCCProvider) DeepCopy() *SparsePCCProvider
- func (o *SparsePCCProvider) DeepCopyInto(out *SparsePCCProvider)
- func (o *SparsePCCProvider) GetAnnotations() (out map[string][]string)
- func (o *SparsePCCProvider) GetAssociatedTags() (out []string)
- func (o *SparsePCCProvider) GetBSON() (interface{}, error)
- func (o *SparsePCCProvider) GetCreateIdempotencyKey() (out string)
- func (o *SparsePCCProvider) GetCreateTime() (out time.Time)
- func (o *SparsePCCProvider) GetMigrationsLog() (out map[string]string)
- func (o *SparsePCCProvider) GetName() (out string)
- func (o *SparsePCCProvider) GetNamespace() (out string)
- func (o *SparsePCCProvider) GetNormalizedTags() (out []string)
- func (o *SparsePCCProvider) GetProtected() (out bool)
- func (o *SparsePCCProvider) GetUpdateIdempotencyKey() (out string)
- func (o *SparsePCCProvider) GetUpdateTime() (out time.Time)
- func (o *SparsePCCProvider) GetZHash() (out int)
- func (o *SparsePCCProvider) GetZone() (out int)
- func (o *SparsePCCProvider) Identifier() string
- func (o *SparsePCCProvider) Identity() elemental.Identity
- func (o *SparsePCCProvider) SetAnnotations(annotations map[string][]string)
- func (o *SparsePCCProvider) SetAssociatedTags(associatedTags []string)
- func (o *SparsePCCProvider) SetBSON(raw bson.Raw) error
- func (o *SparsePCCProvider) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparsePCCProvider) SetCreateTime(createTime time.Time)
- func (o *SparsePCCProvider) SetIdentifier(id string)
- func (o *SparsePCCProvider) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparsePCCProvider) SetName(name string)
- func (o *SparsePCCProvider) SetNamespace(namespace string)
- func (o *SparsePCCProvider) SetNormalizedTags(normalizedTags []string)
- func (o *SparsePCCProvider) SetProtected(protected bool)
- func (o *SparsePCCProvider) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparsePCCProvider) SetUpdateTime(updateTime time.Time)
- func (o *SparsePCCProvider) SetZHash(zHash int)
- func (o *SparsePCCProvider) SetZone(zone int)
- func (o *SparsePCCProvider) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePCCProvider) Version() int
- type SparsePCCProvidersList
- func (o SparsePCCProvidersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePCCProvidersList) Copy() elemental.Identifiables
- func (o SparsePCCProvidersList) DefaultOrder() []string
- func (o SparsePCCProvidersList) Identity() elemental.Identity
- func (o SparsePCCProvidersList) List() elemental.IdentifiablesList
- func (o SparsePCCProvidersList) ToPlain() elemental.IdentifiablesList
- func (o SparsePCCProvidersList) Version() int
- type SparsePCSearchResult
- func (o *SparsePCSearchResult) DeepCopy() *SparsePCSearchResult
- func (o *SparsePCSearchResult) DeepCopyInto(out *SparsePCSearchResult)
- func (o *SparsePCSearchResult) GetBSON() (interface{}, error)
- func (o *SparsePCSearchResult) Identifier() string
- func (o *SparsePCSearchResult) Identity() elemental.Identity
- func (o *SparsePCSearchResult) SetBSON(raw bson.Raw) error
- func (o *SparsePCSearchResult) SetIdentifier(id string)
- func (o *SparsePCSearchResult) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePCSearchResult) Version() int
- type SparsePCSearchResultsList
- func (o SparsePCSearchResultsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePCSearchResultsList) Copy() elemental.Identifiables
- func (o SparsePCSearchResultsList) DefaultOrder() []string
- func (o SparsePCSearchResultsList) Identity() elemental.Identity
- func (o SparsePCSearchResultsList) List() elemental.IdentifiablesList
- func (o SparsePCSearchResultsList) ToPlain() elemental.IdentifiablesList
- func (o SparsePCSearchResultsList) Version() int
- type SparsePCTimeRange
- func (o *SparsePCTimeRange) DeepCopy() *SparsePCTimeRange
- func (o *SparsePCTimeRange) DeepCopyInto(out *SparsePCTimeRange)
- func (o *SparsePCTimeRange) GetBSON() (interface{}, error)
- func (o *SparsePCTimeRange) Identifier() string
- func (o *SparsePCTimeRange) Identity() elemental.Identity
- func (o *SparsePCTimeRange) SetBSON(raw bson.Raw) error
- func (o *SparsePCTimeRange) SetIdentifier(id string)
- func (o *SparsePCTimeRange) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePCTimeRange) Version() int
- type SparsePCTimeRangesList
- func (o SparsePCTimeRangesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePCTimeRangesList) Copy() elemental.Identifiables
- func (o SparsePCTimeRangesList) DefaultOrder() []string
- func (o SparsePCTimeRangesList) Identity() elemental.Identity
- func (o SparsePCTimeRangesList) List() elemental.IdentifiablesList
- func (o SparsePCTimeRangesList) ToPlain() elemental.IdentifiablesList
- func (o SparsePCTimeRangesList) Version() int
- type SparsePUTrafficAction
- func (o *SparsePUTrafficAction) DeepCopy() *SparsePUTrafficAction
- func (o *SparsePUTrafficAction) DeepCopyInto(out *SparsePUTrafficAction)
- func (o *SparsePUTrafficAction) GetBSON() (interface{}, error)
- func (o *SparsePUTrafficAction) Identifier() string
- func (o *SparsePUTrafficAction) Identity() elemental.Identity
- func (o *SparsePUTrafficAction) SetBSON(raw bson.Raw) error
- func (o *SparsePUTrafficAction) SetIdentifier(id string)
- func (o *SparsePUTrafficAction) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePUTrafficAction) Version() int
- type SparsePUTrafficActionsList
- func (o SparsePUTrafficActionsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePUTrafficActionsList) Copy() elemental.Identifiables
- func (o SparsePUTrafficActionsList) DefaultOrder() []string
- func (o SparsePUTrafficActionsList) Identity() elemental.Identity
- func (o SparsePUTrafficActionsList) List() elemental.IdentifiablesList
- func (o SparsePUTrafficActionsList) ToPlain() elemental.IdentifiablesList
- func (o SparsePUTrafficActionsList) Version() int
- type SparsePacketReport
- func (o *SparsePacketReport) DeepCopy() *SparsePacketReport
- func (o *SparsePacketReport) DeepCopyInto(out *SparsePacketReport)
- func (o *SparsePacketReport) GetBSON() (interface{}, error)
- func (o *SparsePacketReport) GetMigrationsLog() (out map[string]string)
- func (o *SparsePacketReport) GetZHash() (out int)
- func (o *SparsePacketReport) GetZone() (out int)
- func (o *SparsePacketReport) Identifier() string
- func (o *SparsePacketReport) Identity() elemental.Identity
- func (o *SparsePacketReport) SetBSON(raw bson.Raw) error
- func (o *SparsePacketReport) SetIdentifier(id string)
- func (o *SparsePacketReport) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparsePacketReport) SetZHash(zHash int)
- func (o *SparsePacketReport) SetZone(zone int)
- func (o *SparsePacketReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePacketReport) Version() int
- type SparsePacketReportsList
- func (o SparsePacketReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePacketReportsList) Copy() elemental.Identifiables
- func (o SparsePacketReportsList) DefaultOrder() []string
- func (o SparsePacketReportsList) Identity() elemental.Identity
- func (o SparsePacketReportsList) List() elemental.IdentifiablesList
- func (o SparsePacketReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparsePacketReportsList) Version() int
- type SparsePasswordReset
- func (o *SparsePasswordReset) DeepCopy() *SparsePasswordReset
- func (o *SparsePasswordReset) DeepCopyInto(out *SparsePasswordReset)
- func (o *SparsePasswordReset) GetBSON() (interface{}, error)
- func (o *SparsePasswordReset) Identifier() string
- func (o *SparsePasswordReset) Identity() elemental.Identity
- func (o *SparsePasswordReset) SetBSON(raw bson.Raw) error
- func (o *SparsePasswordReset) SetIdentifier(id string)
- func (o *SparsePasswordReset) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePasswordReset) Version() int
- type SparsePasswordResetsList
- func (o SparsePasswordResetsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePasswordResetsList) Copy() elemental.Identifiables
- func (o SparsePasswordResetsList) DefaultOrder() []string
- func (o SparsePasswordResetsList) Identity() elemental.Identity
- func (o SparsePasswordResetsList) List() elemental.IdentifiablesList
- func (o SparsePasswordResetsList) ToPlain() elemental.IdentifiablesList
- func (o SparsePasswordResetsList) Version() int
- type SparsePingProbe
- func (o *SparsePingProbe) DeepCopy() *SparsePingProbe
- func (o *SparsePingProbe) DeepCopyInto(out *SparsePingProbe)
- func (o *SparsePingProbe) GetBSON() (interface{}, error)
- func (o *SparsePingProbe) GetCreateTime() (out time.Time)
- func (o *SparsePingProbe) GetMigrationsLog() (out map[string]string)
- func (o *SparsePingProbe) GetNamespace() (out string)
- func (o *SparsePingProbe) GetUpdateTime() (out time.Time)
- func (o *SparsePingProbe) GetZHash() (out int)
- func (o *SparsePingProbe) GetZone() (out int)
- func (o *SparsePingProbe) Identifier() string
- func (o *SparsePingProbe) Identity() elemental.Identity
- func (o *SparsePingProbe) SetBSON(raw bson.Raw) error
- func (o *SparsePingProbe) SetCreateTime(createTime time.Time)
- func (o *SparsePingProbe) SetIdentifier(id string)
- func (o *SparsePingProbe) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparsePingProbe) SetNamespace(namespace string)
- func (o *SparsePingProbe) SetUpdateTime(updateTime time.Time)
- func (o *SparsePingProbe) SetZHash(zHash int)
- func (o *SparsePingProbe) SetZone(zone int)
- func (o *SparsePingProbe) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePingProbe) Version() int
- type SparsePingProbesList
- func (o SparsePingProbesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePingProbesList) Copy() elemental.Identifiables
- func (o SparsePingProbesList) DefaultOrder() []string
- func (o SparsePingProbesList) Identity() elemental.Identity
- func (o SparsePingProbesList) List() elemental.IdentifiablesList
- func (o SparsePingProbesList) ToPlain() elemental.IdentifiablesList
- func (o SparsePingProbesList) Version() int
- type SparsePingRequest
- func (o *SparsePingRequest) DeepCopy() *SparsePingRequest
- func (o *SparsePingRequest) DeepCopyInto(out *SparsePingRequest)
- func (o *SparsePingRequest) GetBSON() (interface{}, error)
- func (o *SparsePingRequest) Identifier() string
- func (o *SparsePingRequest) Identity() elemental.Identity
- func (o *SparsePingRequest) SetBSON(raw bson.Raw) error
- func (o *SparsePingRequest) SetIdentifier(id string)
- func (o *SparsePingRequest) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePingRequest) Version() int
- type SparsePingRequestsList
- func (o SparsePingRequestsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePingRequestsList) Copy() elemental.Identifiables
- func (o SparsePingRequestsList) DefaultOrder() []string
- func (o SparsePingRequestsList) Identity() elemental.Identity
- func (o SparsePingRequestsList) List() elemental.IdentifiablesList
- func (o SparsePingRequestsList) ToPlain() elemental.IdentifiablesList
- func (o SparsePingRequestsList) Version() int
- type SparsePingResult
- func (o *SparsePingResult) DeepCopy() *SparsePingResult
- func (o *SparsePingResult) DeepCopyInto(out *SparsePingResult)
- func (o *SparsePingResult) GetBSON() (interface{}, error)
- func (o *SparsePingResult) GetCreateTime() (out time.Time)
- func (o *SparsePingResult) GetMigrationsLog() (out map[string]string)
- func (o *SparsePingResult) GetNamespace() (out string)
- func (o *SparsePingResult) GetUpdateTime() (out time.Time)
- func (o *SparsePingResult) GetZHash() (out int)
- func (o *SparsePingResult) GetZone() (out int)
- func (o *SparsePingResult) Identifier() string
- func (o *SparsePingResult) Identity() elemental.Identity
- func (o *SparsePingResult) SetBSON(raw bson.Raw) error
- func (o *SparsePingResult) SetCreateTime(createTime time.Time)
- func (o *SparsePingResult) SetIdentifier(id string)
- func (o *SparsePingResult) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparsePingResult) SetNamespace(namespace string)
- func (o *SparsePingResult) SetUpdateTime(updateTime time.Time)
- func (o *SparsePingResult) SetZHash(zHash int)
- func (o *SparsePingResult) SetZone(zone int)
- func (o *SparsePingResult) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePingResult) Version() int
- type SparsePingResultsList
- func (o SparsePingResultsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePingResultsList) Copy() elemental.Identifiables
- func (o SparsePingResultsList) DefaultOrder() []string
- func (o SparsePingResultsList) Identity() elemental.Identity
- func (o SparsePingResultsList) List() elemental.IdentifiablesList
- func (o SparsePingResultsList) ToPlain() elemental.IdentifiablesList
- func (o SparsePingResultsList) Version() int
- type SparsePlan
- func (o *SparsePlan) DeepCopy() *SparsePlan
- func (o *SparsePlan) DeepCopyInto(out *SparsePlan)
- func (o *SparsePlan) GetBSON() (interface{}, error)
- func (o *SparsePlan) Identifier() string
- func (o *SparsePlan) Identity() elemental.Identity
- func (o *SparsePlan) SetBSON(raw bson.Raw) error
- func (o *SparsePlan) SetIdentifier(id string)
- func (o *SparsePlan) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePlan) Version() int
- type SparsePlansList
- func (o SparsePlansList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePlansList) Copy() elemental.Identifiables
- func (o SparsePlansList) DefaultOrder() []string
- func (o SparsePlansList) Identity() elemental.Identity
- func (o SparsePlansList) List() elemental.IdentifiablesList
- func (o SparsePlansList) ToPlain() elemental.IdentifiablesList
- func (o SparsePlansList) Version() int
- type SparsePoke
- func (o *SparsePoke) DeepCopy() *SparsePoke
- func (o *SparsePoke) DeepCopyInto(out *SparsePoke)
- func (o *SparsePoke) GetBSON() (interface{}, error)
- func (o *SparsePoke) Identifier() string
- func (o *SparsePoke) Identity() elemental.Identity
- func (o *SparsePoke) SetBSON(raw bson.Raw) error
- func (o *SparsePoke) SetIdentifier(id string)
- func (o *SparsePoke) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePoke) Version() int
- type SparsePokesList
- func (o SparsePokesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePokesList) Copy() elemental.Identifiables
- func (o SparsePokesList) DefaultOrder() []string
- func (o SparsePokesList) Identity() elemental.Identity
- func (o SparsePokesList) List() elemental.IdentifiablesList
- func (o SparsePokesList) ToPlain() elemental.IdentifiablesList
- func (o SparsePokesList) Version() int
- type SparsePoliciesList
- func (o SparsePoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePoliciesList) Copy() elemental.Identifiables
- func (o SparsePoliciesList) DefaultOrder() []string
- func (o SparsePoliciesList) Identity() elemental.Identity
- func (o SparsePoliciesList) List() elemental.IdentifiablesList
- func (o SparsePoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparsePoliciesList) Version() int
- type SparsePolicy
- func (o *SparsePolicy) DeepCopy() *SparsePolicy
- func (o *SparsePolicy) DeepCopyInto(out *SparsePolicy)
- func (o *SparsePolicy) GetActiveDuration() (out string)
- func (o *SparsePolicy) GetActiveSchedule() (out string)
- func (o *SparsePolicy) GetAnnotations() (out map[string][]string)
- func (o *SparsePolicy) GetAssociatedTags() (out []string)
- func (o *SparsePolicy) GetBSON() (interface{}, error)
- func (o *SparsePolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparsePolicy) GetCreateTime() (out time.Time)
- func (o *SparsePolicy) GetDescription() (out string)
- func (o *SparsePolicy) GetDisabled() (out bool)
- func (o *SparsePolicy) GetExpirationTime() (out time.Time)
- func (o *SparsePolicy) GetFallback() (out bool)
- func (o *SparsePolicy) GetMetadata() (out []string)
- func (o *SparsePolicy) GetMigrationsLog() (out map[string]string)
- func (o *SparsePolicy) GetName() (out string)
- func (o *SparsePolicy) GetNamespace() (out string)
- func (o *SparsePolicy) GetNormalizedTags() (out []string)
- func (o *SparsePolicy) GetObject() (out [][]string)
- func (o *SparsePolicy) GetPropagate() (out bool)
- func (o *SparsePolicy) GetPropagationHidden() (out bool)
- func (o *SparsePolicy) GetProtected() (out bool)
- func (o *SparsePolicy) GetSubject() (out [][]string)
- func (o *SparsePolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparsePolicy) GetUpdateTime() (out time.Time)
- func (o *SparsePolicy) GetZHash() (out int)
- func (o *SparsePolicy) GetZone() (out int)
- func (o *SparsePolicy) Identifier() string
- func (o *SparsePolicy) Identity() elemental.Identity
- func (o *SparsePolicy) SetActiveDuration(activeDuration string)
- func (o *SparsePolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparsePolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparsePolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparsePolicy) SetBSON(raw bson.Raw) error
- func (o *SparsePolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparsePolicy) SetCreateTime(createTime time.Time)
- func (o *SparsePolicy) SetDescription(description string)
- func (o *SparsePolicy) SetDisabled(disabled bool)
- func (o *SparsePolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SparsePolicy) SetFallback(fallback bool)
- func (o *SparsePolicy) SetIdentifier(id string)
- func (o *SparsePolicy) SetMetadata(metadata []string)
- func (o *SparsePolicy) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparsePolicy) SetName(name string)
- func (o *SparsePolicy) SetNamespace(namespace string)
- func (o *SparsePolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparsePolicy) SetObject(object [][]string)
- func (o *SparsePolicy) SetPropagate(propagate bool)
- func (o *SparsePolicy) SetPropagationHidden(propagationHidden bool)
- func (o *SparsePolicy) SetProtected(protected bool)
- func (o *SparsePolicy) SetSubject(subject [][]string)
- func (o *SparsePolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparsePolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparsePolicy) SetZHash(zHash int)
- func (o *SparsePolicy) SetZone(zone int)
- func (o *SparsePolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePolicy) Version() int
- type SparsePolicyGraph
- func (o *SparsePolicyGraph) DeepCopy() *SparsePolicyGraph
- func (o *SparsePolicyGraph) DeepCopyInto(out *SparsePolicyGraph)
- func (o *SparsePolicyGraph) GetBSON() (interface{}, error)
- func (o *SparsePolicyGraph) Identifier() string
- func (o *SparsePolicyGraph) Identity() elemental.Identity
- func (o *SparsePolicyGraph) SetBSON(raw bson.Raw) error
- func (o *SparsePolicyGraph) SetIdentifier(id string)
- func (o *SparsePolicyGraph) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePolicyGraph) Version() int
- type SparsePolicyGraphsList
- func (o SparsePolicyGraphsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePolicyGraphsList) Copy() elemental.Identifiables
- func (o SparsePolicyGraphsList) DefaultOrder() []string
- func (o SparsePolicyGraphsList) Identity() elemental.Identity
- func (o SparsePolicyGraphsList) List() elemental.IdentifiablesList
- func (o SparsePolicyGraphsList) ToPlain() elemental.IdentifiablesList
- func (o SparsePolicyGraphsList) Version() int
- type SparsePolicyRefresh
- func (o *SparsePolicyRefresh) DeepCopy() *SparsePolicyRefresh
- func (o *SparsePolicyRefresh) DeepCopyInto(out *SparsePolicyRefresh)
- func (o *SparsePolicyRefresh) GetBSON() (interface{}, error)
- func (o *SparsePolicyRefresh) Identifier() string
- func (o *SparsePolicyRefresh) Identity() elemental.Identity
- func (o *SparsePolicyRefresh) SetBSON(raw bson.Raw) error
- func (o *SparsePolicyRefresh) SetIdentifier(id string)
- func (o *SparsePolicyRefresh) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePolicyRefresh) Version() int
- type SparsePolicyRefreshsList
- func (o SparsePolicyRefreshsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePolicyRefreshsList) Copy() elemental.Identifiables
- func (o SparsePolicyRefreshsList) DefaultOrder() []string
- func (o SparsePolicyRefreshsList) Identity() elemental.Identity
- func (o SparsePolicyRefreshsList) List() elemental.IdentifiablesList
- func (o SparsePolicyRefreshsList) ToPlain() elemental.IdentifiablesList
- func (o SparsePolicyRefreshsList) Version() int
- type SparsePolicyRenderer
- func (o *SparsePolicyRenderer) DeepCopy() *SparsePolicyRenderer
- func (o *SparsePolicyRenderer) DeepCopyInto(out *SparsePolicyRenderer)
- func (o *SparsePolicyRenderer) GetBSON() (interface{}, error)
- func (o *SparsePolicyRenderer) Identifier() string
- func (o *SparsePolicyRenderer) Identity() elemental.Identity
- func (o *SparsePolicyRenderer) SetBSON(raw bson.Raw) error
- func (o *SparsePolicyRenderer) SetIdentifier(id string)
- func (o *SparsePolicyRenderer) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePolicyRenderer) Version() int
- type SparsePolicyRenderersList
- func (o SparsePolicyRenderersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePolicyRenderersList) Copy() elemental.Identifiables
- func (o SparsePolicyRenderersList) DefaultOrder() []string
- func (o SparsePolicyRenderersList) Identity() elemental.Identity
- func (o SparsePolicyRenderersList) List() elemental.IdentifiablesList
- func (o SparsePolicyRenderersList) ToPlain() elemental.IdentifiablesList
- func (o SparsePolicyRenderersList) Version() int
- type SparsePolicyRule
- func (o *SparsePolicyRule) DeepCopy() *SparsePolicyRule
- func (o *SparsePolicyRule) DeepCopyInto(out *SparsePolicyRule)
- func (o *SparsePolicyRule) GetBSON() (interface{}, error)
- func (o *SparsePolicyRule) GetName() (out string)
- func (o *SparsePolicyRule) Identifier() string
- func (o *SparsePolicyRule) Identity() elemental.Identity
- func (o *SparsePolicyRule) SetBSON(raw bson.Raw) error
- func (o *SparsePolicyRule) SetIdentifier(id string)
- func (o *SparsePolicyRule) SetName(name string)
- func (o *SparsePolicyRule) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePolicyRule) Version() int
- type SparsePolicyRulesList
- func (o SparsePolicyRulesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePolicyRulesList) Copy() elemental.Identifiables
- func (o SparsePolicyRulesList) DefaultOrder() []string
- func (o SparsePolicyRulesList) Identity() elemental.Identity
- func (o SparsePolicyRulesList) List() elemental.IdentifiablesList
- func (o SparsePolicyRulesList) ToPlain() elemental.IdentifiablesList
- func (o SparsePolicyRulesList) Version() int
- type SparsePolicyTTL
- func (o *SparsePolicyTTL) DeepCopy() *SparsePolicyTTL
- func (o *SparsePolicyTTL) DeepCopyInto(out *SparsePolicyTTL)
- func (o *SparsePolicyTTL) GetBSON() (interface{}, error)
- func (o *SparsePolicyTTL) Identifier() string
- func (o *SparsePolicyTTL) Identity() elemental.Identity
- func (o *SparsePolicyTTL) SetBSON(raw bson.Raw) error
- func (o *SparsePolicyTTL) SetIdentifier(id string)
- func (o *SparsePolicyTTL) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePolicyTTL) Version() int
- type SparsePolicyTTLsList
- func (o SparsePolicyTTLsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePolicyTTLsList) Copy() elemental.Identifiables
- func (o SparsePolicyTTLsList) DefaultOrder() []string
- func (o SparsePolicyTTLsList) Identity() elemental.Identity
- func (o SparsePolicyTTLsList) List() elemental.IdentifiablesList
- func (o SparsePolicyTTLsList) ToPlain() elemental.IdentifiablesList
- func (o SparsePolicyTTLsList) Version() int
- type SparsePollAccount
- func (o *SparsePollAccount) DeepCopy() *SparsePollAccount
- func (o *SparsePollAccount) DeepCopyInto(out *SparsePollAccount)
- func (o *SparsePollAccount) GetBSON() (interface{}, error)
- func (o *SparsePollAccount) Identifier() string
- func (o *SparsePollAccount) Identity() elemental.Identity
- func (o *SparsePollAccount) SetBSON(raw bson.Raw) error
- func (o *SparsePollAccount) SetIdentifier(id string)
- func (o *SparsePollAccount) ToPlain() elemental.PlainIdentifiable
- func (o *SparsePollAccount) Version() int
- type SparsePollAccountsList
- func (o SparsePollAccountsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparsePollAccountsList) Copy() elemental.Identifiables
- func (o SparsePollAccountsList) DefaultOrder() []string
- func (o SparsePollAccountsList) Identity() elemental.Identity
- func (o SparsePollAccountsList) List() elemental.IdentifiablesList
- func (o SparsePollAccountsList) ToPlain() elemental.IdentifiablesList
- func (o SparsePollAccountsList) Version() int
- type SparseProcessingUnit
- func (o *SparseProcessingUnit) DeepCopy() *SparseProcessingUnit
- func (o *SparseProcessingUnit) DeepCopyInto(out *SparseProcessingUnit)
- func (o *SparseProcessingUnit) GetAnnotations() (out map[string][]string)
- func (o *SparseProcessingUnit) GetArchived() (out bool)
- func (o *SparseProcessingUnit) GetAssociatedTags() (out []string)
- func (o *SparseProcessingUnit) GetBSON() (interface{}, error)
- func (o *SparseProcessingUnit) GetController() (out string)
- func (o *SparseProcessingUnit) GetCreateIdempotencyKey() (out string)
- func (o *SparseProcessingUnit) GetCreateTime() (out time.Time)
- func (o *SparseProcessingUnit) GetDescription() (out string)
- func (o *SparseProcessingUnit) GetMetadata() (out []string)
- func (o *SparseProcessingUnit) GetMigrationsLog() (out map[string]string)
- func (o *SparseProcessingUnit) GetName() (out string)
- func (o *SparseProcessingUnit) GetNamespace() (out string)
- func (o *SparseProcessingUnit) GetNormalizedTags() (out []string)
- func (o *SparseProcessingUnit) GetProtected() (out bool)
- func (o *SparseProcessingUnit) GetUpdateIdempotencyKey() (out string)
- func (o *SparseProcessingUnit) GetUpdateTime() (out time.Time)
- func (o *SparseProcessingUnit) GetZHash() (out int)
- func (o *SparseProcessingUnit) GetZone() (out int)
- func (o *SparseProcessingUnit) Identifier() string
- func (o *SparseProcessingUnit) Identity() elemental.Identity
- func (o *SparseProcessingUnit) SetAnnotations(annotations map[string][]string)
- func (o *SparseProcessingUnit) SetArchived(archived bool)
- func (o *SparseProcessingUnit) SetAssociatedTags(associatedTags []string)
- func (o *SparseProcessingUnit) SetBSON(raw bson.Raw) error
- func (o *SparseProcessingUnit) SetController(controller string)
- func (o *SparseProcessingUnit) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseProcessingUnit) SetCreateTime(createTime time.Time)
- func (o *SparseProcessingUnit) SetDescription(description string)
- func (o *SparseProcessingUnit) SetIdentifier(id string)
- func (o *SparseProcessingUnit) SetMetadata(metadata []string)
- func (o *SparseProcessingUnit) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseProcessingUnit) SetName(name string)
- func (o *SparseProcessingUnit) SetNamespace(namespace string)
- func (o *SparseProcessingUnit) SetNormalizedTags(normalizedTags []string)
- func (o *SparseProcessingUnit) SetProtected(protected bool)
- func (o *SparseProcessingUnit) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseProcessingUnit) SetUpdateTime(updateTime time.Time)
- func (o *SparseProcessingUnit) SetZHash(zHash int)
- func (o *SparseProcessingUnit) SetZone(zone int)
- func (o *SparseProcessingUnit) ToPlain() elemental.PlainIdentifiable
- func (o *SparseProcessingUnit) Version() int
- type SparseProcessingUnitPoliciesList
- func (o SparseProcessingUnitPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseProcessingUnitPoliciesList) Copy() elemental.Identifiables
- func (o SparseProcessingUnitPoliciesList) DefaultOrder() []string
- func (o SparseProcessingUnitPoliciesList) Identity() elemental.Identity
- func (o SparseProcessingUnitPoliciesList) List() elemental.IdentifiablesList
- func (o SparseProcessingUnitPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseProcessingUnitPoliciesList) Version() int
- type SparseProcessingUnitPolicy
- func (o *SparseProcessingUnitPolicy) DeepCopy() *SparseProcessingUnitPolicy
- func (o *SparseProcessingUnitPolicy) DeepCopyInto(out *SparseProcessingUnitPolicy)
- func (o *SparseProcessingUnitPolicy) GetActiveDuration() (out string)
- func (o *SparseProcessingUnitPolicy) GetActiveSchedule() (out string)
- func (o *SparseProcessingUnitPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseProcessingUnitPolicy) GetAssociatedTags() (out []string)
- func (o *SparseProcessingUnitPolicy) GetBSON() (interface{}, error)
- func (o *SparseProcessingUnitPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseProcessingUnitPolicy) GetCreateTime() (out time.Time)
- func (o *SparseProcessingUnitPolicy) GetDescription() (out string)
- func (o *SparseProcessingUnitPolicy) GetDisabled() (out bool)
- func (o *SparseProcessingUnitPolicy) GetFallback() (out bool)
- func (o *SparseProcessingUnitPolicy) GetMetadata() (out []string)
- func (o *SparseProcessingUnitPolicy) GetName() (out string)
- func (o *SparseProcessingUnitPolicy) GetNamespace() (out string)
- func (o *SparseProcessingUnitPolicy) GetNormalizedTags() (out []string)
- func (o *SparseProcessingUnitPolicy) GetPropagate() (out bool)
- func (o *SparseProcessingUnitPolicy) GetProtected() (out bool)
- func (o *SparseProcessingUnitPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseProcessingUnitPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseProcessingUnitPolicy) Identifier() string
- func (o *SparseProcessingUnitPolicy) Identity() elemental.Identity
- func (o *SparseProcessingUnitPolicy) SetActiveDuration(activeDuration string)
- func (o *SparseProcessingUnitPolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseProcessingUnitPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseProcessingUnitPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseProcessingUnitPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseProcessingUnitPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseProcessingUnitPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseProcessingUnitPolicy) SetDescription(description string)
- func (o *SparseProcessingUnitPolicy) SetDisabled(disabled bool)
- func (o *SparseProcessingUnitPolicy) SetFallback(fallback bool)
- func (o *SparseProcessingUnitPolicy) SetIdentifier(id string)
- func (o *SparseProcessingUnitPolicy) SetMetadata(metadata []string)
- func (o *SparseProcessingUnitPolicy) SetName(name string)
- func (o *SparseProcessingUnitPolicy) SetNamespace(namespace string)
- func (o *SparseProcessingUnitPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseProcessingUnitPolicy) SetPropagate(propagate bool)
- func (o *SparseProcessingUnitPolicy) SetProtected(protected bool)
- func (o *SparseProcessingUnitPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseProcessingUnitPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseProcessingUnitPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseProcessingUnitPolicy) Version() int
- type SparseProcessingUnitRefresh
- func (o *SparseProcessingUnitRefresh) DeepCopy() *SparseProcessingUnitRefresh
- func (o *SparseProcessingUnitRefresh) DeepCopyInto(out *SparseProcessingUnitRefresh)
- func (o *SparseProcessingUnitRefresh) GetBSON() (interface{}, error)
- func (o *SparseProcessingUnitRefresh) GetID() (out string)
- func (o *SparseProcessingUnitRefresh) Identifier() string
- func (o *SparseProcessingUnitRefresh) Identity() elemental.Identity
- func (o *SparseProcessingUnitRefresh) SetBSON(raw bson.Raw) error
- func (o *SparseProcessingUnitRefresh) SetID(ID string)
- func (o *SparseProcessingUnitRefresh) SetIdentifier(id string)
- func (o *SparseProcessingUnitRefresh) ToPlain() elemental.PlainIdentifiable
- func (o *SparseProcessingUnitRefresh) Version() int
- type SparseProcessingUnitRefreshsList
- func (o SparseProcessingUnitRefreshsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseProcessingUnitRefreshsList) Copy() elemental.Identifiables
- func (o SparseProcessingUnitRefreshsList) DefaultOrder() []string
- func (o SparseProcessingUnitRefreshsList) Identity() elemental.Identity
- func (o SparseProcessingUnitRefreshsList) List() elemental.IdentifiablesList
- func (o SparseProcessingUnitRefreshsList) ToPlain() elemental.IdentifiablesList
- func (o SparseProcessingUnitRefreshsList) Version() int
- type SparseProcessingUnitsList
- func (o SparseProcessingUnitsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseProcessingUnitsList) Copy() elemental.Identifiables
- func (o SparseProcessingUnitsList) DefaultOrder() []string
- func (o SparseProcessingUnitsList) Identity() elemental.Identity
- func (o SparseProcessingUnitsList) List() elemental.IdentifiablesList
- func (o SparseProcessingUnitsList) ToPlain() elemental.IdentifiablesList
- func (o SparseProcessingUnitsList) Version() int
- type SparseQuotaCheck
- func (o *SparseQuotaCheck) DeepCopy() *SparseQuotaCheck
- func (o *SparseQuotaCheck) DeepCopyInto(out *SparseQuotaCheck)
- func (o *SparseQuotaCheck) GetBSON() (interface{}, error)
- func (o *SparseQuotaCheck) Identifier() string
- func (o *SparseQuotaCheck) Identity() elemental.Identity
- func (o *SparseQuotaCheck) SetBSON(raw bson.Raw) error
- func (o *SparseQuotaCheck) SetIdentifier(id string)
- func (o *SparseQuotaCheck) ToPlain() elemental.PlainIdentifiable
- func (o *SparseQuotaCheck) Version() int
- type SparseQuotaChecksList
- func (o SparseQuotaChecksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseQuotaChecksList) Copy() elemental.Identifiables
- func (o SparseQuotaChecksList) DefaultOrder() []string
- func (o SparseQuotaChecksList) Identity() elemental.Identity
- func (o SparseQuotaChecksList) List() elemental.IdentifiablesList
- func (o SparseQuotaChecksList) ToPlain() elemental.IdentifiablesList
- func (o SparseQuotaChecksList) Version() int
- type SparseQuotaPoliciesList
- func (o SparseQuotaPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseQuotaPoliciesList) Copy() elemental.Identifiables
- func (o SparseQuotaPoliciesList) DefaultOrder() []string
- func (o SparseQuotaPoliciesList) Identity() elemental.Identity
- func (o SparseQuotaPoliciesList) List() elemental.IdentifiablesList
- func (o SparseQuotaPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseQuotaPoliciesList) Version() int
- type SparseQuotaPolicy
- func (o *SparseQuotaPolicy) DeepCopy() *SparseQuotaPolicy
- func (o *SparseQuotaPolicy) DeepCopyInto(out *SparseQuotaPolicy)
- func (o *SparseQuotaPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseQuotaPolicy) GetAssociatedTags() (out []string)
- func (o *SparseQuotaPolicy) GetBSON() (interface{}, error)
- func (o *SparseQuotaPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseQuotaPolicy) GetCreateTime() (out time.Time)
- func (o *SparseQuotaPolicy) GetDescription() (out string)
- func (o *SparseQuotaPolicy) GetDisabled() (out bool)
- func (o *SparseQuotaPolicy) GetExpirationTime() (out time.Time)
- func (o *SparseQuotaPolicy) GetFallback() (out bool)
- func (o *SparseQuotaPolicy) GetMetadata() (out []string)
- func (o *SparseQuotaPolicy) GetName() (out string)
- func (o *SparseQuotaPolicy) GetNamespace() (out string)
- func (o *SparseQuotaPolicy) GetNormalizedTags() (out []string)
- func (o *SparseQuotaPolicy) GetPropagate() (out bool)
- func (o *SparseQuotaPolicy) GetPropagationHidden() (out bool)
- func (o *SparseQuotaPolicy) GetProtected() (out bool)
- func (o *SparseQuotaPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseQuotaPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseQuotaPolicy) Identifier() string
- func (o *SparseQuotaPolicy) Identity() elemental.Identity
- func (o *SparseQuotaPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseQuotaPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseQuotaPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseQuotaPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseQuotaPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseQuotaPolicy) SetDescription(description string)
- func (o *SparseQuotaPolicy) SetDisabled(disabled bool)
- func (o *SparseQuotaPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SparseQuotaPolicy) SetFallback(fallback bool)
- func (o *SparseQuotaPolicy) SetIdentifier(id string)
- func (o *SparseQuotaPolicy) SetMetadata(metadata []string)
- func (o *SparseQuotaPolicy) SetName(name string)
- func (o *SparseQuotaPolicy) SetNamespace(namespace string)
- func (o *SparseQuotaPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseQuotaPolicy) SetPropagate(propagate bool)
- func (o *SparseQuotaPolicy) SetPropagationHidden(propagationHidden bool)
- func (o *SparseQuotaPolicy) SetProtected(protected bool)
- func (o *SparseQuotaPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseQuotaPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseQuotaPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseQuotaPolicy) Version() int
- type SparseRecipe
- func (o *SparseRecipe) DeepCopy() *SparseRecipe
- func (o *SparseRecipe) DeepCopyInto(out *SparseRecipe)
- func (o *SparseRecipe) GetAnnotations() (out map[string][]string)
- func (o *SparseRecipe) GetAssociatedTags() (out []string)
- func (o *SparseRecipe) GetBSON() (interface{}, error)
- func (o *SparseRecipe) GetCreateIdempotencyKey() (out string)
- func (o *SparseRecipe) GetCreateTime() (out time.Time)
- func (o *SparseRecipe) GetDescription() (out string)
- func (o *SparseRecipe) GetMetadata() (out []string)
- func (o *SparseRecipe) GetMigrationsLog() (out map[string]string)
- func (o *SparseRecipe) GetName() (out string)
- func (o *SparseRecipe) GetNamespace() (out string)
- func (o *SparseRecipe) GetNormalizedTags() (out []string)
- func (o *SparseRecipe) GetPropagate() (out bool)
- func (o *SparseRecipe) GetProtected() (out bool)
- func (o *SparseRecipe) GetUpdateIdempotencyKey() (out string)
- func (o *SparseRecipe) GetUpdateTime() (out time.Time)
- func (o *SparseRecipe) GetZHash() (out int)
- func (o *SparseRecipe) GetZone() (out int)
- func (o *SparseRecipe) Identifier() string
- func (o *SparseRecipe) Identity() elemental.Identity
- func (o *SparseRecipe) SetAnnotations(annotations map[string][]string)
- func (o *SparseRecipe) SetAssociatedTags(associatedTags []string)
- func (o *SparseRecipe) SetBSON(raw bson.Raw) error
- func (o *SparseRecipe) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseRecipe) SetCreateTime(createTime time.Time)
- func (o *SparseRecipe) SetDescription(description string)
- func (o *SparseRecipe) SetIdentifier(id string)
- func (o *SparseRecipe) SetMetadata(metadata []string)
- func (o *SparseRecipe) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseRecipe) SetName(name string)
- func (o *SparseRecipe) SetNamespace(namespace string)
- func (o *SparseRecipe) SetNormalizedTags(normalizedTags []string)
- func (o *SparseRecipe) SetPropagate(propagate bool)
- func (o *SparseRecipe) SetProtected(protected bool)
- func (o *SparseRecipe) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseRecipe) SetUpdateTime(updateTime time.Time)
- func (o *SparseRecipe) SetZHash(zHash int)
- func (o *SparseRecipe) SetZone(zone int)
- func (o *SparseRecipe) ToPlain() elemental.PlainIdentifiable
- func (o *SparseRecipe) Version() int
- type SparseRecipesList
- func (o SparseRecipesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseRecipesList) Copy() elemental.Identifiables
- func (o SparseRecipesList) DefaultOrder() []string
- func (o SparseRecipesList) Identity() elemental.Identity
- func (o SparseRecipesList) List() elemental.IdentifiablesList
- func (o SparseRecipesList) ToPlain() elemental.IdentifiablesList
- func (o SparseRecipesList) Version() int
- type SparseRemoteProcessor
- func (o *SparseRemoteProcessor) DeepCopy() *SparseRemoteProcessor
- func (o *SparseRemoteProcessor) DeepCopyInto(out *SparseRemoteProcessor)
- func (o *SparseRemoteProcessor) GetBSON() (interface{}, error)
- func (o *SparseRemoteProcessor) Identifier() string
- func (o *SparseRemoteProcessor) Identity() elemental.Identity
- func (o *SparseRemoteProcessor) SetBSON(raw bson.Raw) error
- func (o *SparseRemoteProcessor) SetIdentifier(id string)
- func (o *SparseRemoteProcessor) ToPlain() elemental.PlainIdentifiable
- func (o *SparseRemoteProcessor) Version() int
- type SparseRemoteProcessorsList
- func (o SparseRemoteProcessorsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseRemoteProcessorsList) Copy() elemental.Identifiables
- func (o SparseRemoteProcessorsList) DefaultOrder() []string
- func (o SparseRemoteProcessorsList) Identity() elemental.Identity
- func (o SparseRemoteProcessorsList) List() elemental.IdentifiablesList
- func (o SparseRemoteProcessorsList) ToPlain() elemental.IdentifiablesList
- func (o SparseRemoteProcessorsList) Version() int
- type SparseRenderTemplate
- func (o *SparseRenderTemplate) DeepCopy() *SparseRenderTemplate
- func (o *SparseRenderTemplate) DeepCopyInto(out *SparseRenderTemplate)
- func (o *SparseRenderTemplate) GetBSON() (interface{}, error)
- func (o *SparseRenderTemplate) Identifier() string
- func (o *SparseRenderTemplate) Identity() elemental.Identity
- func (o *SparseRenderTemplate) SetBSON(raw bson.Raw) error
- func (o *SparseRenderTemplate) SetIdentifier(id string)
- func (o *SparseRenderTemplate) ToPlain() elemental.PlainIdentifiable
- func (o *SparseRenderTemplate) Version() int
- type SparseRenderTemplatesList
- func (o SparseRenderTemplatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseRenderTemplatesList) Copy() elemental.Identifiables
- func (o SparseRenderTemplatesList) DefaultOrder() []string
- func (o SparseRenderTemplatesList) Identity() elemental.Identity
- func (o SparseRenderTemplatesList) List() elemental.IdentifiablesList
- func (o SparseRenderTemplatesList) ToPlain() elemental.IdentifiablesList
- func (o SparseRenderTemplatesList) Version() int
- type SparseRenderedPoliciesList
- func (o SparseRenderedPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseRenderedPoliciesList) Copy() elemental.Identifiables
- func (o SparseRenderedPoliciesList) DefaultOrder() []string
- func (o SparseRenderedPoliciesList) Identity() elemental.Identity
- func (o SparseRenderedPoliciesList) List() elemental.IdentifiablesList
- func (o SparseRenderedPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseRenderedPoliciesList) Version() int
- type SparseRenderedPolicy
- func (o *SparseRenderedPolicy) DeepCopy() *SparseRenderedPolicy
- func (o *SparseRenderedPolicy) DeepCopyInto(out *SparseRenderedPolicy)
- func (o *SparseRenderedPolicy) GetBSON() (interface{}, error)
- func (o *SparseRenderedPolicy) Identifier() string
- func (o *SparseRenderedPolicy) Identity() elemental.Identity
- func (o *SparseRenderedPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseRenderedPolicy) SetIdentifier(id string)
- func (o *SparseRenderedPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseRenderedPolicy) Version() int
- type SparseReport
- func (o *SparseReport) DeepCopy() *SparseReport
- func (o *SparseReport) DeepCopyInto(out *SparseReport)
- func (o *SparseReport) GetBSON() (interface{}, error)
- func (o *SparseReport) Identifier() string
- func (o *SparseReport) Identity() elemental.Identity
- func (o *SparseReport) SetBSON(raw bson.Raw) error
- func (o *SparseReport) SetIdentifier(id string)
- func (o *SparseReport) ToPlain() elemental.PlainIdentifiable
- func (o *SparseReport) Version() int
- type SparseReportsList
- func (o SparseReportsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseReportsList) Copy() elemental.Identifiables
- func (o SparseReportsList) DefaultOrder() []string
- func (o SparseReportsList) Identity() elemental.Identity
- func (o SparseReportsList) List() elemental.IdentifiablesList
- func (o SparseReportsList) ToPlain() elemental.IdentifiablesList
- func (o SparseReportsList) Version() int
- type SparseReportsQueriesList
- func (o SparseReportsQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseReportsQueriesList) Copy() elemental.Identifiables
- func (o SparseReportsQueriesList) DefaultOrder() []string
- func (o SparseReportsQueriesList) Identity() elemental.Identity
- func (o SparseReportsQueriesList) List() elemental.IdentifiablesList
- func (o SparseReportsQueriesList) ToPlain() elemental.IdentifiablesList
- func (o SparseReportsQueriesList) Version() int
- type SparseReportsQuery
- func (o *SparseReportsQuery) DeepCopy() *SparseReportsQuery
- func (o *SparseReportsQuery) DeepCopyInto(out *SparseReportsQuery)
- func (o *SparseReportsQuery) GetBSON() (interface{}, error)
- func (o *SparseReportsQuery) Identifier() string
- func (o *SparseReportsQuery) Identity() elemental.Identity
- func (o *SparseReportsQuery) SetBSON(raw bson.Raw) error
- func (o *SparseReportsQuery) SetIdentifier(id string)
- func (o *SparseReportsQuery) ToPlain() elemental.PlainIdentifiable
- func (o *SparseReportsQuery) Version() int
- type SparseRevocation
- func (o *SparseRevocation) DeepCopy() *SparseRevocation
- func (o *SparseRevocation) DeepCopyInto(out *SparseRevocation)
- func (o *SparseRevocation) GetBSON() (interface{}, error)
- func (o *SparseRevocation) GetMigrationsLog() (out map[string]string)
- func (o *SparseRevocation) GetZHash() (out int)
- func (o *SparseRevocation) GetZone() (out int)
- func (o *SparseRevocation) Identifier() string
- func (o *SparseRevocation) Identity() elemental.Identity
- func (o *SparseRevocation) SetBSON(raw bson.Raw) error
- func (o *SparseRevocation) SetIdentifier(id string)
- func (o *SparseRevocation) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseRevocation) SetZHash(zHash int)
- func (o *SparseRevocation) SetZone(zone int)
- func (o *SparseRevocation) ToPlain() elemental.PlainIdentifiable
- func (o *SparseRevocation) Version() int
- type SparseRevocationsList
- func (o SparseRevocationsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseRevocationsList) Copy() elemental.Identifiables
- func (o SparseRevocationsList) DefaultOrder() []string
- func (o SparseRevocationsList) Identity() elemental.Identity
- func (o SparseRevocationsList) List() elemental.IdentifiablesList
- func (o SparseRevocationsList) ToPlain() elemental.IdentifiablesList
- func (o SparseRevocationsList) Version() int
- type SparseRole
- func (o *SparseRole) DeepCopy() *SparseRole
- func (o *SparseRole) DeepCopyInto(out *SparseRole)
- func (o *SparseRole) GetBSON() (interface{}, error)
- func (o *SparseRole) Identifier() string
- func (o *SparseRole) Identity() elemental.Identity
- func (o *SparseRole) SetBSON(raw bson.Raw) error
- func (o *SparseRole) SetIdentifier(id string)
- func (o *SparseRole) ToPlain() elemental.PlainIdentifiable
- func (o *SparseRole) Version() int
- type SparseRolesList
- func (o SparseRolesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseRolesList) Copy() elemental.Identifiables
- func (o SparseRolesList) DefaultOrder() []string
- func (o SparseRolesList) Identity() elemental.Identity
- func (o SparseRolesList) List() elemental.IdentifiablesList
- func (o SparseRolesList) ToPlain() elemental.IdentifiablesList
- func (o SparseRolesList) Version() int
- type SparseSAMLProvider
- func (o *SparseSAMLProvider) DeepCopy() *SparseSAMLProvider
- func (o *SparseSAMLProvider) DeepCopyInto(out *SparseSAMLProvider)
- func (o *SparseSAMLProvider) GetAnnotations() (out map[string][]string)
- func (o *SparseSAMLProvider) GetAssociatedTags() (out []string)
- func (o *SparseSAMLProvider) GetBSON() (interface{}, error)
- func (o *SparseSAMLProvider) GetCreateIdempotencyKey() (out string)
- func (o *SparseSAMLProvider) GetCreateTime() (out time.Time)
- func (o *SparseSAMLProvider) GetDescription() (out string)
- func (o *SparseSAMLProvider) GetMigrationsLog() (out map[string]string)
- func (o *SparseSAMLProvider) GetName() (out string)
- func (o *SparseSAMLProvider) GetNamespace() (out string)
- func (o *SparseSAMLProvider) GetNormalizedTags() (out []string)
- func (o *SparseSAMLProvider) GetProtected() (out bool)
- func (o *SparseSAMLProvider) GetUpdateIdempotencyKey() (out string)
- func (o *SparseSAMLProvider) GetUpdateTime() (out time.Time)
- func (o *SparseSAMLProvider) GetZHash() (out int)
- func (o *SparseSAMLProvider) GetZone() (out int)
- func (o *SparseSAMLProvider) Identifier() string
- func (o *SparseSAMLProvider) Identity() elemental.Identity
- func (o *SparseSAMLProvider) SetAnnotations(annotations map[string][]string)
- func (o *SparseSAMLProvider) SetAssociatedTags(associatedTags []string)
- func (o *SparseSAMLProvider) SetBSON(raw bson.Raw) error
- func (o *SparseSAMLProvider) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseSAMLProvider) SetCreateTime(createTime time.Time)
- func (o *SparseSAMLProvider) SetDescription(description string)
- func (o *SparseSAMLProvider) SetIdentifier(id string)
- func (o *SparseSAMLProvider) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseSAMLProvider) SetName(name string)
- func (o *SparseSAMLProvider) SetNamespace(namespace string)
- func (o *SparseSAMLProvider) SetNormalizedTags(normalizedTags []string)
- func (o *SparseSAMLProvider) SetProtected(protected bool)
- func (o *SparseSAMLProvider) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseSAMLProvider) SetUpdateTime(updateTime time.Time)
- func (o *SparseSAMLProvider) SetZHash(zHash int)
- func (o *SparseSAMLProvider) SetZone(zone int)
- func (o *SparseSAMLProvider) ToPlain() elemental.PlainIdentifiable
- func (o *SparseSAMLProvider) Version() int
- type SparseSAMLProvidersList
- func (o SparseSAMLProvidersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseSAMLProvidersList) Copy() elemental.Identifiables
- func (o SparseSAMLProvidersList) DefaultOrder() []string
- func (o SparseSAMLProvidersList) Identity() elemental.Identity
- func (o SparseSAMLProvidersList) List() elemental.IdentifiablesList
- func (o SparseSAMLProvidersList) ToPlain() elemental.IdentifiablesList
- func (o SparseSAMLProvidersList) Version() int
- type SparseSSHAuthoritiesList
- func (o SparseSSHAuthoritiesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseSSHAuthoritiesList) Copy() elemental.Identifiables
- func (o SparseSSHAuthoritiesList) DefaultOrder() []string
- func (o SparseSSHAuthoritiesList) Identity() elemental.Identity
- func (o SparseSSHAuthoritiesList) List() elemental.IdentifiablesList
- func (o SparseSSHAuthoritiesList) ToPlain() elemental.IdentifiablesList
- func (o SparseSSHAuthoritiesList) Version() int
- type SparseSSHAuthority
- func (o *SparseSSHAuthority) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseSSHAuthority) DeepCopy() *SparseSSHAuthority
- func (o *SparseSSHAuthority) DeepCopyInto(out *SparseSSHAuthority)
- func (o *SparseSSHAuthority) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseSSHAuthority) GetBSON() (interface{}, error)
- func (o *SparseSSHAuthority) GetCreateTime() (out time.Time)
- func (o *SparseSSHAuthority) GetMigrationsLog() (out map[string]string)
- func (o *SparseSSHAuthority) GetName() (out string)
- func (o *SparseSSHAuthority) GetUpdateTime() (out time.Time)
- func (o *SparseSSHAuthority) GetZHash() (out int)
- func (o *SparseSSHAuthority) GetZone() (out int)
- func (o *SparseSSHAuthority) Identifier() string
- func (o *SparseSSHAuthority) Identity() elemental.Identity
- func (o *SparseSSHAuthority) SetBSON(raw bson.Raw) error
- func (o *SparseSSHAuthority) SetCreateTime(createTime time.Time)
- func (o *SparseSSHAuthority) SetIdentifier(id string)
- func (o *SparseSSHAuthority) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseSSHAuthority) SetName(name string)
- func (o *SparseSSHAuthority) SetUpdateTime(updateTime time.Time)
- func (o *SparseSSHAuthority) SetZHash(zHash int)
- func (o *SparseSSHAuthority) SetZone(zone int)
- func (o *SparseSSHAuthority) ToPlain() elemental.PlainIdentifiable
- func (o *SparseSSHAuthority) Version() int
- type SparseSSHAuthorizationPoliciesList
- func (o SparseSSHAuthorizationPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseSSHAuthorizationPoliciesList) Copy() elemental.Identifiables
- func (o SparseSSHAuthorizationPoliciesList) DefaultOrder() []string
- func (o SparseSSHAuthorizationPoliciesList) Identity() elemental.Identity
- func (o SparseSSHAuthorizationPoliciesList) List() elemental.IdentifiablesList
- func (o SparseSSHAuthorizationPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseSSHAuthorizationPoliciesList) Version() int
- type SparseSSHAuthorizationPolicy
- func (o *SparseSSHAuthorizationPolicy) DeepCopy() *SparseSSHAuthorizationPolicy
- func (o *SparseSSHAuthorizationPolicy) DeepCopyInto(out *SparseSSHAuthorizationPolicy)
- func (o *SparseSSHAuthorizationPolicy) GetActiveDuration() (out string)
- func (o *SparseSSHAuthorizationPolicy) GetActiveSchedule() (out string)
- func (o *SparseSSHAuthorizationPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseSSHAuthorizationPolicy) GetAssociatedTags() (out []string)
- func (o *SparseSSHAuthorizationPolicy) GetBSON() (interface{}, error)
- func (o *SparseSSHAuthorizationPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseSSHAuthorizationPolicy) GetCreateTime() (out time.Time)
- func (o *SparseSSHAuthorizationPolicy) GetDescription() (out string)
- func (o *SparseSSHAuthorizationPolicy) GetDisabled() (out bool)
- func (o *SparseSSHAuthorizationPolicy) GetExpirationTime() (out time.Time)
- func (o *SparseSSHAuthorizationPolicy) GetFallback() (out bool)
- func (o *SparseSSHAuthorizationPolicy) GetMetadata() (out []string)
- func (o *SparseSSHAuthorizationPolicy) GetName() (out string)
- func (o *SparseSSHAuthorizationPolicy) GetNamespace() (out string)
- func (o *SparseSSHAuthorizationPolicy) GetNormalizedTags() (out []string)
- func (o *SparseSSHAuthorizationPolicy) GetPropagate() (out bool)
- func (o *SparseSSHAuthorizationPolicy) GetProtected() (out bool)
- func (o *SparseSSHAuthorizationPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseSSHAuthorizationPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseSSHAuthorizationPolicy) Identifier() string
- func (o *SparseSSHAuthorizationPolicy) Identity() elemental.Identity
- func (o *SparseSSHAuthorizationPolicy) SetActiveDuration(activeDuration string)
- func (o *SparseSSHAuthorizationPolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseSSHAuthorizationPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseSSHAuthorizationPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseSSHAuthorizationPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseSSHAuthorizationPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseSSHAuthorizationPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseSSHAuthorizationPolicy) SetDescription(description string)
- func (o *SparseSSHAuthorizationPolicy) SetDisabled(disabled bool)
- func (o *SparseSSHAuthorizationPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SparseSSHAuthorizationPolicy) SetFallback(fallback bool)
- func (o *SparseSSHAuthorizationPolicy) SetIdentifier(id string)
- func (o *SparseSSHAuthorizationPolicy) SetMetadata(metadata []string)
- func (o *SparseSSHAuthorizationPolicy) SetName(name string)
- func (o *SparseSSHAuthorizationPolicy) SetNamespace(namespace string)
- func (o *SparseSSHAuthorizationPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseSSHAuthorizationPolicy) SetPropagate(propagate bool)
- func (o *SparseSSHAuthorizationPolicy) SetProtected(protected bool)
- func (o *SparseSSHAuthorizationPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseSSHAuthorizationPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseSSHAuthorizationPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseSSHAuthorizationPolicy) Version() int
- type SparseSSHCertificate
- func (o *SparseSSHCertificate) DeepCopy() *SparseSSHCertificate
- func (o *SparseSSHCertificate) DeepCopyInto(out *SparseSSHCertificate)
- func (o *SparseSSHCertificate) GetBSON() (interface{}, error)
- func (o *SparseSSHCertificate) Identifier() string
- func (o *SparseSSHCertificate) Identity() elemental.Identity
- func (o *SparseSSHCertificate) SetBSON(raw bson.Raw) error
- func (o *SparseSSHCertificate) SetIdentifier(id string)
- func (o *SparseSSHCertificate) ToPlain() elemental.PlainIdentifiable
- func (o *SparseSSHCertificate) Version() int
- type SparseSSHCertificatesList
- func (o SparseSSHCertificatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseSSHCertificatesList) Copy() elemental.Identifiables
- func (o SparseSSHCertificatesList) DefaultOrder() []string
- func (o SparseSSHCertificatesList) Identity() elemental.Identity
- func (o SparseSSHCertificatesList) List() elemental.IdentifiablesList
- func (o SparseSSHCertificatesList) ToPlain() elemental.IdentifiablesList
- func (o SparseSSHCertificatesList) Version() int
- type SparseSSHIdentitiesList
- func (o SparseSSHIdentitiesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseSSHIdentitiesList) Copy() elemental.Identifiables
- func (o SparseSSHIdentitiesList) DefaultOrder() []string
- func (o SparseSSHIdentitiesList) Identity() elemental.Identity
- func (o SparseSSHIdentitiesList) List() elemental.IdentifiablesList
- func (o SparseSSHIdentitiesList) ToPlain() elemental.IdentifiablesList
- func (o SparseSSHIdentitiesList) Version() int
- type SparseSSHIdentity
- func (o *SparseSSHIdentity) DeepCopy() *SparseSSHIdentity
- func (o *SparseSSHIdentity) DeepCopyInto(out *SparseSSHIdentity)
- func (o *SparseSSHIdentity) GetBSON() (interface{}, error)
- func (o *SparseSSHIdentity) Identifier() string
- func (o *SparseSSHIdentity) Identity() elemental.Identity
- func (o *SparseSSHIdentity) SetBSON(raw bson.Raw) error
- func (o *SparseSSHIdentity) SetIdentifier(id string)
- func (o *SparseSSHIdentity) ToPlain() elemental.PlainIdentifiable
- func (o *SparseSSHIdentity) Version() int
- type SparseSandbox
- func (o *SparseSandbox) DeepCopy() *SparseSandbox
- func (o *SparseSandbox) DeepCopyInto(out *SparseSandbox)
- func (o *SparseSandbox) GetBSON() (interface{}, error)
- func (o *SparseSandbox) Identifier() string
- func (o *SparseSandbox) Identity() elemental.Identity
- func (o *SparseSandbox) SetBSON(raw bson.Raw) error
- func (o *SparseSandbox) SetIdentifier(id string)
- func (o *SparseSandbox) ToPlain() elemental.PlainIdentifiable
- func (o *SparseSandbox) Version() int
- type SparseSandboxsList
- func (o SparseSandboxsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseSandboxsList) Copy() elemental.Identifiables
- func (o SparseSandboxsList) DefaultOrder() []string
- func (o SparseSandboxsList) Identity() elemental.Identity
- func (o SparseSandboxsList) List() elemental.IdentifiablesList
- func (o SparseSandboxsList) ToPlain() elemental.IdentifiablesList
- func (o SparseSandboxsList) Version() int
- type SparseSearch
- func (o *SparseSearch) DeepCopy() *SparseSearch
- func (o *SparseSearch) DeepCopyInto(out *SparseSearch)
- func (o *SparseSearch) GetBSON() (interface{}, error)
- func (o *SparseSearch) Identifier() string
- func (o *SparseSearch) Identity() elemental.Identity
- func (o *SparseSearch) SetBSON(raw bson.Raw) error
- func (o *SparseSearch) SetIdentifier(id string)
- func (o *SparseSearch) ToPlain() elemental.PlainIdentifiable
- func (o *SparseSearch) Version() int
- type SparseSearchesList
- func (o SparseSearchesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseSearchesList) Copy() elemental.Identifiables
- func (o SparseSearchesList) DefaultOrder() []string
- func (o SparseSearchesList) Identity() elemental.Identity
- func (o SparseSearchesList) List() elemental.IdentifiablesList
- func (o SparseSearchesList) ToPlain() elemental.IdentifiablesList
- func (o SparseSearchesList) Version() int
- type SparseService
- func (o *SparseService) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseService) DeepCopy() *SparseService
- func (o *SparseService) DeepCopyInto(out *SparseService)
- func (o *SparseService) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseService) GetAnnotations() (out map[string][]string)
- func (o *SparseService) GetArchived() (out bool)
- func (o *SparseService) GetAssociatedTags() (out []string)
- func (o *SparseService) GetBSON() (interface{}, error)
- func (o *SparseService) GetCreateIdempotencyKey() (out string)
- func (o *SparseService) GetCreateTime() (out time.Time)
- func (o *SparseService) GetDescription() (out string)
- func (o *SparseService) GetDisabled() (out bool)
- func (o *SparseService) GetMetadata() (out []string)
- func (o *SparseService) GetMigrationsLog() (out map[string]string)
- func (o *SparseService) GetName() (out string)
- func (o *SparseService) GetNamespace() (out string)
- func (o *SparseService) GetNormalizedTags() (out []string)
- func (o *SparseService) GetPropagate() (out bool)
- func (o *SparseService) GetProtected() (out bool)
- func (o *SparseService) GetUpdateIdempotencyKey() (out string)
- func (o *SparseService) GetUpdateTime() (out time.Time)
- func (o *SparseService) GetZHash() (out int)
- func (o *SparseService) GetZone() (out int)
- func (o *SparseService) Identifier() string
- func (o *SparseService) Identity() elemental.Identity
- func (o *SparseService) SetAnnotations(annotations map[string][]string)
- func (o *SparseService) SetArchived(archived bool)
- func (o *SparseService) SetAssociatedTags(associatedTags []string)
- func (o *SparseService) SetBSON(raw bson.Raw) error
- func (o *SparseService) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseService) SetCreateTime(createTime time.Time)
- func (o *SparseService) SetDescription(description string)
- func (o *SparseService) SetDisabled(disabled bool)
- func (o *SparseService) SetIdentifier(id string)
- func (o *SparseService) SetMetadata(metadata []string)
- func (o *SparseService) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseService) SetName(name string)
- func (o *SparseService) SetNamespace(namespace string)
- func (o *SparseService) SetNormalizedTags(normalizedTags []string)
- func (o *SparseService) SetPropagate(propagate bool)
- func (o *SparseService) SetProtected(protected bool)
- func (o *SparseService) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseService) SetUpdateTime(updateTime time.Time)
- func (o *SparseService) SetZHash(zHash int)
- func (o *SparseService) SetZone(zone int)
- func (o *SparseService) ToPlain() elemental.PlainIdentifiable
- func (o *SparseService) Version() int
- type SparseServiceCertificate
- func (o *SparseServiceCertificate) DecryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseServiceCertificate) DeepCopy() *SparseServiceCertificate
- func (o *SparseServiceCertificate) DeepCopyInto(out *SparseServiceCertificate)
- func (o *SparseServiceCertificate) EncryptAttributes(encrypter elemental.AttributeEncrypter) (err error)
- func (o *SparseServiceCertificate) GetAnnotations() (out map[string][]string)
- func (o *SparseServiceCertificate) GetAssociatedTags() (out []string)
- func (o *SparseServiceCertificate) GetBSON() (interface{}, error)
- func (o *SparseServiceCertificate) GetCreateIdempotencyKey() (out string)
- func (o *SparseServiceCertificate) GetCreateTime() (out time.Time)
- func (o *SparseServiceCertificate) GetDescription() (out string)
- func (o *SparseServiceCertificate) GetName() (out string)
- func (o *SparseServiceCertificate) GetNamespace() (out string)
- func (o *SparseServiceCertificate) GetNormalizedTags() (out []string)
- func (o *SparseServiceCertificate) GetPropagate() (out bool)
- func (o *SparseServiceCertificate) GetProtected() (out bool)
- func (o *SparseServiceCertificate) GetUpdateIdempotencyKey() (out string)
- func (o *SparseServiceCertificate) GetUpdateTime() (out time.Time)
- func (o *SparseServiceCertificate) GetZHash() (out int)
- func (o *SparseServiceCertificate) GetZone() (out int)
- func (o *SparseServiceCertificate) Identifier() string
- func (o *SparseServiceCertificate) Identity() elemental.Identity
- func (o *SparseServiceCertificate) SetAnnotations(annotations map[string][]string)
- func (o *SparseServiceCertificate) SetAssociatedTags(associatedTags []string)
- func (o *SparseServiceCertificate) SetBSON(raw bson.Raw) error
- func (o *SparseServiceCertificate) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseServiceCertificate) SetCreateTime(createTime time.Time)
- func (o *SparseServiceCertificate) SetDescription(description string)
- func (o *SparseServiceCertificate) SetIdentifier(id string)
- func (o *SparseServiceCertificate) SetName(name string)
- func (o *SparseServiceCertificate) SetNamespace(namespace string)
- func (o *SparseServiceCertificate) SetNormalizedTags(normalizedTags []string)
- func (o *SparseServiceCertificate) SetPropagate(propagate bool)
- func (o *SparseServiceCertificate) SetProtected(protected bool)
- func (o *SparseServiceCertificate) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseServiceCertificate) SetUpdateTime(updateTime time.Time)
- func (o *SparseServiceCertificate) SetZHash(zHash int)
- func (o *SparseServiceCertificate) SetZone(zone int)
- func (o *SparseServiceCertificate) ToPlain() elemental.PlainIdentifiable
- func (o *SparseServiceCertificate) Version() int
- type SparseServiceCertificatesList
- func (o SparseServiceCertificatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseServiceCertificatesList) Copy() elemental.Identifiables
- func (o SparseServiceCertificatesList) DefaultOrder() []string
- func (o SparseServiceCertificatesList) Identity() elemental.Identity
- func (o SparseServiceCertificatesList) List() elemental.IdentifiablesList
- func (o SparseServiceCertificatesList) ToPlain() elemental.IdentifiablesList
- func (o SparseServiceCertificatesList) Version() int
- type SparseServiceDependencyPoliciesList
- func (o SparseServiceDependencyPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseServiceDependencyPoliciesList) Copy() elemental.Identifiables
- func (o SparseServiceDependencyPoliciesList) DefaultOrder() []string
- func (o SparseServiceDependencyPoliciesList) Identity() elemental.Identity
- func (o SparseServiceDependencyPoliciesList) List() elemental.IdentifiablesList
- func (o SparseServiceDependencyPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseServiceDependencyPoliciesList) Version() int
- type SparseServiceDependencyPolicy
- func (o *SparseServiceDependencyPolicy) DeepCopy() *SparseServiceDependencyPolicy
- func (o *SparseServiceDependencyPolicy) DeepCopyInto(out *SparseServiceDependencyPolicy)
- func (o *SparseServiceDependencyPolicy) GetActiveDuration() (out string)
- func (o *SparseServiceDependencyPolicy) GetActiveSchedule() (out string)
- func (o *SparseServiceDependencyPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseServiceDependencyPolicy) GetAssociatedTags() (out []string)
- func (o *SparseServiceDependencyPolicy) GetBSON() (interface{}, error)
- func (o *SparseServiceDependencyPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseServiceDependencyPolicy) GetCreateTime() (out time.Time)
- func (o *SparseServiceDependencyPolicy) GetDescription() (out string)
- func (o *SparseServiceDependencyPolicy) GetDisabled() (out bool)
- func (o *SparseServiceDependencyPolicy) GetFallback() (out bool)
- func (o *SparseServiceDependencyPolicy) GetMetadata() (out []string)
- func (o *SparseServiceDependencyPolicy) GetName() (out string)
- func (o *SparseServiceDependencyPolicy) GetNamespace() (out string)
- func (o *SparseServiceDependencyPolicy) GetNormalizedTags() (out []string)
- func (o *SparseServiceDependencyPolicy) GetPropagate() (out bool)
- func (o *SparseServiceDependencyPolicy) GetProtected() (out bool)
- func (o *SparseServiceDependencyPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseServiceDependencyPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseServiceDependencyPolicy) Identifier() string
- func (o *SparseServiceDependencyPolicy) Identity() elemental.Identity
- func (o *SparseServiceDependencyPolicy) SetActiveDuration(activeDuration string)
- func (o *SparseServiceDependencyPolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseServiceDependencyPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseServiceDependencyPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseServiceDependencyPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseServiceDependencyPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseServiceDependencyPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseServiceDependencyPolicy) SetDescription(description string)
- func (o *SparseServiceDependencyPolicy) SetDisabled(disabled bool)
- func (o *SparseServiceDependencyPolicy) SetFallback(fallback bool)
- func (o *SparseServiceDependencyPolicy) SetIdentifier(id string)
- func (o *SparseServiceDependencyPolicy) SetMetadata(metadata []string)
- func (o *SparseServiceDependencyPolicy) SetName(name string)
- func (o *SparseServiceDependencyPolicy) SetNamespace(namespace string)
- func (o *SparseServiceDependencyPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseServiceDependencyPolicy) SetPropagate(propagate bool)
- func (o *SparseServiceDependencyPolicy) SetProtected(protected bool)
- func (o *SparseServiceDependencyPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseServiceDependencyPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseServiceDependencyPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseServiceDependencyPolicy) Version() int
- type SparseServicePublication
- func (o *SparseServicePublication) DeepCopy() *SparseServicePublication
- func (o *SparseServicePublication) DeepCopyInto(out *SparseServicePublication)
- func (o *SparseServicePublication) GetBSON() (interface{}, error)
- func (o *SparseServicePublication) Identifier() string
- func (o *SparseServicePublication) Identity() elemental.Identity
- func (o *SparseServicePublication) SetBSON(raw bson.Raw) error
- func (o *SparseServicePublication) SetIdentifier(id string)
- func (o *SparseServicePublication) ToPlain() elemental.PlainIdentifiable
- func (o *SparseServicePublication) Version() int
- type SparseServicePublicationsList
- func (o SparseServicePublicationsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseServicePublicationsList) Copy() elemental.Identifiables
- func (o SparseServicePublicationsList) DefaultOrder() []string
- func (o SparseServicePublicationsList) Identity() elemental.Identity
- func (o SparseServicePublicationsList) List() elemental.IdentifiablesList
- func (o SparseServicePublicationsList) ToPlain() elemental.IdentifiablesList
- func (o SparseServicePublicationsList) Version() int
- type SparseServiceToken
- func (o *SparseServiceToken) DeepCopy() *SparseServiceToken
- func (o *SparseServiceToken) DeepCopyInto(out *SparseServiceToken)
- func (o *SparseServiceToken) GetBSON() (interface{}, error)
- func (o *SparseServiceToken) Identifier() string
- func (o *SparseServiceToken) Identity() elemental.Identity
- func (o *SparseServiceToken) SetBSON(raw bson.Raw) error
- func (o *SparseServiceToken) SetIdentifier(id string)
- func (o *SparseServiceToken) ToPlain() elemental.PlainIdentifiable
- func (o *SparseServiceToken) Version() int
- type SparseServiceTokensList
- func (o SparseServiceTokensList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseServiceTokensList) Copy() elemental.Identifiables
- func (o SparseServiceTokensList) DefaultOrder() []string
- func (o SparseServiceTokensList) Identity() elemental.Identity
- func (o SparseServiceTokensList) List() elemental.IdentifiablesList
- func (o SparseServiceTokensList) ToPlain() elemental.IdentifiablesList
- func (o SparseServiceTokensList) Version() int
- type SparseServicesList
- func (o SparseServicesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseServicesList) Copy() elemental.Identifiables
- func (o SparseServicesList) DefaultOrder() []string
- func (o SparseServicesList) Identity() elemental.Identity
- func (o SparseServicesList) List() elemental.IdentifiablesList
- func (o SparseServicesList) ToPlain() elemental.IdentifiablesList
- func (o SparseServicesList) Version() int
- type SparseSquallTag
- func (o *SparseSquallTag) DeepCopy() *SparseSquallTag
- func (o *SparseSquallTag) DeepCopyInto(out *SparseSquallTag)
- func (o *SparseSquallTag) GetBSON() (interface{}, error)
- func (o *SparseSquallTag) Identifier() string
- func (o *SparseSquallTag) Identity() elemental.Identity
- func (o *SparseSquallTag) SetBSON(raw bson.Raw) error
- func (o *SparseSquallTag) SetIdentifier(id string)
- func (o *SparseSquallTag) ToPlain() elemental.PlainIdentifiable
- func (o *SparseSquallTag) Version() int
- type SparseSquallTagsList
- func (o SparseSquallTagsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseSquallTagsList) Copy() elemental.Identifiables
- func (o SparseSquallTagsList) DefaultOrder() []string
- func (o SparseSquallTagsList) Identity() elemental.Identity
- func (o SparseSquallTagsList) List() elemental.IdentifiablesList
- func (o SparseSquallTagsList) ToPlain() elemental.IdentifiablesList
- func (o SparseSquallTagsList) Version() int
- type SparseStatsInfo
- func (o *SparseStatsInfo) DeepCopy() *SparseStatsInfo
- func (o *SparseStatsInfo) DeepCopyInto(out *SparseStatsInfo)
- func (o *SparseStatsInfo) GetBSON() (interface{}, error)
- func (o *SparseStatsInfo) Identifier() string
- func (o *SparseStatsInfo) Identity() elemental.Identity
- func (o *SparseStatsInfo) SetBSON(raw bson.Raw) error
- func (o *SparseStatsInfo) SetIdentifier(id string)
- func (o *SparseStatsInfo) ToPlain() elemental.PlainIdentifiable
- func (o *SparseStatsInfo) Version() int
- type SparseStatsInfosList
- func (o SparseStatsInfosList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseStatsInfosList) Copy() elemental.Identifiables
- func (o SparseStatsInfosList) DefaultOrder() []string
- func (o SparseStatsInfosList) Identity() elemental.Identity
- func (o SparseStatsInfosList) List() elemental.IdentifiablesList
- func (o SparseStatsInfosList) ToPlain() elemental.IdentifiablesList
- func (o SparseStatsInfosList) Version() int
- type SparseStatsQueriesList
- func (o SparseStatsQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseStatsQueriesList) Copy() elemental.Identifiables
- func (o SparseStatsQueriesList) DefaultOrder() []string
- func (o SparseStatsQueriesList) Identity() elemental.Identity
- func (o SparseStatsQueriesList) List() elemental.IdentifiablesList
- func (o SparseStatsQueriesList) ToPlain() elemental.IdentifiablesList
- func (o SparseStatsQueriesList) Version() int
- type SparseStatsQuery
- func (o *SparseStatsQuery) DeepCopy() *SparseStatsQuery
- func (o *SparseStatsQuery) DeepCopyInto(out *SparseStatsQuery)
- func (o *SparseStatsQuery) GetBSON() (interface{}, error)
- func (o *SparseStatsQuery) Identifier() string
- func (o *SparseStatsQuery) Identity() elemental.Identity
- func (o *SparseStatsQuery) SetBSON(raw bson.Raw) error
- func (o *SparseStatsQuery) SetIdentifier(id string)
- func (o *SparseStatsQuery) ToPlain() elemental.PlainIdentifiable
- func (o *SparseStatsQuery) Version() int
- type SparseSuggestedPoliciesList
- func (o SparseSuggestedPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseSuggestedPoliciesList) Copy() elemental.Identifiables
- func (o SparseSuggestedPoliciesList) DefaultOrder() []string
- func (o SparseSuggestedPoliciesList) Identity() elemental.Identity
- func (o SparseSuggestedPoliciesList) List() elemental.IdentifiablesList
- func (o SparseSuggestedPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseSuggestedPoliciesList) Version() int
- type SparseSuggestedPolicy
- func (o *SparseSuggestedPolicy) DeepCopy() *SparseSuggestedPolicy
- func (o *SparseSuggestedPolicy) DeepCopyInto(out *SparseSuggestedPolicy)
- func (o *SparseSuggestedPolicy) GetBSON() (interface{}, error)
- func (o *SparseSuggestedPolicy) Identifier() string
- func (o *SparseSuggestedPolicy) Identity() elemental.Identity
- func (o *SparseSuggestedPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseSuggestedPolicy) SetIdentifier(id string)
- func (o *SparseSuggestedPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseSuggestedPolicy) Version() int
- type SparseTag
- func (o *SparseTag) DeepCopy() *SparseTag
- func (o *SparseTag) DeepCopyInto(out *SparseTag)
- func (o *SparseTag) GetBSON() (interface{}, error)
- func (o *SparseTag) GetNamespace() (out string)
- func (o *SparseTag) Identifier() string
- func (o *SparseTag) Identity() elemental.Identity
- func (o *SparseTag) SetBSON(raw bson.Raw) error
- func (o *SparseTag) SetIdentifier(id string)
- func (o *SparseTag) SetNamespace(namespace string)
- func (o *SparseTag) ToPlain() elemental.PlainIdentifiable
- func (o *SparseTag) Version() int
- type SparseTagInject
- func (o *SparseTagInject) DeepCopy() *SparseTagInject
- func (o *SparseTagInject) DeepCopyInto(out *SparseTagInject)
- func (o *SparseTagInject) GetBSON() (interface{}, error)
- func (o *SparseTagInject) Identifier() string
- func (o *SparseTagInject) Identity() elemental.Identity
- func (o *SparseTagInject) SetBSON(raw bson.Raw) error
- func (o *SparseTagInject) SetIdentifier(id string)
- func (o *SparseTagInject) ToPlain() elemental.PlainIdentifiable
- func (o *SparseTagInject) Version() int
- type SparseTagInjectsList
- func (o SparseTagInjectsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTagInjectsList) Copy() elemental.Identifiables
- func (o SparseTagInjectsList) DefaultOrder() []string
- func (o SparseTagInjectsList) Identity() elemental.Identity
- func (o SparseTagInjectsList) List() elemental.IdentifiablesList
- func (o SparseTagInjectsList) ToPlain() elemental.IdentifiablesList
- func (o SparseTagInjectsList) Version() int
- type SparseTagPrefix
- func (o *SparseTagPrefix) DeepCopy() *SparseTagPrefix
- func (o *SparseTagPrefix) DeepCopyInto(out *SparseTagPrefix)
- func (o *SparseTagPrefix) GetBSON() (interface{}, error)
- func (o *SparseTagPrefix) Identifier() string
- func (o *SparseTagPrefix) Identity() elemental.Identity
- func (o *SparseTagPrefix) SetBSON(raw bson.Raw) error
- func (o *SparseTagPrefix) SetIdentifier(id string)
- func (o *SparseTagPrefix) ToPlain() elemental.PlainIdentifiable
- func (o *SparseTagPrefix) Version() int
- type SparseTagPrefixsList
- func (o SparseTagPrefixsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTagPrefixsList) Copy() elemental.Identifiables
- func (o SparseTagPrefixsList) DefaultOrder() []string
- func (o SparseTagPrefixsList) Identity() elemental.Identity
- func (o SparseTagPrefixsList) List() elemental.IdentifiablesList
- func (o SparseTagPrefixsList) ToPlain() elemental.IdentifiablesList
- func (o SparseTagPrefixsList) Version() int
- type SparseTagValue
- func (o *SparseTagValue) DeepCopy() *SparseTagValue
- func (o *SparseTagValue) DeepCopyInto(out *SparseTagValue)
- func (o *SparseTagValue) GetBSON() (interface{}, error)
- func (o *SparseTagValue) Identifier() string
- func (o *SparseTagValue) Identity() elemental.Identity
- func (o *SparseTagValue) SetBSON(raw bson.Raw) error
- func (o *SparseTagValue) SetIdentifier(id string)
- func (o *SparseTagValue) ToPlain() elemental.PlainIdentifiable
- func (o *SparseTagValue) Version() int
- type SparseTagValuesList
- func (o SparseTagValuesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTagValuesList) Copy() elemental.Identifiables
- func (o SparseTagValuesList) DefaultOrder() []string
- func (o SparseTagValuesList) Identity() elemental.Identity
- func (o SparseTagValuesList) List() elemental.IdentifiablesList
- func (o SparseTagValuesList) ToPlain() elemental.IdentifiablesList
- func (o SparseTagValuesList) Version() int
- type SparseTagsList
- func (o SparseTagsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTagsList) Copy() elemental.Identifiables
- func (o SparseTagsList) DefaultOrder() []string
- func (o SparseTagsList) Identity() elemental.Identity
- func (o SparseTagsList) List() elemental.IdentifiablesList
- func (o SparseTagsList) ToPlain() elemental.IdentifiablesList
- func (o SparseTagsList) Version() int
- type SparseTenant
- func (o *SparseTenant) DeepCopy() *SparseTenant
- func (o *SparseTenant) DeepCopyInto(out *SparseTenant)
- func (o *SparseTenant) GetBSON() (interface{}, error)
- func (o *SparseTenant) Identifier() string
- func (o *SparseTenant) Identity() elemental.Identity
- func (o *SparseTenant) SetBSON(raw bson.Raw) error
- func (o *SparseTenant) SetIdentifier(id string)
- func (o *SparseTenant) ToPlain() elemental.PlainIdentifiable
- func (o *SparseTenant) Version() int
- type SparseTenantsList
- func (o SparseTenantsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTenantsList) Copy() elemental.Identifiables
- func (o SparseTenantsList) DefaultOrder() []string
- func (o SparseTenantsList) Identity() elemental.Identity
- func (o SparseTenantsList) List() elemental.IdentifiablesList
- func (o SparseTenantsList) ToPlain() elemental.IdentifiablesList
- func (o SparseTenantsList) Version() int
- type SparseTextIndex
- func (o *SparseTextIndex) DeepCopy() *SparseTextIndex
- func (o *SparseTextIndex) DeepCopyInto(out *SparseTextIndex)
- func (o *SparseTextIndex) GetBSON() (interface{}, error)
- func (o *SparseTextIndex) GetZHash() (out int)
- func (o *SparseTextIndex) GetZone() (out int)
- func (o *SparseTextIndex) Identifier() string
- func (o *SparseTextIndex) Identity() elemental.Identity
- func (o *SparseTextIndex) SetBSON(raw bson.Raw) error
- func (o *SparseTextIndex) SetIdentifier(id string)
- func (o *SparseTextIndex) SetZHash(zHash int)
- func (o *SparseTextIndex) SetZone(zone int)
- func (o *SparseTextIndex) ToPlain() elemental.PlainIdentifiable
- func (o *SparseTextIndex) Version() int
- type SparseTextIndexsList
- func (o SparseTextIndexsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTextIndexsList) Copy() elemental.Identifiables
- func (o SparseTextIndexsList) DefaultOrder() []string
- func (o SparseTextIndexsList) Identity() elemental.Identity
- func (o SparseTextIndexsList) List() elemental.IdentifiablesList
- func (o SparseTextIndexsList) ToPlain() elemental.IdentifiablesList
- func (o SparseTextIndexsList) Version() int
- type SparseToken
- func (o *SparseToken) DeepCopy() *SparseToken
- func (o *SparseToken) DeepCopyInto(out *SparseToken)
- func (o *SparseToken) GetBSON() (interface{}, error)
- func (o *SparseToken) Identifier() string
- func (o *SparseToken) Identity() elemental.Identity
- func (o *SparseToken) SetBSON(raw bson.Raw) error
- func (o *SparseToken) SetIdentifier(id string)
- func (o *SparseToken) ToPlain() elemental.PlainIdentifiable
- func (o *SparseToken) Version() int
- type SparseTokenScopePoliciesList
- func (o SparseTokenScopePoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTokenScopePoliciesList) Copy() elemental.Identifiables
- func (o SparseTokenScopePoliciesList) DefaultOrder() []string
- func (o SparseTokenScopePoliciesList) Identity() elemental.Identity
- func (o SparseTokenScopePoliciesList) List() elemental.IdentifiablesList
- func (o SparseTokenScopePoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseTokenScopePoliciesList) Version() int
- type SparseTokenScopePolicy
- func (o *SparseTokenScopePolicy) DeepCopy() *SparseTokenScopePolicy
- func (o *SparseTokenScopePolicy) DeepCopyInto(out *SparseTokenScopePolicy)
- func (o *SparseTokenScopePolicy) GetActiveDuration() (out string)
- func (o *SparseTokenScopePolicy) GetActiveSchedule() (out string)
- func (o *SparseTokenScopePolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseTokenScopePolicy) GetAssociatedTags() (out []string)
- func (o *SparseTokenScopePolicy) GetBSON() (interface{}, error)
- func (o *SparseTokenScopePolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseTokenScopePolicy) GetCreateTime() (out time.Time)
- func (o *SparseTokenScopePolicy) GetDescription() (out string)
- func (o *SparseTokenScopePolicy) GetDisabled() (out bool)
- func (o *SparseTokenScopePolicy) GetExpirationTime() (out time.Time)
- func (o *SparseTokenScopePolicy) GetFallback() (out bool)
- func (o *SparseTokenScopePolicy) GetMetadata() (out []string)
- func (o *SparseTokenScopePolicy) GetName() (out string)
- func (o *SparseTokenScopePolicy) GetNamespace() (out string)
- func (o *SparseTokenScopePolicy) GetNormalizedTags() (out []string)
- func (o *SparseTokenScopePolicy) GetPropagate() (out bool)
- func (o *SparseTokenScopePolicy) GetProtected() (out bool)
- func (o *SparseTokenScopePolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseTokenScopePolicy) GetUpdateTime() (out time.Time)
- func (o *SparseTokenScopePolicy) Identifier() string
- func (o *SparseTokenScopePolicy) Identity() elemental.Identity
- func (o *SparseTokenScopePolicy) SetActiveDuration(activeDuration string)
- func (o *SparseTokenScopePolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseTokenScopePolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseTokenScopePolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseTokenScopePolicy) SetBSON(raw bson.Raw) error
- func (o *SparseTokenScopePolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseTokenScopePolicy) SetCreateTime(createTime time.Time)
- func (o *SparseTokenScopePolicy) SetDescription(description string)
- func (o *SparseTokenScopePolicy) SetDisabled(disabled bool)
- func (o *SparseTokenScopePolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SparseTokenScopePolicy) SetFallback(fallback bool)
- func (o *SparseTokenScopePolicy) SetIdentifier(id string)
- func (o *SparseTokenScopePolicy) SetMetadata(metadata []string)
- func (o *SparseTokenScopePolicy) SetName(name string)
- func (o *SparseTokenScopePolicy) SetNamespace(namespace string)
- func (o *SparseTokenScopePolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseTokenScopePolicy) SetPropagate(propagate bool)
- func (o *SparseTokenScopePolicy) SetProtected(protected bool)
- func (o *SparseTokenScopePolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseTokenScopePolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseTokenScopePolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseTokenScopePolicy) Version() int
- type SparseTokensList
- func (o SparseTokensList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTokensList) Copy() elemental.Identifiables
- func (o SparseTokensList) DefaultOrder() []string
- func (o SparseTokensList) Identity() elemental.Identity
- func (o SparseTokensList) List() elemental.IdentifiablesList
- func (o SparseTokensList) ToPlain() elemental.IdentifiablesList
- func (o SparseTokensList) Version() int
- type SparseTrigger
- func (o *SparseTrigger) DeepCopy() *SparseTrigger
- func (o *SparseTrigger) DeepCopyInto(out *SparseTrigger)
- func (o *SparseTrigger) GetBSON() (interface{}, error)
- func (o *SparseTrigger) Identifier() string
- func (o *SparseTrigger) Identity() elemental.Identity
- func (o *SparseTrigger) SetBSON(raw bson.Raw) error
- func (o *SparseTrigger) SetIdentifier(id string)
- func (o *SparseTrigger) ToPlain() elemental.PlainIdentifiable
- func (o *SparseTrigger) Version() int
- type SparseTriggersList
- func (o SparseTriggersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTriggersList) Copy() elemental.Identifiables
- func (o SparseTriggersList) DefaultOrder() []string
- func (o SparseTriggersList) Identity() elemental.Identity
- func (o SparseTriggersList) List() elemental.IdentifiablesList
- func (o SparseTriggersList) ToPlain() elemental.IdentifiablesList
- func (o SparseTriggersList) Version() int
- type SparseTrustedCA
- func (o *SparseTrustedCA) DeepCopy() *SparseTrustedCA
- func (o *SparseTrustedCA) DeepCopyInto(out *SparseTrustedCA)
- func (o *SparseTrustedCA) GetBSON() (interface{}, error)
- func (o *SparseTrustedCA) Identifier() string
- func (o *SparseTrustedCA) Identity() elemental.Identity
- func (o *SparseTrustedCA) SetBSON(raw bson.Raw) error
- func (o *SparseTrustedCA) SetIdentifier(id string)
- func (o *SparseTrustedCA) ToPlain() elemental.PlainIdentifiable
- func (o *SparseTrustedCA) Version() int
- type SparseTrustedCAsList
- func (o SparseTrustedCAsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTrustedCAsList) Copy() elemental.Identifiables
- func (o SparseTrustedCAsList) DefaultOrder() []string
- func (o SparseTrustedCAsList) Identity() elemental.Identity
- func (o SparseTrustedCAsList) List() elemental.IdentifiablesList
- func (o SparseTrustedCAsList) ToPlain() elemental.IdentifiablesList
- func (o SparseTrustedCAsList) Version() int
- type SparseTrustedNamespace
- func (o *SparseTrustedNamespace) DeepCopy() *SparseTrustedNamespace
- func (o *SparseTrustedNamespace) DeepCopyInto(out *SparseTrustedNamespace)
- func (o *SparseTrustedNamespace) GetAnnotations() (out map[string][]string)
- func (o *SparseTrustedNamespace) GetAssociatedTags() (out []string)
- func (o *SparseTrustedNamespace) GetBSON() (interface{}, error)
- func (o *SparseTrustedNamespace) GetCreateIdempotencyKey() (out string)
- func (o *SparseTrustedNamespace) GetCreateTime() (out time.Time)
- func (o *SparseTrustedNamespace) GetMigrationsLog() (out map[string]string)
- func (o *SparseTrustedNamespace) GetName() (out string)
- func (o *SparseTrustedNamespace) GetNamespace() (out string)
- func (o *SparseTrustedNamespace) GetNormalizedTags() (out []string)
- func (o *SparseTrustedNamespace) GetPropagate() (out bool)
- func (o *SparseTrustedNamespace) GetProtected() (out bool)
- func (o *SparseTrustedNamespace) GetUpdateIdempotencyKey() (out string)
- func (o *SparseTrustedNamespace) GetUpdateTime() (out time.Time)
- func (o *SparseTrustedNamespace) GetZHash() (out int)
- func (o *SparseTrustedNamespace) GetZone() (out int)
- func (o *SparseTrustedNamespace) Identifier() string
- func (o *SparseTrustedNamespace) Identity() elemental.Identity
- func (o *SparseTrustedNamespace) SetAnnotations(annotations map[string][]string)
- func (o *SparseTrustedNamespace) SetAssociatedTags(associatedTags []string)
- func (o *SparseTrustedNamespace) SetBSON(raw bson.Raw) error
- func (o *SparseTrustedNamespace) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseTrustedNamespace) SetCreateTime(createTime time.Time)
- func (o *SparseTrustedNamespace) SetIdentifier(id string)
- func (o *SparseTrustedNamespace) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseTrustedNamespace) SetName(name string)
- func (o *SparseTrustedNamespace) SetNamespace(namespace string)
- func (o *SparseTrustedNamespace) SetNormalizedTags(normalizedTags []string)
- func (o *SparseTrustedNamespace) SetPropagate(propagate bool)
- func (o *SparseTrustedNamespace) SetProtected(protected bool)
- func (o *SparseTrustedNamespace) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseTrustedNamespace) SetUpdateTime(updateTime time.Time)
- func (o *SparseTrustedNamespace) SetZHash(zHash int)
- func (o *SparseTrustedNamespace) SetZone(zone int)
- func (o *SparseTrustedNamespace) ToPlain() elemental.PlainIdentifiable
- func (o *SparseTrustedNamespace) Version() int
- type SparseTrustedNamespacesList
- func (o SparseTrustedNamespacesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseTrustedNamespacesList) Copy() elemental.Identifiables
- func (o SparseTrustedNamespacesList) DefaultOrder() []string
- func (o SparseTrustedNamespacesList) Identity() elemental.Identity
- func (o SparseTrustedNamespacesList) List() elemental.IdentifiablesList
- func (o SparseTrustedNamespacesList) ToPlain() elemental.IdentifiablesList
- func (o SparseTrustedNamespacesList) Version() int
- type SparseUserAccessPoliciesList
- func (o SparseUserAccessPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseUserAccessPoliciesList) Copy() elemental.Identifiables
- func (o SparseUserAccessPoliciesList) DefaultOrder() []string
- func (o SparseUserAccessPoliciesList) Identity() elemental.Identity
- func (o SparseUserAccessPoliciesList) List() elemental.IdentifiablesList
- func (o SparseUserAccessPoliciesList) ToPlain() elemental.IdentifiablesList
- func (o SparseUserAccessPoliciesList) Version() int
- type SparseUserAccessPolicy
- func (o *SparseUserAccessPolicy) DeepCopy() *SparseUserAccessPolicy
- func (o *SparseUserAccessPolicy) DeepCopyInto(out *SparseUserAccessPolicy)
- func (o *SparseUserAccessPolicy) GetActiveDuration() (out string)
- func (o *SparseUserAccessPolicy) GetActiveSchedule() (out string)
- func (o *SparseUserAccessPolicy) GetAnnotations() (out map[string][]string)
- func (o *SparseUserAccessPolicy) GetAssociatedTags() (out []string)
- func (o *SparseUserAccessPolicy) GetBSON() (interface{}, error)
- func (o *SparseUserAccessPolicy) GetCreateIdempotencyKey() (out string)
- func (o *SparseUserAccessPolicy) GetCreateTime() (out time.Time)
- func (o *SparseUserAccessPolicy) GetDescription() (out string)
- func (o *SparseUserAccessPolicy) GetDisabled() (out bool)
- func (o *SparseUserAccessPolicy) GetExpirationTime() (out time.Time)
- func (o *SparseUserAccessPolicy) GetMetadata() (out []string)
- func (o *SparseUserAccessPolicy) GetName() (out string)
- func (o *SparseUserAccessPolicy) GetNamespace() (out string)
- func (o *SparseUserAccessPolicy) GetNormalizedTags() (out []string)
- func (o *SparseUserAccessPolicy) GetPropagate() (out bool)
- func (o *SparseUserAccessPolicy) GetProtected() (out bool)
- func (o *SparseUserAccessPolicy) GetUpdateIdempotencyKey() (out string)
- func (o *SparseUserAccessPolicy) GetUpdateTime() (out time.Time)
- func (o *SparseUserAccessPolicy) Identifier() string
- func (o *SparseUserAccessPolicy) Identity() elemental.Identity
- func (o *SparseUserAccessPolicy) SetActiveDuration(activeDuration string)
- func (o *SparseUserAccessPolicy) SetActiveSchedule(activeSchedule string)
- func (o *SparseUserAccessPolicy) SetAnnotations(annotations map[string][]string)
- func (o *SparseUserAccessPolicy) SetAssociatedTags(associatedTags []string)
- func (o *SparseUserAccessPolicy) SetBSON(raw bson.Raw) error
- func (o *SparseUserAccessPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseUserAccessPolicy) SetCreateTime(createTime time.Time)
- func (o *SparseUserAccessPolicy) SetDescription(description string)
- func (o *SparseUserAccessPolicy) SetDisabled(disabled bool)
- func (o *SparseUserAccessPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *SparseUserAccessPolicy) SetIdentifier(id string)
- func (o *SparseUserAccessPolicy) SetMetadata(metadata []string)
- func (o *SparseUserAccessPolicy) SetName(name string)
- func (o *SparseUserAccessPolicy) SetNamespace(namespace string)
- func (o *SparseUserAccessPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *SparseUserAccessPolicy) SetPropagate(propagate bool)
- func (o *SparseUserAccessPolicy) SetProtected(protected bool)
- func (o *SparseUserAccessPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseUserAccessPolicy) SetUpdateTime(updateTime time.Time)
- func (o *SparseUserAccessPolicy) ToPlain() elemental.PlainIdentifiable
- func (o *SparseUserAccessPolicy) Version() int
- type SparseValidateRQL
- func (o *SparseValidateRQL) DeepCopy() *SparseValidateRQL
- func (o *SparseValidateRQL) DeepCopyInto(out *SparseValidateRQL)
- func (o *SparseValidateRQL) GetBSON() (interface{}, error)
- func (o *SparseValidateRQL) Identifier() string
- func (o *SparseValidateRQL) Identity() elemental.Identity
- func (o *SparseValidateRQL) SetBSON(raw bson.Raw) error
- func (o *SparseValidateRQL) SetIdentifier(id string)
- func (o *SparseValidateRQL) ToPlain() elemental.PlainIdentifiable
- func (o *SparseValidateRQL) Version() int
- type SparseValidateRQLsList
- func (o SparseValidateRQLsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseValidateRQLsList) Copy() elemental.Identifiables
- func (o SparseValidateRQLsList) DefaultOrder() []string
- func (o SparseValidateRQLsList) Identity() elemental.Identity
- func (o SparseValidateRQLsList) List() elemental.IdentifiablesList
- func (o SparseValidateRQLsList) ToPlain() elemental.IdentifiablesList
- func (o SparseValidateRQLsList) Version() int
- type SparseValidateUIParameter
- func (o *SparseValidateUIParameter) DeepCopy() *SparseValidateUIParameter
- func (o *SparseValidateUIParameter) DeepCopyInto(out *SparseValidateUIParameter)
- func (o *SparseValidateUIParameter) GetBSON() (interface{}, error)
- func (o *SparseValidateUIParameter) Identifier() string
- func (o *SparseValidateUIParameter) Identity() elemental.Identity
- func (o *SparseValidateUIParameter) SetBSON(raw bson.Raw) error
- func (o *SparseValidateUIParameter) SetIdentifier(id string)
- func (o *SparseValidateUIParameter) ToPlain() elemental.PlainIdentifiable
- func (o *SparseValidateUIParameter) Version() int
- type SparseValidateUIParametersList
- func (o SparseValidateUIParametersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseValidateUIParametersList) Copy() elemental.Identifiables
- func (o SparseValidateUIParametersList) DefaultOrder() []string
- func (o SparseValidateUIParametersList) Identity() elemental.Identity
- func (o SparseValidateUIParametersList) List() elemental.IdentifiablesList
- func (o SparseValidateUIParametersList) ToPlain() elemental.IdentifiablesList
- func (o SparseValidateUIParametersList) Version() int
- type SparseVulnerabilitiesList
- func (o SparseVulnerabilitiesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseVulnerabilitiesList) Copy() elemental.Identifiables
- func (o SparseVulnerabilitiesList) DefaultOrder() []string
- func (o SparseVulnerabilitiesList) Identity() elemental.Identity
- func (o SparseVulnerabilitiesList) List() elemental.IdentifiablesList
- func (o SparseVulnerabilitiesList) ToPlain() elemental.IdentifiablesList
- func (o SparseVulnerabilitiesList) Version() int
- type SparseVulnerability
- func (o *SparseVulnerability) DeepCopy() *SparseVulnerability
- func (o *SparseVulnerability) DeepCopyInto(out *SparseVulnerability)
- func (o *SparseVulnerability) GetAnnotations() (out map[string][]string)
- func (o *SparseVulnerability) GetAssociatedTags() (out []string)
- func (o *SparseVulnerability) GetBSON() (interface{}, error)
- func (o *SparseVulnerability) GetCreateIdempotencyKey() (out string)
- func (o *SparseVulnerability) GetDescription() (out string)
- func (o *SparseVulnerability) GetMigrationsLog() (out map[string]string)
- func (o *SparseVulnerability) GetName() (out string)
- func (o *SparseVulnerability) GetNamespace() (out string)
- func (o *SparseVulnerability) GetNormalizedTags() (out []string)
- func (o *SparseVulnerability) GetPropagate() (out bool)
- func (o *SparseVulnerability) GetProtected() (out bool)
- func (o *SparseVulnerability) GetUpdateIdempotencyKey() (out string)
- func (o *SparseVulnerability) GetZHash() (out int)
- func (o *SparseVulnerability) GetZone() (out int)
- func (o *SparseVulnerability) Identifier() string
- func (o *SparseVulnerability) Identity() elemental.Identity
- func (o *SparseVulnerability) SetAnnotations(annotations map[string][]string)
- func (o *SparseVulnerability) SetAssociatedTags(associatedTags []string)
- func (o *SparseVulnerability) SetBSON(raw bson.Raw) error
- func (o *SparseVulnerability) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *SparseVulnerability) SetDescription(description string)
- func (o *SparseVulnerability) SetIdentifier(id string)
- func (o *SparseVulnerability) SetMigrationsLog(migrationsLog map[string]string)
- func (o *SparseVulnerability) SetName(name string)
- func (o *SparseVulnerability) SetNamespace(namespace string)
- func (o *SparseVulnerability) SetNormalizedTags(normalizedTags []string)
- func (o *SparseVulnerability) SetPropagate(propagate bool)
- func (o *SparseVulnerability) SetProtected(protected bool)
- func (o *SparseVulnerability) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *SparseVulnerability) SetZHash(zHash int)
- func (o *SparseVulnerability) SetZone(zone int)
- func (o *SparseVulnerability) ToPlain() elemental.PlainIdentifiable
- func (o *SparseVulnerability) Version() int
- type SparseX509Certificate
- func (o *SparseX509Certificate) DeepCopy() *SparseX509Certificate
- func (o *SparseX509Certificate) DeepCopyInto(out *SparseX509Certificate)
- func (o *SparseX509Certificate) GetBSON() (interface{}, error)
- func (o *SparseX509Certificate) Identifier() string
- func (o *SparseX509Certificate) Identity() elemental.Identity
- func (o *SparseX509Certificate) SetBSON(raw bson.Raw) error
- func (o *SparseX509Certificate) SetIdentifier(id string)
- func (o *SparseX509Certificate) ToPlain() elemental.PlainIdentifiable
- func (o *SparseX509Certificate) Version() int
- type SparseX509CertificateCheck
- func (o *SparseX509CertificateCheck) DeepCopy() *SparseX509CertificateCheck
- func (o *SparseX509CertificateCheck) DeepCopyInto(out *SparseX509CertificateCheck)
- func (o *SparseX509CertificateCheck) GetBSON() (interface{}, error)
- func (o *SparseX509CertificateCheck) Identifier() string
- func (o *SparseX509CertificateCheck) Identity() elemental.Identity
- func (o *SparseX509CertificateCheck) SetBSON(raw bson.Raw) error
- func (o *SparseX509CertificateCheck) SetIdentifier(id string)
- func (o *SparseX509CertificateCheck) ToPlain() elemental.PlainIdentifiable
- func (o *SparseX509CertificateCheck) Version() int
- type SparseX509CertificateChecksList
- func (o SparseX509CertificateChecksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseX509CertificateChecksList) Copy() elemental.Identifiables
- func (o SparseX509CertificateChecksList) DefaultOrder() []string
- func (o SparseX509CertificateChecksList) Identity() elemental.Identity
- func (o SparseX509CertificateChecksList) List() elemental.IdentifiablesList
- func (o SparseX509CertificateChecksList) ToPlain() elemental.IdentifiablesList
- func (o SparseX509CertificateChecksList) Version() int
- type SparseX509CertificatesList
- func (o SparseX509CertificatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SparseX509CertificatesList) Copy() elemental.Identifiables
- func (o SparseX509CertificatesList) DefaultOrder() []string
- func (o SparseX509CertificatesList) Identity() elemental.Identity
- func (o SparseX509CertificatesList) List() elemental.IdentifiablesList
- func (o SparseX509CertificatesList) ToPlain() elemental.IdentifiablesList
- func (o SparseX509CertificatesList) Version() int
- type SquallTag
- func (*SquallTag) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *SquallTag) BleveType() string
- func (o *SquallTag) DeepCopy() *SquallTag
- func (o *SquallTag) DeepCopyInto(out *SquallTag)
- func (o *SquallTag) DefaultOrder() []string
- func (o *SquallTag) Doc() string
- func (o *SquallTag) GetBSON() (interface{}, error)
- func (o *SquallTag) Identifier() string
- func (o *SquallTag) Identity() elemental.Identity
- func (o *SquallTag) Patch(sparse elemental.SparseIdentifiable)
- func (o *SquallTag) SetBSON(raw bson.Raw) error
- func (o *SquallTag) SetIdentifier(id string)
- func (*SquallTag) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *SquallTag) String() string
- func (o *SquallTag) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *SquallTag) Validate() error
- func (o *SquallTag) ValueForAttribute(name string) interface{}
- func (o *SquallTag) Version() int
- type SquallTagsList
- func (o SquallTagsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SquallTagsList) Copy() elemental.Identifiables
- func (o SquallTagsList) DefaultOrder() []string
- func (o SquallTagsList) Identity() elemental.Identity
- func (o SquallTagsList) List() elemental.IdentifiablesList
- func (o SquallTagsList) ToSparse(fields ...string) elemental.Identifiables
- func (o SquallTagsList) Version() int
- type StatsInfo
- func (*StatsInfo) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *StatsInfo) BleveType() string
- func (o *StatsInfo) DeepCopy() *StatsInfo
- func (o *StatsInfo) DeepCopyInto(out *StatsInfo)
- func (o *StatsInfo) DefaultOrder() []string
- func (o *StatsInfo) Doc() string
- func (o *StatsInfo) GetBSON() (interface{}, error)
- func (o *StatsInfo) Identifier() string
- func (o *StatsInfo) Identity() elemental.Identity
- func (o *StatsInfo) Patch(sparse elemental.SparseIdentifiable)
- func (o *StatsInfo) SetBSON(raw bson.Raw) error
- func (o *StatsInfo) SetIdentifier(id string)
- func (*StatsInfo) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *StatsInfo) String() string
- func (o *StatsInfo) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *StatsInfo) Validate() error
- func (o *StatsInfo) ValueForAttribute(name string) interface{}
- func (o *StatsInfo) Version() int
- type StatsInfoMeasurementValue
- type StatsInfosList
- func (o StatsInfosList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o StatsInfosList) Copy() elemental.Identifiables
- func (o StatsInfosList) DefaultOrder() []string
- func (o StatsInfosList) Identity() elemental.Identity
- func (o StatsInfosList) List() elemental.IdentifiablesList
- func (o StatsInfosList) ToSparse(fields ...string) elemental.Identifiables
- func (o StatsInfosList) Version() int
- type StatsQueriesList
- func (o StatsQueriesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o StatsQueriesList) Copy() elemental.Identifiables
- func (o StatsQueriesList) DefaultOrder() []string
- func (o StatsQueriesList) Identity() elemental.Identity
- func (o StatsQueriesList) List() elemental.IdentifiablesList
- func (o StatsQueriesList) ToSparse(fields ...string) elemental.Identifiables
- func (o StatsQueriesList) Version() int
- type StatsQuery
- func (*StatsQuery) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *StatsQuery) BleveType() string
- func (o *StatsQuery) DeepCopy() *StatsQuery
- func (o *StatsQuery) DeepCopyInto(out *StatsQuery)
- func (o *StatsQuery) DefaultOrder() []string
- func (o *StatsQuery) Doc() string
- func (o *StatsQuery) GetBSON() (interface{}, error)
- func (o *StatsQuery) Identifier() string
- func (o *StatsQuery) Identity() elemental.Identity
- func (o *StatsQuery) Patch(sparse elemental.SparseIdentifiable)
- func (o *StatsQuery) SetBSON(raw bson.Raw) error
- func (o *StatsQuery) SetIdentifier(id string)
- func (*StatsQuery) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *StatsQuery) String() string
- func (o *StatsQuery) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *StatsQuery) Validate() error
- func (o *StatsQuery) ValueForAttribute(name string) interface{}
- func (o *StatsQuery) Version() int
- type StatsQueryMeasurementValue
- type SuggestedPoliciesList
- func (o SuggestedPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o SuggestedPoliciesList) Copy() elemental.Identifiables
- func (o SuggestedPoliciesList) DefaultOrder() []string
- func (o SuggestedPoliciesList) Identity() elemental.Identity
- func (o SuggestedPoliciesList) List() elemental.IdentifiablesList
- func (o SuggestedPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o SuggestedPoliciesList) Version() int
- type SuggestedPolicy
- func (*SuggestedPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *SuggestedPolicy) BleveType() string
- func (o *SuggestedPolicy) DeepCopy() *SuggestedPolicy
- func (o *SuggestedPolicy) DeepCopyInto(out *SuggestedPolicy)
- func (o *SuggestedPolicy) DefaultOrder() []string
- func (o *SuggestedPolicy) Doc() string
- func (o *SuggestedPolicy) GetBSON() (interface{}, error)
- func (o *SuggestedPolicy) Identifier() string
- func (o *SuggestedPolicy) Identity() elemental.Identity
- func (o *SuggestedPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *SuggestedPolicy) SetBSON(raw bson.Raw) error
- func (o *SuggestedPolicy) SetIdentifier(id string)
- func (*SuggestedPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *SuggestedPolicy) String() string
- func (o *SuggestedPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *SuggestedPolicy) Validate() error
- func (o *SuggestedPolicy) ValueForAttribute(name string) interface{}
- func (o *SuggestedPolicy) Version() int
- type Tag
- func (*Tag) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Tag) BleveType() string
- func (o *Tag) DeepCopy() *Tag
- func (o *Tag) DeepCopyInto(out *Tag)
- func (o *Tag) DefaultOrder() []string
- func (o *Tag) Doc() string
- func (o *Tag) GetBSON() (interface{}, error)
- func (o *Tag) GetNamespace() string
- func (o *Tag) Identifier() string
- func (o *Tag) Identity() elemental.Identity
- func (o *Tag) Patch(sparse elemental.SparseIdentifiable)
- func (o *Tag) SetBSON(raw bson.Raw) error
- func (o *Tag) SetIdentifier(id string)
- func (o *Tag) SetNamespace(namespace string)
- func (*Tag) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Tag) String() string
- func (o *Tag) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Tag) Validate() error
- func (o *Tag) ValueForAttribute(name string) interface{}
- func (o *Tag) Version() int
- type TagInject
- func (*TagInject) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *TagInject) BleveType() string
- func (o *TagInject) DeepCopy() *TagInject
- func (o *TagInject) DeepCopyInto(out *TagInject)
- func (o *TagInject) DefaultOrder() []string
- func (o *TagInject) Doc() string
- func (o *TagInject) GetBSON() (interface{}, error)
- func (o *TagInject) Identifier() string
- func (o *TagInject) Identity() elemental.Identity
- func (o *TagInject) Patch(sparse elemental.SparseIdentifiable)
- func (o *TagInject) SetBSON(raw bson.Raw) error
- func (o *TagInject) SetIdentifier(id string)
- func (*TagInject) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *TagInject) String() string
- func (o *TagInject) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *TagInject) Validate() error
- func (o *TagInject) ValueForAttribute(name string) interface{}
- func (o *TagInject) Version() int
- type TagInjectsList
- func (o TagInjectsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TagInjectsList) Copy() elemental.Identifiables
- func (o TagInjectsList) DefaultOrder() []string
- func (o TagInjectsList) Identity() elemental.Identity
- func (o TagInjectsList) List() elemental.IdentifiablesList
- func (o TagInjectsList) ToSparse(fields ...string) elemental.Identifiables
- func (o TagInjectsList) Version() int
- type TagPrefix
- func (*TagPrefix) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *TagPrefix) BleveType() string
- func (o *TagPrefix) DeepCopy() *TagPrefix
- func (o *TagPrefix) DeepCopyInto(out *TagPrefix)
- func (o *TagPrefix) DefaultOrder() []string
- func (o *TagPrefix) Doc() string
- func (o *TagPrefix) GetBSON() (interface{}, error)
- func (o *TagPrefix) Identifier() string
- func (o *TagPrefix) Identity() elemental.Identity
- func (o *TagPrefix) Patch(sparse elemental.SparseIdentifiable)
- func (o *TagPrefix) SetBSON(raw bson.Raw) error
- func (o *TagPrefix) SetIdentifier(id string)
- func (*TagPrefix) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *TagPrefix) String() string
- func (o *TagPrefix) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *TagPrefix) Validate() error
- func (o *TagPrefix) ValueForAttribute(name string) interface{}
- func (o *TagPrefix) Version() int
- type TagPrefixsList
- func (o TagPrefixsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TagPrefixsList) Copy() elemental.Identifiables
- func (o TagPrefixsList) DefaultOrder() []string
- func (o TagPrefixsList) Identity() elemental.Identity
- func (o TagPrefixsList) List() elemental.IdentifiablesList
- func (o TagPrefixsList) ToSparse(fields ...string) elemental.Identifiables
- func (o TagPrefixsList) Version() int
- type TagValue
- func (*TagValue) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *TagValue) BleveType() string
- func (o *TagValue) DeepCopy() *TagValue
- func (o *TagValue) DeepCopyInto(out *TagValue)
- func (o *TagValue) DefaultOrder() []string
- func (o *TagValue) Doc() string
- func (o *TagValue) GetBSON() (interface{}, error)
- func (o *TagValue) Identifier() string
- func (o *TagValue) Identity() elemental.Identity
- func (o *TagValue) Patch(sparse elemental.SparseIdentifiable)
- func (o *TagValue) SetBSON(raw bson.Raw) error
- func (o *TagValue) SetIdentifier(id string)
- func (*TagValue) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *TagValue) String() string
- func (o *TagValue) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *TagValue) Validate() error
- func (o *TagValue) ValueForAttribute(name string) interface{}
- func (o *TagValue) Version() int
- type TagValuesList
- func (o TagValuesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TagValuesList) Copy() elemental.Identifiables
- func (o TagValuesList) DefaultOrder() []string
- func (o TagValuesList) Identity() elemental.Identity
- func (o TagValuesList) List() elemental.IdentifiablesList
- func (o TagValuesList) ToSparse(fields ...string) elemental.Identifiables
- func (o TagValuesList) Version() int
- type TagsList
- func (o TagsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TagsList) Copy() elemental.Identifiables
- func (o TagsList) DefaultOrder() []string
- func (o TagsList) Identity() elemental.Identity
- func (o TagsList) List() elemental.IdentifiablesList
- func (o TagsList) ToSparse(fields ...string) elemental.Identifiables
- func (o TagsList) Version() int
- type Tenant
- func (*Tenant) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Tenant) BleveType() string
- func (o *Tenant) DeepCopy() *Tenant
- func (o *Tenant) DeepCopyInto(out *Tenant)
- func (o *Tenant) DefaultOrder() []string
- func (o *Tenant) Doc() string
- func (o *Tenant) GetBSON() (interface{}, error)
- func (o *Tenant) Identifier() string
- func (o *Tenant) Identity() elemental.Identity
- func (o *Tenant) Patch(sparse elemental.SparseIdentifiable)
- func (o *Tenant) SetBSON(raw bson.Raw) error
- func (o *Tenant) SetIdentifier(id string)
- func (*Tenant) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Tenant) String() string
- func (o *Tenant) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Tenant) Validate() error
- func (o *Tenant) ValueForAttribute(name string) interface{}
- func (o *Tenant) Version() int
- type TenantsList
- func (o TenantsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TenantsList) Copy() elemental.Identifiables
- func (o TenantsList) DefaultOrder() []string
- func (o TenantsList) Identity() elemental.Identity
- func (o TenantsList) List() elemental.IdentifiablesList
- func (o TenantsList) ToSparse(fields ...string) elemental.Identifiables
- func (o TenantsList) Version() int
- type TextIndex
- func (*TextIndex) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *TextIndex) BleveType() string
- func (o *TextIndex) DeepCopy() *TextIndex
- func (o *TextIndex) DeepCopyInto(out *TextIndex)
- func (o *TextIndex) DefaultOrder() []string
- func (o *TextIndex) Doc() string
- func (o *TextIndex) GetBSON() (interface{}, error)
- func (o *TextIndex) GetZHash() int
- func (o *TextIndex) GetZone() int
- func (o *TextIndex) Identifier() string
- func (o *TextIndex) Identity() elemental.Identity
- func (o *TextIndex) Patch(sparse elemental.SparseIdentifiable)
- func (o *TextIndex) SetBSON(raw bson.Raw) error
- func (o *TextIndex) SetIdentifier(id string)
- func (o *TextIndex) SetZHash(zHash int)
- func (o *TextIndex) SetZone(zone int)
- func (*TextIndex) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *TextIndex) String() string
- func (o *TextIndex) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *TextIndex) Validate() error
- func (o *TextIndex) ValueForAttribute(name string) interface{}
- func (o *TextIndex) Version() int
- type TextIndexsList
- func (o TextIndexsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TextIndexsList) Copy() elemental.Identifiables
- func (o TextIndexsList) DefaultOrder() []string
- func (o TextIndexsList) Identity() elemental.Identity
- func (o TextIndexsList) List() elemental.IdentifiablesList
- func (o TextIndexsList) ToSparse(fields ...string) elemental.Identifiables
- func (o TextIndexsList) Version() int
- type TimeSeriesQueryResults
- func (o *TimeSeriesQueryResults) BleveType() string
- func (o *TimeSeriesQueryResults) DeepCopy() *TimeSeriesQueryResults
- func (o *TimeSeriesQueryResults) DeepCopyInto(out *TimeSeriesQueryResults)
- func (o *TimeSeriesQueryResults) GetBSON() (interface{}, error)
- func (o *TimeSeriesQueryResults) SetBSON(raw bson.Raw) error
- func (o *TimeSeriesQueryResults) Validate() error
- type TimeSeriesRow
- type Token
- func (*Token) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Token) BleveType() string
- func (o *Token) DeepCopy() *Token
- func (o *Token) DeepCopyInto(out *Token)
- func (o *Token) DefaultOrder() []string
- func (o *Token) Doc() string
- func (o *Token) GetBSON() (interface{}, error)
- func (o *Token) Identifier() string
- func (o *Token) Identity() elemental.Identity
- func (o *Token) Patch(sparse elemental.SparseIdentifiable)
- func (o *Token) SetBSON(raw bson.Raw) error
- func (o *Token) SetIdentifier(id string)
- func (*Token) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Token) String() string
- func (o *Token) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Token) Validate() error
- func (o *Token) ValueForAttribute(name string) interface{}
- func (o *Token) Version() int
- type TokenScopePoliciesList
- func (o TokenScopePoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TokenScopePoliciesList) Copy() elemental.Identifiables
- func (o TokenScopePoliciesList) DefaultOrder() []string
- func (o TokenScopePoliciesList) Identity() elemental.Identity
- func (o TokenScopePoliciesList) List() elemental.IdentifiablesList
- func (o TokenScopePoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o TokenScopePoliciesList) Version() int
- type TokenScopePolicy
- func (*TokenScopePolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *TokenScopePolicy) BleveType() string
- func (o *TokenScopePolicy) DeepCopy() *TokenScopePolicy
- func (o *TokenScopePolicy) DeepCopyInto(out *TokenScopePolicy)
- func (o *TokenScopePolicy) DefaultOrder() []string
- func (o *TokenScopePolicy) Doc() string
- func (o *TokenScopePolicy) GetActiveDuration() string
- func (o *TokenScopePolicy) GetActiveSchedule() string
- func (o *TokenScopePolicy) GetAnnotations() map[string][]string
- func (o *TokenScopePolicy) GetAssociatedTags() []string
- func (o *TokenScopePolicy) GetBSON() (interface{}, error)
- func (o *TokenScopePolicy) GetCreateIdempotencyKey() string
- func (o *TokenScopePolicy) GetCreateTime() time.Time
- func (o *TokenScopePolicy) GetDescription() string
- func (o *TokenScopePolicy) GetDisabled() bool
- func (o *TokenScopePolicy) GetExpirationTime() time.Time
- func (o *TokenScopePolicy) GetFallback() bool
- func (o *TokenScopePolicy) GetMetadata() []string
- func (o *TokenScopePolicy) GetName() string
- func (o *TokenScopePolicy) GetNamespace() string
- func (o *TokenScopePolicy) GetNormalizedTags() []string
- func (o *TokenScopePolicy) GetPropagate() bool
- func (o *TokenScopePolicy) GetProtected() bool
- func (o *TokenScopePolicy) GetUpdateIdempotencyKey() string
- func (o *TokenScopePolicy) GetUpdateTime() time.Time
- func (o *TokenScopePolicy) Identifier() string
- func (o *TokenScopePolicy) Identity() elemental.Identity
- func (o *TokenScopePolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *TokenScopePolicy) SetActiveDuration(activeDuration string)
- func (o *TokenScopePolicy) SetActiveSchedule(activeSchedule string)
- func (o *TokenScopePolicy) SetAnnotations(annotations map[string][]string)
- func (o *TokenScopePolicy) SetAssociatedTags(associatedTags []string)
- func (o *TokenScopePolicy) SetBSON(raw bson.Raw) error
- func (o *TokenScopePolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *TokenScopePolicy) SetCreateTime(createTime time.Time)
- func (o *TokenScopePolicy) SetDescription(description string)
- func (o *TokenScopePolicy) SetDisabled(disabled bool)
- func (o *TokenScopePolicy) SetExpirationTime(expirationTime time.Time)
- func (o *TokenScopePolicy) SetFallback(fallback bool)
- func (o *TokenScopePolicy) SetIdentifier(id string)
- func (o *TokenScopePolicy) SetMetadata(metadata []string)
- func (o *TokenScopePolicy) SetName(name string)
- func (o *TokenScopePolicy) SetNamespace(namespace string)
- func (o *TokenScopePolicy) SetNormalizedTags(normalizedTags []string)
- func (o *TokenScopePolicy) SetPropagate(propagate bool)
- func (o *TokenScopePolicy) SetProtected(protected bool)
- func (o *TokenScopePolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *TokenScopePolicy) SetUpdateTime(updateTime time.Time)
- func (*TokenScopePolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *TokenScopePolicy) String() string
- func (o *TokenScopePolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *TokenScopePolicy) Validate() error
- func (o *TokenScopePolicy) ValueForAttribute(name string) interface{}
- func (o *TokenScopePolicy) Version() int
- type TokensList
- func (o TokensList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TokensList) Copy() elemental.Identifiables
- func (o TokensList) DefaultOrder() []string
- func (o TokensList) Identity() elemental.Identity
- func (o TokensList) List() elemental.IdentifiablesList
- func (o TokensList) ToSparse(fields ...string) elemental.Identifiables
- func (o TokensList) Version() int
- type TraceMode
- type TraceRecord
- type Trigger
- func (*Trigger) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Trigger) BleveType() string
- func (o *Trigger) DeepCopy() *Trigger
- func (o *Trigger) DeepCopyInto(out *Trigger)
- func (o *Trigger) DefaultOrder() []string
- func (o *Trigger) Doc() string
- func (o *Trigger) GetBSON() (interface{}, error)
- func (o *Trigger) Identifier() string
- func (o *Trigger) Identity() elemental.Identity
- func (o *Trigger) Patch(sparse elemental.SparseIdentifiable)
- func (o *Trigger) SetBSON(raw bson.Raw) error
- func (o *Trigger) SetIdentifier(id string)
- func (*Trigger) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Trigger) String() string
- func (o *Trigger) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Trigger) Validate() error
- func (o *Trigger) ValueForAttribute(name string) interface{}
- func (o *Trigger) Version() int
- type TriggersList
- func (o TriggersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TriggersList) Copy() elemental.Identifiables
- func (o TriggersList) DefaultOrder() []string
- func (o TriggersList) Identity() elemental.Identity
- func (o TriggersList) List() elemental.IdentifiablesList
- func (o TriggersList) ToSparse(fields ...string) elemental.Identifiables
- func (o TriggersList) Version() int
- type TrustedCA
- func (*TrustedCA) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *TrustedCA) BleveType() string
- func (o *TrustedCA) DeepCopy() *TrustedCA
- func (o *TrustedCA) DeepCopyInto(out *TrustedCA)
- func (o *TrustedCA) DefaultOrder() []string
- func (o *TrustedCA) Doc() string
- func (o *TrustedCA) GetBSON() (interface{}, error)
- func (o *TrustedCA) Identifier() string
- func (o *TrustedCA) Identity() elemental.Identity
- func (o *TrustedCA) Patch(sparse elemental.SparseIdentifiable)
- func (o *TrustedCA) SetBSON(raw bson.Raw) error
- func (o *TrustedCA) SetIdentifier(id string)
- func (*TrustedCA) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *TrustedCA) String() string
- func (o *TrustedCA) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *TrustedCA) Validate() error
- func (o *TrustedCA) ValueForAttribute(name string) interface{}
- func (o *TrustedCA) Version() int
- type TrustedCATypeValue
- type TrustedCAsList
- func (o TrustedCAsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TrustedCAsList) Copy() elemental.Identifiables
- func (o TrustedCAsList) DefaultOrder() []string
- func (o TrustedCAsList) Identity() elemental.Identity
- func (o TrustedCAsList) List() elemental.IdentifiablesList
- func (o TrustedCAsList) ToSparse(fields ...string) elemental.Identifiables
- func (o TrustedCAsList) Version() int
- type TrustedNamespace
- func (*TrustedNamespace) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *TrustedNamespace) BleveType() string
- func (o *TrustedNamespace) DeepCopy() *TrustedNamespace
- func (o *TrustedNamespace) DeepCopyInto(out *TrustedNamespace)
- func (o *TrustedNamespace) DefaultOrder() []string
- func (o *TrustedNamespace) Doc() string
- func (o *TrustedNamespace) GetAnnotations() map[string][]string
- func (o *TrustedNamespace) GetAssociatedTags() []string
- func (o *TrustedNamespace) GetBSON() (interface{}, error)
- func (o *TrustedNamespace) GetCreateIdempotencyKey() string
- func (o *TrustedNamespace) GetCreateTime() time.Time
- func (o *TrustedNamespace) GetMigrationsLog() map[string]string
- func (o *TrustedNamespace) GetName() string
- func (o *TrustedNamespace) GetNamespace() string
- func (o *TrustedNamespace) GetNormalizedTags() []string
- func (o *TrustedNamespace) GetPropagate() bool
- func (o *TrustedNamespace) GetProtected() bool
- func (o *TrustedNamespace) GetUpdateIdempotencyKey() string
- func (o *TrustedNamespace) GetUpdateTime() time.Time
- func (o *TrustedNamespace) GetZHash() int
- func (o *TrustedNamespace) GetZone() int
- func (o *TrustedNamespace) Identifier() string
- func (o *TrustedNamespace) Identity() elemental.Identity
- func (o *TrustedNamespace) Patch(sparse elemental.SparseIdentifiable)
- func (o *TrustedNamespace) SetAnnotations(annotations map[string][]string)
- func (o *TrustedNamespace) SetAssociatedTags(associatedTags []string)
- func (o *TrustedNamespace) SetBSON(raw bson.Raw) error
- func (o *TrustedNamespace) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *TrustedNamespace) SetCreateTime(createTime time.Time)
- func (o *TrustedNamespace) SetIdentifier(id string)
- func (o *TrustedNamespace) SetMigrationsLog(migrationsLog map[string]string)
- func (o *TrustedNamespace) SetName(name string)
- func (o *TrustedNamespace) SetNamespace(namespace string)
- func (o *TrustedNamespace) SetNormalizedTags(normalizedTags []string)
- func (o *TrustedNamespace) SetPropagate(propagate bool)
- func (o *TrustedNamespace) SetProtected(protected bool)
- func (o *TrustedNamespace) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *TrustedNamespace) SetUpdateTime(updateTime time.Time)
- func (o *TrustedNamespace) SetZHash(zHash int)
- func (o *TrustedNamespace) SetZone(zone int)
- func (*TrustedNamespace) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *TrustedNamespace) String() string
- func (o *TrustedNamespace) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *TrustedNamespace) Validate() error
- func (o *TrustedNamespace) ValueForAttribute(name string) interface{}
- func (o *TrustedNamespace) Version() int
- type TrustedNamespacesList
- func (o TrustedNamespacesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o TrustedNamespacesList) Copy() elemental.Identifiables
- func (o TrustedNamespacesList) DefaultOrder() []string
- func (o TrustedNamespacesList) Identity() elemental.Identity
- func (o TrustedNamespacesList) List() elemental.IdentifiablesList
- func (o TrustedNamespacesList) ToSparse(fields ...string) elemental.Identifiables
- func (o TrustedNamespacesList) Version() int
- type UIParameter
- type UIParameterTypeValue
- type UIParameterVisibility
- func (o *UIParameterVisibility) BleveType() string
- func (o *UIParameterVisibility) DeepCopy() *UIParameterVisibility
- func (o *UIParameterVisibility) DeepCopyInto(out *UIParameterVisibility)
- func (o *UIParameterVisibility) GetBSON() (interface{}, error)
- func (o *UIParameterVisibility) SetBSON(raw bson.Raw) error
- func (o *UIParameterVisibility) Validate() error
- type UIParameterVisibilityOperatorValue
- type UIStep
- type UserAccessPoliciesList
- func (o UserAccessPoliciesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o UserAccessPoliciesList) Copy() elemental.Identifiables
- func (o UserAccessPoliciesList) DefaultOrder() []string
- func (o UserAccessPoliciesList) Identity() elemental.Identity
- func (o UserAccessPoliciesList) List() elemental.IdentifiablesList
- func (o UserAccessPoliciesList) ToSparse(fields ...string) elemental.Identifiables
- func (o UserAccessPoliciesList) Version() int
- type UserAccessPolicy
- func (*UserAccessPolicy) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *UserAccessPolicy) BleveType() string
- func (o *UserAccessPolicy) DeepCopy() *UserAccessPolicy
- func (o *UserAccessPolicy) DeepCopyInto(out *UserAccessPolicy)
- func (o *UserAccessPolicy) DefaultOrder() []string
- func (o *UserAccessPolicy) Doc() string
- func (o *UserAccessPolicy) GetActiveDuration() string
- func (o *UserAccessPolicy) GetActiveSchedule() string
- func (o *UserAccessPolicy) GetAnnotations() map[string][]string
- func (o *UserAccessPolicy) GetAssociatedTags() []string
- func (o *UserAccessPolicy) GetBSON() (interface{}, error)
- func (o *UserAccessPolicy) GetCreateIdempotencyKey() string
- func (o *UserAccessPolicy) GetCreateTime() time.Time
- func (o *UserAccessPolicy) GetDescription() string
- func (o *UserAccessPolicy) GetDisabled() bool
- func (o *UserAccessPolicy) GetExpirationTime() time.Time
- func (o *UserAccessPolicy) GetMetadata() []string
- func (o *UserAccessPolicy) GetName() string
- func (o *UserAccessPolicy) GetNamespace() string
- func (o *UserAccessPolicy) GetNormalizedTags() []string
- func (o *UserAccessPolicy) GetPropagate() bool
- func (o *UserAccessPolicy) GetProtected() bool
- func (o *UserAccessPolicy) GetUpdateIdempotencyKey() string
- func (o *UserAccessPolicy) GetUpdateTime() time.Time
- func (o *UserAccessPolicy) Identifier() string
- func (o *UserAccessPolicy) Identity() elemental.Identity
- func (o *UserAccessPolicy) Patch(sparse elemental.SparseIdentifiable)
- func (o *UserAccessPolicy) SetActiveDuration(activeDuration string)
- func (o *UserAccessPolicy) SetActiveSchedule(activeSchedule string)
- func (o *UserAccessPolicy) SetAnnotations(annotations map[string][]string)
- func (o *UserAccessPolicy) SetAssociatedTags(associatedTags []string)
- func (o *UserAccessPolicy) SetBSON(raw bson.Raw) error
- func (o *UserAccessPolicy) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *UserAccessPolicy) SetCreateTime(createTime time.Time)
- func (o *UserAccessPolicy) SetDescription(description string)
- func (o *UserAccessPolicy) SetDisabled(disabled bool)
- func (o *UserAccessPolicy) SetExpirationTime(expirationTime time.Time)
- func (o *UserAccessPolicy) SetIdentifier(id string)
- func (o *UserAccessPolicy) SetMetadata(metadata []string)
- func (o *UserAccessPolicy) SetName(name string)
- func (o *UserAccessPolicy) SetNamespace(namespace string)
- func (o *UserAccessPolicy) SetNormalizedTags(normalizedTags []string)
- func (o *UserAccessPolicy) SetPropagate(propagate bool)
- func (o *UserAccessPolicy) SetProtected(protected bool)
- func (o *UserAccessPolicy) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *UserAccessPolicy) SetUpdateTime(updateTime time.Time)
- func (*UserAccessPolicy) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *UserAccessPolicy) String() string
- func (o *UserAccessPolicy) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *UserAccessPolicy) Validate() error
- func (o *UserAccessPolicy) ValueForAttribute(name string) interface{}
- func (o *UserAccessPolicy) Version() int
- type ValidateRQL
- func (*ValidateRQL) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ValidateRQL) BleveType() string
- func (o *ValidateRQL) DeepCopy() *ValidateRQL
- func (o *ValidateRQL) DeepCopyInto(out *ValidateRQL)
- func (o *ValidateRQL) DefaultOrder() []string
- func (o *ValidateRQL) Doc() string
- func (o *ValidateRQL) GetBSON() (interface{}, error)
- func (o *ValidateRQL) Identifier() string
- func (o *ValidateRQL) Identity() elemental.Identity
- func (o *ValidateRQL) Patch(sparse elemental.SparseIdentifiable)
- func (o *ValidateRQL) SetBSON(raw bson.Raw) error
- func (o *ValidateRQL) SetIdentifier(id string)
- func (*ValidateRQL) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ValidateRQL) String() string
- func (o *ValidateRQL) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ValidateRQL) Validate() error
- func (o *ValidateRQL) ValueForAttribute(name string) interface{}
- func (o *ValidateRQL) Version() int
- type ValidateRQLsList
- func (o ValidateRQLsList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ValidateRQLsList) Copy() elemental.Identifiables
- func (o ValidateRQLsList) DefaultOrder() []string
- func (o ValidateRQLsList) Identity() elemental.Identity
- func (o ValidateRQLsList) List() elemental.IdentifiablesList
- func (o ValidateRQLsList) ToSparse(fields ...string) elemental.Identifiables
- func (o ValidateRQLsList) Version() int
- type ValidateUIParameter
- func (*ValidateUIParameter) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *ValidateUIParameter) BleveType() string
- func (o *ValidateUIParameter) DeepCopy() *ValidateUIParameter
- func (o *ValidateUIParameter) DeepCopyInto(out *ValidateUIParameter)
- func (o *ValidateUIParameter) DefaultOrder() []string
- func (o *ValidateUIParameter) Doc() string
- func (o *ValidateUIParameter) GetBSON() (interface{}, error)
- func (o *ValidateUIParameter) Identifier() string
- func (o *ValidateUIParameter) Identity() elemental.Identity
- func (o *ValidateUIParameter) Patch(sparse elemental.SparseIdentifiable)
- func (o *ValidateUIParameter) SetBSON(raw bson.Raw) error
- func (o *ValidateUIParameter) SetIdentifier(id string)
- func (*ValidateUIParameter) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *ValidateUIParameter) String() string
- func (o *ValidateUIParameter) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *ValidateUIParameter) Validate() error
- func (o *ValidateUIParameter) ValueForAttribute(name string) interface{}
- func (o *ValidateUIParameter) Version() int
- type ValidateUIParametersList
- func (o ValidateUIParametersList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o ValidateUIParametersList) Copy() elemental.Identifiables
- func (o ValidateUIParametersList) DefaultOrder() []string
- func (o ValidateUIParametersList) Identity() elemental.Identity
- func (o ValidateUIParametersList) List() elemental.IdentifiablesList
- func (o ValidateUIParametersList) ToSparse(fields ...string) elemental.Identifiables
- func (o ValidateUIParametersList) Version() int
- type VulnerabilitiesList
- func (o VulnerabilitiesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o VulnerabilitiesList) Copy() elemental.Identifiables
- func (o VulnerabilitiesList) DefaultOrder() []string
- func (o VulnerabilitiesList) Identity() elemental.Identity
- func (o VulnerabilitiesList) List() elemental.IdentifiablesList
- func (o VulnerabilitiesList) ToSparse(fields ...string) elemental.Identifiables
- func (o VulnerabilitiesList) Version() int
- type Vulnerability
- func (*Vulnerability) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *Vulnerability) BleveType() string
- func (o *Vulnerability) DeepCopy() *Vulnerability
- func (o *Vulnerability) DeepCopyInto(out *Vulnerability)
- func (o *Vulnerability) DefaultOrder() []string
- func (o *Vulnerability) Doc() string
- func (o *Vulnerability) GetAnnotations() map[string][]string
- func (o *Vulnerability) GetAssociatedTags() []string
- func (o *Vulnerability) GetBSON() (interface{}, error)
- func (o *Vulnerability) GetCreateIdempotencyKey() string
- func (o *Vulnerability) GetDescription() string
- func (o *Vulnerability) GetMigrationsLog() map[string]string
- func (o *Vulnerability) GetName() string
- func (o *Vulnerability) GetNamespace() string
- func (o *Vulnerability) GetNormalizedTags() []string
- func (o *Vulnerability) GetPropagate() bool
- func (o *Vulnerability) GetProtected() bool
- func (o *Vulnerability) GetUpdateIdempotencyKey() string
- func (o *Vulnerability) GetZHash() int
- func (o *Vulnerability) GetZone() int
- func (o *Vulnerability) Identifier() string
- func (o *Vulnerability) Identity() elemental.Identity
- func (o *Vulnerability) Patch(sparse elemental.SparseIdentifiable)
- func (o *Vulnerability) SetAnnotations(annotations map[string][]string)
- func (o *Vulnerability) SetAssociatedTags(associatedTags []string)
- func (o *Vulnerability) SetBSON(raw bson.Raw) error
- func (o *Vulnerability) SetCreateIdempotencyKey(createIdempotencyKey string)
- func (o *Vulnerability) SetDescription(description string)
- func (o *Vulnerability) SetIdentifier(id string)
- func (o *Vulnerability) SetMigrationsLog(migrationsLog map[string]string)
- func (o *Vulnerability) SetName(name string)
- func (o *Vulnerability) SetNamespace(namespace string)
- func (o *Vulnerability) SetNormalizedTags(normalizedTags []string)
- func (o *Vulnerability) SetPropagate(propagate bool)
- func (o *Vulnerability) SetProtected(protected bool)
- func (o *Vulnerability) SetUpdateIdempotencyKey(updateIdempotencyKey string)
- func (o *Vulnerability) SetZHash(zHash int)
- func (o *Vulnerability) SetZone(zone int)
- func (*Vulnerability) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *Vulnerability) String() string
- func (o *Vulnerability) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *Vulnerability) Validate() error
- func (o *Vulnerability) ValueForAttribute(name string) interface{}
- func (o *Vulnerability) Version() int
- type X509Certificate
- func (*X509Certificate) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *X509Certificate) BleveType() string
- func (o *X509Certificate) DeepCopy() *X509Certificate
- func (o *X509Certificate) DeepCopyInto(out *X509Certificate)
- func (o *X509Certificate) DefaultOrder() []string
- func (o *X509Certificate) Doc() string
- func (o *X509Certificate) GetBSON() (interface{}, error)
- func (o *X509Certificate) Identifier() string
- func (o *X509Certificate) Identity() elemental.Identity
- func (o *X509Certificate) Patch(sparse elemental.SparseIdentifiable)
- func (o *X509Certificate) SetBSON(raw bson.Raw) error
- func (o *X509Certificate) SetIdentifier(id string)
- func (*X509Certificate) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *X509Certificate) String() string
- func (o *X509Certificate) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *X509Certificate) Validate() error
- func (o *X509Certificate) ValueForAttribute(name string) interface{}
- func (o *X509Certificate) Version() int
- type X509CertificateCheck
- func (*X509CertificateCheck) AttributeSpecifications() map[string]elemental.AttributeSpecification
- func (o *X509CertificateCheck) BleveType() string
- func (o *X509CertificateCheck) DeepCopy() *X509CertificateCheck
- func (o *X509CertificateCheck) DeepCopyInto(out *X509CertificateCheck)
- func (o *X509CertificateCheck) DefaultOrder() []string
- func (o *X509CertificateCheck) Doc() string
- func (o *X509CertificateCheck) GetBSON() (interface{}, error)
- func (o *X509CertificateCheck) Identifier() string
- func (o *X509CertificateCheck) Identity() elemental.Identity
- func (o *X509CertificateCheck) Patch(sparse elemental.SparseIdentifiable)
- func (o *X509CertificateCheck) SetBSON(raw bson.Raw) error
- func (o *X509CertificateCheck) SetIdentifier(id string)
- func (*X509CertificateCheck) SpecificationForAttribute(name string) elemental.AttributeSpecification
- func (o *X509CertificateCheck) String() string
- func (o *X509CertificateCheck) ToSparse(fields ...string) elemental.SparseIdentifiable
- func (o *X509CertificateCheck) Validate() error
- func (o *X509CertificateCheck) ValueForAttribute(name string) interface{}
- func (o *X509CertificateCheck) Version() int
- type X509CertificateChecksList
- func (o X509CertificateChecksList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o X509CertificateChecksList) Copy() elemental.Identifiables
- func (o X509CertificateChecksList) DefaultOrder() []string
- func (o X509CertificateChecksList) Identity() elemental.Identity
- func (o X509CertificateChecksList) List() elemental.IdentifiablesList
- func (o X509CertificateChecksList) ToSparse(fields ...string) elemental.Identifiables
- func (o X509CertificateChecksList) Version() int
- type X509CertificateSignerValue
- type X509CertificateUsageValue
- type X509CertificatesList
- func (o X509CertificatesList) Append(objects ...elemental.Identifiable) elemental.Identifiables
- func (o X509CertificatesList) Copy() elemental.Identifiables
- func (o X509CertificatesList) DefaultOrder() []string
- func (o X509CertificatesList) Identity() elemental.Identity
- func (o X509CertificatesList) List() elemental.IdentifiablesList
- func (o X509CertificatesList) ToSparse(fields ...string) elemental.Identifiables
- func (o X509CertificatesList) Version() int
Constants ¶
This section is empty.
Variables ¶
View Source
var APIAuthorizationPolicyAttributesMap = map[string]elemental.AttributeSpecification{ "ID": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "_id", ConvertedName: "ID", Description: `Identifier of the object.`, Exposed: true, Filterable: true, Identifier: true, Name: "ID", Orderable: true, ReadOnly: true, Stored: true, Type: "string", }, "ActiveDuration": { AllowedChars: `^[0-9]+[smh]$`, AllowedChoices: []string{}, BSONFieldName: "activeduration", ConvertedName: "ActiveDuration", Description: `Defines for how long the policy will be active according to the ` + "`" + `activeSchedule` + "`" + `.`, Exposed: true, Getter: true, Name: "activeDuration", Setter: true, Stored: true, Type: "string", }, "ActiveSchedule": { AllowedChoices: []string{}, BSONFieldName: "activeschedule", ConvertedName: "ActiveSchedule", Description: `Defines when the policy should be active using the cron notation. The policy will be active for the given ` + "`" + `activeDuration` + "`" + `.`, Exposed: true, Getter: true, Name: "activeSchedule", Setter: true, Stored: true, Type: "string", }, "AllSubjectTags": { AllowedChoices: []string{}, BSONFieldName: "allsubjecttags", ConvertedName: "AllSubjectTags", Description: `This is a set of all subject tags for matching in the DB.`, Name: "allSubjectTags", Stored: true, SubType: "string", Type: "list", }, "Annotations": { AllowedChoices: []string{}, BSONFieldName: "annotations", ConvertedName: "Annotations", Description: `Stores additional information about an entity.`, Exposed: true, Getter: true, Name: "annotations", Setter: true, Stored: true, SubType: "map[string][]string", Type: "external", }, "AssociatedTags": { AllowedChoices: []string{}, BSONFieldName: "associatedtags", ConvertedName: "AssociatedTags", Description: `List of tags attached to an entity.`, Exposed: true, Getter: true, Name: "associatedTags", Setter: true, Stored: true, SubType: "string", Type: "list", }, "AuthorizedIdentities": { AllowedChoices: []string{}, BSONFieldName: "authorizedidentities", ConvertedName: "AuthorizedIdentities", Description: `A list of roles assigned to the user.`, Exposed: true, Name: "authorizedIdentities", Required: true, Stored: true, SubType: "string", Type: "list", }, "AuthorizedNamespace": { AllowedChoices: []string{}, BSONFieldName: "authorizednamespace", ConvertedName: "AuthorizedNamespace", Description: `Defines the namespace the user is authorized to access.`, Exposed: true, Name: "authorizedNamespace", Required: true, Stored: true, Type: "string", }, "AuthorizedSubnets": { AllowedChoices: []string{}, BSONFieldName: "authorizedsubnets", ConvertedName: "AuthorizedSubnets", Description: `If set, the API authorization will only be valid if the request comes from one the declared subnets.`, Exposed: true, Name: "authorizedSubnets", Stored: true, SubType: "string", Type: "list", }, "CreateIdempotencyKey": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "createidempotencykey", ConvertedName: "CreateIdempotencyKey", Description: `internal idempotency key for a create operation.`, Getter: true, Name: "createIdempotencyKey", ReadOnly: true, Setter: true, Stored: true, Type: "string", }, "CreateTime": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "createtime", ConvertedName: "CreateTime", Description: `Creation date of the object.`, Exposed: true, Getter: true, Name: "createTime", Orderable: true, ReadOnly: true, Setter: true, Stored: true, Type: "time", }, "Description": { AllowedChoices: []string{}, BSONFieldName: "description", ConvertedName: "Description", Description: `Description of the object.`, Exposed: true, Getter: true, MaxLength: 1024, Name: "description", Orderable: true, Setter: true, Stored: true, Type: "string", }, "Disabled": { AllowedChoices: []string{}, BSONFieldName: "disabled", ConvertedName: "Disabled", Description: `Defines if the property is disabled.`, Exposed: true, Getter: true, Name: "disabled", Orderable: true, Setter: true, Stored: true, Type: "boolean", }, "ExpirationTime": { AllowedChoices: []string{}, BSONFieldName: "expirationtime", ConvertedName: "ExpirationTime", Description: `If set, the policy will be automatically deleted after the given time.`, Exposed: true, Getter: true, Name: "expirationTime", Setter: true, Stored: true, Type: "time", }, "Fallback": { AllowedChoices: []string{}, BSONFieldName: "fallback", ConvertedName: "Fallback", Description: `Indicates that this is fallback policy. It will only be applied if no other policies have been resolved. If the policy is also propagated it will become a fallback for children namespaces.`, Exposed: true, Getter: true, Name: "fallback", Orderable: true, Setter: true, Stored: true, Type: "boolean", }, "Metadata": { AllowedChoices: []string{}, BSONFieldName: "metadata", ConvertedName: "Metadata", CreationOnly: true, Description: `Contains tags that can only be set during creation, must all start with the '@' prefix, and should only be used by external systems.`, Exposed: true, Filterable: true, Getter: true, Name: "metadata", Setter: true, Stored: true, SubType: "string", Type: "list", }, "Name": { AllowedChoices: []string{}, BSONFieldName: "name", ConvertedName: "Name", Description: `Name of the entity.`, Exposed: true, Filterable: true, Getter: true, MaxLength: 256, Name: "name", Orderable: true, Required: true, Setter: true, Stored: true, Type: "string", }, "Namespace": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "namespace", ConvertedName: "Namespace", Description: `Namespace tag attached to an entity.`, Exposed: true, Filterable: true, Getter: true, Name: "namespace", Orderable: true, ReadOnly: true, Setter: true, Stored: true, Type: "string", }, "NormalizedTags": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "normalizedtags", ConvertedName: "NormalizedTags", Description: `Contains the list of normalized tags of the entities.`, Exposed: true, Getter: true, Name: "normalizedTags", ReadOnly: true, Setter: true, Stored: true, SubType: "string", Transient: true, Type: "list", }, "Propagate": { AllowedChoices: []string{}, BSONFieldName: "propagate", ConvertedName: "Propagate", DefaultValue: true, Description: `Propagates the api authorization to all of its children.`, Getter: true, Name: "propagate", Orderable: true, ReadOnly: true, Setter: true, Stored: true, Type: "boolean", }, "PropagationHidden": { AllowedChoices: []string{}, BSONFieldName: "propagationhidden", ConvertedName: "PropagationHidden", Description: `If set to ` + "`" + `true` + "`" + ` while the policy is propagating, it won't be visible to children namespace, but still used for policy resolution.`, Exposed: true, Getter: true, Name: "propagationHidden", Orderable: true, Setter: true, Stored: true, Type: "boolean", }, "Protected": { AllowedChoices: []string{}, BSONFieldName: "protected", ConvertedName: "Protected", Description: `Defines if the object is protected.`, Exposed: true, Getter: true, Name: "protected", Orderable: true, Setter: true, Stored: true, Type: "boolean", }, "Subject": { AllowedChoices: []string{}, BSONFieldName: "subject", ConvertedName: "Subject", Description: `A tag or tag expression that identifies the authorized user(s).`, Exposed: true, Name: "subject", Orderable: true, Stored: true, SubType: "[][]string", Type: "external", }, "UpdateIdempotencyKey": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "updateidempotencykey", ConvertedName: "UpdateIdempotencyKey", Description: `internal idempotency key for a update operation.`, Getter: true, Name: "updateIdempotencyKey", ReadOnly: true, Setter: true, Stored: true, Type: "string", }, "UpdateTime": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "updatetime", ConvertedName: "UpdateTime", Description: `Last update date of the object.`, Exposed: true, Getter: true, Name: "updateTime", Orderable: true, ReadOnly: true, Setter: true, Stored: true, Type: "time", }, "ZHash": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "zhash", ConvertedName: "ZHash", Description: `geographical hash of the data. This is used for sharding and georedundancy.`, Getter: true, Name: "zHash", ReadOnly: true, Setter: true, Stored: true, Type: "integer", }, "Zone": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "zone", ConvertedName: "Zone", Description: `Logical storage zone. Used for sharding.`, Getter: true, Name: "zone", ReadOnly: true, Setter: true, Stored: true, Transient: true, Type: "integer", }, }
APIAuthorizationPolicyAttributesMap represents the map of attribute for APIAuthorizationPolicy.
View Source
var APIAuthorizationPolicyIdentity = elemental.Identity{ Name: "apiauthorizationpolicy", Category: "apiauthorizationpolicies", Package: "squall", Private: false, }
APIAuthorizationPolicyIdentity represents the Identity of the object.
View Source
var APIAuthorizationPolicyLowerCaseAttributesMap = map[string]elemental.AttributeSpecification{ "id": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "_id", ConvertedName: "ID", Description: `Identifier of the object.`, Exposed: true, Filterable: true, Identifier: true, Name: "ID", Orderable: true, ReadOnly: true, Stored: true, Type: "string", }, "activeduration": { AllowedChars: `^[0-9]+[smh]$`, AllowedChoices: []string{}, BSONFieldName: "activeduration", ConvertedName: "ActiveDuration", Description: `Defines for how long the policy will be active according to the ` + "`" + `activeSchedule` + "`" + `.`, Exposed: true, Getter: true, Name: "activeDuration", Setter: true, Stored: true, Type: "string", }, "activeschedule": { AllowedChoices: []string{}, BSONFieldName: "activeschedule", ConvertedName: "ActiveSchedule", Description: `Defines when the policy should be active using the cron notation. The policy will be active for the given ` + "`" + `activeDuration` + "`" + `.`, Exposed: true, Getter: true, Name: "activeSchedule", Setter: true, Stored: true, Type: "string", }, "allsubjecttags": { AllowedChoices: []string{}, BSONFieldName: "allsubjecttags", ConvertedName: "AllSubjectTags", Description: `This is a set of all subject tags for matching in the DB.`, Name: "allSubjectTags", Stored: true, SubType: "string", Type: "list", }, "annotations": { AllowedChoices: []string{}, BSONFieldName: "annotations", ConvertedName: "Annotations", Description: `Stores additional information about an entity.`, Exposed: true, Getter: true, Name: "annotations", Setter: true, Stored: true, SubType: "map[string][]string", Type: "external", }, "associatedtags": { AllowedChoices: []string{}, BSONFieldName: "associatedtags", ConvertedName: "AssociatedTags", Description: `List of tags attached to an entity.`, Exposed: true, Getter: true, Name: "associatedTags", Setter: true, Stored: true, SubType: "string", Type: "list", }, "authorizedidentities": { AllowedChoices: []string{}, BSONFieldName: "authorizedidentities", ConvertedName: "AuthorizedIdentities", Description: `A list of roles assigned to the user.`, Exposed: true, Name: "authorizedIdentities", Required: true, Stored: true, SubType: "string", Type: "list", }, "authorizednamespace": { AllowedChoices: []string{}, BSONFieldName: "authorizednamespace", ConvertedName: "AuthorizedNamespace", Description: `Defines the namespace the user is authorized to access.`, Exposed: true, Name: "authorizedNamespace", Required: true, Stored: true, Type: "string", }, "authorizedsubnets": { AllowedChoices: []string{}, BSONFieldName: "authorizedsubnets", ConvertedName: "AuthorizedSubnets", Description: `If set, the API authorization will only be valid if the request comes from one the declared subnets.`, Exposed: true, Name: "authorizedSubnets", Stored: true, SubType: "string", Type: "list", }, "createidempotencykey": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "createidempotencykey", ConvertedName: "CreateIdempotencyKey", Description: `internal idempotency key for a create operation.`, Getter: true, Name: "createIdempotencyKey", ReadOnly: true, Setter: true, Stored: true, Type: "string", }, "createtime": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "createtime", ConvertedName: "CreateTime", Description: `Creation date of the object.`, Exposed: true, Getter: true, Name: "createTime", Orderable: true, ReadOnly: true, Setter: true, Stored: true, Type: "time", }, "description": { AllowedChoices: []string{}, BSONFieldName: "description", ConvertedName: "Description", Description: `Description of the object.`, Exposed: true, Getter: true, MaxLength: 1024, Name: "description", Orderable: true, Setter: true, Stored: true, Type: "string", }, "disabled": { AllowedChoices: []string{}, BSONFieldName: "disabled", ConvertedName: "Disabled", Description: `Defines if the property is disabled.`, Exposed: true, Getter: true, Name: "disabled", Orderable: true, Setter: true, Stored: true, Type: "boolean", }, "expirationtime": { AllowedChoices: []string{}, BSONFieldName: "expirationtime", ConvertedName: "ExpirationTime", Description: `If set, the policy will be automatically deleted after the given time.`, Exposed: true, Getter: true, Name: "expirationTime", Setter: true, Stored: true, Type: "time", }, "fallback": { AllowedChoices: []string{}, BSONFieldName: "fallback", ConvertedName: "Fallback", Description: `Indicates that this is fallback policy. It will only be applied if no other policies have been resolved. If the policy is also propagated it will become a fallback for children namespaces.`, Exposed: true, Getter: true, Name: "fallback", Orderable: true, Setter: true, Stored: true, Type: "boolean", }, "metadata": { AllowedChoices: []string{}, BSONFieldName: "metadata", ConvertedName: "Metadata", CreationOnly: true, Description: `Contains tags that can only be set during creation, must all start with the '@' prefix, and should only be used by external systems.`, Exposed: true, Filterable: true, Getter: true, Name: "metadata", Setter: true, Stored: true, SubType: "string", Type: "list", }, "name": { AllowedChoices: []string{}, BSONFieldName: "name", ConvertedName: "Name", Description: `Name of the entity.`, Exposed: true, Filterable: true, Getter: true, MaxLength: 256, Name: "name", Orderable: true, Required: true, Setter: true, Stored: true, Type: "string", }, "namespace": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "namespace", ConvertedName: "Namespace", Description: `Namespace tag attached to an entity.`, Exposed: true, Filterable: true, Getter: true, Name: "namespace", Orderable: true, ReadOnly: true, Setter: true, Stored: true, Type: "string", }, "normalizedtags": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "normalizedtags", ConvertedName: "NormalizedTags", Description: `Contains the list of normalized tags of the entities.`, Exposed: true, Getter: true, Name: "normalizedTags", ReadOnly: true, Setter: true, Stored: true, SubType: "string", Transient: true, Type: "list", }, "propagate": { AllowedChoices: []string{}, BSONFieldName: "propagate", ConvertedName: "Propagate", DefaultValue: true, Description: `Propagates the api authorization to all of its children.`, Getter: true, Name: "propagate", Orderable: true, ReadOnly: true, Setter: true, Stored: true, Type: "boolean", }, "propagationhidden": { AllowedChoices: []string{}, BSONFieldName: "propagationhidden", ConvertedName: "PropagationHidden", Description: `If set to ` + "`" + `true` + "`" + ` while the policy is propagating, it won't be visible to children namespace, but still used for policy resolution.`, Exposed: true, Getter: true, Name: "propagationHidden", Orderable: true, Setter: true, Stored: true, Type: "boolean", }, "protected": { AllowedChoices: []string{}, BSONFieldName: "protected", ConvertedName: "Protected", Description: `Defines if the object is protected.`, Exposed: true, Getter: true, Name: "protected", Orderable: true, Setter: true, Stored: true, Type: "boolean", }, "subject": { AllowedChoices: []string{}, BSONFieldName: "subject", ConvertedName: "Subject", Description: `A tag or tag expression that identifies the authorized user(s).`, Exposed: true, Name: "subject", Orderable: true, Stored: true, SubType: "[][]string", Type: "external", }, "updateidempotencykey": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "updateidempotencykey", ConvertedName: "UpdateIdempotencyKey", Description: `internal idempotency key for a update operation.`, Getter: true, Name: "updateIdempotencyKey", ReadOnly: true, Setter: true, Stored: true, Type: "string", }, "updatetime": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "updatetime", ConvertedName: "UpdateTime", Description: `Last update date of the object.`, Exposed: true, Getter: true, Name: "updateTime", Orderable: true, ReadOnly: true, Setter: true, Stored: true, Type: "time", }, "zhash": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "zhash", ConvertedName: "ZHash", Description: `geographical hash of the data. This is used for sharding and georedundancy.`, Getter: true, Name: "zHash", ReadOnly: true, Setter: true, Stored: true, Type: "integer", }, "zone": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "zone", ConvertedName: "Zone", Description: `Logical storage zone. Used for sharding.`, Getter: true, Name: "zone", ReadOnly: true, Setter: true, Stored: true, Transient: true, Type: "integer", }, }
APIAuthorizationPolicyLowerCaseAttributesMap represents the map of attribute for APIAuthorizationPolicy.
View Source
var APICheckAttributesMap = map[string]elemental.AttributeSpecification{ "Authorized": { AllowedChoices: []string{}, Autogenerated: true, ConvertedName: "Authorized", Description: `Contains the results of the check.`, Exposed: true, Name: "authorized", ReadOnly: true, SubType: "map[string]bool", Type: "external", }, "Namespace": { AllowedChars: `^/[a-zA-Z0-9-_/]*$`, AllowedChoices: []string{}, ConvertedName: "Namespace", Description: `The namespace to use to check the API authorization.`, Exposed: true, Name: "namespace", Required: true, Type: "string", }, "Operation": { AllowedChoices: []string{"Create", "Delete", "Info", "Patch", "Retrieve", "RetrieveMany", "Update"}, BSONFieldName: "operation", ConvertedName: "Operation", Description: `The operation you want to check.`, Exposed: true, Filterable: true, Name: "operation", Orderable: true, Required: true, Stored: true, Type: "enum", }, "TargetIdentities": { AllowedChoices: []string{}, ConvertedName: "TargetIdentities", Description: `Contains the list of identities you want to check the authorization of.`, Exposed: true, Name: "targetIdentities", Required: true, SubType: "string", Type: "list", }, }
APICheckAttributesMap represents the map of attribute for APICheck.
View Source
var APICheckIdentity = elemental.Identity{ Name: "apicheck", Category: "apichecks", Package: "cid", Private: false, }
APICheckIdentity represents the Identity of the object.
View Source
var APICheckLowerCaseAttributesMap = map[string]elemental.AttributeSpecification{ "authorized": { AllowedChoices: []string{}, Autogenerated: true, ConvertedName: "Authorized", Description: `Contains the results of the check.`, Exposed: true, Name: "authorized", ReadOnly: true, SubType: "map[string]bool", Type: "external", }, "namespace": { AllowedChars: `^/[a-zA-Z0-9-_/]*$`, AllowedChoices: []string{}, ConvertedName: "Namespace", Description: `The namespace to use to check the API authorization.`, Exposed: true, Name: "namespace", Required: true, Type: "string", }, "operation": { AllowedChoices: []string{"Create", "Delete", "Info", "Patch", "Retrieve", "RetrieveMany", "Update"}, BSONFieldName: "operation", ConvertedName: "Operation", Description: `The operation you want to check.`, Exposed: true, Filterable: true, Name: "operation", Orderable: true, Required: true, Stored: true, Type: "enum", }, "targetidentities": { AllowedChoices: []string{}, ConvertedName: "TargetIdentities", Description: `Contains the list of identities you want to check the authorization of.`, Exposed: true, Name: "targetIdentities", Required: true, SubType: "string", Type: "list", }, }
APICheckLowerCaseAttributesMap represents the map of attribute for APICheck.
View Source
var AccessReportAttributesMap = map[string]elemental.AttributeSpecification{ "ID": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "_id", ConvertedName: "ID", Description: `Identifier of the object.`, Exposed: true, Filterable: true, Identifier: true, Name: "ID", Orderable: true, ReadOnly: true, Stored: true, Type: "string", }, "Action": { AllowedChoices: []string{"Accept", "Reject"}, BSONFieldName: "a", ConvertedName: "Action", Description: `Action applied to the access.`, Exposed: true, Name: "action", Required: true, Stored: true, Type: "enum", }, "ClaimHash": { AllowedChoices: []string{}, BSONFieldName: "b", ConvertedName: "ClaimHash", Description: `Hash of the claims used to communicate.`, Exposed: true, Name: "claimHash", Stored: true, Type: "string", }, "EnforcerID": { AllowedChoices: []string{}, BSONFieldName: "c", ConvertedName: "EnforcerID", Description: `Identifier of the enforcer.`, Exposed: true, Name: "enforcerID", Required: true, Stored: true, Type: "string", }, "EnforcerNamespace": { AllowedChoices: []string{}, BSONFieldName: "d", ConvertedName: "EnforcerNamespace", Description: `Namespace of the enforcer.`, Exposed: true, Name: "enforcerNamespace", Required: true, Stored: true, Type: "string", }, "MigrationsLog": { AllowedChoices: []string{}, BSONFieldName: "migrationslog", ConvertedName: "MigrationsLog", Description: `Internal property maintaining migrations information.`, Getter: true, Name: "migrationsLog", Setter: true, Stored: true, SubType: "map[string]string", Type: "external", }, "ProcessingUnitID": { AllowedChoices: []string{}, BSONFieldName: "e", ConvertedName: "ProcessingUnitID", Description: `ID of the processing unit of the report.`, Exposed: true, Name: "processingUnitID", Stored: true, Type: "string", }, "ProcessingUnitName": { AllowedChoices: []string{}, BSONFieldName: "f", ConvertedName: "ProcessingUnitName", Description: `Name of the processing unit of the report.`, Exposed: true, Name: "processingUnitName", Stored: true, Type: "string", }, "ProcessingUnitNamespace": { AllowedChoices: []string{}, BSONFieldName: "g", ConvertedName: "ProcessingUnitNamespace", Description: `Namespace of the processing unit of the report.`, Exposed: true, Name: "processingUnitNamespace", Stored: true, Type: "string", }, "Reason": { AllowedChoices: []string{}, BSONFieldName: "h", ConvertedName: "Reason", Description: `This field is only set if ` + "`" + `action` + "`" + ` is set to ` + "`" + `Reject` + "`" + `. It specifies the reason for the rejection.`, Exposed: true, Name: "reason", Stored: true, Type: "string", }, "Timestamp": { AllowedChoices: []string{}, BSONFieldName: "i", ConvertedName: "Timestamp", Description: `Date of the report.`, Exposed: true, Name: "timestamp", Orderable: true, Stored: true, Type: "time", }, "Type": { AllowedChoices: []string{"SSHLogin", "SSHLogout", "SudoEnter", "SudoExit"}, BSONFieldName: "j", ConvertedName: "Type", Description: `Type of the report.`, Exposed: true, Name: "type", Required: true, Stored: true, Type: "enum", }, "ZHash": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "zhash", ConvertedName: "ZHash", Description: `geographical hash of the data. This is used for sharding and georedundancy.`, Getter: true, Name: "zHash", ReadOnly: true, Setter: true, Stored: true, Type: "integer", }, "Zone": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "zone", ConvertedName: "Zone", Description: `Logical storage zone. Used for sharding.`, Getter: true, Name: "zone", ReadOnly: true, Setter: true, Stored: true, Transient: true, Type: "integer", }, }
AccessReportAttributesMap represents the map of attribute for AccessReport.
View Source
var AccessReportIdentity = elemental.Identity{ Name: "accessreport", Category: "accessreports", Package: "zack", Private: false, }
AccessReportIdentity represents the Identity of the object.
View Source
var AccessReportLowerCaseAttributesMap = map[string]elemental.AttributeSpecification{ "id": { AllowedChoices: []string{}, Autogenerated: true, BSONFieldName: "_id", ConvertedName: "ID", Description: `Identifier of the object.`, Exposed: true, Filterable: true, Identifier: true, Name: "ID", Orderable: true, ReadOnly: true, Stored: true, Type: "string", }, "action": { AllowedChoices: []string{"Accept", "Reject"}, BSONFieldName: "a", ConvertedName: "Action", Description: `Action applied to the access.`, Exposed: true, Name: "action", Required: true, Stored: true, Type: "enum", }, "claimhash": { AllowedChoices: []string{}, BSONFieldName: "b", ConvertedName: "ClaimHash", Description: `Hash of the claims used to communicate.`, Exposed: true, Name: "claimHash", Stored: true, Type: "string", }, "enforcerid": { AllowedChoices: []string{}, BSONFieldName: "c", ConvertedName: "EnforcerID", Description: `Identifier of the enforcer.`, Exposed: true, Name: "enforcerID", Required: true, Stored: true, Type: "string", }, "enforcernamespace": { AllowedChoices: []string{}, BSONFieldName: "d", ConvertedName: "EnforcerNamespace", Description: `Namespace of the enforcer.`, Exposed: true, Name: "enforcerNamespace", Required: true, Stored: true, Type: "string", }, "migrationslog": { AllowedChoices: []string{}, BSONFieldName: "migrationslog", ConvertedName: "MigrationsLog", Description: `Internal property maintaining migrations information.`, Getter: true, Name: "migrationsLog", Setter: true, Stored: true, SubType: "map[string]string", Type: "external", }, "processingunitid": { AllowedChoices: []string{}, BSONFieldName: "e", ConvertedName: "ProcessingUnitID", Description: `ID of the processing unit of the report.`, Exposed: true, Name: "processingUnitID", Stored: true, Type: "string", }, "processingunitname": { AllowedChoices: []string{}, BSONFieldName: "f", ConvertedName: "ProcessingUnitName", Description: `Name of the processing unit of the report.`, Exposed: true, Name: "processingUnitName", Stored: true, Type: "string", }, "processingunitnamespace": { AllowedChoices: []string{}, BSONFieldName: "g", ConvertedName: "ProcessingUnitNamespace", Description: `Namespace of the processing unit of the report.`, Exposed: true, Name: "processingUnitNamespace", Stored: true, Type: "string", }, "reason": { AllowedChoices: []string{}, BSONFieldName: "h",