Versions in this module Expand all Collapse all v20231115005 v20231115005.1.0 Feb 2, 2024 Changes in this version + func SetOrNil[T comparable](val T, defaultValue T) *T + func StringToTime(val string) (time.Time, error) v20231115005.0.0 Jan 25, 2024 Changes in this version + const ClientName + const DefaultCloudURL + const Version + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func GetOrDefault[T any](ptr *T, defaultValue T) T + func Int64PtrToIntPtr(i64 *int64) *int + func IsErrorCode(err error, code string) bool + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + func TimePtrToStringPtr(t *time.Time) *string + func TimeToString(t time.Time) string + type APIClient struct + AWSClustersDNSApi AWSClustersDNSApi + AccessTrackingApi AccessTrackingApi + AlertConfigurationsApi AlertConfigurationsApi + AlertsApi AlertsApi + AtlasSearchApi AtlasSearchApi + AuditingApi AuditingApi + CloudBackupsApi CloudBackupsApi + CloudMigrationServiceApi CloudMigrationServiceApi + CloudProviderAccessApi CloudProviderAccessApi + ClusterOutageSimulationApi ClusterOutageSimulationApi + ClustersApi ClustersApi + CustomDatabaseRolesApi CustomDatabaseRolesApi + DataFederationApi DataFederationApi + DataLakePipelinesApi DataLakePipelinesApi + DatabaseUsersApi DatabaseUsersApi + DefaultApi DefaultApi + EncryptionAtRestUsingCustomerKeyManagementApi EncryptionAtRestUsingCustomerKeyManagementApi + EventsApi EventsApi + FederatedAuthenticationApi FederatedAuthenticationApi + GlobalClustersApi GlobalClustersApi + InvoicesApi InvoicesApi + LDAPConfigurationApi LDAPConfigurationApi + LegacyBackupApi LegacyBackupApi + LegacyBackupRestoreJobsApi LegacyBackupRestoreJobsApi + MaintenanceWindowsApi MaintenanceWindowsApi + MongoDBCloudUsersApi MongoDBCloudUsersApi + MonitoringAndLogsApi MonitoringAndLogsApi + NetworkPeeringApi NetworkPeeringApi + OnlineArchiveApi OnlineArchiveApi + OrganizationsApi OrganizationsApi + PerformanceAdvisorApi PerformanceAdvisorApi + PrivateEndpointServicesApi PrivateEndpointServicesApi + ProgrammaticAPIKeysApi ProgrammaticAPIKeysApi + ProjectIPAccessListApi ProjectIPAccessListApi + ProjectsApi ProjectsApi + PushBasedLogExportApi PushBasedLogExportApi + RollingIndexApi RollingIndexApi + RootApi RootApi + ServerlessInstancesApi ServerlessInstancesApi + ServerlessPrivateEndpointsApi ServerlessPrivateEndpointsApi + SharedTierRestoreJobsApi SharedTierRestoreJobsApi + SharedTierSnapshotsApi SharedTierSnapshotsApi + StreamsApi StreamsApi + TeamsApi TeamsApi + ThirdPartyIntegrationsApi ThirdPartyIntegrationsApi + X509AuthenticationApi X509AuthenticationApi + func NewAPIClient(cfg *Configuration) *APIClient + func NewClient(modifiers ...ClientModifier) (*APIClient, error) + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AWSClustersDNSApi interface + GetAWSCustomDNS func(ctx context.Context, groupId string) GetAWSCustomDNSApiRequest + GetAWSCustomDNSExecute func(r GetAWSCustomDNSApiRequest) (*AWSCustomDNSEnabled, *http.Response, error) + GetAWSCustomDNSWithParams func(ctx context.Context, args *GetAWSCustomDNSApiParams) GetAWSCustomDNSApiRequest + ToggleAWSCustomDNS func(ctx context.Context, groupId string, aWSCustomDNSEnabled *AWSCustomDNSEnabled) ToggleAWSCustomDNSApiRequest + ToggleAWSCustomDNSExecute func(r ToggleAWSCustomDNSApiRequest) (*AWSCustomDNSEnabled, *http.Response, error) + ToggleAWSCustomDNSWithParams func(ctx context.Context, args *ToggleAWSCustomDNSApiParams) ToggleAWSCustomDNSApiRequest + type AWSClustersDNSApiService service + func (a *AWSClustersDNSApiService) GetAWSCustomDNS(ctx context.Context, groupId string) GetAWSCustomDNSApiRequest + func (a *AWSClustersDNSApiService) GetAWSCustomDNSExecute(r GetAWSCustomDNSApiRequest) (*AWSCustomDNSEnabled, *http.Response, error) + func (a *AWSClustersDNSApiService) GetAWSCustomDNSWithParams(ctx context.Context, args *GetAWSCustomDNSApiParams) GetAWSCustomDNSApiRequest + func (a *AWSClustersDNSApiService) ToggleAWSCustomDNS(ctx context.Context, groupId string, aWSCustomDNSEnabled *AWSCustomDNSEnabled) ToggleAWSCustomDNSApiRequest + func (a *AWSClustersDNSApiService) ToggleAWSCustomDNSExecute(r ToggleAWSCustomDNSApiRequest) (*AWSCustomDNSEnabled, *http.Response, error) + func (a *AWSClustersDNSApiService) ToggleAWSCustomDNSWithParams(ctx context.Context, args *ToggleAWSCustomDNSApiParams) ToggleAWSCustomDNSApiRequest + type AWSCustomDNSEnabled struct + Enabled bool + func NewAWSCustomDNSEnabled(enabled bool) *AWSCustomDNSEnabled + func NewAWSCustomDNSEnabledWithDefaults() *AWSCustomDNSEnabled + func (o *AWSCustomDNSEnabled) GetEnabled() bool + func (o *AWSCustomDNSEnabled) GetEnabledOk() (*bool, bool) + func (o *AWSCustomDNSEnabled) SetEnabled(v bool) + func (o AWSCustomDNSEnabled) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AWSCustomDNSEnabled) ToMap() (map[string]interface{}, error) + type AWSKMSConfiguration struct + AccessKeyID *string + CustomerMasterKeyID *string + Enabled *bool + Region *string + RoleId *string + SecretAccessKey *string + Valid *bool + func NewAWSKMSConfiguration() *AWSKMSConfiguration + func NewAWSKMSConfigurationWithDefaults() *AWSKMSConfiguration + func (o *AWSKMSConfiguration) GetAccessKeyID() string + func (o *AWSKMSConfiguration) GetAccessKeyIDOk() (*string, bool) + func (o *AWSKMSConfiguration) GetCustomerMasterKeyID() string + func (o *AWSKMSConfiguration) GetCustomerMasterKeyIDOk() (*string, bool) + func (o *AWSKMSConfiguration) GetEnabled() bool + func (o *AWSKMSConfiguration) GetEnabledOk() (*bool, bool) + func (o *AWSKMSConfiguration) GetRegion() string + func (o *AWSKMSConfiguration) GetRegionOk() (*string, bool) + func (o *AWSKMSConfiguration) GetRoleId() string + func (o *AWSKMSConfiguration) GetRoleIdOk() (*string, bool) + func (o *AWSKMSConfiguration) GetSecretAccessKey() string + func (o *AWSKMSConfiguration) GetSecretAccessKeyOk() (*string, bool) + func (o *AWSKMSConfiguration) GetValid() bool + func (o *AWSKMSConfiguration) GetValidOk() (*bool, bool) + func (o *AWSKMSConfiguration) HasAccessKeyID() bool + func (o *AWSKMSConfiguration) HasCustomerMasterKeyID() bool + func (o *AWSKMSConfiguration) HasEnabled() bool + func (o *AWSKMSConfiguration) HasRegion() bool + func (o *AWSKMSConfiguration) HasRoleId() bool + func (o *AWSKMSConfiguration) HasSecretAccessKey() bool + func (o *AWSKMSConfiguration) HasValid() bool + func (o *AWSKMSConfiguration) SetAccessKeyID(v string) + func (o *AWSKMSConfiguration) SetCustomerMasterKeyID(v string) + func (o *AWSKMSConfiguration) SetEnabled(v bool) + func (o *AWSKMSConfiguration) SetRegion(v string) + func (o *AWSKMSConfiguration) SetRoleId(v string) + func (o *AWSKMSConfiguration) SetSecretAccessKey(v string) + func (o *AWSKMSConfiguration) SetValid(v bool) + func (o AWSKMSConfiguration) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AWSKMSConfiguration) ToMap() (map[string]interface{}, error) + type AccessListItem struct + CidrBlock *string + IpAddress string + func NewAccessListItem(ipAddress string) *AccessListItem + func NewAccessListItemWithDefaults() *AccessListItem + func (o *AccessListItem) GetCidrBlock() string + func (o *AccessListItem) GetCidrBlockOk() (*string, bool) + func (o *AccessListItem) GetIpAddress() string + func (o *AccessListItem) GetIpAddressOk() (*string, bool) + func (o *AccessListItem) HasCidrBlock() bool + func (o *AccessListItem) SetCidrBlock(v string) + func (o *AccessListItem) SetIpAddress(v string) + func (o AccessListItem) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AccessListItem) ToMap() (map[string]interface{}, error) + type AccessTrackingApi interface + ListAccessLogsByClusterName func(ctx context.Context, groupId string, clusterName string) ListAccessLogsByClusterNameApiRequest + ListAccessLogsByClusterNameExecute func(r ListAccessLogsByClusterNameApiRequest) (*MongoDBAccessLogsList, *http.Response, error) + ListAccessLogsByClusterNameWithParams func(ctx context.Context, args *ListAccessLogsByClusterNameApiParams) ListAccessLogsByClusterNameApiRequest + ListAccessLogsByHostname func(ctx context.Context, groupId string, hostname string) ListAccessLogsByHostnameApiRequest + ListAccessLogsByHostnameExecute func(r ListAccessLogsByHostnameApiRequest) (*MongoDBAccessLogsList, *http.Response, error) + ListAccessLogsByHostnameWithParams func(ctx context.Context, args *ListAccessLogsByHostnameApiParams) ListAccessLogsByHostnameApiRequest + type AccessTrackingApiService service + func (a *AccessTrackingApiService) ListAccessLogsByClusterName(ctx context.Context, groupId string, clusterName string) ListAccessLogsByClusterNameApiRequest + func (a *AccessTrackingApiService) ListAccessLogsByClusterNameExecute(r ListAccessLogsByClusterNameApiRequest) (*MongoDBAccessLogsList, *http.Response, error) + func (a *AccessTrackingApiService) ListAccessLogsByClusterNameWithParams(ctx context.Context, args *ListAccessLogsByClusterNameApiParams) ListAccessLogsByClusterNameApiRequest + func (a *AccessTrackingApiService) ListAccessLogsByHostname(ctx context.Context, groupId string, hostname string) ListAccessLogsByHostnameApiRequest + func (a *AccessTrackingApiService) ListAccessLogsByHostnameExecute(r ListAccessLogsByHostnameApiRequest) (*MongoDBAccessLogsList, *http.Response, error) + func (a *AccessTrackingApiService) ListAccessLogsByHostnameWithParams(ctx context.Context, args *ListAccessLogsByHostnameApiParams) ListAccessLogsByHostnameApiRequest + type AcknowledgeAlertApiParams struct + AlertId string + AlertViewForNdsGroup *AlertViewForNdsGroup + GroupId string + type AcknowledgeAlertApiRequest struct + ApiService AlertsApi + func (r AcknowledgeAlertApiRequest) Execute() (*AlertViewForNdsGroup, *http.Response, error) + type AddAllTeamsToProjectApiParams struct + GroupId string + TeamRole *[]TeamRole + type AddAllTeamsToProjectApiRequest struct + ApiService TeamsApi + func (r AddAllTeamsToProjectApiRequest) Execute() (*PaginatedTeamRole, *http.Response, error) + type AddProjectApiKeyApiParams struct + ApiUserId string + GroupId string + UserAccessRoleAssignment *[]UserAccessRoleAssignment + type AddProjectApiKeyApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r AddProjectApiKeyApiRequest) Execute() (*ApiKeyUserDetails, *http.Response, error) + type AddTeamUserApiParams struct + AddUserToTeam *[]AddUserToTeam + OrgId string + TeamId string + type AddTeamUserApiRequest struct + ApiService TeamsApi + func (r AddTeamUserApiRequest) Execute() (*PaginatedApiAppUser, *http.Response, error) + type AddUserToProjectApiParams struct + GroupId string + GroupInvitationRequest *GroupInvitationRequest + type AddUserToProjectApiRequest struct + ApiService ProjectsApi + func (r AddUserToProjectApiRequest) Execute() (*OrganizationInvitation, *http.Response, error) + type AddUserToTeam struct + Id string + func NewAddUserToTeam(id string) *AddUserToTeam + func NewAddUserToTeamWithDefaults() *AddUserToTeam + func (o *AddUserToTeam) GetId() string + func (o *AddUserToTeam) GetIdOk() (*string, bool) + func (o *AddUserToTeam) SetId(v string) + func (o AddUserToTeam) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AddUserToTeam) ToMap() (map[string]interface{}, error) + type AdvancedAutoScalingSettings struct + Compute *AdvancedComputeAutoScaling + DiskGB *DiskGBAutoScaling + func NewAdvancedAutoScalingSettings() *AdvancedAutoScalingSettings + func NewAdvancedAutoScalingSettingsWithDefaults() *AdvancedAutoScalingSettings + func (o *AdvancedAutoScalingSettings) GetCompute() AdvancedComputeAutoScaling + func (o *AdvancedAutoScalingSettings) GetComputeOk() (*AdvancedComputeAutoScaling, bool) + func (o *AdvancedAutoScalingSettings) GetDiskGB() DiskGBAutoScaling + func (o *AdvancedAutoScalingSettings) GetDiskGBOk() (*DiskGBAutoScaling, bool) + func (o *AdvancedAutoScalingSettings) HasCompute() bool + func (o *AdvancedAutoScalingSettings) HasDiskGB() bool + func (o *AdvancedAutoScalingSettings) SetCompute(v AdvancedComputeAutoScaling) + func (o *AdvancedAutoScalingSettings) SetDiskGB(v DiskGBAutoScaling) + func (o AdvancedAutoScalingSettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AdvancedAutoScalingSettings) ToMap() (map[string]interface{}, error) + type AdvancedClusterDescription struct + AcceptDataRisksAndForceReplicaSetReconfig *time.Time + BackupEnabled *bool + BiConnector *BiConnector + ClusterType *string + ConnectionStrings *ClusterConnectionStrings + CreateDate *time.Time + DiskSizeGB *float64 + DiskWarmingMode *string + EncryptionAtRestProvider *string + GroupId *string + Id *string + Labels *[]ComponentLabel + Links *[]Link + MongoDBMajorVersion *string + MongoDBVersion *string + Name *string + Paused *bool + PitEnabled *bool + ReplicationSpecs *[]ReplicationSpec + RootCertType *string + StateName *string + Tags *[]ResourceTag + TerminationProtectionEnabled *bool + VersionReleaseSystem *string + func NewAdvancedClusterDescription() *AdvancedClusterDescription + func NewAdvancedClusterDescriptionWithDefaults() *AdvancedClusterDescription + func (o *AdvancedClusterDescription) GetAcceptDataRisksAndForceReplicaSetReconfig() time.Time + func (o *AdvancedClusterDescription) GetAcceptDataRisksAndForceReplicaSetReconfigOk() (*time.Time, bool) + func (o *AdvancedClusterDescription) GetBackupEnabled() bool + func (o *AdvancedClusterDescription) GetBackupEnabledOk() (*bool, bool) + func (o *AdvancedClusterDescription) GetBiConnector() BiConnector + func (o *AdvancedClusterDescription) GetBiConnectorOk() (*BiConnector, bool) + func (o *AdvancedClusterDescription) GetClusterType() string + func (o *AdvancedClusterDescription) GetClusterTypeOk() (*string, bool) + func (o *AdvancedClusterDescription) GetConnectionStrings() ClusterConnectionStrings + func (o *AdvancedClusterDescription) GetConnectionStringsOk() (*ClusterConnectionStrings, bool) + func (o *AdvancedClusterDescription) GetCreateDate() time.Time + func (o *AdvancedClusterDescription) GetCreateDateOk() (*time.Time, bool) + func (o *AdvancedClusterDescription) GetDiskSizeGB() float64 + func (o *AdvancedClusterDescription) GetDiskSizeGBOk() (*float64, bool) + func (o *AdvancedClusterDescription) GetDiskWarmingMode() string + func (o *AdvancedClusterDescription) GetDiskWarmingModeOk() (*string, bool) + func (o *AdvancedClusterDescription) GetEncryptionAtRestProvider() string + func (o *AdvancedClusterDescription) GetEncryptionAtRestProviderOk() (*string, bool) + func (o *AdvancedClusterDescription) GetGroupId() string + func (o *AdvancedClusterDescription) GetGroupIdOk() (*string, bool) + func (o *AdvancedClusterDescription) GetId() string + func (o *AdvancedClusterDescription) GetIdOk() (*string, bool) + func (o *AdvancedClusterDescription) GetLabels() []ComponentLabel + func (o *AdvancedClusterDescription) GetLabelsOk() (*[]ComponentLabel, bool) + func (o *AdvancedClusterDescription) GetLinks() []Link + func (o *AdvancedClusterDescription) GetLinksOk() (*[]Link, bool) + func (o *AdvancedClusterDescription) GetMongoDBMajorVersion() string + func (o *AdvancedClusterDescription) GetMongoDBMajorVersionOk() (*string, bool) + func (o *AdvancedClusterDescription) GetMongoDBVersion() string + func (o *AdvancedClusterDescription) GetMongoDBVersionOk() (*string, bool) + func (o *AdvancedClusterDescription) GetName() string + func (o *AdvancedClusterDescription) GetNameOk() (*string, bool) + func (o *AdvancedClusterDescription) GetPaused() bool + func (o *AdvancedClusterDescription) GetPausedOk() (*bool, bool) + func (o *AdvancedClusterDescription) GetPitEnabled() bool + func (o *AdvancedClusterDescription) GetPitEnabledOk() (*bool, bool) + func (o *AdvancedClusterDescription) GetReplicationSpecs() []ReplicationSpec + func (o *AdvancedClusterDescription) GetReplicationSpecsOk() (*[]ReplicationSpec, bool) + func (o *AdvancedClusterDescription) GetRootCertType() string + func (o *AdvancedClusterDescription) GetRootCertTypeOk() (*string, bool) + func (o *AdvancedClusterDescription) GetStateName() string + func (o *AdvancedClusterDescription) GetStateNameOk() (*string, bool) + func (o *AdvancedClusterDescription) GetTags() []ResourceTag + func (o *AdvancedClusterDescription) GetTagsOk() (*[]ResourceTag, bool) + func (o *AdvancedClusterDescription) GetTerminationProtectionEnabled() bool + func (o *AdvancedClusterDescription) GetTerminationProtectionEnabledOk() (*bool, bool) + func (o *AdvancedClusterDescription) GetVersionReleaseSystem() string + func (o *AdvancedClusterDescription) GetVersionReleaseSystemOk() (*string, bool) + func (o *AdvancedClusterDescription) HasAcceptDataRisksAndForceReplicaSetReconfig() bool + func (o *AdvancedClusterDescription) HasBackupEnabled() bool + func (o *AdvancedClusterDescription) HasBiConnector() bool + func (o *AdvancedClusterDescription) HasClusterType() bool + func (o *AdvancedClusterDescription) HasConnectionStrings() bool + func (o *AdvancedClusterDescription) HasCreateDate() bool + func (o *AdvancedClusterDescription) HasDiskSizeGB() bool + func (o *AdvancedClusterDescription) HasDiskWarmingMode() bool + func (o *AdvancedClusterDescription) HasEncryptionAtRestProvider() bool + func (o *AdvancedClusterDescription) HasGroupId() bool + func (o *AdvancedClusterDescription) HasId() bool + func (o *AdvancedClusterDescription) HasLabels() bool + func (o *AdvancedClusterDescription) HasLinks() bool + func (o *AdvancedClusterDescription) HasMongoDBMajorVersion() bool + func (o *AdvancedClusterDescription) HasMongoDBVersion() bool + func (o *AdvancedClusterDescription) HasName() bool + func (o *AdvancedClusterDescription) HasPaused() bool + func (o *AdvancedClusterDescription) HasPitEnabled() bool + func (o *AdvancedClusterDescription) HasReplicationSpecs() bool + func (o *AdvancedClusterDescription) HasRootCertType() bool + func (o *AdvancedClusterDescription) HasStateName() bool + func (o *AdvancedClusterDescription) HasTags() bool + func (o *AdvancedClusterDescription) HasTerminationProtectionEnabled() bool + func (o *AdvancedClusterDescription) HasVersionReleaseSystem() bool + func (o *AdvancedClusterDescription) SetAcceptDataRisksAndForceReplicaSetReconfig(v time.Time) + func (o *AdvancedClusterDescription) SetBackupEnabled(v bool) + func (o *AdvancedClusterDescription) SetBiConnector(v BiConnector) + func (o *AdvancedClusterDescription) SetClusterType(v string) + func (o *AdvancedClusterDescription) SetConnectionStrings(v ClusterConnectionStrings) + func (o *AdvancedClusterDescription) SetCreateDate(v time.Time) + func (o *AdvancedClusterDescription) SetDiskSizeGB(v float64) + func (o *AdvancedClusterDescription) SetDiskWarmingMode(v string) + func (o *AdvancedClusterDescription) SetEncryptionAtRestProvider(v string) + func (o *AdvancedClusterDescription) SetGroupId(v string) + func (o *AdvancedClusterDescription) SetId(v string) + func (o *AdvancedClusterDescription) SetLabels(v []ComponentLabel) + func (o *AdvancedClusterDescription) SetLinks(v []Link) + func (o *AdvancedClusterDescription) SetMongoDBMajorVersion(v string) + func (o *AdvancedClusterDescription) SetMongoDBVersion(v string) + func (o *AdvancedClusterDescription) SetName(v string) + func (o *AdvancedClusterDescription) SetPaused(v bool) + func (o *AdvancedClusterDescription) SetPitEnabled(v bool) + func (o *AdvancedClusterDescription) SetReplicationSpecs(v []ReplicationSpec) + func (o *AdvancedClusterDescription) SetRootCertType(v string) + func (o *AdvancedClusterDescription) SetStateName(v string) + func (o *AdvancedClusterDescription) SetTags(v []ResourceTag) + func (o *AdvancedClusterDescription) SetTerminationProtectionEnabled(v bool) + func (o *AdvancedClusterDescription) SetVersionReleaseSystem(v string) + func (o AdvancedClusterDescription) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AdvancedClusterDescription) ToMap() (map[string]interface{}, error) + type AdvancedComputeAutoScaling struct + Enabled *bool + MaxInstanceSize *string + MinInstanceSize *string + ScaleDownEnabled *bool + func NewAdvancedComputeAutoScaling() *AdvancedComputeAutoScaling + func NewAdvancedComputeAutoScalingWithDefaults() *AdvancedComputeAutoScaling + func (o *AdvancedComputeAutoScaling) GetEnabled() bool + func (o *AdvancedComputeAutoScaling) GetEnabledOk() (*bool, bool) + func (o *AdvancedComputeAutoScaling) GetMaxInstanceSize() string + func (o *AdvancedComputeAutoScaling) GetMaxInstanceSizeOk() (*string, bool) + func (o *AdvancedComputeAutoScaling) GetMinInstanceSize() string + func (o *AdvancedComputeAutoScaling) GetMinInstanceSizeOk() (*string, bool) + func (o *AdvancedComputeAutoScaling) GetScaleDownEnabled() bool + func (o *AdvancedComputeAutoScaling) GetScaleDownEnabledOk() (*bool, bool) + func (o *AdvancedComputeAutoScaling) HasEnabled() bool + func (o *AdvancedComputeAutoScaling) HasMaxInstanceSize() bool + func (o *AdvancedComputeAutoScaling) HasMinInstanceSize() bool + func (o *AdvancedComputeAutoScaling) HasScaleDownEnabled() bool + func (o *AdvancedComputeAutoScaling) SetEnabled(v bool) + func (o *AdvancedComputeAutoScaling) SetMaxInstanceSize(v string) + func (o *AdvancedComputeAutoScaling) SetMinInstanceSize(v string) + func (o *AdvancedComputeAutoScaling) SetScaleDownEnabled(v bool) + func (o AdvancedComputeAutoScaling) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AdvancedComputeAutoScaling) ToMap() (map[string]interface{}, error) + type AdvancedDiskBackupSnapshotSchedulePolicy struct + Id *string + PolicyItems *[]DiskBackupApiPolicyItem + func NewAdvancedDiskBackupSnapshotSchedulePolicy() *AdvancedDiskBackupSnapshotSchedulePolicy + func NewAdvancedDiskBackupSnapshotSchedulePolicyWithDefaults() *AdvancedDiskBackupSnapshotSchedulePolicy + func (o *AdvancedDiskBackupSnapshotSchedulePolicy) GetId() string + func (o *AdvancedDiskBackupSnapshotSchedulePolicy) GetIdOk() (*string, bool) + func (o *AdvancedDiskBackupSnapshotSchedulePolicy) GetPolicyItems() []DiskBackupApiPolicyItem + func (o *AdvancedDiskBackupSnapshotSchedulePolicy) GetPolicyItemsOk() (*[]DiskBackupApiPolicyItem, bool) + func (o *AdvancedDiskBackupSnapshotSchedulePolicy) HasId() bool + func (o *AdvancedDiskBackupSnapshotSchedulePolicy) HasPolicyItems() bool + func (o *AdvancedDiskBackupSnapshotSchedulePolicy) SetId(v string) + func (o *AdvancedDiskBackupSnapshotSchedulePolicy) SetPolicyItems(v []DiskBackupApiPolicyItem) + func (o AdvancedDiskBackupSnapshotSchedulePolicy) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AdvancedDiskBackupSnapshotSchedulePolicy) ToMap() (map[string]interface{}, error) + type AlertConfigurationsApi interface + CreateAlertConfiguration func(ctx context.Context, groupId string, groupAlertsConfig *GroupAlertsConfig) CreateAlertConfigurationApiRequest + CreateAlertConfigurationExecute func(r CreateAlertConfigurationApiRequest) (*GroupAlertsConfig, *http.Response, error) + CreateAlertConfigurationWithParams func(ctx context.Context, args *CreateAlertConfigurationApiParams) CreateAlertConfigurationApiRequest + DeleteAlertConfiguration func(ctx context.Context, groupId string, alertConfigId string) DeleteAlertConfigurationApiRequest + DeleteAlertConfigurationExecute func(r DeleteAlertConfigurationApiRequest) (*http.Response, error) + DeleteAlertConfigurationWithParams func(ctx context.Context, args *DeleteAlertConfigurationApiParams) DeleteAlertConfigurationApiRequest + GetAlertConfiguration func(ctx context.Context, groupId string, alertConfigId string) GetAlertConfigurationApiRequest + GetAlertConfigurationExecute func(r GetAlertConfigurationApiRequest) (*GroupAlertsConfig, *http.Response, error) + GetAlertConfigurationWithParams func(ctx context.Context, args *GetAlertConfigurationApiParams) GetAlertConfigurationApiRequest + ListAlertConfigurationMatchersFieldNames func(ctx context.Context) ListAlertConfigurationMatchersFieldNamesApiRequest + ListAlertConfigurationMatchersFieldNamesExecute func(r ListAlertConfigurationMatchersFieldNamesApiRequest) ([]string, *http.Response, error) + ListAlertConfigurationMatchersFieldNamesWithParams func(ctx context.Context, args *ListAlertConfigurationMatchersFieldNamesApiParams) ListAlertConfigurationMatchersFieldNamesApiRequest + ListAlertConfigurations func(ctx context.Context, groupId string) ListAlertConfigurationsApiRequest + ListAlertConfigurationsByAlertId func(ctx context.Context, groupId string, alertId string) ListAlertConfigurationsByAlertIdApiRequest + ListAlertConfigurationsByAlertIdExecute func(r ListAlertConfigurationsByAlertIdApiRequest) (*PaginatedAlertConfig, *http.Response, error) + ListAlertConfigurationsByAlertIdWithParams func(ctx context.Context, args *ListAlertConfigurationsByAlertIdApiParams) ListAlertConfigurationsByAlertIdApiRequest + ListAlertConfigurationsExecute func(r ListAlertConfigurationsApiRequest) (*PaginatedAlertConfig, *http.Response, error) + ListAlertConfigurationsWithParams func(ctx context.Context, args *ListAlertConfigurationsApiParams) ListAlertConfigurationsApiRequest + ToggleAlertConfiguration func(ctx context.Context, groupId string, alertConfigId string, ...) ToggleAlertConfigurationApiRequest + ToggleAlertConfigurationExecute func(r ToggleAlertConfigurationApiRequest) (*GroupAlertsConfig, *http.Response, error) + ToggleAlertConfigurationWithParams func(ctx context.Context, args *ToggleAlertConfigurationApiParams) ToggleAlertConfigurationApiRequest + UpdateAlertConfiguration func(ctx context.Context, groupId string, alertConfigId string, ...) UpdateAlertConfigurationApiRequest + UpdateAlertConfigurationExecute func(r UpdateAlertConfigurationApiRequest) (*GroupAlertsConfig, *http.Response, error) + UpdateAlertConfigurationWithParams func(ctx context.Context, args *UpdateAlertConfigurationApiParams) UpdateAlertConfigurationApiRequest + type AlertConfigurationsApiService service + func (a *AlertConfigurationsApiService) CreateAlertConfiguration(ctx context.Context, groupId string, groupAlertsConfig *GroupAlertsConfig) CreateAlertConfigurationApiRequest + func (a *AlertConfigurationsApiService) CreateAlertConfigurationExecute(r CreateAlertConfigurationApiRequest) (*GroupAlertsConfig, *http.Response, error) + func (a *AlertConfigurationsApiService) CreateAlertConfigurationWithParams(ctx context.Context, args *CreateAlertConfigurationApiParams) CreateAlertConfigurationApiRequest + func (a *AlertConfigurationsApiService) DeleteAlertConfiguration(ctx context.Context, groupId string, alertConfigId string) DeleteAlertConfigurationApiRequest + func (a *AlertConfigurationsApiService) DeleteAlertConfigurationExecute(r DeleteAlertConfigurationApiRequest) (*http.Response, error) + func (a *AlertConfigurationsApiService) DeleteAlertConfigurationWithParams(ctx context.Context, args *DeleteAlertConfigurationApiParams) DeleteAlertConfigurationApiRequest + func (a *AlertConfigurationsApiService) GetAlertConfiguration(ctx context.Context, groupId string, alertConfigId string) GetAlertConfigurationApiRequest + func (a *AlertConfigurationsApiService) GetAlertConfigurationExecute(r GetAlertConfigurationApiRequest) (*GroupAlertsConfig, *http.Response, error) + func (a *AlertConfigurationsApiService) GetAlertConfigurationWithParams(ctx context.Context, args *GetAlertConfigurationApiParams) GetAlertConfigurationApiRequest + func (a *AlertConfigurationsApiService) ListAlertConfigurationMatchersFieldNames(ctx context.Context) ListAlertConfigurationMatchersFieldNamesApiRequest + func (a *AlertConfigurationsApiService) ListAlertConfigurationMatchersFieldNamesExecute(r ListAlertConfigurationMatchersFieldNamesApiRequest) ([]string, *http.Response, error) + func (a *AlertConfigurationsApiService) ListAlertConfigurationMatchersFieldNamesWithParams(ctx context.Context, args *ListAlertConfigurationMatchersFieldNamesApiParams) ListAlertConfigurationMatchersFieldNamesApiRequest + func (a *AlertConfigurationsApiService) ListAlertConfigurations(ctx context.Context, groupId string) ListAlertConfigurationsApiRequest + func (a *AlertConfigurationsApiService) ListAlertConfigurationsByAlertId(ctx context.Context, groupId string, alertId string) ListAlertConfigurationsByAlertIdApiRequest + func (a *AlertConfigurationsApiService) ListAlertConfigurationsByAlertIdExecute(r ListAlertConfigurationsByAlertIdApiRequest) (*PaginatedAlertConfig, *http.Response, error) + func (a *AlertConfigurationsApiService) ListAlertConfigurationsByAlertIdWithParams(ctx context.Context, args *ListAlertConfigurationsByAlertIdApiParams) ListAlertConfigurationsByAlertIdApiRequest + func (a *AlertConfigurationsApiService) ListAlertConfigurationsExecute(r ListAlertConfigurationsApiRequest) (*PaginatedAlertConfig, *http.Response, error) + func (a *AlertConfigurationsApiService) ListAlertConfigurationsWithParams(ctx context.Context, args *ListAlertConfigurationsApiParams) ListAlertConfigurationsApiRequest + func (a *AlertConfigurationsApiService) ToggleAlertConfiguration(ctx context.Context, groupId string, alertConfigId string, ...) ToggleAlertConfigurationApiRequest + func (a *AlertConfigurationsApiService) ToggleAlertConfigurationExecute(r ToggleAlertConfigurationApiRequest) (*GroupAlertsConfig, *http.Response, error) + func (a *AlertConfigurationsApiService) ToggleAlertConfigurationWithParams(ctx context.Context, args *ToggleAlertConfigurationApiParams) ToggleAlertConfigurationApiRequest + func (a *AlertConfigurationsApiService) UpdateAlertConfiguration(ctx context.Context, groupId string, alertConfigId string, ...) UpdateAlertConfigurationApiRequest + func (a *AlertConfigurationsApiService) UpdateAlertConfigurationExecute(r UpdateAlertConfigurationApiRequest) (*GroupAlertsConfig, *http.Response, error) + func (a *AlertConfigurationsApiService) UpdateAlertConfigurationWithParams(ctx context.Context, args *UpdateAlertConfigurationApiParams) UpdateAlertConfigurationApiRequest + type AlertViewForNdsGroup struct + AcknowledgedUntil *time.Time + AcknowledgementComment *string + AcknowledgingUsername *string + AlertConfigId *string + ClusterName *string + Created *time.Time + CurrentValue *NumberMetricValue + EventTypeName *string + GroupId *string + HostnameAndPort *string + Id *string + LastNotified *time.Time + Links *[]Link + MetricName *string + NonRunningHostIds *[]string + OrgId *string + ParentClusterId *string + ReplicaSetName *string + Resolved *time.Time + Status *string + Updated *time.Time + func NewAlertViewForNdsGroup() *AlertViewForNdsGroup + func NewAlertViewForNdsGroupWithDefaults() *AlertViewForNdsGroup + func (o *AlertViewForNdsGroup) GetAcknowledgedUntil() time.Time + func (o *AlertViewForNdsGroup) GetAcknowledgedUntilOk() (*time.Time, bool) + func (o *AlertViewForNdsGroup) GetAcknowledgementComment() string + func (o *AlertViewForNdsGroup) GetAcknowledgementCommentOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetAcknowledgingUsername() string + func (o *AlertViewForNdsGroup) GetAcknowledgingUsernameOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetAlertConfigId() string + func (o *AlertViewForNdsGroup) GetAlertConfigIdOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetClusterName() string + func (o *AlertViewForNdsGroup) GetClusterNameOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetCreated() time.Time + func (o *AlertViewForNdsGroup) GetCreatedOk() (*time.Time, bool) + func (o *AlertViewForNdsGroup) GetCurrentValue() NumberMetricValue + func (o *AlertViewForNdsGroup) GetCurrentValueOk() (*NumberMetricValue, bool) + func (o *AlertViewForNdsGroup) GetEventTypeName() string + func (o *AlertViewForNdsGroup) GetEventTypeNameOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetGroupId() string + func (o *AlertViewForNdsGroup) GetGroupIdOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetHostnameAndPort() string + func (o *AlertViewForNdsGroup) GetHostnameAndPortOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetId() string + func (o *AlertViewForNdsGroup) GetIdOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetLastNotified() time.Time + func (o *AlertViewForNdsGroup) GetLastNotifiedOk() (*time.Time, bool) + func (o *AlertViewForNdsGroup) GetLinks() []Link + func (o *AlertViewForNdsGroup) GetLinksOk() (*[]Link, bool) + func (o *AlertViewForNdsGroup) GetMetricName() string + func (o *AlertViewForNdsGroup) GetMetricNameOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetNonRunningHostIds() []string + func (o *AlertViewForNdsGroup) GetNonRunningHostIdsOk() (*[]string, bool) + func (o *AlertViewForNdsGroup) GetOrgId() string + func (o *AlertViewForNdsGroup) GetOrgIdOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetParentClusterId() string + func (o *AlertViewForNdsGroup) GetParentClusterIdOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetReplicaSetName() string + func (o *AlertViewForNdsGroup) GetReplicaSetNameOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetResolved() time.Time + func (o *AlertViewForNdsGroup) GetResolvedOk() (*time.Time, bool) + func (o *AlertViewForNdsGroup) GetStatus() string + func (o *AlertViewForNdsGroup) GetStatusOk() (*string, bool) + func (o *AlertViewForNdsGroup) GetUpdated() time.Time + func (o *AlertViewForNdsGroup) GetUpdatedOk() (*time.Time, bool) + func (o *AlertViewForNdsGroup) HasAcknowledgedUntil() bool + func (o *AlertViewForNdsGroup) HasAcknowledgementComment() bool + func (o *AlertViewForNdsGroup) HasAcknowledgingUsername() bool + func (o *AlertViewForNdsGroup) HasAlertConfigId() bool + func (o *AlertViewForNdsGroup) HasClusterName() bool + func (o *AlertViewForNdsGroup) HasCreated() bool + func (o *AlertViewForNdsGroup) HasCurrentValue() bool + func (o *AlertViewForNdsGroup) HasEventTypeName() bool + func (o *AlertViewForNdsGroup) HasGroupId() bool + func (o *AlertViewForNdsGroup) HasHostnameAndPort() bool + func (o *AlertViewForNdsGroup) HasId() bool + func (o *AlertViewForNdsGroup) HasLastNotified() bool + func (o *AlertViewForNdsGroup) HasLinks() bool + func (o *AlertViewForNdsGroup) HasMetricName() bool + func (o *AlertViewForNdsGroup) HasNonRunningHostIds() bool + func (o *AlertViewForNdsGroup) HasOrgId() bool + func (o *AlertViewForNdsGroup) HasParentClusterId() bool + func (o *AlertViewForNdsGroup) HasReplicaSetName() bool + func (o *AlertViewForNdsGroup) HasResolved() bool + func (o *AlertViewForNdsGroup) HasStatus() bool + func (o *AlertViewForNdsGroup) HasUpdated() bool + func (o *AlertViewForNdsGroup) SetAcknowledgedUntil(v time.Time) + func (o *AlertViewForNdsGroup) SetAcknowledgementComment(v string) + func (o *AlertViewForNdsGroup) SetAcknowledgingUsername(v string) + func (o *AlertViewForNdsGroup) SetAlertConfigId(v string) + func (o *AlertViewForNdsGroup) SetClusterName(v string) + func (o *AlertViewForNdsGroup) SetCreated(v time.Time) + func (o *AlertViewForNdsGroup) SetCurrentValue(v NumberMetricValue) + func (o *AlertViewForNdsGroup) SetEventTypeName(v string) + func (o *AlertViewForNdsGroup) SetGroupId(v string) + func (o *AlertViewForNdsGroup) SetHostnameAndPort(v string) + func (o *AlertViewForNdsGroup) SetId(v string) + func (o *AlertViewForNdsGroup) SetLastNotified(v time.Time) + func (o *AlertViewForNdsGroup) SetLinks(v []Link) + func (o *AlertViewForNdsGroup) SetMetricName(v string) + func (o *AlertViewForNdsGroup) SetNonRunningHostIds(v []string) + func (o *AlertViewForNdsGroup) SetOrgId(v string) + func (o *AlertViewForNdsGroup) SetParentClusterId(v string) + func (o *AlertViewForNdsGroup) SetReplicaSetName(v string) + func (o *AlertViewForNdsGroup) SetResolved(v time.Time) + func (o *AlertViewForNdsGroup) SetStatus(v string) + func (o *AlertViewForNdsGroup) SetUpdated(v time.Time) + func (o AlertViewForNdsGroup) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AlertViewForNdsGroup) ToMap() (map[string]interface{}, error) + type AlertsApi interface + AcknowledgeAlert func(ctx context.Context, groupId string, alertId string, ...) AcknowledgeAlertApiRequest + AcknowledgeAlertExecute func(r AcknowledgeAlertApiRequest) (*AlertViewForNdsGroup, *http.Response, error) + AcknowledgeAlertWithParams func(ctx context.Context, args *AcknowledgeAlertApiParams) AcknowledgeAlertApiRequest + GetAlert func(ctx context.Context, groupId string, alertId string) GetAlertApiRequest + GetAlertExecute func(r GetAlertApiRequest) (*AlertViewForNdsGroup, *http.Response, error) + GetAlertWithParams func(ctx context.Context, args *GetAlertApiParams) GetAlertApiRequest + ListAlerts func(ctx context.Context, groupId string) ListAlertsApiRequest + ListAlertsByAlertConfigurationId func(ctx context.Context, groupId string, alertConfigId string) ListAlertsByAlertConfigurationIdApiRequest + ListAlertsByAlertConfigurationIdExecute func(r ListAlertsByAlertConfigurationIdApiRequest) (*PaginatedAlert, *http.Response, error) + ListAlertsByAlertConfigurationIdWithParams func(ctx context.Context, args *ListAlertsByAlertConfigurationIdApiParams) ListAlertsByAlertConfigurationIdApiRequest + ListAlertsExecute func(r ListAlertsApiRequest) (*PaginatedAlert, *http.Response, error) + ListAlertsWithParams func(ctx context.Context, args *ListAlertsApiParams) ListAlertsApiRequest + type AlertsApiService service + func (a *AlertsApiService) AcknowledgeAlert(ctx context.Context, groupId string, alertId string, ...) AcknowledgeAlertApiRequest + func (a *AlertsApiService) AcknowledgeAlertExecute(r AcknowledgeAlertApiRequest) (*AlertViewForNdsGroup, *http.Response, error) + func (a *AlertsApiService) AcknowledgeAlertWithParams(ctx context.Context, args *AcknowledgeAlertApiParams) AcknowledgeAlertApiRequest + func (a *AlertsApiService) GetAlert(ctx context.Context, groupId string, alertId string) GetAlertApiRequest + func (a *AlertsApiService) GetAlertExecute(r GetAlertApiRequest) (*AlertViewForNdsGroup, *http.Response, error) + func (a *AlertsApiService) GetAlertWithParams(ctx context.Context, args *GetAlertApiParams) GetAlertApiRequest + func (a *AlertsApiService) ListAlerts(ctx context.Context, groupId string) ListAlertsApiRequest + func (a *AlertsApiService) ListAlertsByAlertConfigurationId(ctx context.Context, groupId string, alertConfigId string) ListAlertsByAlertConfigurationIdApiRequest + func (a *AlertsApiService) ListAlertsByAlertConfigurationIdExecute(r ListAlertsByAlertConfigurationIdApiRequest) (*PaginatedAlert, *http.Response, error) + func (a *AlertsApiService) ListAlertsByAlertConfigurationIdWithParams(ctx context.Context, args *ListAlertsByAlertConfigurationIdApiParams) ListAlertsByAlertConfigurationIdApiRequest + func (a *AlertsApiService) ListAlertsExecute(r ListAlertsApiRequest) (*PaginatedAlert, *http.Response, error) + func (a *AlertsApiService) ListAlertsWithParams(ctx context.Context, args *ListAlertsApiParams) ListAlertsApiRequest + type AlertsNotificationRootForGroup struct + ApiToken *string + ChannelName *string + DatadogApiKey *string + DatadogRegion *string + DelayMin *int + EmailAddress *string + EmailEnabled *bool + IntervalMin *int + MicrosoftTeamsWebhookUrl *string + MobileNumber *string + NotificationToken *string + NotifierId *string + OpsGenieApiKey *string + OpsGenieRegion *string + Region *string + Roles *[]string + RoomName *string + ServiceKey *string + SmsEnabled *bool + TeamId *string + TeamName *string + TypeName *string + Username *string + VictorOpsApiKey *string + VictorOpsRoutingKey *string + WebhookSecret *string + WebhookUrl *string + func NewAlertsNotificationRootForGroup() *AlertsNotificationRootForGroup + func NewAlertsNotificationRootForGroupWithDefaults() *AlertsNotificationRootForGroup + func (o *AlertsNotificationRootForGroup) GetApiToken() string + func (o *AlertsNotificationRootForGroup) GetApiTokenOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetChannelName() string + func (o *AlertsNotificationRootForGroup) GetChannelNameOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetDatadogApiKey() string + func (o *AlertsNotificationRootForGroup) GetDatadogApiKeyOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetDatadogRegion() string + func (o *AlertsNotificationRootForGroup) GetDatadogRegionOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetDelayMin() int + func (o *AlertsNotificationRootForGroup) GetDelayMinOk() (*int, bool) + func (o *AlertsNotificationRootForGroup) GetEmailAddress() string + func (o *AlertsNotificationRootForGroup) GetEmailAddressOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetEmailEnabled() bool + func (o *AlertsNotificationRootForGroup) GetEmailEnabledOk() (*bool, bool) + func (o *AlertsNotificationRootForGroup) GetIntervalMin() int + func (o *AlertsNotificationRootForGroup) GetIntervalMinOk() (*int, bool) + func (o *AlertsNotificationRootForGroup) GetMicrosoftTeamsWebhookUrl() string + func (o *AlertsNotificationRootForGroup) GetMicrosoftTeamsWebhookUrlOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetMobileNumber() string + func (o *AlertsNotificationRootForGroup) GetMobileNumberOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetNotificationToken() string + func (o *AlertsNotificationRootForGroup) GetNotificationTokenOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetNotifierId() string + func (o *AlertsNotificationRootForGroup) GetNotifierIdOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetOpsGenieApiKey() string + func (o *AlertsNotificationRootForGroup) GetOpsGenieApiKeyOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetOpsGenieRegion() string + func (o *AlertsNotificationRootForGroup) GetOpsGenieRegionOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetRegion() string + func (o *AlertsNotificationRootForGroup) GetRegionOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetRoles() []string + func (o *AlertsNotificationRootForGroup) GetRolesOk() (*[]string, bool) + func (o *AlertsNotificationRootForGroup) GetRoomName() string + func (o *AlertsNotificationRootForGroup) GetRoomNameOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetServiceKey() string + func (o *AlertsNotificationRootForGroup) GetServiceKeyOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetSmsEnabled() bool + func (o *AlertsNotificationRootForGroup) GetSmsEnabledOk() (*bool, bool) + func (o *AlertsNotificationRootForGroup) GetTeamId() string + func (o *AlertsNotificationRootForGroup) GetTeamIdOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetTeamName() string + func (o *AlertsNotificationRootForGroup) GetTeamNameOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetTypeName() string + func (o *AlertsNotificationRootForGroup) GetTypeNameOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetUsername() string + func (o *AlertsNotificationRootForGroup) GetUsernameOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetVictorOpsApiKey() string + func (o *AlertsNotificationRootForGroup) GetVictorOpsApiKeyOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetVictorOpsRoutingKey() string + func (o *AlertsNotificationRootForGroup) GetVictorOpsRoutingKeyOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetWebhookSecret() string + func (o *AlertsNotificationRootForGroup) GetWebhookSecretOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) GetWebhookUrl() string + func (o *AlertsNotificationRootForGroup) GetWebhookUrlOk() (*string, bool) + func (o *AlertsNotificationRootForGroup) HasApiToken() bool + func (o *AlertsNotificationRootForGroup) HasChannelName() bool + func (o *AlertsNotificationRootForGroup) HasDatadogApiKey() bool + func (o *AlertsNotificationRootForGroup) HasDatadogRegion() bool + func (o *AlertsNotificationRootForGroup) HasDelayMin() bool + func (o *AlertsNotificationRootForGroup) HasEmailAddress() bool + func (o *AlertsNotificationRootForGroup) HasEmailEnabled() bool + func (o *AlertsNotificationRootForGroup) HasIntervalMin() bool + func (o *AlertsNotificationRootForGroup) HasMicrosoftTeamsWebhookUrl() bool + func (o *AlertsNotificationRootForGroup) HasMobileNumber() bool + func (o *AlertsNotificationRootForGroup) HasNotificationToken() bool + func (o *AlertsNotificationRootForGroup) HasNotifierId() bool + func (o *AlertsNotificationRootForGroup) HasOpsGenieApiKey() bool + func (o *AlertsNotificationRootForGroup) HasOpsGenieRegion() bool + func (o *AlertsNotificationRootForGroup) HasRegion() bool + func (o *AlertsNotificationRootForGroup) HasRoles() bool + func (o *AlertsNotificationRootForGroup) HasRoomName() bool + func (o *AlertsNotificationRootForGroup) HasServiceKey() bool + func (o *AlertsNotificationRootForGroup) HasSmsEnabled() bool + func (o *AlertsNotificationRootForGroup) HasTeamId() bool + func (o *AlertsNotificationRootForGroup) HasTeamName() bool + func (o *AlertsNotificationRootForGroup) HasTypeName() bool + func (o *AlertsNotificationRootForGroup) HasUsername() bool + func (o *AlertsNotificationRootForGroup) HasVictorOpsApiKey() bool + func (o *AlertsNotificationRootForGroup) HasVictorOpsRoutingKey() bool + func (o *AlertsNotificationRootForGroup) HasWebhookSecret() bool + func (o *AlertsNotificationRootForGroup) HasWebhookUrl() bool + func (o *AlertsNotificationRootForGroup) SetApiToken(v string) + func (o *AlertsNotificationRootForGroup) SetChannelName(v string) + func (o *AlertsNotificationRootForGroup) SetDatadogApiKey(v string) + func (o *AlertsNotificationRootForGroup) SetDatadogRegion(v string) + func (o *AlertsNotificationRootForGroup) SetDelayMin(v int) + func (o *AlertsNotificationRootForGroup) SetEmailAddress(v string) + func (o *AlertsNotificationRootForGroup) SetEmailEnabled(v bool) + func (o *AlertsNotificationRootForGroup) SetIntervalMin(v int) + func (o *AlertsNotificationRootForGroup) SetMicrosoftTeamsWebhookUrl(v string) + func (o *AlertsNotificationRootForGroup) SetMobileNumber(v string) + func (o *AlertsNotificationRootForGroup) SetNotificationToken(v string) + func (o *AlertsNotificationRootForGroup) SetNotifierId(v string) + func (o *AlertsNotificationRootForGroup) SetOpsGenieApiKey(v string) + func (o *AlertsNotificationRootForGroup) SetOpsGenieRegion(v string) + func (o *AlertsNotificationRootForGroup) SetRegion(v string) + func (o *AlertsNotificationRootForGroup) SetRoles(v []string) + func (o *AlertsNotificationRootForGroup) SetRoomName(v string) + func (o *AlertsNotificationRootForGroup) SetServiceKey(v string) + func (o *AlertsNotificationRootForGroup) SetSmsEnabled(v bool) + func (o *AlertsNotificationRootForGroup) SetTeamId(v string) + func (o *AlertsNotificationRootForGroup) SetTeamName(v string) + func (o *AlertsNotificationRootForGroup) SetTypeName(v string) + func (o *AlertsNotificationRootForGroup) SetUsername(v string) + func (o *AlertsNotificationRootForGroup) SetVictorOpsApiKey(v string) + func (o *AlertsNotificationRootForGroup) SetVictorOpsRoutingKey(v string) + func (o *AlertsNotificationRootForGroup) SetWebhookSecret(v string) + func (o *AlertsNotificationRootForGroup) SetWebhookUrl(v string) + func (o AlertsNotificationRootForGroup) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AlertsNotificationRootForGroup) ToMap() (map[string]interface{}, error) + type AlertsToggle struct + Enabled *bool + func NewAlertsToggle() *AlertsToggle + func NewAlertsToggleWithDefaults() *AlertsToggle + func (o *AlertsToggle) GetEnabled() bool + func (o *AlertsToggle) GetEnabledOk() (*bool, bool) + func (o *AlertsToggle) HasEnabled() bool + func (o *AlertsToggle) SetEnabled(v bool) + func (o AlertsToggle) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AlertsToggle) ToMap() (map[string]interface{}, error) + type ApiAtlasCheckpoint struct + ClusterId *string + Completed *time.Time + GroupId *string + Id *string + Links *[]Link + Parts *[]ApiCheckpointPart + Restorable *bool + Started *time.Time + Timestamp *time.Time + func NewApiAtlasCheckpoint() *ApiAtlasCheckpoint + func NewApiAtlasCheckpointWithDefaults() *ApiAtlasCheckpoint + func (o *ApiAtlasCheckpoint) GetClusterId() string + func (o *ApiAtlasCheckpoint) GetClusterIdOk() (*string, bool) + func (o *ApiAtlasCheckpoint) GetCompleted() time.Time + func (o *ApiAtlasCheckpoint) GetCompletedOk() (*time.Time, bool) + func (o *ApiAtlasCheckpoint) GetGroupId() string + func (o *ApiAtlasCheckpoint) GetGroupIdOk() (*string, bool) + func (o *ApiAtlasCheckpoint) GetId() string + func (o *ApiAtlasCheckpoint) GetIdOk() (*string, bool) + func (o *ApiAtlasCheckpoint) GetLinks() []Link + func (o *ApiAtlasCheckpoint) GetLinksOk() (*[]Link, bool) + func (o *ApiAtlasCheckpoint) GetParts() []ApiCheckpointPart + func (o *ApiAtlasCheckpoint) GetPartsOk() (*[]ApiCheckpointPart, bool) + func (o *ApiAtlasCheckpoint) GetRestorable() bool + func (o *ApiAtlasCheckpoint) GetRestorableOk() (*bool, bool) + func (o *ApiAtlasCheckpoint) GetStarted() time.Time + func (o *ApiAtlasCheckpoint) GetStartedOk() (*time.Time, bool) + func (o *ApiAtlasCheckpoint) GetTimestamp() time.Time + func (o *ApiAtlasCheckpoint) GetTimestampOk() (*time.Time, bool) + func (o *ApiAtlasCheckpoint) HasClusterId() bool + func (o *ApiAtlasCheckpoint) HasCompleted() bool + func (o *ApiAtlasCheckpoint) HasGroupId() bool + func (o *ApiAtlasCheckpoint) HasId() bool + func (o *ApiAtlasCheckpoint) HasLinks() bool + func (o *ApiAtlasCheckpoint) HasParts() bool + func (o *ApiAtlasCheckpoint) HasRestorable() bool + func (o *ApiAtlasCheckpoint) HasStarted() bool + func (o *ApiAtlasCheckpoint) HasTimestamp() bool + func (o *ApiAtlasCheckpoint) SetClusterId(v string) + func (o *ApiAtlasCheckpoint) SetCompleted(v time.Time) + func (o *ApiAtlasCheckpoint) SetGroupId(v string) + func (o *ApiAtlasCheckpoint) SetId(v string) + func (o *ApiAtlasCheckpoint) SetLinks(v []Link) + func (o *ApiAtlasCheckpoint) SetParts(v []ApiCheckpointPart) + func (o *ApiAtlasCheckpoint) SetRestorable(v bool) + func (o *ApiAtlasCheckpoint) SetStarted(v time.Time) + func (o *ApiAtlasCheckpoint) SetTimestamp(v time.Time) + func (o ApiAtlasCheckpoint) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiAtlasCheckpoint) ToMap() (map[string]interface{}, error) + type ApiAtlasFTSAnalyzers struct + CharFilters *[]interface{} + Name string + TokenFilters *[]interface{} + Tokenizer ApiAtlasFTSAnalyzersTokenizer + func NewApiAtlasFTSAnalyzers(name string, tokenizer ApiAtlasFTSAnalyzersTokenizer) *ApiAtlasFTSAnalyzers + func NewApiAtlasFTSAnalyzersWithDefaults() *ApiAtlasFTSAnalyzers + func (o *ApiAtlasFTSAnalyzers) GetCharFilters() []interface{} + func (o *ApiAtlasFTSAnalyzers) GetCharFiltersOk() (*[]interface{}, bool) + func (o *ApiAtlasFTSAnalyzers) GetName() string + func (o *ApiAtlasFTSAnalyzers) GetNameOk() (*string, bool) + func (o *ApiAtlasFTSAnalyzers) GetTokenFilters() []interface{} + func (o *ApiAtlasFTSAnalyzers) GetTokenFiltersOk() (*[]interface{}, bool) + func (o *ApiAtlasFTSAnalyzers) GetTokenizer() ApiAtlasFTSAnalyzersTokenizer + func (o *ApiAtlasFTSAnalyzers) GetTokenizerOk() (*ApiAtlasFTSAnalyzersTokenizer, bool) + func (o *ApiAtlasFTSAnalyzers) HasCharFilters() bool + func (o *ApiAtlasFTSAnalyzers) HasTokenFilters() bool + func (o *ApiAtlasFTSAnalyzers) SetCharFilters(v []interface{}) + func (o *ApiAtlasFTSAnalyzers) SetName(v string) + func (o *ApiAtlasFTSAnalyzers) SetTokenFilters(v []interface{}) + func (o *ApiAtlasFTSAnalyzers) SetTokenizer(v ApiAtlasFTSAnalyzersTokenizer) + func (o ApiAtlasFTSAnalyzers) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiAtlasFTSAnalyzers) ToMap() (map[string]interface{}, error) + type ApiAtlasFTSAnalyzersTokenizer struct + Group *int + MaxGram *int + MaxTokenLength *int + MinGram *int + Pattern *string + Type *string + func NewApiAtlasFTSAnalyzersTokenizer() *ApiAtlasFTSAnalyzersTokenizer + func NewApiAtlasFTSAnalyzersTokenizerWithDefaults() *ApiAtlasFTSAnalyzersTokenizer + func (o *ApiAtlasFTSAnalyzersTokenizer) GetGroup() int + func (o *ApiAtlasFTSAnalyzersTokenizer) GetGroupOk() (*int, bool) + func (o *ApiAtlasFTSAnalyzersTokenizer) GetMaxGram() int + func (o *ApiAtlasFTSAnalyzersTokenizer) GetMaxGramOk() (*int, bool) + func (o *ApiAtlasFTSAnalyzersTokenizer) GetMaxTokenLength() int + func (o *ApiAtlasFTSAnalyzersTokenizer) GetMaxTokenLengthOk() (*int, bool) + func (o *ApiAtlasFTSAnalyzersTokenizer) GetMinGram() int + func (o *ApiAtlasFTSAnalyzersTokenizer) GetMinGramOk() (*int, bool) + func (o *ApiAtlasFTSAnalyzersTokenizer) GetPattern() string + func (o *ApiAtlasFTSAnalyzersTokenizer) GetPatternOk() (*string, bool) + func (o *ApiAtlasFTSAnalyzersTokenizer) GetType() string + func (o *ApiAtlasFTSAnalyzersTokenizer) GetTypeOk() (*string, bool) + func (o *ApiAtlasFTSAnalyzersTokenizer) HasGroup() bool + func (o *ApiAtlasFTSAnalyzersTokenizer) HasMaxGram() bool + func (o *ApiAtlasFTSAnalyzersTokenizer) HasMaxTokenLength() bool + func (o *ApiAtlasFTSAnalyzersTokenizer) HasMinGram() bool + func (o *ApiAtlasFTSAnalyzersTokenizer) HasPattern() bool + func (o *ApiAtlasFTSAnalyzersTokenizer) HasType() bool + func (o *ApiAtlasFTSAnalyzersTokenizer) SetGroup(v int) + func (o *ApiAtlasFTSAnalyzersTokenizer) SetMaxGram(v int) + func (o *ApiAtlasFTSAnalyzersTokenizer) SetMaxTokenLength(v int) + func (o *ApiAtlasFTSAnalyzersTokenizer) SetMinGram(v int) + func (o *ApiAtlasFTSAnalyzersTokenizer) SetPattern(v string) + func (o *ApiAtlasFTSAnalyzersTokenizer) SetType(v string) + func (o ApiAtlasFTSAnalyzersTokenizer) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiAtlasFTSAnalyzersTokenizer) ToMap() (map[string]interface{}, error) + type ApiAtlasFTSMappings struct + Dynamic *bool + Fields map[string]interface{} + func NewApiAtlasFTSMappings() *ApiAtlasFTSMappings + func NewApiAtlasFTSMappingsWithDefaults() *ApiAtlasFTSMappings + func (o *ApiAtlasFTSMappings) GetDynamic() bool + func (o *ApiAtlasFTSMappings) GetDynamicOk() (*bool, bool) + func (o *ApiAtlasFTSMappings) GetFields() map[string]interface{} + func (o *ApiAtlasFTSMappings) GetFieldsOk() (map[string]interface{}, bool) + func (o *ApiAtlasFTSMappings) HasDynamic() bool + func (o *ApiAtlasFTSMappings) HasFields() bool + func (o *ApiAtlasFTSMappings) SetDynamic(v bool) + func (o *ApiAtlasFTSMappings) SetFields(v map[string]interface{}) + func (o ApiAtlasFTSMappings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiAtlasFTSMappings) ToMap() (map[string]interface{}, error) + type ApiAtlasSnapshotSchedule struct + ClusterCheckpointIntervalMin int + ClusterId string + DailySnapshotRetentionDays int + GroupId string + Links *[]Link + MonthlySnapshotRetentionMonths int + PointInTimeWindowHours int + SnapshotIntervalHours int + SnapshotRetentionDays int + WeeklySnapshotRetentionWeeks int + func NewApiAtlasSnapshotSchedule(clusterCheckpointIntervalMin int, clusterId string, ...) *ApiAtlasSnapshotSchedule + func NewApiAtlasSnapshotScheduleWithDefaults() *ApiAtlasSnapshotSchedule + func (o *ApiAtlasSnapshotSchedule) GetClusterCheckpointIntervalMin() int + func (o *ApiAtlasSnapshotSchedule) GetClusterCheckpointIntervalMinOk() (*int, bool) + func (o *ApiAtlasSnapshotSchedule) GetClusterId() string + func (o *ApiAtlasSnapshotSchedule) GetClusterIdOk() (*string, bool) + func (o *ApiAtlasSnapshotSchedule) GetDailySnapshotRetentionDays() int + func (o *ApiAtlasSnapshotSchedule) GetDailySnapshotRetentionDaysOk() (*int, bool) + func (o *ApiAtlasSnapshotSchedule) GetGroupId() string + func (o *ApiAtlasSnapshotSchedule) GetGroupIdOk() (*string, bool) + func (o *ApiAtlasSnapshotSchedule) GetLinks() []Link + func (o *ApiAtlasSnapshotSchedule) GetLinksOk() (*[]Link, bool) + func (o *ApiAtlasSnapshotSchedule) GetMonthlySnapshotRetentionMonths() int + func (o *ApiAtlasSnapshotSchedule) GetMonthlySnapshotRetentionMonthsOk() (*int, bool) + func (o *ApiAtlasSnapshotSchedule) GetPointInTimeWindowHours() int + func (o *ApiAtlasSnapshotSchedule) GetPointInTimeWindowHoursOk() (*int, bool) + func (o *ApiAtlasSnapshotSchedule) GetSnapshotIntervalHours() int + func (o *ApiAtlasSnapshotSchedule) GetSnapshotIntervalHoursOk() (*int, bool) + func (o *ApiAtlasSnapshotSchedule) GetSnapshotRetentionDays() int + func (o *ApiAtlasSnapshotSchedule) GetSnapshotRetentionDaysOk() (*int, bool) + func (o *ApiAtlasSnapshotSchedule) GetWeeklySnapshotRetentionWeeks() int + func (o *ApiAtlasSnapshotSchedule) GetWeeklySnapshotRetentionWeeksOk() (*int, bool) + func (o *ApiAtlasSnapshotSchedule) HasLinks() bool + func (o *ApiAtlasSnapshotSchedule) SetClusterCheckpointIntervalMin(v int) + func (o *ApiAtlasSnapshotSchedule) SetClusterId(v string) + func (o *ApiAtlasSnapshotSchedule) SetDailySnapshotRetentionDays(v int) + func (o *ApiAtlasSnapshotSchedule) SetGroupId(v string) + func (o *ApiAtlasSnapshotSchedule) SetLinks(v []Link) + func (o *ApiAtlasSnapshotSchedule) SetMonthlySnapshotRetentionMonths(v int) + func (o *ApiAtlasSnapshotSchedule) SetPointInTimeWindowHours(v int) + func (o *ApiAtlasSnapshotSchedule) SetSnapshotIntervalHours(v int) + func (o *ApiAtlasSnapshotSchedule) SetSnapshotRetentionDays(v int) + func (o *ApiAtlasSnapshotSchedule) SetWeeklySnapshotRetentionWeeks(v int) + func (o ApiAtlasSnapshotSchedule) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiAtlasSnapshotSchedule) ToMap() (map[string]interface{}, error) + type ApiBSONTimestamp struct + Date *time.Time + Increment *int + func NewApiBSONTimestamp() *ApiBSONTimestamp + func NewApiBSONTimestampWithDefaults() *ApiBSONTimestamp + func (o *ApiBSONTimestamp) GetDate() time.Time + func (o *ApiBSONTimestamp) GetDateOk() (*time.Time, bool) + func (o *ApiBSONTimestamp) GetIncrement() int + func (o *ApiBSONTimestamp) GetIncrementOk() (*int, bool) + func (o *ApiBSONTimestamp) HasDate() bool + func (o *ApiBSONTimestamp) HasIncrement() bool + func (o *ApiBSONTimestamp) SetDate(v time.Time) + func (o *ApiBSONTimestamp) SetIncrement(v int) + func (o ApiBSONTimestamp) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiBSONTimestamp) ToMap() (map[string]interface{}, error) + type ApiCheckpointPart struct + ReplicaSetName *string + ShardName *string + TokenDiscovered *bool + TokenTimestamp *ApiBSONTimestamp + TypeName *string + func NewApiCheckpointPart() *ApiCheckpointPart + func NewApiCheckpointPartWithDefaults() *ApiCheckpointPart + func (o *ApiCheckpointPart) GetReplicaSetName() string + func (o *ApiCheckpointPart) GetReplicaSetNameOk() (*string, bool) + func (o *ApiCheckpointPart) GetShardName() string + func (o *ApiCheckpointPart) GetShardNameOk() (*string, bool) + func (o *ApiCheckpointPart) GetTokenDiscovered() bool + func (o *ApiCheckpointPart) GetTokenDiscoveredOk() (*bool, bool) + func (o *ApiCheckpointPart) GetTokenTimestamp() ApiBSONTimestamp + func (o *ApiCheckpointPart) GetTokenTimestampOk() (*ApiBSONTimestamp, bool) + func (o *ApiCheckpointPart) GetTypeName() string + func (o *ApiCheckpointPart) GetTypeNameOk() (*string, bool) + func (o *ApiCheckpointPart) HasReplicaSetName() bool + func (o *ApiCheckpointPart) HasShardName() bool + func (o *ApiCheckpointPart) HasTokenDiscovered() bool + func (o *ApiCheckpointPart) HasTokenTimestamp() bool + func (o *ApiCheckpointPart) HasTypeName() bool + func (o *ApiCheckpointPart) SetReplicaSetName(v string) + func (o *ApiCheckpointPart) SetShardName(v string) + func (o *ApiCheckpointPart) SetTokenDiscovered(v bool) + func (o *ApiCheckpointPart) SetTokenTimestamp(v ApiBSONTimestamp) + func (o *ApiCheckpointPart) SetTypeName(v string) + func (o ApiCheckpointPart) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiCheckpointPart) ToMap() (map[string]interface{}, error) + type ApiError struct + Detail *string + Error *int + ErrorCode *string + Parameters *[]interface{} + Reason *string + func AsError(err error) (*ApiError, bool) + func NewApiError() *ApiError + func NewApiErrorWithDefaults() *ApiError + func (o *ApiError) GetDetail() string + func (o *ApiError) GetDetailOk() (*string, bool) + func (o *ApiError) GetError() int + func (o *ApiError) GetErrorCode() string + func (o *ApiError) GetErrorCodeOk() (*string, bool) + func (o *ApiError) GetErrorOk() (*int, bool) + func (o *ApiError) GetParameters() []interface{} + func (o *ApiError) GetParametersOk() (*[]interface{}, bool) + func (o *ApiError) GetReason() string + func (o *ApiError) GetReasonOk() (*string, bool) + func (o *ApiError) HasDetail() bool + func (o *ApiError) HasError() bool + func (o *ApiError) HasErrorCode() bool + func (o *ApiError) HasParameters() bool + func (o *ApiError) HasReason() bool + func (o *ApiError) SetDetail(v string) + func (o *ApiError) SetError(v int) + func (o *ApiError) SetErrorCode(v string) + func (o *ApiError) SetParameters(v []interface{}) + func (o *ApiError) SetReason(v string) + func (o ApiError) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiError) ToMap() (map[string]interface{}, error) + type ApiHostViewAtlas struct + Created *time.Time + GroupId *string + Hostname *string + Id *string + LastPing *time.Time + Links *[]LinkAtlas + Port *int + ReplicaSetName *string + ShardName *string + TypeName *string + UserAlias *string + Version *string + func NewApiHostViewAtlas() *ApiHostViewAtlas + func NewApiHostViewAtlasWithDefaults() *ApiHostViewAtlas + func (o *ApiHostViewAtlas) GetCreated() time.Time + func (o *ApiHostViewAtlas) GetCreatedOk() (*time.Time, bool) + func (o *ApiHostViewAtlas) GetGroupId() string + func (o *ApiHostViewAtlas) GetGroupIdOk() (*string, bool) + func (o *ApiHostViewAtlas) GetHostname() string + func (o *ApiHostViewAtlas) GetHostnameOk() (*string, bool) + func (o *ApiHostViewAtlas) GetId() string + func (o *ApiHostViewAtlas) GetIdOk() (*string, bool) + func (o *ApiHostViewAtlas) GetLastPing() time.Time + func (o *ApiHostViewAtlas) GetLastPingOk() (*time.Time, bool) + func (o *ApiHostViewAtlas) GetLinks() []LinkAtlas + func (o *ApiHostViewAtlas) GetLinksOk() (*[]LinkAtlas, bool) + func (o *ApiHostViewAtlas) GetPort() int + func (o *ApiHostViewAtlas) GetPortOk() (*int, bool) + func (o *ApiHostViewAtlas) GetReplicaSetName() string + func (o *ApiHostViewAtlas) GetReplicaSetNameOk() (*string, bool) + func (o *ApiHostViewAtlas) GetShardName() string + func (o *ApiHostViewAtlas) GetShardNameOk() (*string, bool) + func (o *ApiHostViewAtlas) GetTypeName() string + func (o *ApiHostViewAtlas) GetTypeNameOk() (*string, bool) + func (o *ApiHostViewAtlas) GetUserAlias() string + func (o *ApiHostViewAtlas) GetUserAliasOk() (*string, bool) + func (o *ApiHostViewAtlas) GetVersion() string + func (o *ApiHostViewAtlas) GetVersionOk() (*string, bool) + func (o *ApiHostViewAtlas) HasCreated() bool + func (o *ApiHostViewAtlas) HasGroupId() bool + func (o *ApiHostViewAtlas) HasHostname() bool + func (o *ApiHostViewAtlas) HasId() bool + func (o *ApiHostViewAtlas) HasLastPing() bool + func (o *ApiHostViewAtlas) HasLinks() bool + func (o *ApiHostViewAtlas) HasPort() bool + func (o *ApiHostViewAtlas) HasReplicaSetName() bool + func (o *ApiHostViewAtlas) HasShardName() bool + func (o *ApiHostViewAtlas) HasTypeName() bool + func (o *ApiHostViewAtlas) HasUserAlias() bool + func (o *ApiHostViewAtlas) HasVersion() bool + func (o *ApiHostViewAtlas) SetCreated(v time.Time) + func (o *ApiHostViewAtlas) SetGroupId(v string) + func (o *ApiHostViewAtlas) SetHostname(v string) + func (o *ApiHostViewAtlas) SetId(v string) + func (o *ApiHostViewAtlas) SetLastPing(v time.Time) + func (o *ApiHostViewAtlas) SetLinks(v []LinkAtlas) + func (o *ApiHostViewAtlas) SetPort(v int) + func (o *ApiHostViewAtlas) SetReplicaSetName(v string) + func (o *ApiHostViewAtlas) SetShardName(v string) + func (o *ApiHostViewAtlas) SetTypeName(v string) + func (o *ApiHostViewAtlas) SetUserAlias(v string) + func (o *ApiHostViewAtlas) SetVersion(v string) + func (o ApiHostViewAtlas) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiHostViewAtlas) ToMap() (map[string]interface{}, error) + type ApiKey struct + AccessList *[]AccessListItem + Id string + PublicKey string + Roles *[]CloudAccessRoleAssignment + func NewApiKey(id string, publicKey string) *ApiKey + func NewApiKeyWithDefaults() *ApiKey + func (o *ApiKey) GetAccessList() []AccessListItem + func (o *ApiKey) GetAccessListOk() (*[]AccessListItem, bool) + func (o *ApiKey) GetId() string + func (o *ApiKey) GetIdOk() (*string, bool) + func (o *ApiKey) GetPublicKey() string + func (o *ApiKey) GetPublicKeyOk() (*string, bool) + func (o *ApiKey) GetRoles() []CloudAccessRoleAssignment + func (o *ApiKey) GetRolesOk() (*[]CloudAccessRoleAssignment, bool) + func (o *ApiKey) HasAccessList() bool + func (o *ApiKey) HasRoles() bool + func (o *ApiKey) SetAccessList(v []AccessListItem) + func (o *ApiKey) SetId(v string) + func (o *ApiKey) SetPublicKey(v string) + func (o *ApiKey) SetRoles(v []CloudAccessRoleAssignment) + func (o ApiKey) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiKey) ToMap() (map[string]interface{}, error) + type ApiKeyUserDetails struct + Desc *string + Id *string + Links *[]Link + PrivateKey *string + PublicKey *string + Roles *[]CloudAccessRoleAssignment + func NewApiKeyUserDetails() *ApiKeyUserDetails + func NewApiKeyUserDetailsWithDefaults() *ApiKeyUserDetails + func (o *ApiKeyUserDetails) GetDesc() string + func (o *ApiKeyUserDetails) GetDescOk() (*string, bool) + func (o *ApiKeyUserDetails) GetId() string + func (o *ApiKeyUserDetails) GetIdOk() (*string, bool) + func (o *ApiKeyUserDetails) GetLinks() []Link + func (o *ApiKeyUserDetails) GetLinksOk() (*[]Link, bool) + func (o *ApiKeyUserDetails) GetPrivateKey() string + func (o *ApiKeyUserDetails) GetPrivateKeyOk() (*string, bool) + func (o *ApiKeyUserDetails) GetPublicKey() string + func (o *ApiKeyUserDetails) GetPublicKeyOk() (*string, bool) + func (o *ApiKeyUserDetails) GetRoles() []CloudAccessRoleAssignment + func (o *ApiKeyUserDetails) GetRolesOk() (*[]CloudAccessRoleAssignment, bool) + func (o *ApiKeyUserDetails) HasDesc() bool + func (o *ApiKeyUserDetails) HasId() bool + func (o *ApiKeyUserDetails) HasLinks() bool + func (o *ApiKeyUserDetails) HasPrivateKey() bool + func (o *ApiKeyUserDetails) HasPublicKey() bool + func (o *ApiKeyUserDetails) HasRoles() bool + func (o *ApiKeyUserDetails) SetDesc(v string) + func (o *ApiKeyUserDetails) SetId(v string) + func (o *ApiKeyUserDetails) SetLinks(v []Link) + func (o *ApiKeyUserDetails) SetPrivateKey(v string) + func (o *ApiKeyUserDetails) SetPublicKey(v string) + func (o *ApiKeyUserDetails) SetRoles(v []CloudAccessRoleAssignment) + func (o ApiKeyUserDetails) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiKeyUserDetails) ToMap() (map[string]interface{}, error) + type ApiMeasurementsGeneralViewAtlas struct + DatabaseName *string + End *time.Time + Granularity *string + GroupId *string + HostId *string + Links *[]LinkAtlas + Measurements *[]MetricsMeasurementAtlas + PartitionName *string + ProcessId *string + Start *time.Time + func NewApiMeasurementsGeneralViewAtlas() *ApiMeasurementsGeneralViewAtlas + func NewApiMeasurementsGeneralViewAtlasWithDefaults() *ApiMeasurementsGeneralViewAtlas + func (o *ApiMeasurementsGeneralViewAtlas) GetDatabaseName() string + func (o *ApiMeasurementsGeneralViewAtlas) GetDatabaseNameOk() (*string, bool) + func (o *ApiMeasurementsGeneralViewAtlas) GetEnd() time.Time + func (o *ApiMeasurementsGeneralViewAtlas) GetEndOk() (*time.Time, bool) + func (o *ApiMeasurementsGeneralViewAtlas) GetGranularity() string + func (o *ApiMeasurementsGeneralViewAtlas) GetGranularityOk() (*string, bool) + func (o *ApiMeasurementsGeneralViewAtlas) GetGroupId() string + func (o *ApiMeasurementsGeneralViewAtlas) GetGroupIdOk() (*string, bool) + func (o *ApiMeasurementsGeneralViewAtlas) GetHostId() string + func (o *ApiMeasurementsGeneralViewAtlas) GetHostIdOk() (*string, bool) + func (o *ApiMeasurementsGeneralViewAtlas) GetLinks() []LinkAtlas + func (o *ApiMeasurementsGeneralViewAtlas) GetLinksOk() (*[]LinkAtlas, bool) + func (o *ApiMeasurementsGeneralViewAtlas) GetMeasurements() []MetricsMeasurementAtlas + func (o *ApiMeasurementsGeneralViewAtlas) GetMeasurementsOk() (*[]MetricsMeasurementAtlas, bool) + func (o *ApiMeasurementsGeneralViewAtlas) GetPartitionName() string + func (o *ApiMeasurementsGeneralViewAtlas) GetPartitionNameOk() (*string, bool) + func (o *ApiMeasurementsGeneralViewAtlas) GetProcessId() string + func (o *ApiMeasurementsGeneralViewAtlas) GetProcessIdOk() (*string, bool) + func (o *ApiMeasurementsGeneralViewAtlas) GetStart() time.Time + func (o *ApiMeasurementsGeneralViewAtlas) GetStartOk() (*time.Time, bool) + func (o *ApiMeasurementsGeneralViewAtlas) HasDatabaseName() bool + func (o *ApiMeasurementsGeneralViewAtlas) HasEnd() bool + func (o *ApiMeasurementsGeneralViewAtlas) HasGranularity() bool + func (o *ApiMeasurementsGeneralViewAtlas) HasGroupId() bool + func (o *ApiMeasurementsGeneralViewAtlas) HasHostId() bool + func (o *ApiMeasurementsGeneralViewAtlas) HasLinks() bool + func (o *ApiMeasurementsGeneralViewAtlas) HasMeasurements() bool + func (o *ApiMeasurementsGeneralViewAtlas) HasPartitionName() bool + func (o *ApiMeasurementsGeneralViewAtlas) HasProcessId() bool + func (o *ApiMeasurementsGeneralViewAtlas) HasStart() bool + func (o *ApiMeasurementsGeneralViewAtlas) SetDatabaseName(v string) + func (o *ApiMeasurementsGeneralViewAtlas) SetEnd(v time.Time) + func (o *ApiMeasurementsGeneralViewAtlas) SetGranularity(v string) + func (o *ApiMeasurementsGeneralViewAtlas) SetGroupId(v string) + func (o *ApiMeasurementsGeneralViewAtlas) SetHostId(v string) + func (o *ApiMeasurementsGeneralViewAtlas) SetLinks(v []LinkAtlas) + func (o *ApiMeasurementsGeneralViewAtlas) SetMeasurements(v []MetricsMeasurementAtlas) + func (o *ApiMeasurementsGeneralViewAtlas) SetPartitionName(v string) + func (o *ApiMeasurementsGeneralViewAtlas) SetProcessId(v string) + func (o *ApiMeasurementsGeneralViewAtlas) SetStart(v time.Time) + func (o ApiMeasurementsGeneralViewAtlas) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiMeasurementsGeneralViewAtlas) ToMap() (map[string]interface{}, error) + type ApiSearchDeploymentRequest struct + Specs *[]ApiSearchDeploymentSpec + func NewApiSearchDeploymentRequest() *ApiSearchDeploymentRequest + func NewApiSearchDeploymentRequestWithDefaults() *ApiSearchDeploymentRequest + func (o *ApiSearchDeploymentRequest) GetSpecs() []ApiSearchDeploymentSpec + func (o *ApiSearchDeploymentRequest) GetSpecsOk() (*[]ApiSearchDeploymentSpec, bool) + func (o *ApiSearchDeploymentRequest) HasSpecs() bool + func (o *ApiSearchDeploymentRequest) SetSpecs(v []ApiSearchDeploymentSpec) + func (o ApiSearchDeploymentRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiSearchDeploymentRequest) ToMap() (map[string]interface{}, error) + type ApiSearchDeploymentResponse struct + GroupId *string + Id *string + Specs *[]ApiSearchDeploymentSpec + StateName *string + func NewApiSearchDeploymentResponse() *ApiSearchDeploymentResponse + func NewApiSearchDeploymentResponseWithDefaults() *ApiSearchDeploymentResponse + func (o *ApiSearchDeploymentResponse) GetGroupId() string + func (o *ApiSearchDeploymentResponse) GetGroupIdOk() (*string, bool) + func (o *ApiSearchDeploymentResponse) GetId() string + func (o *ApiSearchDeploymentResponse) GetIdOk() (*string, bool) + func (o *ApiSearchDeploymentResponse) GetSpecs() []ApiSearchDeploymentSpec + func (o *ApiSearchDeploymentResponse) GetSpecsOk() (*[]ApiSearchDeploymentSpec, bool) + func (o *ApiSearchDeploymentResponse) GetStateName() string + func (o *ApiSearchDeploymentResponse) GetStateNameOk() (*string, bool) + func (o *ApiSearchDeploymentResponse) HasGroupId() bool + func (o *ApiSearchDeploymentResponse) HasId() bool + func (o *ApiSearchDeploymentResponse) HasSpecs() bool + func (o *ApiSearchDeploymentResponse) HasStateName() bool + func (o *ApiSearchDeploymentResponse) SetGroupId(v string) + func (o *ApiSearchDeploymentResponse) SetId(v string) + func (o *ApiSearchDeploymentResponse) SetSpecs(v []ApiSearchDeploymentSpec) + func (o *ApiSearchDeploymentResponse) SetStateName(v string) + func (o ApiSearchDeploymentResponse) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiSearchDeploymentResponse) ToMap() (map[string]interface{}, error) + type ApiSearchDeploymentSpec struct + InstanceSize string + NodeCount int + func NewApiSearchDeploymentSpec(instanceSize string, nodeCount int) *ApiSearchDeploymentSpec + func NewApiSearchDeploymentSpecWithDefaults() *ApiSearchDeploymentSpec + func (o *ApiSearchDeploymentSpec) GetInstanceSize() string + func (o *ApiSearchDeploymentSpec) GetInstanceSizeOk() (*string, bool) + func (o *ApiSearchDeploymentSpec) GetNodeCount() int + func (o *ApiSearchDeploymentSpec) GetNodeCountOk() (*int, bool) + func (o *ApiSearchDeploymentSpec) SetInstanceSize(v string) + func (o *ApiSearchDeploymentSpec) SetNodeCount(v int) + func (o ApiSearchDeploymentSpec) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ApiSearchDeploymentSpec) ToMap() (map[string]interface{}, error) + type AtlasClusterOutageSimulationOutageFilter struct + CloudProvider *string + RegionName *string + Type *string + func NewAtlasClusterOutageSimulationOutageFilter() *AtlasClusterOutageSimulationOutageFilter + func NewAtlasClusterOutageSimulationOutageFilterWithDefaults() *AtlasClusterOutageSimulationOutageFilter + func (o *AtlasClusterOutageSimulationOutageFilter) GetCloudProvider() string + func (o *AtlasClusterOutageSimulationOutageFilter) GetCloudProviderOk() (*string, bool) + func (o *AtlasClusterOutageSimulationOutageFilter) GetRegionName() string + func (o *AtlasClusterOutageSimulationOutageFilter) GetRegionNameOk() (*string, bool) + func (o *AtlasClusterOutageSimulationOutageFilter) GetType() string + func (o *AtlasClusterOutageSimulationOutageFilter) GetTypeOk() (*string, bool) + func (o *AtlasClusterOutageSimulationOutageFilter) HasCloudProvider() bool + func (o *AtlasClusterOutageSimulationOutageFilter) HasRegionName() bool + func (o *AtlasClusterOutageSimulationOutageFilter) HasType() bool + func (o *AtlasClusterOutageSimulationOutageFilter) SetCloudProvider(v string) + func (o *AtlasClusterOutageSimulationOutageFilter) SetRegionName(v string) + func (o *AtlasClusterOutageSimulationOutageFilter) SetType(v string) + func (o AtlasClusterOutageSimulationOutageFilter) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AtlasClusterOutageSimulationOutageFilter) ToMap() (map[string]interface{}, error) + type AtlasOrganization struct + Id *string + IsDeleted *bool + Links *[]Link + Name string + func NewAtlasOrganization(name string) *AtlasOrganization + func NewAtlasOrganizationWithDefaults() *AtlasOrganization + func (o *AtlasOrganization) GetId() string + func (o *AtlasOrganization) GetIdOk() (*string, bool) + func (o *AtlasOrganization) GetIsDeleted() bool + func (o *AtlasOrganization) GetIsDeletedOk() (*bool, bool) + func (o *AtlasOrganization) GetLinks() []Link + func (o *AtlasOrganization) GetLinksOk() (*[]Link, bool) + func (o *AtlasOrganization) GetName() string + func (o *AtlasOrganization) GetNameOk() (*string, bool) + func (o *AtlasOrganization) HasId() bool + func (o *AtlasOrganization) HasIsDeleted() bool + func (o *AtlasOrganization) HasLinks() bool + func (o *AtlasOrganization) SetId(v string) + func (o *AtlasOrganization) SetIsDeleted(v bool) + func (o *AtlasOrganization) SetLinks(v []Link) + func (o *AtlasOrganization) SetName(v string) + func (o AtlasOrganization) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AtlasOrganization) ToMap() (map[string]interface{}, error) + type AtlasSearchApi interface + CreateAtlasSearchDeployment func(ctx context.Context, groupId string, clusterName string, ...) CreateAtlasSearchDeploymentApiRequest + CreateAtlasSearchDeploymentExecute func(r CreateAtlasSearchDeploymentApiRequest) (*ApiSearchDeploymentResponse, *http.Response, error) + CreateAtlasSearchDeploymentWithParams func(ctx context.Context, args *CreateAtlasSearchDeploymentApiParams) CreateAtlasSearchDeploymentApiRequest + CreateAtlasSearchIndex func(ctx context.Context, groupId string, clusterName string, ...) CreateAtlasSearchIndexApiRequest + CreateAtlasSearchIndexExecute func(r CreateAtlasSearchIndexApiRequest) (*ClusterSearchIndex, *http.Response, error) + CreateAtlasSearchIndexWithParams func(ctx context.Context, args *CreateAtlasSearchIndexApiParams) CreateAtlasSearchIndexApiRequest + DeleteAtlasSearchDeployment func(ctx context.Context, groupId string, clusterName string) DeleteAtlasSearchDeploymentApiRequest + DeleteAtlasSearchDeploymentExecute func(r DeleteAtlasSearchDeploymentApiRequest) (*http.Response, error) + DeleteAtlasSearchDeploymentWithParams func(ctx context.Context, args *DeleteAtlasSearchDeploymentApiParams) DeleteAtlasSearchDeploymentApiRequest + DeleteAtlasSearchIndex func(ctx context.Context, groupId string, clusterName string, indexId string) DeleteAtlasSearchIndexApiRequest + DeleteAtlasSearchIndexExecute func(r DeleteAtlasSearchIndexApiRequest) (map[string]interface{}, *http.Response, error) + DeleteAtlasSearchIndexWithParams func(ctx context.Context, args *DeleteAtlasSearchIndexApiParams) DeleteAtlasSearchIndexApiRequest + GetAtlasSearchDeployment func(ctx context.Context, groupId string, clusterName string) GetAtlasSearchDeploymentApiRequest + GetAtlasSearchDeploymentExecute func(r GetAtlasSearchDeploymentApiRequest) (*ApiSearchDeploymentResponse, *http.Response, error) + GetAtlasSearchDeploymentWithParams func(ctx context.Context, args *GetAtlasSearchDeploymentApiParams) GetAtlasSearchDeploymentApiRequest + GetAtlasSearchIndex func(ctx context.Context, groupId string, clusterName string, indexId string) GetAtlasSearchIndexApiRequest + GetAtlasSearchIndexExecute func(r GetAtlasSearchIndexApiRequest) (*ClusterSearchIndex, *http.Response, error) + GetAtlasSearchIndexWithParams func(ctx context.Context, args *GetAtlasSearchIndexApiParams) GetAtlasSearchIndexApiRequest + ListAtlasSearchIndexes func(ctx context.Context, groupId string, clusterName string, collectionName string, ...) ListAtlasSearchIndexesApiRequest + ListAtlasSearchIndexesExecute func(r ListAtlasSearchIndexesApiRequest) ([]ClusterSearchIndex, *http.Response, error) + ListAtlasSearchIndexesWithParams func(ctx context.Context, args *ListAtlasSearchIndexesApiParams) ListAtlasSearchIndexesApiRequest + UpdateAtlasSearchDeployment func(ctx context.Context, groupId string, clusterName string, ...) UpdateAtlasSearchDeploymentApiRequest + UpdateAtlasSearchDeploymentExecute func(r UpdateAtlasSearchDeploymentApiRequest) (*ApiSearchDeploymentResponse, *http.Response, error) + UpdateAtlasSearchDeploymentWithParams func(ctx context.Context, args *UpdateAtlasSearchDeploymentApiParams) UpdateAtlasSearchDeploymentApiRequest + UpdateAtlasSearchIndex func(ctx context.Context, groupId string, clusterName string, indexId string, ...) UpdateAtlasSearchIndexApiRequest + UpdateAtlasSearchIndexExecute func(r UpdateAtlasSearchIndexApiRequest) (*ClusterSearchIndex, *http.Response, error) + UpdateAtlasSearchIndexWithParams func(ctx context.Context, args *UpdateAtlasSearchIndexApiParams) UpdateAtlasSearchIndexApiRequest + type AtlasSearchApiService service + func (a *AtlasSearchApiService) CreateAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string, ...) CreateAtlasSearchDeploymentApiRequest + func (a *AtlasSearchApiService) CreateAtlasSearchDeploymentExecute(r CreateAtlasSearchDeploymentApiRequest) (*ApiSearchDeploymentResponse, *http.Response, error) + func (a *AtlasSearchApiService) CreateAtlasSearchDeploymentWithParams(ctx context.Context, args *CreateAtlasSearchDeploymentApiParams) CreateAtlasSearchDeploymentApiRequest + func (a *AtlasSearchApiService) CreateAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, ...) CreateAtlasSearchIndexApiRequest + func (a *AtlasSearchApiService) CreateAtlasSearchIndexExecute(r CreateAtlasSearchIndexApiRequest) (*ClusterSearchIndex, *http.Response, error) + func (a *AtlasSearchApiService) CreateAtlasSearchIndexWithParams(ctx context.Context, args *CreateAtlasSearchIndexApiParams) CreateAtlasSearchIndexApiRequest + func (a *AtlasSearchApiService) DeleteAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string) DeleteAtlasSearchDeploymentApiRequest + func (a *AtlasSearchApiService) DeleteAtlasSearchDeploymentExecute(r DeleteAtlasSearchDeploymentApiRequest) (*http.Response, error) + func (a *AtlasSearchApiService) DeleteAtlasSearchDeploymentWithParams(ctx context.Context, args *DeleteAtlasSearchDeploymentApiParams) DeleteAtlasSearchDeploymentApiRequest + func (a *AtlasSearchApiService) DeleteAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, indexId string) DeleteAtlasSearchIndexApiRequest + func (a *AtlasSearchApiService) DeleteAtlasSearchIndexExecute(r DeleteAtlasSearchIndexApiRequest) (map[string]interface{}, *http.Response, error) + func (a *AtlasSearchApiService) DeleteAtlasSearchIndexWithParams(ctx context.Context, args *DeleteAtlasSearchIndexApiParams) DeleteAtlasSearchIndexApiRequest + func (a *AtlasSearchApiService) GetAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string) GetAtlasSearchDeploymentApiRequest + func (a *AtlasSearchApiService) GetAtlasSearchDeploymentExecute(r GetAtlasSearchDeploymentApiRequest) (*ApiSearchDeploymentResponse, *http.Response, error) + func (a *AtlasSearchApiService) GetAtlasSearchDeploymentWithParams(ctx context.Context, args *GetAtlasSearchDeploymentApiParams) GetAtlasSearchDeploymentApiRequest + func (a *AtlasSearchApiService) GetAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, indexId string) GetAtlasSearchIndexApiRequest + func (a *AtlasSearchApiService) GetAtlasSearchIndexExecute(r GetAtlasSearchIndexApiRequest) (*ClusterSearchIndex, *http.Response, error) + func (a *AtlasSearchApiService) GetAtlasSearchIndexWithParams(ctx context.Context, args *GetAtlasSearchIndexApiParams) GetAtlasSearchIndexApiRequest + func (a *AtlasSearchApiService) ListAtlasSearchIndexes(ctx context.Context, groupId string, clusterName string, collectionName string, ...) ListAtlasSearchIndexesApiRequest + func (a *AtlasSearchApiService) ListAtlasSearchIndexesExecute(r ListAtlasSearchIndexesApiRequest) ([]ClusterSearchIndex, *http.Response, error) + func (a *AtlasSearchApiService) ListAtlasSearchIndexesWithParams(ctx context.Context, args *ListAtlasSearchIndexesApiParams) ListAtlasSearchIndexesApiRequest + func (a *AtlasSearchApiService) UpdateAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string, ...) UpdateAtlasSearchDeploymentApiRequest + func (a *AtlasSearchApiService) UpdateAtlasSearchDeploymentExecute(r UpdateAtlasSearchDeploymentApiRequest) (*ApiSearchDeploymentResponse, *http.Response, error) + func (a *AtlasSearchApiService) UpdateAtlasSearchDeploymentWithParams(ctx context.Context, args *UpdateAtlasSearchDeploymentApiParams) UpdateAtlasSearchDeploymentApiRequest + func (a *AtlasSearchApiService) UpdateAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, indexId string, ...) UpdateAtlasSearchIndexApiRequest + func (a *AtlasSearchApiService) UpdateAtlasSearchIndexExecute(r UpdateAtlasSearchIndexApiRequest) (*ClusterSearchIndex, *http.Response, error) + func (a *AtlasSearchApiService) UpdateAtlasSearchIndexWithParams(ctx context.Context, args *UpdateAtlasSearchIndexApiParams) UpdateAtlasSearchIndexApiRequest + type AuditLog struct + AuditAuthorizationSuccess *bool + AuditFilter *string + ConfigurationType *string + Enabled *bool + func NewAuditLog() *AuditLog + func NewAuditLogWithDefaults() *AuditLog + func (o *AuditLog) GetAuditAuthorizationSuccess() bool + func (o *AuditLog) GetAuditAuthorizationSuccessOk() (*bool, bool) + func (o *AuditLog) GetAuditFilter() string + func (o *AuditLog) GetAuditFilterOk() (*string, bool) + func (o *AuditLog) GetConfigurationType() string + func (o *AuditLog) GetConfigurationTypeOk() (*string, bool) + func (o *AuditLog) GetEnabled() bool + func (o *AuditLog) GetEnabledOk() (*bool, bool) + func (o *AuditLog) HasAuditAuthorizationSuccess() bool + func (o *AuditLog) HasAuditFilter() bool + func (o *AuditLog) HasConfigurationType() bool + func (o *AuditLog) HasEnabled() bool + func (o *AuditLog) SetAuditAuthorizationSuccess(v bool) + func (o *AuditLog) SetAuditFilter(v string) + func (o *AuditLog) SetConfigurationType(v string) + func (o *AuditLog) SetEnabled(v bool) + func (o AuditLog) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AuditLog) ToMap() (map[string]interface{}, error) + type AuditingApi interface + GetAuditingConfiguration func(ctx context.Context, groupId string) GetAuditingConfigurationApiRequest + GetAuditingConfigurationExecute func(r GetAuditingConfigurationApiRequest) (*AuditLog, *http.Response, error) + GetAuditingConfigurationWithParams func(ctx context.Context, args *GetAuditingConfigurationApiParams) GetAuditingConfigurationApiRequest + UpdateAuditingConfiguration func(ctx context.Context, groupId string, auditLog *AuditLog) UpdateAuditingConfigurationApiRequest + UpdateAuditingConfigurationExecute func(r UpdateAuditingConfigurationApiRequest) (*AuditLog, *http.Response, error) + UpdateAuditingConfigurationWithParams func(ctx context.Context, args *UpdateAuditingConfigurationApiParams) UpdateAuditingConfigurationApiRequest + type AuditingApiService service + func (a *AuditingApiService) GetAuditingConfiguration(ctx context.Context, groupId string) GetAuditingConfigurationApiRequest + func (a *AuditingApiService) GetAuditingConfigurationExecute(r GetAuditingConfigurationApiRequest) (*AuditLog, *http.Response, error) + func (a *AuditingApiService) GetAuditingConfigurationWithParams(ctx context.Context, args *GetAuditingConfigurationApiParams) GetAuditingConfigurationApiRequest + func (a *AuditingApiService) UpdateAuditingConfiguration(ctx context.Context, groupId string, auditLog *AuditLog) UpdateAuditingConfigurationApiRequest + func (a *AuditingApiService) UpdateAuditingConfigurationExecute(r UpdateAuditingConfigurationApiRequest) (*AuditLog, *http.Response, error) + func (a *AuditingApiService) UpdateAuditingConfigurationWithParams(ctx context.Context, args *UpdateAuditingConfigurationApiParams) UpdateAuditingConfigurationApiRequest + type AuthFederationRoleMapping struct + ExternalGroupName string + Id *string + RoleAssignments *[]RoleAssignment + func NewAuthFederationRoleMapping(externalGroupName string) *AuthFederationRoleMapping + func NewAuthFederationRoleMappingWithDefaults() *AuthFederationRoleMapping + func (o *AuthFederationRoleMapping) GetExternalGroupName() string + func (o *AuthFederationRoleMapping) GetExternalGroupNameOk() (*string, bool) + func (o *AuthFederationRoleMapping) GetId() string + func (o *AuthFederationRoleMapping) GetIdOk() (*string, bool) + func (o *AuthFederationRoleMapping) GetRoleAssignments() []RoleAssignment + func (o *AuthFederationRoleMapping) GetRoleAssignmentsOk() (*[]RoleAssignment, bool) + func (o *AuthFederationRoleMapping) HasId() bool + func (o *AuthFederationRoleMapping) HasRoleAssignments() bool + func (o *AuthFederationRoleMapping) SetExternalGroupName(v string) + func (o *AuthFederationRoleMapping) SetId(v string) + func (o *AuthFederationRoleMapping) SetRoleAssignments(v []RoleAssignment) + func (o AuthFederationRoleMapping) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AuthFederationRoleMapping) ToMap() (map[string]interface{}, error) + type AuthorizeCloudProviderAccessRoleApiParams struct + CloudProviderAccessRole *CloudProviderAccessRole + GroupId string + RoleId string + type AuthorizeCloudProviderAccessRoleApiRequest struct + ApiService CloudProviderAccessApi + func (r AuthorizeCloudProviderAccessRoleApiRequest) Execute() (*CloudProviderAccessRole, *http.Response, error) + type AutoExportPolicy struct + ExportBucketId *string + FrequencyType *string + func NewAutoExportPolicy() *AutoExportPolicy + func NewAutoExportPolicyWithDefaults() *AutoExportPolicy + func (o *AutoExportPolicy) GetExportBucketId() string + func (o *AutoExportPolicy) GetExportBucketIdOk() (*string, bool) + func (o *AutoExportPolicy) GetFrequencyType() string + func (o *AutoExportPolicy) GetFrequencyTypeOk() (*string, bool) + func (o *AutoExportPolicy) HasExportBucketId() bool + func (o *AutoExportPolicy) HasFrequencyType() bool + func (o *AutoExportPolicy) SetExportBucketId(v string) + func (o *AutoExportPolicy) SetFrequencyType(v string) + func (o AutoExportPolicy) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AutoExportPolicy) ToMap() (map[string]interface{}, error) + type AvailableCloudProviderRegion struct + Default *bool + Name *string + func NewAvailableCloudProviderRegion() *AvailableCloudProviderRegion + func NewAvailableCloudProviderRegionWithDefaults() *AvailableCloudProviderRegion + func (o *AvailableCloudProviderRegion) GetDefault() bool + func (o *AvailableCloudProviderRegion) GetDefaultOk() (*bool, bool) + func (o *AvailableCloudProviderRegion) GetName() string + func (o *AvailableCloudProviderRegion) GetNameOk() (*string, bool) + func (o *AvailableCloudProviderRegion) HasDefault() bool + func (o *AvailableCloudProviderRegion) HasName() bool + func (o *AvailableCloudProviderRegion) SetDefault(v bool) + func (o *AvailableCloudProviderRegion) SetName(v string) + func (o AvailableCloudProviderRegion) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AvailableCloudProviderRegion) ToMap() (map[string]interface{}, error) + type AvailableClustersDeployment struct + AgentVersion *string + ClusterId *string + DbSizeBytes *int64 + FeatureCompatibilityVersion string + Managed bool + MongoDBVersion string + Name string + OplogSizeMB *int + Sharded bool + ShardsSize *int + TlsEnabled bool + func NewAvailableClustersDeployment(featureCompatibilityVersion string, managed bool, mongoDBVersion string, ...) *AvailableClustersDeployment + func NewAvailableClustersDeploymentWithDefaults() *AvailableClustersDeployment + func (o *AvailableClustersDeployment) GetAgentVersion() string + func (o *AvailableClustersDeployment) GetAgentVersionOk() (*string, bool) + func (o *AvailableClustersDeployment) GetClusterId() string + func (o *AvailableClustersDeployment) GetClusterIdOk() (*string, bool) + func (o *AvailableClustersDeployment) GetDbSizeBytes() int64 + func (o *AvailableClustersDeployment) GetDbSizeBytesOk() (*int64, bool) + func (o *AvailableClustersDeployment) GetFeatureCompatibilityVersion() string + func (o *AvailableClustersDeployment) GetFeatureCompatibilityVersionOk() (*string, bool) + func (o *AvailableClustersDeployment) GetManaged() bool + func (o *AvailableClustersDeployment) GetManagedOk() (*bool, bool) + func (o *AvailableClustersDeployment) GetMongoDBVersion() string + func (o *AvailableClustersDeployment) GetMongoDBVersionOk() (*string, bool) + func (o *AvailableClustersDeployment) GetName() string + func (o *AvailableClustersDeployment) GetNameOk() (*string, bool) + func (o *AvailableClustersDeployment) GetOplogSizeMB() int + func (o *AvailableClustersDeployment) GetOplogSizeMBOk() (*int, bool) + func (o *AvailableClustersDeployment) GetSharded() bool + func (o *AvailableClustersDeployment) GetShardedOk() (*bool, bool) + func (o *AvailableClustersDeployment) GetShardsSize() int + func (o *AvailableClustersDeployment) GetShardsSizeOk() (*int, bool) + func (o *AvailableClustersDeployment) GetTlsEnabled() bool + func (o *AvailableClustersDeployment) GetTlsEnabledOk() (*bool, bool) + func (o *AvailableClustersDeployment) HasAgentVersion() bool + func (o *AvailableClustersDeployment) HasClusterId() bool + func (o *AvailableClustersDeployment) HasDbSizeBytes() bool + func (o *AvailableClustersDeployment) HasOplogSizeMB() bool + func (o *AvailableClustersDeployment) HasShardsSize() bool + func (o *AvailableClustersDeployment) SetAgentVersion(v string) + func (o *AvailableClustersDeployment) SetClusterId(v string) + func (o *AvailableClustersDeployment) SetDbSizeBytes(v int64) + func (o *AvailableClustersDeployment) SetFeatureCompatibilityVersion(v string) + func (o *AvailableClustersDeployment) SetManaged(v bool) + func (o *AvailableClustersDeployment) SetMongoDBVersion(v string) + func (o *AvailableClustersDeployment) SetName(v string) + func (o *AvailableClustersDeployment) SetOplogSizeMB(v int) + func (o *AvailableClustersDeployment) SetSharded(v bool) + func (o *AvailableClustersDeployment) SetShardsSize(v int) + func (o *AvailableClustersDeployment) SetTlsEnabled(v bool) + func (o AvailableClustersDeployment) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AvailableClustersDeployment) ToMap() (map[string]interface{}, error) + type AzureKeyVault struct + AzureEnvironment *string + ClientID *string + Enabled *bool + KeyIdentifier *string + KeyVaultName *string + ResourceGroupName *string + Secret *string + SubscriptionID *string + TenantID *string + Valid *bool + func NewAzureKeyVault() *AzureKeyVault + func NewAzureKeyVaultWithDefaults() *AzureKeyVault + func (o *AzureKeyVault) GetAzureEnvironment() string + func (o *AzureKeyVault) GetAzureEnvironmentOk() (*string, bool) + func (o *AzureKeyVault) GetClientID() string + func (o *AzureKeyVault) GetClientIDOk() (*string, bool) + func (o *AzureKeyVault) GetEnabled() bool + func (o *AzureKeyVault) GetEnabledOk() (*bool, bool) + func (o *AzureKeyVault) GetKeyIdentifier() string + func (o *AzureKeyVault) GetKeyIdentifierOk() (*string, bool) + func (o *AzureKeyVault) GetKeyVaultName() string + func (o *AzureKeyVault) GetKeyVaultNameOk() (*string, bool) + func (o *AzureKeyVault) GetResourceGroupName() string + func (o *AzureKeyVault) GetResourceGroupNameOk() (*string, bool) + func (o *AzureKeyVault) GetSecret() string + func (o *AzureKeyVault) GetSecretOk() (*string, bool) + func (o *AzureKeyVault) GetSubscriptionID() string + func (o *AzureKeyVault) GetSubscriptionIDOk() (*string, bool) + func (o *AzureKeyVault) GetTenantID() string + func (o *AzureKeyVault) GetTenantIDOk() (*string, bool) + func (o *AzureKeyVault) GetValid() bool + func (o *AzureKeyVault) GetValidOk() (*bool, bool) + func (o *AzureKeyVault) HasAzureEnvironment() bool + func (o *AzureKeyVault) HasClientID() bool + func (o *AzureKeyVault) HasEnabled() bool + func (o *AzureKeyVault) HasKeyIdentifier() bool + func (o *AzureKeyVault) HasKeyVaultName() bool + func (o *AzureKeyVault) HasResourceGroupName() bool + func (o *AzureKeyVault) HasSecret() bool + func (o *AzureKeyVault) HasSubscriptionID() bool + func (o *AzureKeyVault) HasTenantID() bool + func (o *AzureKeyVault) HasValid() bool + func (o *AzureKeyVault) SetAzureEnvironment(v string) + func (o *AzureKeyVault) SetClientID(v string) + func (o *AzureKeyVault) SetEnabled(v bool) + func (o *AzureKeyVault) SetKeyIdentifier(v string) + func (o *AzureKeyVault) SetKeyVaultName(v string) + func (o *AzureKeyVault) SetResourceGroupName(v string) + func (o *AzureKeyVault) SetSecret(v string) + func (o *AzureKeyVault) SetSubscriptionID(v string) + func (o *AzureKeyVault) SetTenantID(v string) + func (o *AzureKeyVault) SetValid(v bool) + func (o AzureKeyVault) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o AzureKeyVault) ToMap() (map[string]interface{}, error) + type BackupComplianceOnDemandPolicyItem struct + FrequencyInterval int + FrequencyType string + Id *string + RetentionUnit string + RetentionValue int + func NewBackupComplianceOnDemandPolicyItem(frequencyInterval int, frequencyType string, retentionUnit string, ...) *BackupComplianceOnDemandPolicyItem + func NewBackupComplianceOnDemandPolicyItemWithDefaults() *BackupComplianceOnDemandPolicyItem + func (o *BackupComplianceOnDemandPolicyItem) GetFrequencyInterval() int + func (o *BackupComplianceOnDemandPolicyItem) GetFrequencyIntervalOk() (*int, bool) + func (o *BackupComplianceOnDemandPolicyItem) GetFrequencyType() string + func (o *BackupComplianceOnDemandPolicyItem) GetFrequencyTypeOk() (*string, bool) + func (o *BackupComplianceOnDemandPolicyItem) GetId() string + func (o *BackupComplianceOnDemandPolicyItem) GetIdOk() (*string, bool) + func (o *BackupComplianceOnDemandPolicyItem) GetRetentionUnit() string + func (o *BackupComplianceOnDemandPolicyItem) GetRetentionUnitOk() (*string, bool) + func (o *BackupComplianceOnDemandPolicyItem) GetRetentionValue() int + func (o *BackupComplianceOnDemandPolicyItem) GetRetentionValueOk() (*int, bool) + func (o *BackupComplianceOnDemandPolicyItem) HasId() bool + func (o *BackupComplianceOnDemandPolicyItem) SetFrequencyInterval(v int) + func (o *BackupComplianceOnDemandPolicyItem) SetFrequencyType(v string) + func (o *BackupComplianceOnDemandPolicyItem) SetId(v string) + func (o *BackupComplianceOnDemandPolicyItem) SetRetentionUnit(v string) + func (o *BackupComplianceOnDemandPolicyItem) SetRetentionValue(v int) + func (o BackupComplianceOnDemandPolicyItem) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupComplianceOnDemandPolicyItem) ToMap() (map[string]interface{}, error) + type BackupComplianceScheduledPolicyItem struct + FrequencyInterval int + FrequencyType string + Id *string + RetentionUnit string + RetentionValue int + func NewBackupComplianceScheduledPolicyItem(frequencyInterval int, frequencyType string, retentionUnit string, ...) *BackupComplianceScheduledPolicyItem + func NewBackupComplianceScheduledPolicyItemWithDefaults() *BackupComplianceScheduledPolicyItem + func (o *BackupComplianceScheduledPolicyItem) GetFrequencyInterval() int + func (o *BackupComplianceScheduledPolicyItem) GetFrequencyIntervalOk() (*int, bool) + func (o *BackupComplianceScheduledPolicyItem) GetFrequencyType() string + func (o *BackupComplianceScheduledPolicyItem) GetFrequencyTypeOk() (*string, bool) + func (o *BackupComplianceScheduledPolicyItem) GetId() string + func (o *BackupComplianceScheduledPolicyItem) GetIdOk() (*string, bool) + func (o *BackupComplianceScheduledPolicyItem) GetRetentionUnit() string + func (o *BackupComplianceScheduledPolicyItem) GetRetentionUnitOk() (*string, bool) + func (o *BackupComplianceScheduledPolicyItem) GetRetentionValue() int + func (o *BackupComplianceScheduledPolicyItem) GetRetentionValueOk() (*int, bool) + func (o *BackupComplianceScheduledPolicyItem) HasId() bool + func (o *BackupComplianceScheduledPolicyItem) SetFrequencyInterval(v int) + func (o *BackupComplianceScheduledPolicyItem) SetFrequencyType(v string) + func (o *BackupComplianceScheduledPolicyItem) SetId(v string) + func (o *BackupComplianceScheduledPolicyItem) SetRetentionUnit(v string) + func (o *BackupComplianceScheduledPolicyItem) SetRetentionValue(v int) + func (o BackupComplianceScheduledPolicyItem) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupComplianceScheduledPolicyItem) ToMap() (map[string]interface{}, error) + type BackupLabel struct + Key *string + Value *string + func NewBackupLabel() *BackupLabel + func NewBackupLabelWithDefaults() *BackupLabel + func (o *BackupLabel) GetKey() string + func (o *BackupLabel) GetKeyOk() (*string, bool) + func (o *BackupLabel) GetValue() string + func (o *BackupLabel) GetValueOk() (*string, bool) + func (o *BackupLabel) HasKey() bool + func (o *BackupLabel) HasValue() bool + func (o *BackupLabel) SetKey(v string) + func (o *BackupLabel) SetValue(v string) + func (o BackupLabel) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupLabel) ToMap() (map[string]interface{}, error) + type BackupOnlineArchive struct + ClusterName *string + CollName *string + CollectionType *string + Criteria *Criteria + DataExpirationRule *DataExpirationRule + DataProcessRegion *DataProcessRegion + DataSetName *string + DbName *string + GroupId *string + Id *string + PartitionFields *[]PartitionField + Paused *bool + Schedule *OnlineArchiveSchedule + State *string + func NewBackupOnlineArchive() *BackupOnlineArchive + func NewBackupOnlineArchiveWithDefaults() *BackupOnlineArchive + func (o *BackupOnlineArchive) GetClusterName() string + func (o *BackupOnlineArchive) GetClusterNameOk() (*string, bool) + func (o *BackupOnlineArchive) GetCollName() string + func (o *BackupOnlineArchive) GetCollNameOk() (*string, bool) + func (o *BackupOnlineArchive) GetCollectionType() string + func (o *BackupOnlineArchive) GetCollectionTypeOk() (*string, bool) + func (o *BackupOnlineArchive) GetCriteria() Criteria + func (o *BackupOnlineArchive) GetCriteriaOk() (*Criteria, bool) + func (o *BackupOnlineArchive) GetDataExpirationRule() DataExpirationRule + func (o *BackupOnlineArchive) GetDataExpirationRuleOk() (*DataExpirationRule, bool) + func (o *BackupOnlineArchive) GetDataProcessRegion() DataProcessRegion + func (o *BackupOnlineArchive) GetDataProcessRegionOk() (*DataProcessRegion, bool) + func (o *BackupOnlineArchive) GetDataSetName() string + func (o *BackupOnlineArchive) GetDataSetNameOk() (*string, bool) + func (o *BackupOnlineArchive) GetDbName() string + func (o *BackupOnlineArchive) GetDbNameOk() (*string, bool) + func (o *BackupOnlineArchive) GetGroupId() string + func (o *BackupOnlineArchive) GetGroupIdOk() (*string, bool) + func (o *BackupOnlineArchive) GetId() string + func (o *BackupOnlineArchive) GetIdOk() (*string, bool) + func (o *BackupOnlineArchive) GetPartitionFields() []PartitionField + func (o *BackupOnlineArchive) GetPartitionFieldsOk() (*[]PartitionField, bool) + func (o *BackupOnlineArchive) GetPaused() bool + func (o *BackupOnlineArchive) GetPausedOk() (*bool, bool) + func (o *BackupOnlineArchive) GetSchedule() OnlineArchiveSchedule + func (o *BackupOnlineArchive) GetScheduleOk() (*OnlineArchiveSchedule, bool) + func (o *BackupOnlineArchive) GetState() string + func (o *BackupOnlineArchive) GetStateOk() (*string, bool) + func (o *BackupOnlineArchive) HasClusterName() bool + func (o *BackupOnlineArchive) HasCollName() bool + func (o *BackupOnlineArchive) HasCollectionType() bool + func (o *BackupOnlineArchive) HasCriteria() bool + func (o *BackupOnlineArchive) HasDataExpirationRule() bool + func (o *BackupOnlineArchive) HasDataProcessRegion() bool + func (o *BackupOnlineArchive) HasDataSetName() bool + func (o *BackupOnlineArchive) HasDbName() bool + func (o *BackupOnlineArchive) HasGroupId() bool + func (o *BackupOnlineArchive) HasId() bool + func (o *BackupOnlineArchive) HasPartitionFields() bool + func (o *BackupOnlineArchive) HasPaused() bool + func (o *BackupOnlineArchive) HasSchedule() bool + func (o *BackupOnlineArchive) HasState() bool + func (o *BackupOnlineArchive) SetClusterName(v string) + func (o *BackupOnlineArchive) SetCollName(v string) + func (o *BackupOnlineArchive) SetCollectionType(v string) + func (o *BackupOnlineArchive) SetCriteria(v Criteria) + func (o *BackupOnlineArchive) SetDataExpirationRule(v DataExpirationRule) + func (o *BackupOnlineArchive) SetDataProcessRegion(v DataProcessRegion) + func (o *BackupOnlineArchive) SetDataSetName(v string) + func (o *BackupOnlineArchive) SetDbName(v string) + func (o *BackupOnlineArchive) SetGroupId(v string) + func (o *BackupOnlineArchive) SetId(v string) + func (o *BackupOnlineArchive) SetPartitionFields(v []PartitionField) + func (o *BackupOnlineArchive) SetPaused(v bool) + func (o *BackupOnlineArchive) SetSchedule(v OnlineArchiveSchedule) + func (o *BackupOnlineArchive) SetState(v string) + func (o BackupOnlineArchive) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupOnlineArchive) ToMap() (map[string]interface{}, error) + type BackupOnlineArchiveCreate struct + ClusterName *string + CollName string + CollectionType *string + Criteria Criteria + DataExpirationRule *DataExpirationRule + DataProcessRegion *CreateDataProcessRegion + DataSetName *string + DbName string + GroupId *string + Id *string + PartitionFields *[]PartitionField + Paused *bool + Schedule *OnlineArchiveSchedule + State *string + func NewBackupOnlineArchiveCreate(collName string, criteria Criteria, dbName string) *BackupOnlineArchiveCreate + func NewBackupOnlineArchiveCreateWithDefaults() *BackupOnlineArchiveCreate + func (o *BackupOnlineArchiveCreate) GetClusterName() string + func (o *BackupOnlineArchiveCreate) GetClusterNameOk() (*string, bool) + func (o *BackupOnlineArchiveCreate) GetCollName() string + func (o *BackupOnlineArchiveCreate) GetCollNameOk() (*string, bool) + func (o *BackupOnlineArchiveCreate) GetCollectionType() string + func (o *BackupOnlineArchiveCreate) GetCollectionTypeOk() (*string, bool) + func (o *BackupOnlineArchiveCreate) GetCriteria() Criteria + func (o *BackupOnlineArchiveCreate) GetCriteriaOk() (*Criteria, bool) + func (o *BackupOnlineArchiveCreate) GetDataExpirationRule() DataExpirationRule + func (o *BackupOnlineArchiveCreate) GetDataExpirationRuleOk() (*DataExpirationRule, bool) + func (o *BackupOnlineArchiveCreate) GetDataProcessRegion() CreateDataProcessRegion + func (o *BackupOnlineArchiveCreate) GetDataProcessRegionOk() (*CreateDataProcessRegion, bool) + func (o *BackupOnlineArchiveCreate) GetDataSetName() string + func (o *BackupOnlineArchiveCreate) GetDataSetNameOk() (*string, bool) + func (o *BackupOnlineArchiveCreate) GetDbName() string + func (o *BackupOnlineArchiveCreate) GetDbNameOk() (*string, bool) + func (o *BackupOnlineArchiveCreate) GetGroupId() string + func (o *BackupOnlineArchiveCreate) GetGroupIdOk() (*string, bool) + func (o *BackupOnlineArchiveCreate) GetId() string + func (o *BackupOnlineArchiveCreate) GetIdOk() (*string, bool) + func (o *BackupOnlineArchiveCreate) GetPartitionFields() []PartitionField + func (o *BackupOnlineArchiveCreate) GetPartitionFieldsOk() (*[]PartitionField, bool) + func (o *BackupOnlineArchiveCreate) GetPaused() bool + func (o *BackupOnlineArchiveCreate) GetPausedOk() (*bool, bool) + func (o *BackupOnlineArchiveCreate) GetSchedule() OnlineArchiveSchedule + func (o *BackupOnlineArchiveCreate) GetScheduleOk() (*OnlineArchiveSchedule, bool) + func (o *BackupOnlineArchiveCreate) GetState() string + func (o *BackupOnlineArchiveCreate) GetStateOk() (*string, bool) + func (o *BackupOnlineArchiveCreate) HasClusterName() bool + func (o *BackupOnlineArchiveCreate) HasCollectionType() bool + func (o *BackupOnlineArchiveCreate) HasDataExpirationRule() bool + func (o *BackupOnlineArchiveCreate) HasDataProcessRegion() bool + func (o *BackupOnlineArchiveCreate) HasDataSetName() bool + func (o *BackupOnlineArchiveCreate) HasGroupId() bool + func (o *BackupOnlineArchiveCreate) HasId() bool + func (o *BackupOnlineArchiveCreate) HasPartitionFields() bool + func (o *BackupOnlineArchiveCreate) HasPaused() bool + func (o *BackupOnlineArchiveCreate) HasSchedule() bool + func (o *BackupOnlineArchiveCreate) HasState() bool + func (o *BackupOnlineArchiveCreate) SetClusterName(v string) + func (o *BackupOnlineArchiveCreate) SetCollName(v string) + func (o *BackupOnlineArchiveCreate) SetCollectionType(v string) + func (o *BackupOnlineArchiveCreate) SetCriteria(v Criteria) + func (o *BackupOnlineArchiveCreate) SetDataExpirationRule(v DataExpirationRule) + func (o *BackupOnlineArchiveCreate) SetDataProcessRegion(v CreateDataProcessRegion) + func (o *BackupOnlineArchiveCreate) SetDataSetName(v string) + func (o *BackupOnlineArchiveCreate) SetDbName(v string) + func (o *BackupOnlineArchiveCreate) SetGroupId(v string) + func (o *BackupOnlineArchiveCreate) SetId(v string) + func (o *BackupOnlineArchiveCreate) SetPartitionFields(v []PartitionField) + func (o *BackupOnlineArchiveCreate) SetPaused(v bool) + func (o *BackupOnlineArchiveCreate) SetSchedule(v OnlineArchiveSchedule) + func (o *BackupOnlineArchiveCreate) SetState(v string) + func (o BackupOnlineArchiveCreate) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupOnlineArchiveCreate) ToMap() (map[string]interface{}, error) + type BackupRestoreJob struct + BatchId *string + CheckpointId *string + ClusterId *string + ClusterName *string + Created *time.Time + Delivery BackupRestoreJobDelivery + EncryptionEnabled *bool + GroupId *string + Hashes *[]RestoreJobFileHash + Id *string + Links *[]Link + MasterKeyUUID *string + OplogInc *int + OplogTs *string + PointInTimeUTCMillis *int64 + SnapshotId *string + StatusName *string + Timestamp *ApiBSONTimestamp + func NewBackupRestoreJob(delivery BackupRestoreJobDelivery) *BackupRestoreJob + func NewBackupRestoreJobWithDefaults() *BackupRestoreJob + func (o *BackupRestoreJob) GetBatchId() string + func (o *BackupRestoreJob) GetBatchIdOk() (*string, bool) + func (o *BackupRestoreJob) GetCheckpointId() string + func (o *BackupRestoreJob) GetCheckpointIdOk() (*string, bool) + func (o *BackupRestoreJob) GetClusterId() string + func (o *BackupRestoreJob) GetClusterIdOk() (*string, bool) + func (o *BackupRestoreJob) GetClusterName() string + func (o *BackupRestoreJob) GetClusterNameOk() (*string, bool) + func (o *BackupRestoreJob) GetCreated() time.Time + func (o *BackupRestoreJob) GetCreatedOk() (*time.Time, bool) + func (o *BackupRestoreJob) GetDelivery() BackupRestoreJobDelivery + func (o *BackupRestoreJob) GetDeliveryOk() (*BackupRestoreJobDelivery, bool) + func (o *BackupRestoreJob) GetEncryptionEnabled() bool + func (o *BackupRestoreJob) GetEncryptionEnabledOk() (*bool, bool) + func (o *BackupRestoreJob) GetGroupId() string + func (o *BackupRestoreJob) GetGroupIdOk() (*string, bool) + func (o *BackupRestoreJob) GetHashes() []RestoreJobFileHash + func (o *BackupRestoreJob) GetHashesOk() (*[]RestoreJobFileHash, bool) + func (o *BackupRestoreJob) GetId() string + func (o *BackupRestoreJob) GetIdOk() (*string, bool) + func (o *BackupRestoreJob) GetLinks() []Link + func (o *BackupRestoreJob) GetLinksOk() (*[]Link, bool) + func (o *BackupRestoreJob) GetMasterKeyUUID() string + func (o *BackupRestoreJob) GetMasterKeyUUIDOk() (*string, bool) + func (o *BackupRestoreJob) GetOplogInc() int + func (o *BackupRestoreJob) GetOplogIncOk() (*int, bool) + func (o *BackupRestoreJob) GetOplogTs() string + func (o *BackupRestoreJob) GetOplogTsOk() (*string, bool) + func (o *BackupRestoreJob) GetPointInTimeUTCMillis() int64 + func (o *BackupRestoreJob) GetPointInTimeUTCMillisOk() (*int64, bool) + func (o *BackupRestoreJob) GetSnapshotId() string + func (o *BackupRestoreJob) GetSnapshotIdOk() (*string, bool) + func (o *BackupRestoreJob) GetStatusName() string + func (o *BackupRestoreJob) GetStatusNameOk() (*string, bool) + func (o *BackupRestoreJob) GetTimestamp() ApiBSONTimestamp + func (o *BackupRestoreJob) GetTimestampOk() (*ApiBSONTimestamp, bool) + func (o *BackupRestoreJob) HasBatchId() bool + func (o *BackupRestoreJob) HasCheckpointId() bool + func (o *BackupRestoreJob) HasClusterId() bool + func (o *BackupRestoreJob) HasClusterName() bool + func (o *BackupRestoreJob) HasCreated() bool + func (o *BackupRestoreJob) HasEncryptionEnabled() bool + func (o *BackupRestoreJob) HasGroupId() bool + func (o *BackupRestoreJob) HasHashes() bool + func (o *BackupRestoreJob) HasId() bool + func (o *BackupRestoreJob) HasLinks() bool + func (o *BackupRestoreJob) HasMasterKeyUUID() bool + func (o *BackupRestoreJob) HasOplogInc() bool + func (o *BackupRestoreJob) HasOplogTs() bool + func (o *BackupRestoreJob) HasPointInTimeUTCMillis() bool + func (o *BackupRestoreJob) HasSnapshotId() bool + func (o *BackupRestoreJob) HasStatusName() bool + func (o *BackupRestoreJob) HasTimestamp() bool + func (o *BackupRestoreJob) SetBatchId(v string) + func (o *BackupRestoreJob) SetCheckpointId(v string) + func (o *BackupRestoreJob) SetClusterId(v string) + func (o *BackupRestoreJob) SetClusterName(v string) + func (o *BackupRestoreJob) SetCreated(v time.Time) + func (o *BackupRestoreJob) SetDelivery(v BackupRestoreJobDelivery) + func (o *BackupRestoreJob) SetEncryptionEnabled(v bool) + func (o *BackupRestoreJob) SetGroupId(v string) + func (o *BackupRestoreJob) SetHashes(v []RestoreJobFileHash) + func (o *BackupRestoreJob) SetId(v string) + func (o *BackupRestoreJob) SetLinks(v []Link) + func (o *BackupRestoreJob) SetMasterKeyUUID(v string) + func (o *BackupRestoreJob) SetOplogInc(v int) + func (o *BackupRestoreJob) SetOplogTs(v string) + func (o *BackupRestoreJob) SetPointInTimeUTCMillis(v int64) + func (o *BackupRestoreJob) SetSnapshotId(v string) + func (o *BackupRestoreJob) SetStatusName(v string) + func (o *BackupRestoreJob) SetTimestamp(v ApiBSONTimestamp) + func (o BackupRestoreJob) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupRestoreJob) ToMap() (map[string]interface{}, error) + type BackupRestoreJobDelivery struct + AuthHeader *string + AuthValue *string + ExpirationHours *int + Expires *time.Time + MaxDownloads *int + MethodName string + StatusName *string + TargetClusterId *string + TargetClusterName *string + TargetGroupId *string + Url *string + UrlV2 *string + func NewBackupRestoreJobDelivery(methodName string) *BackupRestoreJobDelivery + func NewBackupRestoreJobDeliveryWithDefaults() *BackupRestoreJobDelivery + func (o *BackupRestoreJobDelivery) GetAuthHeader() string + func (o *BackupRestoreJobDelivery) GetAuthHeaderOk() (*string, bool) + func (o *BackupRestoreJobDelivery) GetAuthValue() string + func (o *BackupRestoreJobDelivery) GetAuthValueOk() (*string, bool) + func (o *BackupRestoreJobDelivery) GetExpirationHours() int + func (o *BackupRestoreJobDelivery) GetExpirationHoursOk() (*int, bool) + func (o *BackupRestoreJobDelivery) GetExpires() time.Time + func (o *BackupRestoreJobDelivery) GetExpiresOk() (*time.Time, bool) + func (o *BackupRestoreJobDelivery) GetMaxDownloads() int + func (o *BackupRestoreJobDelivery) GetMaxDownloadsOk() (*int, bool) + func (o *BackupRestoreJobDelivery) GetMethodName() string + func (o *BackupRestoreJobDelivery) GetMethodNameOk() (*string, bool) + func (o *BackupRestoreJobDelivery) GetStatusName() string + func (o *BackupRestoreJobDelivery) GetStatusNameOk() (*string, bool) + func (o *BackupRestoreJobDelivery) GetTargetClusterId() string + func (o *BackupRestoreJobDelivery) GetTargetClusterIdOk() (*string, bool) + func (o *BackupRestoreJobDelivery) GetTargetClusterName() string + func (o *BackupRestoreJobDelivery) GetTargetClusterNameOk() (*string, bool) + func (o *BackupRestoreJobDelivery) GetTargetGroupId() string + func (o *BackupRestoreJobDelivery) GetTargetGroupIdOk() (*string, bool) + func (o *BackupRestoreJobDelivery) GetUrl() string + func (o *BackupRestoreJobDelivery) GetUrlOk() (*string, bool) + func (o *BackupRestoreJobDelivery) GetUrlV2() string + func (o *BackupRestoreJobDelivery) GetUrlV2Ok() (*string, bool) + func (o *BackupRestoreJobDelivery) HasAuthHeader() bool + func (o *BackupRestoreJobDelivery) HasAuthValue() bool + func (o *BackupRestoreJobDelivery) HasExpirationHours() bool + func (o *BackupRestoreJobDelivery) HasExpires() bool + func (o *BackupRestoreJobDelivery) HasMaxDownloads() bool + func (o *BackupRestoreJobDelivery) HasStatusName() bool + func (o *BackupRestoreJobDelivery) HasTargetClusterId() bool + func (o *BackupRestoreJobDelivery) HasTargetClusterName() bool + func (o *BackupRestoreJobDelivery) HasTargetGroupId() bool + func (o *BackupRestoreJobDelivery) HasUrl() bool + func (o *BackupRestoreJobDelivery) HasUrlV2() bool + func (o *BackupRestoreJobDelivery) SetAuthHeader(v string) + func (o *BackupRestoreJobDelivery) SetAuthValue(v string) + func (o *BackupRestoreJobDelivery) SetExpirationHours(v int) + func (o *BackupRestoreJobDelivery) SetExpires(v time.Time) + func (o *BackupRestoreJobDelivery) SetMaxDownloads(v int) + func (o *BackupRestoreJobDelivery) SetMethodName(v string) + func (o *BackupRestoreJobDelivery) SetStatusName(v string) + func (o *BackupRestoreJobDelivery) SetTargetClusterId(v string) + func (o *BackupRestoreJobDelivery) SetTargetClusterName(v string) + func (o *BackupRestoreJobDelivery) SetTargetGroupId(v string) + func (o *BackupRestoreJobDelivery) SetUrl(v string) + func (o *BackupRestoreJobDelivery) SetUrlV2(v string) + func (o BackupRestoreJobDelivery) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupRestoreJobDelivery) ToMap() (map[string]interface{}, error) + type BackupSnapshot struct + ClusterId *string + Complete *bool + Created *ApiBSONTimestamp + DoNotDelete *bool + Expires *time.Time + GroupId *string + Id *string + Incremental *bool + LastOplogAppliedTimestamp *ApiBSONTimestamp + Links *[]Link + Parts *[]BackupSnapshotPart + func NewBackupSnapshot() *BackupSnapshot + func NewBackupSnapshotWithDefaults() *BackupSnapshot + func (o *BackupSnapshot) GetClusterId() string + func (o *BackupSnapshot) GetClusterIdOk() (*string, bool) + func (o *BackupSnapshot) GetComplete() bool + func (o *BackupSnapshot) GetCompleteOk() (*bool, bool) + func (o *BackupSnapshot) GetCreated() ApiBSONTimestamp + func (o *BackupSnapshot) GetCreatedOk() (*ApiBSONTimestamp, bool) + func (o *BackupSnapshot) GetDoNotDelete() bool + func (o *BackupSnapshot) GetDoNotDeleteOk() (*bool, bool) + func (o *BackupSnapshot) GetExpires() time.Time + func (o *BackupSnapshot) GetExpiresOk() (*time.Time, bool) + func (o *BackupSnapshot) GetGroupId() string + func (o *BackupSnapshot) GetGroupIdOk() (*string, bool) + func (o *BackupSnapshot) GetId() string + func (o *BackupSnapshot) GetIdOk() (*string, bool) + func (o *BackupSnapshot) GetIncremental() bool + func (o *BackupSnapshot) GetIncrementalOk() (*bool, bool) + func (o *BackupSnapshot) GetLastOplogAppliedTimestamp() ApiBSONTimestamp + func (o *BackupSnapshot) GetLastOplogAppliedTimestampOk() (*ApiBSONTimestamp, bool) + func (o *BackupSnapshot) GetLinks() []Link + func (o *BackupSnapshot) GetLinksOk() (*[]Link, bool) + func (o *BackupSnapshot) GetParts() []BackupSnapshotPart + func (o *BackupSnapshot) GetPartsOk() (*[]BackupSnapshotPart, bool) + func (o *BackupSnapshot) HasClusterId() bool + func (o *BackupSnapshot) HasComplete() bool + func (o *BackupSnapshot) HasCreated() bool + func (o *BackupSnapshot) HasDoNotDelete() bool + func (o *BackupSnapshot) HasExpires() bool + func (o *BackupSnapshot) HasGroupId() bool + func (o *BackupSnapshot) HasId() bool + func (o *BackupSnapshot) HasIncremental() bool + func (o *BackupSnapshot) HasLastOplogAppliedTimestamp() bool + func (o *BackupSnapshot) HasLinks() bool + func (o *BackupSnapshot) HasParts() bool + func (o *BackupSnapshot) SetClusterId(v string) + func (o *BackupSnapshot) SetComplete(v bool) + func (o *BackupSnapshot) SetCreated(v ApiBSONTimestamp) + func (o *BackupSnapshot) SetDoNotDelete(v bool) + func (o *BackupSnapshot) SetExpires(v time.Time) + func (o *BackupSnapshot) SetGroupId(v string) + func (o *BackupSnapshot) SetId(v string) + func (o *BackupSnapshot) SetIncremental(v bool) + func (o *BackupSnapshot) SetLastOplogAppliedTimestamp(v ApiBSONTimestamp) + func (o *BackupSnapshot) SetLinks(v []Link) + func (o *BackupSnapshot) SetParts(v []BackupSnapshotPart) + func (o BackupSnapshot) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupSnapshot) ToMap() (map[string]interface{}, error) + type BackupSnapshotPart struct + ClusterId *string + CompressionSetting *string + DataSizeBytes *int64 + EncryptionEnabled *bool + FileSizeBytes *int64 + MasterKeyUUID *string + MongodVersion *string + ReplicaSetName *string + StorageSizeBytes *int64 + TypeName *string + func NewBackupSnapshotPart() *BackupSnapshotPart + func NewBackupSnapshotPartWithDefaults() *BackupSnapshotPart + func (o *BackupSnapshotPart) GetClusterId() string + func (o *BackupSnapshotPart) GetClusterIdOk() (*string, bool) + func (o *BackupSnapshotPart) GetCompressionSetting() string + func (o *BackupSnapshotPart) GetCompressionSettingOk() (*string, bool) + func (o *BackupSnapshotPart) GetDataSizeBytes() int64 + func (o *BackupSnapshotPart) GetDataSizeBytesOk() (*int64, bool) + func (o *BackupSnapshotPart) GetEncryptionEnabled() bool + func (o *BackupSnapshotPart) GetEncryptionEnabledOk() (*bool, bool) + func (o *BackupSnapshotPart) GetFileSizeBytes() int64 + func (o *BackupSnapshotPart) GetFileSizeBytesOk() (*int64, bool) + func (o *BackupSnapshotPart) GetMasterKeyUUID() string + func (o *BackupSnapshotPart) GetMasterKeyUUIDOk() (*string, bool) + func (o *BackupSnapshotPart) GetMongodVersion() string + func (o *BackupSnapshotPart) GetMongodVersionOk() (*string, bool) + func (o *BackupSnapshotPart) GetReplicaSetName() string + func (o *BackupSnapshotPart) GetReplicaSetNameOk() (*string, bool) + func (o *BackupSnapshotPart) GetStorageSizeBytes() int64 + func (o *BackupSnapshotPart) GetStorageSizeBytesOk() (*int64, bool) + func (o *BackupSnapshotPart) GetTypeName() string + func (o *BackupSnapshotPart) GetTypeNameOk() (*string, bool) + func (o *BackupSnapshotPart) HasClusterId() bool + func (o *BackupSnapshotPart) HasCompressionSetting() bool + func (o *BackupSnapshotPart) HasDataSizeBytes() bool + func (o *BackupSnapshotPart) HasEncryptionEnabled() bool + func (o *BackupSnapshotPart) HasFileSizeBytes() bool + func (o *BackupSnapshotPart) HasMasterKeyUUID() bool + func (o *BackupSnapshotPart) HasMongodVersion() bool + func (o *BackupSnapshotPart) HasReplicaSetName() bool + func (o *BackupSnapshotPart) HasStorageSizeBytes() bool + func (o *BackupSnapshotPart) HasTypeName() bool + func (o *BackupSnapshotPart) SetClusterId(v string) + func (o *BackupSnapshotPart) SetCompressionSetting(v string) + func (o *BackupSnapshotPart) SetDataSizeBytes(v int64) + func (o *BackupSnapshotPart) SetEncryptionEnabled(v bool) + func (o *BackupSnapshotPart) SetFileSizeBytes(v int64) + func (o *BackupSnapshotPart) SetMasterKeyUUID(v string) + func (o *BackupSnapshotPart) SetMongodVersion(v string) + func (o *BackupSnapshotPart) SetReplicaSetName(v string) + func (o *BackupSnapshotPart) SetStorageSizeBytes(v int64) + func (o *BackupSnapshotPart) SetTypeName(v string) + func (o BackupSnapshotPart) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupSnapshotPart) ToMap() (map[string]interface{}, error) + type BackupSnapshotRetention struct + Links *[]Link + RetentionUnit string + RetentionValue int + func NewBackupSnapshotRetention(retentionUnit string, retentionValue int) *BackupSnapshotRetention + func NewBackupSnapshotRetentionWithDefaults() *BackupSnapshotRetention + func (o *BackupSnapshotRetention) GetLinks() []Link + func (o *BackupSnapshotRetention) GetLinksOk() (*[]Link, bool) + func (o *BackupSnapshotRetention) GetRetentionUnit() string + func (o *BackupSnapshotRetention) GetRetentionUnitOk() (*string, bool) + func (o *BackupSnapshotRetention) GetRetentionValue() int + func (o *BackupSnapshotRetention) GetRetentionValueOk() (*int, bool) + func (o *BackupSnapshotRetention) HasLinks() bool + func (o *BackupSnapshotRetention) SetLinks(v []Link) + func (o *BackupSnapshotRetention) SetRetentionUnit(v string) + func (o *BackupSnapshotRetention) SetRetentionValue(v int) + func (o BackupSnapshotRetention) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupSnapshotRetention) ToMap() (map[string]interface{}, error) + type BackupTenantSnapshot struct + Expiration *time.Time + FinishTime *time.Time + Id *string + Links *[]Link + MongoDBVersion *string + ScheduledTime *time.Time + StartTime *time.Time + Status *string + func NewBackupTenantSnapshot() *BackupTenantSnapshot + func NewBackupTenantSnapshotWithDefaults() *BackupTenantSnapshot + func (o *BackupTenantSnapshot) GetExpiration() time.Time + func (o *BackupTenantSnapshot) GetExpirationOk() (*time.Time, bool) + func (o *BackupTenantSnapshot) GetFinishTime() time.Time + func (o *BackupTenantSnapshot) GetFinishTimeOk() (*time.Time, bool) + func (o *BackupTenantSnapshot) GetId() string + func (o *BackupTenantSnapshot) GetIdOk() (*string, bool) + func (o *BackupTenantSnapshot) GetLinks() []Link + func (o *BackupTenantSnapshot) GetLinksOk() (*[]Link, bool) + func (o *BackupTenantSnapshot) GetMongoDBVersion() string + func (o *BackupTenantSnapshot) GetMongoDBVersionOk() (*string, bool) + func (o *BackupTenantSnapshot) GetScheduledTime() time.Time + func (o *BackupTenantSnapshot) GetScheduledTimeOk() (*time.Time, bool) + func (o *BackupTenantSnapshot) GetStartTime() time.Time + func (o *BackupTenantSnapshot) GetStartTimeOk() (*time.Time, bool) + func (o *BackupTenantSnapshot) GetStatus() string + func (o *BackupTenantSnapshot) GetStatusOk() (*string, bool) + func (o *BackupTenantSnapshot) HasExpiration() bool + func (o *BackupTenantSnapshot) HasFinishTime() bool + func (o *BackupTenantSnapshot) HasId() bool + func (o *BackupTenantSnapshot) HasLinks() bool + func (o *BackupTenantSnapshot) HasMongoDBVersion() bool + func (o *BackupTenantSnapshot) HasScheduledTime() bool + func (o *BackupTenantSnapshot) HasStartTime() bool + func (o *BackupTenantSnapshot) HasStatus() bool + func (o *BackupTenantSnapshot) SetExpiration(v time.Time) + func (o *BackupTenantSnapshot) SetFinishTime(v time.Time) + func (o *BackupTenantSnapshot) SetId(v string) + func (o *BackupTenantSnapshot) SetLinks(v []Link) + func (o *BackupTenantSnapshot) SetMongoDBVersion(v string) + func (o *BackupTenantSnapshot) SetScheduledTime(v time.Time) + func (o *BackupTenantSnapshot) SetStartTime(v time.Time) + func (o *BackupTenantSnapshot) SetStatus(v string) + func (o BackupTenantSnapshot) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BackupTenantSnapshot) ToMap() (map[string]interface{}, error) + type BaseNetworkPeeringConnectionSettings struct + AccepterRegionName *string + AwsAccountId *string + AzureDirectoryId *string + AzureSubscriptionId *string + ConnectionId *string + ContainerId string + ErrorMessage *string + ErrorState *string + ErrorStateName *string + GcpProjectId *string + Id *string + NetworkName *string + ProviderName *string + ResourceGroupName *string + RouteTableCidrBlock *string + Status *string + StatusName *string + VnetName *string + VpcId *string + func NewBaseNetworkPeeringConnectionSettings(containerId string) *BaseNetworkPeeringConnectionSettings + func NewBaseNetworkPeeringConnectionSettingsWithDefaults() *BaseNetworkPeeringConnectionSettings + func (o *BaseNetworkPeeringConnectionSettings) GetAccepterRegionName() string + func (o *BaseNetworkPeeringConnectionSettings) GetAccepterRegionNameOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetAwsAccountId() string + func (o *BaseNetworkPeeringConnectionSettings) GetAwsAccountIdOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetAzureDirectoryId() string + func (o *BaseNetworkPeeringConnectionSettings) GetAzureDirectoryIdOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetAzureSubscriptionId() string + func (o *BaseNetworkPeeringConnectionSettings) GetAzureSubscriptionIdOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetConnectionId() string + func (o *BaseNetworkPeeringConnectionSettings) GetConnectionIdOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetContainerId() string + func (o *BaseNetworkPeeringConnectionSettings) GetContainerIdOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetErrorMessage() string + func (o *BaseNetworkPeeringConnectionSettings) GetErrorMessageOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetErrorState() string + func (o *BaseNetworkPeeringConnectionSettings) GetErrorStateName() string + func (o *BaseNetworkPeeringConnectionSettings) GetErrorStateNameOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetErrorStateOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetGcpProjectId() string + func (o *BaseNetworkPeeringConnectionSettings) GetGcpProjectIdOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetId() string + func (o *BaseNetworkPeeringConnectionSettings) GetIdOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetNetworkName() string + func (o *BaseNetworkPeeringConnectionSettings) GetNetworkNameOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetProviderName() string + func (o *BaseNetworkPeeringConnectionSettings) GetProviderNameOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetResourceGroupName() string + func (o *BaseNetworkPeeringConnectionSettings) GetResourceGroupNameOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetRouteTableCidrBlock() string + func (o *BaseNetworkPeeringConnectionSettings) GetRouteTableCidrBlockOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetStatus() string + func (o *BaseNetworkPeeringConnectionSettings) GetStatusName() string + func (o *BaseNetworkPeeringConnectionSettings) GetStatusNameOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetStatusOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetVnetName() string + func (o *BaseNetworkPeeringConnectionSettings) GetVnetNameOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) GetVpcId() string + func (o *BaseNetworkPeeringConnectionSettings) GetVpcIdOk() (*string, bool) + func (o *BaseNetworkPeeringConnectionSettings) HasAccepterRegionName() bool + func (o *BaseNetworkPeeringConnectionSettings) HasAwsAccountId() bool + func (o *BaseNetworkPeeringConnectionSettings) HasAzureDirectoryId() bool + func (o *BaseNetworkPeeringConnectionSettings) HasAzureSubscriptionId() bool + func (o *BaseNetworkPeeringConnectionSettings) HasConnectionId() bool + func (o *BaseNetworkPeeringConnectionSettings) HasErrorMessage() bool + func (o *BaseNetworkPeeringConnectionSettings) HasErrorState() bool + func (o *BaseNetworkPeeringConnectionSettings) HasErrorStateName() bool + func (o *BaseNetworkPeeringConnectionSettings) HasGcpProjectId() bool + func (o *BaseNetworkPeeringConnectionSettings) HasId() bool + func (o *BaseNetworkPeeringConnectionSettings) HasNetworkName() bool + func (o *BaseNetworkPeeringConnectionSettings) HasProviderName() bool + func (o *BaseNetworkPeeringConnectionSettings) HasResourceGroupName() bool + func (o *BaseNetworkPeeringConnectionSettings) HasRouteTableCidrBlock() bool + func (o *BaseNetworkPeeringConnectionSettings) HasStatus() bool + func (o *BaseNetworkPeeringConnectionSettings) HasStatusName() bool + func (o *BaseNetworkPeeringConnectionSettings) HasVnetName() bool + func (o *BaseNetworkPeeringConnectionSettings) HasVpcId() bool + func (o *BaseNetworkPeeringConnectionSettings) SetAccepterRegionName(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetAwsAccountId(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetAzureDirectoryId(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetAzureSubscriptionId(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetConnectionId(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetContainerId(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetErrorMessage(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetErrorState(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetErrorStateName(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetGcpProjectId(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetId(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetNetworkName(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetProviderName(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetResourceGroupName(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetRouteTableCidrBlock(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetStatus(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetStatusName(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetVnetName(v string) + func (o *BaseNetworkPeeringConnectionSettings) SetVpcId(v string) + func (o BaseNetworkPeeringConnectionSettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BaseNetworkPeeringConnectionSettings) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type BiConnector struct + Enabled *bool + ReadPreference *string + func NewBiConnector() *BiConnector + func NewBiConnectorWithDefaults() *BiConnector + func (o *BiConnector) GetEnabled() bool + func (o *BiConnector) GetEnabledOk() (*bool, bool) + func (o *BiConnector) GetReadPreference() string + func (o *BiConnector) GetReadPreferenceOk() (*string, bool) + func (o *BiConnector) HasEnabled() bool + func (o *BiConnector) HasReadPreference() bool + func (o *BiConnector) SetEnabled(v bool) + func (o *BiConnector) SetReadPreference(v string) + func (o BiConnector) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BiConnector) ToMap() (map[string]interface{}, error) + type BillingInvoice struct + AmountBilledCents *int64 + AmountPaidCents *int64 + Created *time.Time + CreditsCents *int64 + EndDate *time.Time + GroupId *string + Id *string + LineItems *[]InvoiceLineItem + LinkedInvoices *[]BillingInvoice + Links *[]Link + OrgId *string + Payments *[]BillingPayment + Refunds *[]BillingRefund + SalesTaxCents *int64 + StartDate *time.Time + StartingBalanceCents *int64 + StatusName *string + SubtotalCents *int64 + Updated *time.Time + func NewBillingInvoice() *BillingInvoice + func NewBillingInvoiceWithDefaults() *BillingInvoice + func (o *BillingInvoice) GetAmountBilledCents() int64 + func (o *BillingInvoice) GetAmountBilledCentsOk() (*int64, bool) + func (o *BillingInvoice) GetAmountPaidCents() int64 + func (o *BillingInvoice) GetAmountPaidCentsOk() (*int64, bool) + func (o *BillingInvoice) GetCreated() time.Time + func (o *BillingInvoice) GetCreatedOk() (*time.Time, bool) + func (o *BillingInvoice) GetCreditsCents() int64 + func (o *BillingInvoice) GetCreditsCentsOk() (*int64, bool) + func (o *BillingInvoice) GetEndDate() time.Time + func (o *BillingInvoice) GetEndDateOk() (*time.Time, bool) + func (o *BillingInvoice) GetGroupId() string + func (o *BillingInvoice) GetGroupIdOk() (*string, bool) + func (o *BillingInvoice) GetId() string + func (o *BillingInvoice) GetIdOk() (*string, bool) + func (o *BillingInvoice) GetLineItems() []InvoiceLineItem + func (o *BillingInvoice) GetLineItemsOk() (*[]InvoiceLineItem, bool) + func (o *BillingInvoice) GetLinkedInvoices() []BillingInvoice + func (o *BillingInvoice) GetLinkedInvoicesOk() (*[]BillingInvoice, bool) + func (o *BillingInvoice) GetLinks() []Link + func (o *BillingInvoice) GetLinksOk() (*[]Link, bool) + func (o *BillingInvoice) GetOrgId() string + func (o *BillingInvoice) GetOrgIdOk() (*string, bool) + func (o *BillingInvoice) GetPayments() []BillingPayment + func (o *BillingInvoice) GetPaymentsOk() (*[]BillingPayment, bool) + func (o *BillingInvoice) GetRefunds() []BillingRefund + func (o *BillingInvoice) GetRefundsOk() (*[]BillingRefund, bool) + func (o *BillingInvoice) GetSalesTaxCents() int64 + func (o *BillingInvoice) GetSalesTaxCentsOk() (*int64, bool) + func (o *BillingInvoice) GetStartDate() time.Time + func (o *BillingInvoice) GetStartDateOk() (*time.Time, bool) + func (o *BillingInvoice) GetStartingBalanceCents() int64 + func (o *BillingInvoice) GetStartingBalanceCentsOk() (*int64, bool) + func (o *BillingInvoice) GetStatusName() string + func (o *BillingInvoice) GetStatusNameOk() (*string, bool) + func (o *BillingInvoice) GetSubtotalCents() int64 + func (o *BillingInvoice) GetSubtotalCentsOk() (*int64, bool) + func (o *BillingInvoice) GetUpdated() time.Time + func (o *BillingInvoice) GetUpdatedOk() (*time.Time, bool) + func (o *BillingInvoice) HasAmountBilledCents() bool + func (o *BillingInvoice) HasAmountPaidCents() bool + func (o *BillingInvoice) HasCreated() bool + func (o *BillingInvoice) HasCreditsCents() bool + func (o *BillingInvoice) HasEndDate() bool + func (o *BillingInvoice) HasGroupId() bool + func (o *BillingInvoice) HasId() bool + func (o *BillingInvoice) HasLineItems() bool + func (o *BillingInvoice) HasLinkedInvoices() bool + func (o *BillingInvoice) HasLinks() bool + func (o *BillingInvoice) HasOrgId() bool + func (o *BillingInvoice) HasPayments() bool + func (o *BillingInvoice) HasRefunds() bool + func (o *BillingInvoice) HasSalesTaxCents() bool + func (o *BillingInvoice) HasStartDate() bool + func (o *BillingInvoice) HasStartingBalanceCents() bool + func (o *BillingInvoice) HasStatusName() bool + func (o *BillingInvoice) HasSubtotalCents() bool + func (o *BillingInvoice) HasUpdated() bool + func (o *BillingInvoice) SetAmountBilledCents(v int64) + func (o *BillingInvoice) SetAmountPaidCents(v int64) + func (o *BillingInvoice) SetCreated(v time.Time) + func (o *BillingInvoice) SetCreditsCents(v int64) + func (o *BillingInvoice) SetEndDate(v time.Time) + func (o *BillingInvoice) SetGroupId(v string) + func (o *BillingInvoice) SetId(v string) + func (o *BillingInvoice) SetLineItems(v []InvoiceLineItem) + func (o *BillingInvoice) SetLinkedInvoices(v []BillingInvoice) + func (o *BillingInvoice) SetLinks(v []Link) + func (o *BillingInvoice) SetOrgId(v string) + func (o *BillingInvoice) SetPayments(v []BillingPayment) + func (o *BillingInvoice) SetRefunds(v []BillingRefund) + func (o *BillingInvoice) SetSalesTaxCents(v int64) + func (o *BillingInvoice) SetStartDate(v time.Time) + func (o *BillingInvoice) SetStartingBalanceCents(v int64) + func (o *BillingInvoice) SetStatusName(v string) + func (o *BillingInvoice) SetSubtotalCents(v int64) + func (o *BillingInvoice) SetUpdated(v time.Time) + func (o BillingInvoice) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BillingInvoice) ToMap() (map[string]interface{}, error) + type BillingPayment struct + AmountBilledCents *int64 + AmountPaidCents *int64 + Created *time.Time + Id *string + SalesTaxCents *int64 + StatusName *string + SubtotalCents *int64 + Updated *time.Time + func NewBillingPayment() *BillingPayment + func NewBillingPaymentWithDefaults() *BillingPayment + func (o *BillingPayment) GetAmountBilledCents() int64 + func (o *BillingPayment) GetAmountBilledCentsOk() (*int64, bool) + func (o *BillingPayment) GetAmountPaidCents() int64 + func (o *BillingPayment) GetAmountPaidCentsOk() (*int64, bool) + func (o *BillingPayment) GetCreated() time.Time + func (o *BillingPayment) GetCreatedOk() (*time.Time, bool) + func (o *BillingPayment) GetId() string + func (o *BillingPayment) GetIdOk() (*string, bool) + func (o *BillingPayment) GetSalesTaxCents() int64 + func (o *BillingPayment) GetSalesTaxCentsOk() (*int64, bool) + func (o *BillingPayment) GetStatusName() string + func (o *BillingPayment) GetStatusNameOk() (*string, bool) + func (o *BillingPayment) GetSubtotalCents() int64 + func (o *BillingPayment) GetSubtotalCentsOk() (*int64, bool) + func (o *BillingPayment) GetUpdated() time.Time + func (o *BillingPayment) GetUpdatedOk() (*time.Time, bool) + func (o *BillingPayment) HasAmountBilledCents() bool + func (o *BillingPayment) HasAmountPaidCents() bool + func (o *BillingPayment) HasCreated() bool + func (o *BillingPayment) HasId() bool + func (o *BillingPayment) HasSalesTaxCents() bool + func (o *BillingPayment) HasStatusName() bool + func (o *BillingPayment) HasSubtotalCents() bool + func (o *BillingPayment) HasUpdated() bool + func (o *BillingPayment) SetAmountBilledCents(v int64) + func (o *BillingPayment) SetAmountPaidCents(v int64) + func (o *BillingPayment) SetCreated(v time.Time) + func (o *BillingPayment) SetId(v string) + func (o *BillingPayment) SetSalesTaxCents(v int64) + func (o *BillingPayment) SetStatusName(v string) + func (o *BillingPayment) SetSubtotalCents(v int64) + func (o *BillingPayment) SetUpdated(v time.Time) + func (o BillingPayment) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BillingPayment) ToMap() (map[string]interface{}, error) + type BillingRefund struct + AmountCents *int64 + Created *time.Time + PaymentId *string + Reason *string + func NewBillingRefund() *BillingRefund + func NewBillingRefundWithDefaults() *BillingRefund + func (o *BillingRefund) GetAmountCents() int64 + func (o *BillingRefund) GetAmountCentsOk() (*int64, bool) + func (o *BillingRefund) GetCreated() time.Time + func (o *BillingRefund) GetCreatedOk() (*time.Time, bool) + func (o *BillingRefund) GetPaymentId() string + func (o *BillingRefund) GetPaymentIdOk() (*string, bool) + func (o *BillingRefund) GetReason() string + func (o *BillingRefund) GetReasonOk() (*string, bool) + func (o *BillingRefund) HasAmountCents() bool + func (o *BillingRefund) HasCreated() bool + func (o *BillingRefund) HasPaymentId() bool + func (o *BillingRefund) HasReason() bool + func (o *BillingRefund) SetAmountCents(v int64) + func (o *BillingRefund) SetCreated(v time.Time) + func (o *BillingRefund) SetPaymentId(v string) + func (o *BillingRefund) SetReason(v string) + func (o BillingRefund) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o BillingRefund) ToMap() (map[string]interface{}, error) + type CancelBackupRestoreJobApiParams struct + ClusterName string + GroupId string + RestoreJobId string + type CancelBackupRestoreJobApiRequest struct + ApiService CloudBackupsApi + func (r CancelBackupRestoreJobApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type ClientModifier func(*Configuration) error + func UseBaseURL(baseURL string) ClientModifier + func UseDebug(debug bool) ClientModifier + func UseDigestAuth(apiKey, apiSecret string) ClientModifier + func UseHTTPClient(client *http.Client) ClientModifier + func UseUserAgent(userAgent string) ClientModifier + type CloudAccessRoleAssignment struct + GroupId *string + OrgId *string + RoleName *string + func NewCloudAccessRoleAssignment() *CloudAccessRoleAssignment + func NewCloudAccessRoleAssignmentWithDefaults() *CloudAccessRoleAssignment + func (o *CloudAccessRoleAssignment) GetGroupId() string + func (o *CloudAccessRoleAssignment) GetGroupIdOk() (*string, bool) + func (o *CloudAccessRoleAssignment) GetOrgId() string + func (o *CloudAccessRoleAssignment) GetOrgIdOk() (*string, bool) + func (o *CloudAccessRoleAssignment) GetRoleName() string + func (o *CloudAccessRoleAssignment) GetRoleNameOk() (*string, bool) + func (o *CloudAccessRoleAssignment) HasGroupId() bool + func (o *CloudAccessRoleAssignment) HasOrgId() bool + func (o *CloudAccessRoleAssignment) HasRoleName() bool + func (o *CloudAccessRoleAssignment) SetGroupId(v string) + func (o *CloudAccessRoleAssignment) SetOrgId(v string) + func (o *CloudAccessRoleAssignment) SetRoleName(v string) + func (o CloudAccessRoleAssignment) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudAccessRoleAssignment) ToMap() (map[string]interface{}, error) + type CloudAppUser struct + Country string + CreatedAt *time.Time + EmailAddress string + FirstName string + Id *string + LastAuth *time.Time + LastName string + Links *[]Link + MobileNumber string + Password string + Roles *[]CloudAccessRoleAssignment + TeamIds *[]string + Username string + func NewCloudAppUser(country string, emailAddress string, firstName string, lastName string, ...) *CloudAppUser + func NewCloudAppUserWithDefaults() *CloudAppUser + func (o *CloudAppUser) GetCountry() string + func (o *CloudAppUser) GetCountryOk() (*string, bool) + func (o *CloudAppUser) GetCreatedAt() time.Time + func (o *CloudAppUser) GetCreatedAtOk() (*time.Time, bool) + func (o *CloudAppUser) GetEmailAddress() string + func (o *CloudAppUser) GetEmailAddressOk() (*string, bool) + func (o *CloudAppUser) GetFirstName() string + func (o *CloudAppUser) GetFirstNameOk() (*string, bool) + func (o *CloudAppUser) GetId() string + func (o *CloudAppUser) GetIdOk() (*string, bool) + func (o *CloudAppUser) GetLastAuth() time.Time + func (o *CloudAppUser) GetLastAuthOk() (*time.Time, bool) + func (o *CloudAppUser) GetLastName() string + func (o *CloudAppUser) GetLastNameOk() (*string, bool) + func (o *CloudAppUser) GetLinks() []Link + func (o *CloudAppUser) GetLinksOk() (*[]Link, bool) + func (o *CloudAppUser) GetMobileNumber() string + func (o *CloudAppUser) GetMobileNumberOk() (*string, bool) + func (o *CloudAppUser) GetPassword() string + func (o *CloudAppUser) GetPasswordOk() (*string, bool) + func (o *CloudAppUser) GetRoles() []CloudAccessRoleAssignment + func (o *CloudAppUser) GetRolesOk() (*[]CloudAccessRoleAssignment, bool) + func (o *CloudAppUser) GetTeamIds() []string + func (o *CloudAppUser) GetTeamIdsOk() (*[]string, bool) + func (o *CloudAppUser) GetUsername() string + func (o *CloudAppUser) GetUsernameOk() (*string, bool) + func (o *CloudAppUser) HasCreatedAt() bool + func (o *CloudAppUser) HasId() bool + func (o *CloudAppUser) HasLastAuth() bool + func (o *CloudAppUser) HasLinks() bool + func (o *CloudAppUser) HasRoles() bool + func (o *CloudAppUser) HasTeamIds() bool + func (o *CloudAppUser) SetCountry(v string) + func (o *CloudAppUser) SetCreatedAt(v time.Time) + func (o *CloudAppUser) SetEmailAddress(v string) + func (o *CloudAppUser) SetFirstName(v string) + func (o *CloudAppUser) SetId(v string) + func (o *CloudAppUser) SetLastAuth(v time.Time) + func (o *CloudAppUser) SetLastName(v string) + func (o *CloudAppUser) SetLinks(v []Link) + func (o *CloudAppUser) SetMobileNumber(v string) + func (o *CloudAppUser) SetPassword(v string) + func (o *CloudAppUser) SetRoles(v []CloudAccessRoleAssignment) + func (o *CloudAppUser) SetTeamIds(v []string) + func (o *CloudAppUser) SetUsername(v string) + func (o CloudAppUser) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudAppUser) ToMap() (map[string]interface{}, error) + type CloudBackupsApi interface + CancelBackupRestoreJob func(ctx context.Context, groupId string, clusterName string, restoreJobId string) CancelBackupRestoreJobApiRequest + CancelBackupRestoreJobExecute func(r CancelBackupRestoreJobApiRequest) (map[string]interface{}, *http.Response, error) + CancelBackupRestoreJobWithParams func(ctx context.Context, args *CancelBackupRestoreJobApiParams) CancelBackupRestoreJobApiRequest + CreateBackupExportJob func(ctx context.Context, groupId string, clusterName string, ...) CreateBackupExportJobApiRequest + CreateBackupExportJobExecute func(r CreateBackupExportJobApiRequest) (*DiskBackupExportJob, *http.Response, error) + CreateBackupExportJobWithParams func(ctx context.Context, args *CreateBackupExportJobApiParams) CreateBackupExportJobApiRequest + CreateBackupRestoreJob func(ctx context.Context, groupId string, clusterName string, ...) CreateBackupRestoreJobApiRequest + CreateBackupRestoreJobExecute func(r CreateBackupRestoreJobApiRequest) (*DiskBackupSnapshotRestoreJob, *http.Response, error) + CreateBackupRestoreJobWithParams func(ctx context.Context, args *CreateBackupRestoreJobApiParams) CreateBackupRestoreJobApiRequest + CreateExportBucket func(ctx context.Context, groupId string, ...) CreateExportBucketApiRequest + CreateExportBucketExecute func(r CreateExportBucketApiRequest) (*DiskBackupSnapshotAWSExportBucket, *http.Response, error) + CreateExportBucketWithParams func(ctx context.Context, args *CreateExportBucketApiParams) CreateExportBucketApiRequest + CreateServerlessBackupRestoreJob func(ctx context.Context, groupId string, clusterName string, ...) CreateServerlessBackupRestoreJobApiRequest + CreateServerlessBackupRestoreJobExecute func(r CreateServerlessBackupRestoreJobApiRequest) (*ServerlessBackupRestoreJob, *http.Response, error) + CreateServerlessBackupRestoreJobWithParams func(ctx context.Context, args *CreateServerlessBackupRestoreJobApiParams) CreateServerlessBackupRestoreJobApiRequest + DeleteAllBackupSchedules func(ctx context.Context, groupId string, clusterName string) DeleteAllBackupSchedulesApiRequest + DeleteAllBackupSchedulesExecute func(r DeleteAllBackupSchedulesApiRequest) (*DiskBackupSnapshotSchedule, *http.Response, error) + DeleteAllBackupSchedulesWithParams func(ctx context.Context, args *DeleteAllBackupSchedulesApiParams) DeleteAllBackupSchedulesApiRequest + DeleteExportBucket func(ctx context.Context, groupId string, exportBucketId string) DeleteExportBucketApiRequest + DeleteExportBucketExecute func(r DeleteExportBucketApiRequest) (map[string]interface{}, *http.Response, error) + DeleteExportBucketWithParams func(ctx context.Context, args *DeleteExportBucketApiParams) DeleteExportBucketApiRequest + DeleteReplicaSetBackup func(ctx context.Context, groupId string, clusterName string, snapshotId string) DeleteReplicaSetBackupApiRequest + DeleteReplicaSetBackupExecute func(r DeleteReplicaSetBackupApiRequest) (map[string]interface{}, *http.Response, error) + DeleteReplicaSetBackupWithParams func(ctx context.Context, args *DeleteReplicaSetBackupApiParams) DeleteReplicaSetBackupApiRequest + DeleteShardedClusterBackup func(ctx context.Context, groupId string, clusterName string, snapshotId string) DeleteShardedClusterBackupApiRequest + DeleteShardedClusterBackupExecute func(r DeleteShardedClusterBackupApiRequest) (map[string]interface{}, *http.Response, error) + DeleteShardedClusterBackupWithParams func(ctx context.Context, args *DeleteShardedClusterBackupApiParams) DeleteShardedClusterBackupApiRequest + GetBackupExportJob func(ctx context.Context, groupId string, clusterName string, exportId string) GetBackupExportJobApiRequest + GetBackupExportJobExecute func(r GetBackupExportJobApiRequest) (*DiskBackupExportJob, *http.Response, error) + GetBackupExportJobWithParams func(ctx context.Context, args *GetBackupExportJobApiParams) GetBackupExportJobApiRequest + GetBackupRestoreJob func(ctx context.Context, groupId string, clusterName string, restoreJobId string) GetBackupRestoreJobApiRequest + GetBackupRestoreJobExecute func(r GetBackupRestoreJobApiRequest) (*DiskBackupSnapshotRestoreJob, *http.Response, error) + GetBackupRestoreJobWithParams func(ctx context.Context, args *GetBackupRestoreJobApiParams) GetBackupRestoreJobApiRequest + GetBackupSchedule func(ctx context.Context, groupId string, clusterName string) GetBackupScheduleApiRequest + GetBackupScheduleExecute func(r GetBackupScheduleApiRequest) (*DiskBackupSnapshotSchedule, *http.Response, error) + GetBackupScheduleWithParams func(ctx context.Context, args *GetBackupScheduleApiParams) GetBackupScheduleApiRequest + GetDataProtectionSettings func(ctx context.Context, groupId string) GetDataProtectionSettingsApiRequest + GetDataProtectionSettingsExecute func(r GetDataProtectionSettingsApiRequest) (*DataProtectionSettings20231001, *http.Response, error) + GetDataProtectionSettingsWithParams func(ctx context.Context, args *GetDataProtectionSettingsApiParams) GetDataProtectionSettingsApiRequest + GetExportBucket func(ctx context.Context, groupId string, exportBucketId string) GetExportBucketApiRequest + GetExportBucketExecute func(r GetExportBucketApiRequest) (*DiskBackupSnapshotAWSExportBucket, *http.Response, error) + GetExportBucketWithParams func(ctx context.Context, args *GetExportBucketApiParams) GetExportBucketApiRequest + GetReplicaSetBackup func(ctx context.Context, groupId string, clusterName string, snapshotId string) GetReplicaSetBackupApiRequest + GetReplicaSetBackupExecute func(r GetReplicaSetBackupApiRequest) (*DiskBackupReplicaSet, *http.Response, error) + GetReplicaSetBackupWithParams func(ctx context.Context, args *GetReplicaSetBackupApiParams) GetReplicaSetBackupApiRequest + GetServerlessBackup func(ctx context.Context, groupId string, clusterName string, snapshotId string) GetServerlessBackupApiRequest + GetServerlessBackupExecute func(r GetServerlessBackupApiRequest) (*ServerlessBackupSnapshot, *http.Response, error) + GetServerlessBackupRestoreJob func(ctx context.Context, groupId string, clusterName string, restoreJobId string) GetServerlessBackupRestoreJobApiRequest + GetServerlessBackupRestoreJobExecute func(r GetServerlessBackupRestoreJobApiRequest) (*ServerlessBackupRestoreJob, *http.Response, error) + GetServerlessBackupRestoreJobWithParams func(ctx context.Context, args *GetServerlessBackupRestoreJobApiParams) GetServerlessBackupRestoreJobApiRequest + GetServerlessBackupWithParams func(ctx context.Context, args *GetServerlessBackupApiParams) GetServerlessBackupApiRequest + GetShardedClusterBackup func(ctx context.Context, groupId string, clusterName string, snapshotId string) GetShardedClusterBackupApiRequest + GetShardedClusterBackupExecute func(r GetShardedClusterBackupApiRequest) (*DiskBackupShardedClusterSnapshot, *http.Response, error) + GetShardedClusterBackupWithParams func(ctx context.Context, args *GetShardedClusterBackupApiParams) GetShardedClusterBackupApiRequest + ListBackupExportJobs func(ctx context.Context, groupId string, clusterName string) ListBackupExportJobsApiRequest + ListBackupExportJobsExecute func(r ListBackupExportJobsApiRequest) (*PaginatedApiAtlasDiskBackupExportJob, *http.Response, error) + ListBackupExportJobsWithParams func(ctx context.Context, args *ListBackupExportJobsApiParams) ListBackupExportJobsApiRequest + ListBackupRestoreJobs func(ctx context.Context, groupId string, clusterName string) ListBackupRestoreJobsApiRequest + ListBackupRestoreJobsExecute func(r ListBackupRestoreJobsApiRequest) (*PaginatedCloudBackupRestoreJob, *http.Response, error) + ListBackupRestoreJobsWithParams func(ctx context.Context, args *ListBackupRestoreJobsApiParams) ListBackupRestoreJobsApiRequest + ListExportBuckets func(ctx context.Context, groupId string) ListExportBucketsApiRequest + ListExportBucketsExecute func(r ListExportBucketsApiRequest) (*PaginatedBackupSnapshotExportBucket, *http.Response, error) + ListExportBucketsWithParams func(ctx context.Context, args *ListExportBucketsApiParams) ListExportBucketsApiRequest + ListReplicaSetBackups func(ctx context.Context, groupId string, clusterName string) ListReplicaSetBackupsApiRequest + ListReplicaSetBackupsExecute func(r ListReplicaSetBackupsApiRequest) (*PaginatedCloudBackupReplicaSet, *http.Response, error) + ListReplicaSetBackupsWithParams func(ctx context.Context, args *ListReplicaSetBackupsApiParams) ListReplicaSetBackupsApiRequest + ListServerlessBackupRestoreJobs func(ctx context.Context, groupId string, clusterName string) ListServerlessBackupRestoreJobsApiRequest + ListServerlessBackupRestoreJobsExecute func(r ListServerlessBackupRestoreJobsApiRequest) (*PaginatedApiAtlasServerlessBackupRestoreJob, *http.Response, error) + ListServerlessBackupRestoreJobsWithParams func(ctx context.Context, args *ListServerlessBackupRestoreJobsApiParams) ListServerlessBackupRestoreJobsApiRequest + ListServerlessBackups func(ctx context.Context, groupId string, clusterName string) ListServerlessBackupsApiRequest + ListServerlessBackupsExecute func(r ListServerlessBackupsApiRequest) (*PaginatedApiAtlasServerlessBackupSnapshot, *http.Response, error) + ListServerlessBackupsWithParams func(ctx context.Context, args *ListServerlessBackupsApiParams) ListServerlessBackupsApiRequest + ListShardedClusterBackups func(ctx context.Context, groupId string, clusterName string) ListShardedClusterBackupsApiRequest + ListShardedClusterBackupsExecute func(r ListShardedClusterBackupsApiRequest) (*PaginatedCloudBackupShardedClusterSnapshot, *http.Response, error) + ListShardedClusterBackupsWithParams func(ctx context.Context, args *ListShardedClusterBackupsApiParams) ListShardedClusterBackupsApiRequest + TakeSnapshot func(ctx context.Context, groupId string, clusterName string, ...) TakeSnapshotApiRequest + TakeSnapshotExecute func(r TakeSnapshotApiRequest) (*DiskBackupSnapshot, *http.Response, error) + TakeSnapshotWithParams func(ctx context.Context, args *TakeSnapshotApiParams) TakeSnapshotApiRequest + UpdateBackupSchedule func(ctx context.Context, groupId string, clusterName string, ...) UpdateBackupScheduleApiRequest + UpdateBackupScheduleExecute func(r UpdateBackupScheduleApiRequest) (*DiskBackupSnapshotSchedule, *http.Response, error) + UpdateBackupScheduleWithParams func(ctx context.Context, args *UpdateBackupScheduleApiParams) UpdateBackupScheduleApiRequest + UpdateDataProtectionSettings func(ctx context.Context, groupId string, ...) UpdateDataProtectionSettingsApiRequest + UpdateDataProtectionSettingsExecute func(r UpdateDataProtectionSettingsApiRequest) (*DataProtectionSettings20231001, *http.Response, error) + UpdateDataProtectionSettingsWithParams func(ctx context.Context, args *UpdateDataProtectionSettingsApiParams) UpdateDataProtectionSettingsApiRequest + UpdateSnapshotRetention func(ctx context.Context, groupId string, clusterName string, snapshotId string, ...) UpdateSnapshotRetentionApiRequest + UpdateSnapshotRetentionExecute func(r UpdateSnapshotRetentionApiRequest) (*DiskBackupReplicaSet, *http.Response, error) + UpdateSnapshotRetentionWithParams func(ctx context.Context, args *UpdateSnapshotRetentionApiParams) UpdateSnapshotRetentionApiRequest + type CloudBackupsApiService service + func (a *CloudBackupsApiService) CancelBackupRestoreJob(ctx context.Context, groupId string, clusterName string, restoreJobId string) CancelBackupRestoreJobApiRequest + func (a *CloudBackupsApiService) CancelBackupRestoreJobExecute(r CancelBackupRestoreJobApiRequest) (map[string]interface{}, *http.Response, error) + func (a *CloudBackupsApiService) CancelBackupRestoreJobWithParams(ctx context.Context, args *CancelBackupRestoreJobApiParams) CancelBackupRestoreJobApiRequest + func (a *CloudBackupsApiService) CreateBackupExportJob(ctx context.Context, groupId string, clusterName string, ...) CreateBackupExportJobApiRequest + func (a *CloudBackupsApiService) CreateBackupExportJobExecute(r CreateBackupExportJobApiRequest) (*DiskBackupExportJob, *http.Response, error) + func (a *CloudBackupsApiService) CreateBackupExportJobWithParams(ctx context.Context, args *CreateBackupExportJobApiParams) CreateBackupExportJobApiRequest + func (a *CloudBackupsApiService) CreateBackupRestoreJob(ctx context.Context, groupId string, clusterName string, ...) CreateBackupRestoreJobApiRequest + func (a *CloudBackupsApiService) CreateBackupRestoreJobExecute(r CreateBackupRestoreJobApiRequest) (*DiskBackupSnapshotRestoreJob, *http.Response, error) + func (a *CloudBackupsApiService) CreateBackupRestoreJobWithParams(ctx context.Context, args *CreateBackupRestoreJobApiParams) CreateBackupRestoreJobApiRequest + func (a *CloudBackupsApiService) CreateExportBucket(ctx context.Context, groupId string, ...) CreateExportBucketApiRequest + func (a *CloudBackupsApiService) CreateExportBucketExecute(r CreateExportBucketApiRequest) (*DiskBackupSnapshotAWSExportBucket, *http.Response, error) + func (a *CloudBackupsApiService) CreateExportBucketWithParams(ctx context.Context, args *CreateExportBucketApiParams) CreateExportBucketApiRequest + func (a *CloudBackupsApiService) CreateServerlessBackupRestoreJob(ctx context.Context, groupId string, clusterName string, ...) CreateServerlessBackupRestoreJobApiRequest + func (a *CloudBackupsApiService) CreateServerlessBackupRestoreJobExecute(r CreateServerlessBackupRestoreJobApiRequest) (*ServerlessBackupRestoreJob, *http.Response, error) + func (a *CloudBackupsApiService) CreateServerlessBackupRestoreJobWithParams(ctx context.Context, args *CreateServerlessBackupRestoreJobApiParams) CreateServerlessBackupRestoreJobApiRequest + func (a *CloudBackupsApiService) DeleteAllBackupSchedules(ctx context.Context, groupId string, clusterName string) DeleteAllBackupSchedulesApiRequest + func (a *CloudBackupsApiService) DeleteAllBackupSchedulesExecute(r DeleteAllBackupSchedulesApiRequest) (*DiskBackupSnapshotSchedule, *http.Response, error) + func (a *CloudBackupsApiService) DeleteAllBackupSchedulesWithParams(ctx context.Context, args *DeleteAllBackupSchedulesApiParams) DeleteAllBackupSchedulesApiRequest + func (a *CloudBackupsApiService) DeleteExportBucket(ctx context.Context, groupId string, exportBucketId string) DeleteExportBucketApiRequest + func (a *CloudBackupsApiService) DeleteExportBucketExecute(r DeleteExportBucketApiRequest) (map[string]interface{}, *http.Response, error) + func (a *CloudBackupsApiService) DeleteExportBucketWithParams(ctx context.Context, args *DeleteExportBucketApiParams) DeleteExportBucketApiRequest + func (a *CloudBackupsApiService) DeleteReplicaSetBackup(ctx context.Context, groupId string, clusterName string, snapshotId string) DeleteReplicaSetBackupApiRequest + func (a *CloudBackupsApiService) DeleteReplicaSetBackupExecute(r DeleteReplicaSetBackupApiRequest) (map[string]interface{}, *http.Response, error) + func (a *CloudBackupsApiService) DeleteReplicaSetBackupWithParams(ctx context.Context, args *DeleteReplicaSetBackupApiParams) DeleteReplicaSetBackupApiRequest + func (a *CloudBackupsApiService) DeleteShardedClusterBackup(ctx context.Context, groupId string, clusterName string, snapshotId string) DeleteShardedClusterBackupApiRequest + func (a *CloudBackupsApiService) DeleteShardedClusterBackupExecute(r DeleteShardedClusterBackupApiRequest) (map[string]interface{}, *http.Response, error) + func (a *CloudBackupsApiService) DeleteShardedClusterBackupWithParams(ctx context.Context, args *DeleteShardedClusterBackupApiParams) DeleteShardedClusterBackupApiRequest + func (a *CloudBackupsApiService) GetBackupExportJob(ctx context.Context, groupId string, clusterName string, exportId string) GetBackupExportJobApiRequest + func (a *CloudBackupsApiService) GetBackupExportJobExecute(r GetBackupExportJobApiRequest) (*DiskBackupExportJob, *http.Response, error) + func (a *CloudBackupsApiService) GetBackupExportJobWithParams(ctx context.Context, args *GetBackupExportJobApiParams) GetBackupExportJobApiRequest + func (a *CloudBackupsApiService) GetBackupRestoreJob(ctx context.Context, groupId string, clusterName string, restoreJobId string) GetBackupRestoreJobApiRequest + func (a *CloudBackupsApiService) GetBackupRestoreJobExecute(r GetBackupRestoreJobApiRequest) (*DiskBackupSnapshotRestoreJob, *http.Response, error) + func (a *CloudBackupsApiService) GetBackupRestoreJobWithParams(ctx context.Context, args *GetBackupRestoreJobApiParams) GetBackupRestoreJobApiRequest + func (a *CloudBackupsApiService) GetBackupSchedule(ctx context.Context, groupId string, clusterName string) GetBackupScheduleApiRequest + func (a *CloudBackupsApiService) GetBackupScheduleExecute(r GetBackupScheduleApiRequest) (*DiskBackupSnapshotSchedule, *http.Response, error) + func (a *CloudBackupsApiService) GetBackupScheduleWithParams(ctx context.Context, args *GetBackupScheduleApiParams) GetBackupScheduleApiRequest + func (a *CloudBackupsApiService) GetDataProtectionSettings(ctx context.Context, groupId string) GetDataProtectionSettingsApiRequest + func (a *CloudBackupsApiService) GetDataProtectionSettingsExecute(r GetDataProtectionSettingsApiRequest) (*DataProtectionSettings20231001, *http.Response, error) + func (a *CloudBackupsApiService) GetDataProtectionSettingsWithParams(ctx context.Context, args *GetDataProtectionSettingsApiParams) GetDataProtectionSettingsApiRequest + func (a *CloudBackupsApiService) GetExportBucket(ctx context.Context, groupId string, exportBucketId string) GetExportBucketApiRequest + func (a *CloudBackupsApiService) GetExportBucketExecute(r GetExportBucketApiRequest) (*DiskBackupSnapshotAWSExportBucket, *http.Response, error) + func (a *CloudBackupsApiService) GetExportBucketWithParams(ctx context.Context, args *GetExportBucketApiParams) GetExportBucketApiRequest + func (a *CloudBackupsApiService) GetReplicaSetBackup(ctx context.Context, groupId string, clusterName string, snapshotId string) GetReplicaSetBackupApiRequest + func (a *CloudBackupsApiService) GetReplicaSetBackupExecute(r GetReplicaSetBackupApiRequest) (*DiskBackupReplicaSet, *http.Response, error) + func (a *CloudBackupsApiService) GetReplicaSetBackupWithParams(ctx context.Context, args *GetReplicaSetBackupApiParams) GetReplicaSetBackupApiRequest + func (a *CloudBackupsApiService) GetServerlessBackup(ctx context.Context, groupId string, clusterName string, snapshotId string) GetServerlessBackupApiRequest + func (a *CloudBackupsApiService) GetServerlessBackupExecute(r GetServerlessBackupApiRequest) (*ServerlessBackupSnapshot, *http.Response, error) + func (a *CloudBackupsApiService) GetServerlessBackupRestoreJob(ctx context.Context, groupId string, clusterName string, restoreJobId string) GetServerlessBackupRestoreJobApiRequest + func (a *CloudBackupsApiService) GetServerlessBackupRestoreJobExecute(r GetServerlessBackupRestoreJobApiRequest) (*ServerlessBackupRestoreJob, *http.Response, error) + func (a *CloudBackupsApiService) GetServerlessBackupRestoreJobWithParams(ctx context.Context, args *GetServerlessBackupRestoreJobApiParams) GetServerlessBackupRestoreJobApiRequest + func (a *CloudBackupsApiService) GetServerlessBackupWithParams(ctx context.Context, args *GetServerlessBackupApiParams) GetServerlessBackupApiRequest + func (a *CloudBackupsApiService) GetShardedClusterBackup(ctx context.Context, groupId string, clusterName string, snapshotId string) GetShardedClusterBackupApiRequest + func (a *CloudBackupsApiService) GetShardedClusterBackupExecute(r GetShardedClusterBackupApiRequest) (*DiskBackupShardedClusterSnapshot, *http.Response, error) + func (a *CloudBackupsApiService) GetShardedClusterBackupWithParams(ctx context.Context, args *GetShardedClusterBackupApiParams) GetShardedClusterBackupApiRequest + func (a *CloudBackupsApiService) ListBackupExportJobs(ctx context.Context, groupId string, clusterName string) ListBackupExportJobsApiRequest + func (a *CloudBackupsApiService) ListBackupExportJobsExecute(r ListBackupExportJobsApiRequest) (*PaginatedApiAtlasDiskBackupExportJob, *http.Response, error) + func (a *CloudBackupsApiService) ListBackupExportJobsWithParams(ctx context.Context, args *ListBackupExportJobsApiParams) ListBackupExportJobsApiRequest + func (a *CloudBackupsApiService) ListBackupRestoreJobs(ctx context.Context, groupId string, clusterName string) ListBackupRestoreJobsApiRequest + func (a *CloudBackupsApiService) ListBackupRestoreJobsExecute(r ListBackupRestoreJobsApiRequest) (*PaginatedCloudBackupRestoreJob, *http.Response, error) + func (a *CloudBackupsApiService) ListBackupRestoreJobsWithParams(ctx context.Context, args *ListBackupRestoreJobsApiParams) ListBackupRestoreJobsApiRequest + func (a *CloudBackupsApiService) ListExportBuckets(ctx context.Context, groupId string) ListExportBucketsApiRequest + func (a *CloudBackupsApiService) ListExportBucketsExecute(r ListExportBucketsApiRequest) (*PaginatedBackupSnapshotExportBucket, *http.Response, error) + func (a *CloudBackupsApiService) ListExportBucketsWithParams(ctx context.Context, args *ListExportBucketsApiParams) ListExportBucketsApiRequest + func (a *CloudBackupsApiService) ListReplicaSetBackups(ctx context.Context, groupId string, clusterName string) ListReplicaSetBackupsApiRequest + func (a *CloudBackupsApiService) ListReplicaSetBackupsExecute(r ListReplicaSetBackupsApiRequest) (*PaginatedCloudBackupReplicaSet, *http.Response, error) + func (a *CloudBackupsApiService) ListReplicaSetBackupsWithParams(ctx context.Context, args *ListReplicaSetBackupsApiParams) ListReplicaSetBackupsApiRequest + func (a *CloudBackupsApiService) ListServerlessBackupRestoreJobs(ctx context.Context, groupId string, clusterName string) ListServerlessBackupRestoreJobsApiRequest + func (a *CloudBackupsApiService) ListServerlessBackupRestoreJobsExecute(r ListServerlessBackupRestoreJobsApiRequest) (*PaginatedApiAtlasServerlessBackupRestoreJob, *http.Response, error) + func (a *CloudBackupsApiService) ListServerlessBackupRestoreJobsWithParams(ctx context.Context, args *ListServerlessBackupRestoreJobsApiParams) ListServerlessBackupRestoreJobsApiRequest + func (a *CloudBackupsApiService) ListServerlessBackups(ctx context.Context, groupId string, clusterName string) ListServerlessBackupsApiRequest + func (a *CloudBackupsApiService) ListServerlessBackupsExecute(r ListServerlessBackupsApiRequest) (*PaginatedApiAtlasServerlessBackupSnapshot, *http.Response, error) + func (a *CloudBackupsApiService) ListServerlessBackupsWithParams(ctx context.Context, args *ListServerlessBackupsApiParams) ListServerlessBackupsApiRequest + func (a *CloudBackupsApiService) ListShardedClusterBackups(ctx context.Context, groupId string, clusterName string) ListShardedClusterBackupsApiRequest + func (a *CloudBackupsApiService) ListShardedClusterBackupsExecute(r ListShardedClusterBackupsApiRequest) (*PaginatedCloudBackupShardedClusterSnapshot, *http.Response, error) + func (a *CloudBackupsApiService) ListShardedClusterBackupsWithParams(ctx context.Context, args *ListShardedClusterBackupsApiParams) ListShardedClusterBackupsApiRequest + func (a *CloudBackupsApiService) TakeSnapshot(ctx context.Context, groupId string, clusterName string, ...) TakeSnapshotApiRequest + func (a *CloudBackupsApiService) TakeSnapshotExecute(r TakeSnapshotApiRequest) (*DiskBackupSnapshot, *http.Response, error) + func (a *CloudBackupsApiService) TakeSnapshotWithParams(ctx context.Context, args *TakeSnapshotApiParams) TakeSnapshotApiRequest + func (a *CloudBackupsApiService) UpdateBackupSchedule(ctx context.Context, groupId string, clusterName string, ...) UpdateBackupScheduleApiRequest + func (a *CloudBackupsApiService) UpdateBackupScheduleExecute(r UpdateBackupScheduleApiRequest) (*DiskBackupSnapshotSchedule, *http.Response, error) + func (a *CloudBackupsApiService) UpdateBackupScheduleWithParams(ctx context.Context, args *UpdateBackupScheduleApiParams) UpdateBackupScheduleApiRequest + func (a *CloudBackupsApiService) UpdateDataProtectionSettings(ctx context.Context, groupId string, ...) UpdateDataProtectionSettingsApiRequest + func (a *CloudBackupsApiService) UpdateDataProtectionSettingsExecute(r UpdateDataProtectionSettingsApiRequest) (*DataProtectionSettings20231001, *http.Response, error) + func (a *CloudBackupsApiService) UpdateDataProtectionSettingsWithParams(ctx context.Context, args *UpdateDataProtectionSettingsApiParams) UpdateDataProtectionSettingsApiRequest + func (a *CloudBackupsApiService) UpdateSnapshotRetention(ctx context.Context, groupId string, clusterName string, snapshotId string, ...) UpdateSnapshotRetentionApiRequest + func (a *CloudBackupsApiService) UpdateSnapshotRetentionExecute(r UpdateSnapshotRetentionApiRequest) (*DiskBackupReplicaSet, *http.Response, error) + func (a *CloudBackupsApiService) UpdateSnapshotRetentionWithParams(ctx context.Context, args *UpdateSnapshotRetentionApiParams) UpdateSnapshotRetentionApiRequest + type CloudCluster struct + AlertCount *int + AuthEnabled *bool + Availability *string + BackupEnabled *bool + ClusterId *string + DataSizeBytes *int64 + Name *string + NodeCount *int + SslEnabled *bool + Type *string + Versions *[]string + func NewCloudCluster() *CloudCluster + func NewCloudClusterWithDefaults() *CloudCluster + func (o *CloudCluster) GetAlertCount() int + func (o *CloudCluster) GetAlertCountOk() (*int, bool) + func (o *CloudCluster) GetAuthEnabled() bool + func (o *CloudCluster) GetAuthEnabledOk() (*bool, bool) + func (o *CloudCluster) GetAvailability() string + func (o *CloudCluster) GetAvailabilityOk() (*string, bool) + func (o *CloudCluster) GetBackupEnabled() bool + func (o *CloudCluster) GetBackupEnabledOk() (*bool, bool) + func (o *CloudCluster) GetClusterId() string + func (o *CloudCluster) GetClusterIdOk() (*string, bool) + func (o *CloudCluster) GetDataSizeBytes() int64 + func (o *CloudCluster) GetDataSizeBytesOk() (*int64, bool) + func (o *CloudCluster) GetName() string + func (o *CloudCluster) GetNameOk() (*string, bool) + func (o *CloudCluster) GetNodeCount() int + func (o *CloudCluster) GetNodeCountOk() (*int, bool) + func (o *CloudCluster) GetSslEnabled() bool + func (o *CloudCluster) GetSslEnabledOk() (*bool, bool) + func (o *CloudCluster) GetType() string + func (o *CloudCluster) GetTypeOk() (*string, bool) + func (o *CloudCluster) GetVersions() []string + func (o *CloudCluster) GetVersionsOk() (*[]string, bool) + func (o *CloudCluster) HasAlertCount() bool + func (o *CloudCluster) HasAuthEnabled() bool + func (o *CloudCluster) HasAvailability() bool + func (o *CloudCluster) HasBackupEnabled() bool + func (o *CloudCluster) HasClusterId() bool + func (o *CloudCluster) HasDataSizeBytes() bool + func (o *CloudCluster) HasName() bool + func (o *CloudCluster) HasNodeCount() bool + func (o *CloudCluster) HasSslEnabled() bool + func (o *CloudCluster) HasType() bool + func (o *CloudCluster) HasVersions() bool + func (o *CloudCluster) SetAlertCount(v int) + func (o *CloudCluster) SetAuthEnabled(v bool) + func (o *CloudCluster) SetAvailability(v string) + func (o *CloudCluster) SetBackupEnabled(v bool) + func (o *CloudCluster) SetClusterId(v string) + func (o *CloudCluster) SetDataSizeBytes(v int64) + func (o *CloudCluster) SetName(v string) + func (o *CloudCluster) SetNodeCount(v int) + func (o *CloudCluster) SetSslEnabled(v bool) + func (o *CloudCluster) SetType(v string) + func (o *CloudCluster) SetVersions(v []string) + func (o CloudCluster) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudCluster) ToMap() (map[string]interface{}, error) + type CloudDatabaseUser struct + AwsIAMType *string + DatabaseName string + DeleteAfterDate *time.Time + GroupId string + Labels *[]ComponentLabel + LdapAuthType *string + Links *[]Link + OidcAuthType *string + Password *string + Roles *[]DatabaseUserRole + Scopes *[]UserScope + Username string + X509Type *string + func NewCloudDatabaseUser(databaseName string, groupId string, username string) *CloudDatabaseUser + func NewCloudDatabaseUserWithDefaults() *CloudDatabaseUser + func (o *CloudDatabaseUser) GetAwsIAMType() string + func (o *CloudDatabaseUser) GetAwsIAMTypeOk() (*string, bool) + func (o *CloudDatabaseUser) GetDatabaseName() string + func (o *CloudDatabaseUser) GetDatabaseNameOk() (*string, bool) + func (o *CloudDatabaseUser) GetDeleteAfterDate() time.Time + func (o *CloudDatabaseUser) GetDeleteAfterDateOk() (*time.Time, bool) + func (o *CloudDatabaseUser) GetGroupId() string + func (o *CloudDatabaseUser) GetGroupIdOk() (*string, bool) + func (o *CloudDatabaseUser) GetLabels() []ComponentLabel + func (o *CloudDatabaseUser) GetLabelsOk() (*[]ComponentLabel, bool) + func (o *CloudDatabaseUser) GetLdapAuthType() string + func (o *CloudDatabaseUser) GetLdapAuthTypeOk() (*string, bool) + func (o *CloudDatabaseUser) GetLinks() []Link + func (o *CloudDatabaseUser) GetLinksOk() (*[]Link, bool) + func (o *CloudDatabaseUser) GetOidcAuthType() string + func (o *CloudDatabaseUser) GetOidcAuthTypeOk() (*string, bool) + func (o *CloudDatabaseUser) GetPassword() string + func (o *CloudDatabaseUser) GetPasswordOk() (*string, bool) + func (o *CloudDatabaseUser) GetRoles() []DatabaseUserRole + func (o *CloudDatabaseUser) GetRolesOk() (*[]DatabaseUserRole, bool) + func (o *CloudDatabaseUser) GetScopes() []UserScope + func (o *CloudDatabaseUser) GetScopesOk() (*[]UserScope, bool) + func (o *CloudDatabaseUser) GetUsername() string + func (o *CloudDatabaseUser) GetUsernameOk() (*string, bool) + func (o *CloudDatabaseUser) GetX509Type() string + func (o *CloudDatabaseUser) GetX509TypeOk() (*string, bool) + func (o *CloudDatabaseUser) HasAwsIAMType() bool + func (o *CloudDatabaseUser) HasDeleteAfterDate() bool + func (o *CloudDatabaseUser) HasLabels() bool + func (o *CloudDatabaseUser) HasLdapAuthType() bool + func (o *CloudDatabaseUser) HasLinks() bool + func (o *CloudDatabaseUser) HasOidcAuthType() bool + func (o *CloudDatabaseUser) HasPassword() bool + func (o *CloudDatabaseUser) HasRoles() bool + func (o *CloudDatabaseUser) HasScopes() bool + func (o *CloudDatabaseUser) HasX509Type() bool + func (o *CloudDatabaseUser) SetAwsIAMType(v string) + func (o *CloudDatabaseUser) SetDatabaseName(v string) + func (o *CloudDatabaseUser) SetDeleteAfterDate(v time.Time) + func (o *CloudDatabaseUser) SetGroupId(v string) + func (o *CloudDatabaseUser) SetLabels(v []ComponentLabel) + func (o *CloudDatabaseUser) SetLdapAuthType(v string) + func (o *CloudDatabaseUser) SetLinks(v []Link) + func (o *CloudDatabaseUser) SetOidcAuthType(v string) + func (o *CloudDatabaseUser) SetPassword(v string) + func (o *CloudDatabaseUser) SetRoles(v []DatabaseUserRole) + func (o *CloudDatabaseUser) SetScopes(v []UserScope) + func (o *CloudDatabaseUser) SetUsername(v string) + func (o *CloudDatabaseUser) SetX509Type(v string) + func (o CloudDatabaseUser) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudDatabaseUser) ToMap() (map[string]interface{}, error) + type CloudMigrationServiceApi interface + CreateLinkToken func(ctx context.Context, orgId string, targetOrgRequest *TargetOrgRequest) CreateLinkTokenApiRequest + CreateLinkTokenExecute func(r CreateLinkTokenApiRequest) (*TargetOrg, *http.Response, error) + CreateLinkTokenWithParams func(ctx context.Context, args *CreateLinkTokenApiParams) CreateLinkTokenApiRequest + CreatePushMigration func(ctx context.Context, groupId string, ...) CreatePushMigrationApiRequest + CreatePushMigrationExecute func(r CreatePushMigrationApiRequest) (*LiveMigrationResponse, *http.Response, error) + CreatePushMigrationWithParams func(ctx context.Context, args *CreatePushMigrationApiParams) CreatePushMigrationApiRequest + CutoverMigration func(ctx context.Context, groupId string, liveMigrationId string) CutoverMigrationApiRequest + CutoverMigrationExecute func(r CutoverMigrationApiRequest) (*http.Response, error) + CutoverMigrationWithParams func(ctx context.Context, args *CutoverMigrationApiParams) CutoverMigrationApiRequest + DeleteLinkToken func(ctx context.Context, orgId string) DeleteLinkTokenApiRequest + DeleteLinkTokenExecute func(r DeleteLinkTokenApiRequest) (map[string]interface{}, *http.Response, error) + DeleteLinkTokenWithParams func(ctx context.Context, args *DeleteLinkTokenApiParams) DeleteLinkTokenApiRequest + GetPushMigration func(ctx context.Context, groupId string, liveMigrationId string) GetPushMigrationApiRequest + GetPushMigrationExecute func(r GetPushMigrationApiRequest) (*LiveMigrationResponse, *http.Response, error) + GetPushMigrationWithParams func(ctx context.Context, args *GetPushMigrationApiParams) GetPushMigrationApiRequest + GetValidationStatus func(ctx context.Context, groupId string, validationId string) GetValidationStatusApiRequest + GetValidationStatusExecute func(r GetValidationStatusApiRequest) (*LiveImportValidation, *http.Response, error) + GetValidationStatusWithParams func(ctx context.Context, args *GetValidationStatusApiParams) GetValidationStatusApiRequest + ListSourceProjects func(ctx context.Context, orgId string) ListSourceProjectsApiRequest + ListSourceProjectsExecute func(r ListSourceProjectsApiRequest) ([]LiveImportAvailableProject, *http.Response, error) + ListSourceProjectsWithParams func(ctx context.Context, args *ListSourceProjectsApiParams) ListSourceProjectsApiRequest + ValidateMigration func(ctx context.Context, groupId string, ...) ValidateMigrationApiRequest + ValidateMigrationExecute func(r ValidateMigrationApiRequest) (*LiveImportValidation, *http.Response, error) + ValidateMigrationWithParams func(ctx context.Context, args *ValidateMigrationApiParams) ValidateMigrationApiRequest + type CloudMigrationServiceApiService service + func (a *CloudMigrationServiceApiService) CreateLinkToken(ctx context.Context, orgId string, targetOrgRequest *TargetOrgRequest) CreateLinkTokenApiRequest + func (a *CloudMigrationServiceApiService) CreateLinkTokenExecute(r CreateLinkTokenApiRequest) (*TargetOrg, *http.Response, error) + func (a *CloudMigrationServiceApiService) CreateLinkTokenWithParams(ctx context.Context, args *CreateLinkTokenApiParams) CreateLinkTokenApiRequest + func (a *CloudMigrationServiceApiService) CreatePushMigration(ctx context.Context, groupId string, ...) CreatePushMigrationApiRequest + func (a *CloudMigrationServiceApiService) CreatePushMigrationExecute(r CreatePushMigrationApiRequest) (*LiveMigrationResponse, *http.Response, error) + func (a *CloudMigrationServiceApiService) CreatePushMigrationWithParams(ctx context.Context, args *CreatePushMigrationApiParams) CreatePushMigrationApiRequest + func (a *CloudMigrationServiceApiService) CutoverMigration(ctx context.Context, groupId string, liveMigrationId string) CutoverMigrationApiRequest + func (a *CloudMigrationServiceApiService) CutoverMigrationExecute(r CutoverMigrationApiRequest) (*http.Response, error) + func (a *CloudMigrationServiceApiService) CutoverMigrationWithParams(ctx context.Context, args *CutoverMigrationApiParams) CutoverMigrationApiRequest + func (a *CloudMigrationServiceApiService) DeleteLinkToken(ctx context.Context, orgId string) DeleteLinkTokenApiRequest + func (a *CloudMigrationServiceApiService) DeleteLinkTokenExecute(r DeleteLinkTokenApiRequest) (map[string]interface{}, *http.Response, error) + func (a *CloudMigrationServiceApiService) DeleteLinkTokenWithParams(ctx context.Context, args *DeleteLinkTokenApiParams) DeleteLinkTokenApiRequest + func (a *CloudMigrationServiceApiService) GetPushMigration(ctx context.Context, groupId string, liveMigrationId string) GetPushMigrationApiRequest + func (a *CloudMigrationServiceApiService) GetPushMigrationExecute(r GetPushMigrationApiRequest) (*LiveMigrationResponse, *http.Response, error) + func (a *CloudMigrationServiceApiService) GetPushMigrationWithParams(ctx context.Context, args *GetPushMigrationApiParams) GetPushMigrationApiRequest + func (a *CloudMigrationServiceApiService) GetValidationStatus(ctx context.Context, groupId string, validationId string) GetValidationStatusApiRequest + func (a *CloudMigrationServiceApiService) GetValidationStatusExecute(r GetValidationStatusApiRequest) (*LiveImportValidation, *http.Response, error) + func (a *CloudMigrationServiceApiService) GetValidationStatusWithParams(ctx context.Context, args *GetValidationStatusApiParams) GetValidationStatusApiRequest + func (a *CloudMigrationServiceApiService) ListSourceProjects(ctx context.Context, orgId string) ListSourceProjectsApiRequest + func (a *CloudMigrationServiceApiService) ListSourceProjectsExecute(r ListSourceProjectsApiRequest) ([]LiveImportAvailableProject, *http.Response, error) + func (a *CloudMigrationServiceApiService) ListSourceProjectsWithParams(ctx context.Context, args *ListSourceProjectsApiParams) ListSourceProjectsApiRequest + func (a *CloudMigrationServiceApiService) ValidateMigration(ctx context.Context, groupId string, ...) ValidateMigrationApiRequest + func (a *CloudMigrationServiceApiService) ValidateMigrationExecute(r ValidateMigrationApiRequest) (*LiveImportValidation, *http.Response, error) + func (a *CloudMigrationServiceApiService) ValidateMigrationWithParams(ctx context.Context, args *ValidateMigrationApiParams) ValidateMigrationApiRequest + type CloudProviderAccessAWSIAMRole struct + AtlasAWSAccountArn *string + AtlasAssumedRoleExternalId *string + AtlasAzureAppId *string + AuthorizedDate *time.Time + CreatedDate *time.Time + FeatureUsages *[]CloudProviderAccessFeatureUsage + IamAssumedRoleArn *string + Id *string + LastUpdatedDate *time.Time + ProviderName string + RoleId *string + ServicePrincipalId *string + TenantId *string + func NewCloudProviderAccessAWSIAMRole(providerName string) *CloudProviderAccessAWSIAMRole + func NewCloudProviderAccessAWSIAMRoleWithDefaults() *CloudProviderAccessAWSIAMRole + func (o *CloudProviderAccessAWSIAMRole) GetAtlasAWSAccountArn() string + func (o *CloudProviderAccessAWSIAMRole) GetAtlasAWSAccountArnOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRole) GetAtlasAssumedRoleExternalId() string + func (o *CloudProviderAccessAWSIAMRole) GetAtlasAssumedRoleExternalIdOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRole) GetAtlasAzureAppId() string + func (o *CloudProviderAccessAWSIAMRole) GetAtlasAzureAppIdOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRole) GetAuthorizedDate() time.Time + func (o *CloudProviderAccessAWSIAMRole) GetAuthorizedDateOk() (*time.Time, bool) + func (o *CloudProviderAccessAWSIAMRole) GetCreatedDate() time.Time + func (o *CloudProviderAccessAWSIAMRole) GetCreatedDateOk() (*time.Time, bool) + func (o *CloudProviderAccessAWSIAMRole) GetFeatureUsages() []CloudProviderAccessFeatureUsage + func (o *CloudProviderAccessAWSIAMRole) GetFeatureUsagesOk() (*[]CloudProviderAccessFeatureUsage, bool) + func (o *CloudProviderAccessAWSIAMRole) GetIamAssumedRoleArn() string + func (o *CloudProviderAccessAWSIAMRole) GetIamAssumedRoleArnOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRole) GetId() string + func (o *CloudProviderAccessAWSIAMRole) GetIdOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRole) GetLastUpdatedDate() time.Time + func (o *CloudProviderAccessAWSIAMRole) GetLastUpdatedDateOk() (*time.Time, bool) + func (o *CloudProviderAccessAWSIAMRole) GetProviderName() string + func (o *CloudProviderAccessAWSIAMRole) GetProviderNameOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRole) GetRoleId() string + func (o *CloudProviderAccessAWSIAMRole) GetRoleIdOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRole) GetServicePrincipalId() string + func (o *CloudProviderAccessAWSIAMRole) GetServicePrincipalIdOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRole) GetTenantId() string + func (o *CloudProviderAccessAWSIAMRole) GetTenantIdOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRole) HasAtlasAWSAccountArn() bool + func (o *CloudProviderAccessAWSIAMRole) HasAtlasAssumedRoleExternalId() bool + func (o *CloudProviderAccessAWSIAMRole) HasAtlasAzureAppId() bool + func (o *CloudProviderAccessAWSIAMRole) HasAuthorizedDate() bool + func (o *CloudProviderAccessAWSIAMRole) HasCreatedDate() bool + func (o *CloudProviderAccessAWSIAMRole) HasFeatureUsages() bool + func (o *CloudProviderAccessAWSIAMRole) HasIamAssumedRoleArn() bool + func (o *CloudProviderAccessAWSIAMRole) HasId() bool + func (o *CloudProviderAccessAWSIAMRole) HasLastUpdatedDate() bool + func (o *CloudProviderAccessAWSIAMRole) HasRoleId() bool + func (o *CloudProviderAccessAWSIAMRole) HasServicePrincipalId() bool + func (o *CloudProviderAccessAWSIAMRole) HasTenantId() bool + func (o *CloudProviderAccessAWSIAMRole) SetAtlasAWSAccountArn(v string) + func (o *CloudProviderAccessAWSIAMRole) SetAtlasAssumedRoleExternalId(v string) + func (o *CloudProviderAccessAWSIAMRole) SetAtlasAzureAppId(v string) + func (o *CloudProviderAccessAWSIAMRole) SetAuthorizedDate(v time.Time) + func (o *CloudProviderAccessAWSIAMRole) SetCreatedDate(v time.Time) + func (o *CloudProviderAccessAWSIAMRole) SetFeatureUsages(v []CloudProviderAccessFeatureUsage) + func (o *CloudProviderAccessAWSIAMRole) SetIamAssumedRoleArn(v string) + func (o *CloudProviderAccessAWSIAMRole) SetId(v string) + func (o *CloudProviderAccessAWSIAMRole) SetLastUpdatedDate(v time.Time) + func (o *CloudProviderAccessAWSIAMRole) SetProviderName(v string) + func (o *CloudProviderAccessAWSIAMRole) SetRoleId(v string) + func (o *CloudProviderAccessAWSIAMRole) SetServicePrincipalId(v string) + func (o *CloudProviderAccessAWSIAMRole) SetTenantId(v string) + func (o CloudProviderAccessAWSIAMRole) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudProviderAccessAWSIAMRole) ToMap() (map[string]interface{}, error) + type CloudProviderAccessAWSIAMRoleAllOf struct + AtlasAWSAccountArn *string + AtlasAssumedRoleExternalId *string + AuthorizedDate *time.Time + CreatedDate *time.Time + FeatureUsages *[]CloudProviderAccessFeatureUsage + IamAssumedRoleArn *string + RoleId *string + func NewCloudProviderAccessAWSIAMRoleAllOf() *CloudProviderAccessAWSIAMRoleAllOf + func NewCloudProviderAccessAWSIAMRoleAllOfWithDefaults() *CloudProviderAccessAWSIAMRoleAllOf + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetAtlasAWSAccountArn() string + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetAtlasAWSAccountArnOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetAtlasAssumedRoleExternalId() string + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetAtlasAssumedRoleExternalIdOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetAuthorizedDate() time.Time + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetAuthorizedDateOk() (*time.Time, bool) + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetCreatedDate() time.Time + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetCreatedDateOk() (*time.Time, bool) + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetFeatureUsages() []CloudProviderAccessFeatureUsage + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetFeatureUsagesOk() (*[]CloudProviderAccessFeatureUsage, bool) + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetIamAssumedRoleArn() string + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetIamAssumedRoleArnOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetRoleId() string + func (o *CloudProviderAccessAWSIAMRoleAllOf) GetRoleIdOk() (*string, bool) + func (o *CloudProviderAccessAWSIAMRoleAllOf) HasAtlasAWSAccountArn() bool + func (o *CloudProviderAccessAWSIAMRoleAllOf) HasAtlasAssumedRoleExternalId() bool + func (o *CloudProviderAccessAWSIAMRoleAllOf) HasAuthorizedDate() bool + func (o *CloudProviderAccessAWSIAMRoleAllOf) HasCreatedDate() bool + func (o *CloudProviderAccessAWSIAMRoleAllOf) HasFeatureUsages() bool + func (o *CloudProviderAccessAWSIAMRoleAllOf) HasIamAssumedRoleArn() bool + func (o *CloudProviderAccessAWSIAMRoleAllOf) HasRoleId() bool + func (o *CloudProviderAccessAWSIAMRoleAllOf) SetAtlasAWSAccountArn(v string) + func (o *CloudProviderAccessAWSIAMRoleAllOf) SetAtlasAssumedRoleExternalId(v string) + func (o *CloudProviderAccessAWSIAMRoleAllOf) SetAuthorizedDate(v time.Time) + func (o *CloudProviderAccessAWSIAMRoleAllOf) SetCreatedDate(v time.Time) + func (o *CloudProviderAccessAWSIAMRoleAllOf) SetFeatureUsages(v []CloudProviderAccessFeatureUsage) + func (o *CloudProviderAccessAWSIAMRoleAllOf) SetIamAssumedRoleArn(v string) + func (o *CloudProviderAccessAWSIAMRoleAllOf) SetRoleId(v string) + func (o CloudProviderAccessAWSIAMRoleAllOf) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudProviderAccessAWSIAMRoleAllOf) ToMap() (map[string]interface{}, error) + type CloudProviderAccessApi interface + AuthorizeCloudProviderAccessRole func(ctx context.Context, groupId string, roleId string, ...) AuthorizeCloudProviderAccessRoleApiRequest + AuthorizeCloudProviderAccessRoleExecute func(r AuthorizeCloudProviderAccessRoleApiRequest) (*CloudProviderAccessRole, *http.Response, error) + AuthorizeCloudProviderAccessRoleWithParams func(ctx context.Context, args *AuthorizeCloudProviderAccessRoleApiParams) AuthorizeCloudProviderAccessRoleApiRequest + CreateCloudProviderAccessRole func(ctx context.Context, groupId string, ...) CreateCloudProviderAccessRoleApiRequest + CreateCloudProviderAccessRoleExecute func(r CreateCloudProviderAccessRoleApiRequest) (*CloudProviderAccessRole, *http.Response, error) + CreateCloudProviderAccessRoleWithParams func(ctx context.Context, args *CreateCloudProviderAccessRoleApiParams) CreateCloudProviderAccessRoleApiRequest + DeauthorizeCloudProviderAccessRole func(ctx context.Context, groupId string, cloudProvider string, roleId string) DeauthorizeCloudProviderAccessRoleApiRequest + DeauthorizeCloudProviderAccessRoleExecute func(r DeauthorizeCloudProviderAccessRoleApiRequest) (*http.Response, error) + DeauthorizeCloudProviderAccessRoleWithParams func(ctx context.Context, args *DeauthorizeCloudProviderAccessRoleApiParams) DeauthorizeCloudProviderAccessRoleApiRequest + GetCloudProviderAccessRole func(ctx context.Context, groupId string, roleId string) GetCloudProviderAccessRoleApiRequest + GetCloudProviderAccessRoleExecute func(r GetCloudProviderAccessRoleApiRequest) (*CloudProviderAccessRole, *http.Response, error) + GetCloudProviderAccessRoleWithParams func(ctx context.Context, args *GetCloudProviderAccessRoleApiParams) GetCloudProviderAccessRoleApiRequest + ListCloudProviderAccessRoles func(ctx context.Context, groupId string) ListCloudProviderAccessRolesApiRequest + ListCloudProviderAccessRolesExecute func(r ListCloudProviderAccessRolesApiRequest) (*CloudProviderAccessRoles, *http.Response, error) + ListCloudProviderAccessRolesWithParams func(ctx context.Context, args *ListCloudProviderAccessRolesApiParams) ListCloudProviderAccessRolesApiRequest + type CloudProviderAccessApiService service + func (a *CloudProviderAccessApiService) AuthorizeCloudProviderAccessRole(ctx context.Context, groupId string, roleId string, ...) AuthorizeCloudProviderAccessRoleApiRequest + func (a *CloudProviderAccessApiService) AuthorizeCloudProviderAccessRoleExecute(r AuthorizeCloudProviderAccessRoleApiRequest) (*CloudProviderAccessRole, *http.Response, error) + func (a *CloudProviderAccessApiService) AuthorizeCloudProviderAccessRoleWithParams(ctx context.Context, args *AuthorizeCloudProviderAccessRoleApiParams) AuthorizeCloudProviderAccessRoleApiRequest + func (a *CloudProviderAccessApiService) CreateCloudProviderAccessRole(ctx context.Context, groupId string, ...) CreateCloudProviderAccessRoleApiRequest + func (a *CloudProviderAccessApiService) CreateCloudProviderAccessRoleExecute(r CreateCloudProviderAccessRoleApiRequest) (*CloudProviderAccessRole, *http.Response, error) + func (a *CloudProviderAccessApiService) CreateCloudProviderAccessRoleWithParams(ctx context.Context, args *CreateCloudProviderAccessRoleApiParams) CreateCloudProviderAccessRoleApiRequest + func (a *CloudProviderAccessApiService) DeauthorizeCloudProviderAccessRole(ctx context.Context, groupId string, cloudProvider string, roleId string) DeauthorizeCloudProviderAccessRoleApiRequest + func (a *CloudProviderAccessApiService) DeauthorizeCloudProviderAccessRoleExecute(r DeauthorizeCloudProviderAccessRoleApiRequest) (*http.Response, error) + func (a *CloudProviderAccessApiService) DeauthorizeCloudProviderAccessRoleWithParams(ctx context.Context, args *DeauthorizeCloudProviderAccessRoleApiParams) DeauthorizeCloudProviderAccessRoleApiRequest + func (a *CloudProviderAccessApiService) GetCloudProviderAccessRole(ctx context.Context, groupId string, roleId string) GetCloudProviderAccessRoleApiRequest + func (a *CloudProviderAccessApiService) GetCloudProviderAccessRoleExecute(r GetCloudProviderAccessRoleApiRequest) (*CloudProviderAccessRole, *http.Response, error) + func (a *CloudProviderAccessApiService) GetCloudProviderAccessRoleWithParams(ctx context.Context, args *GetCloudProviderAccessRoleApiParams) GetCloudProviderAccessRoleApiRequest + func (a *CloudProviderAccessApiService) ListCloudProviderAccessRoles(ctx context.Context, groupId string) ListCloudProviderAccessRolesApiRequest + func (a *CloudProviderAccessApiService) ListCloudProviderAccessRolesExecute(r ListCloudProviderAccessRolesApiRequest) (*CloudProviderAccessRoles, *http.Response, error) + func (a *CloudProviderAccessApiService) ListCloudProviderAccessRolesWithParams(ctx context.Context, args *ListCloudProviderAccessRolesApiParams) ListCloudProviderAccessRolesApiRequest + type CloudProviderAccessFeatureUsage struct + FeatureId *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId + FeatureType *string + func NewCloudProviderAccessFeatureUsage() *CloudProviderAccessFeatureUsage + func NewCloudProviderAccessFeatureUsageWithDefaults() *CloudProviderAccessFeatureUsage + func (o *CloudProviderAccessFeatureUsage) GetFeatureId() CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId + func (o *CloudProviderAccessFeatureUsage) GetFeatureIdOk() (*CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId, bool) + func (o *CloudProviderAccessFeatureUsage) GetFeatureType() string + func (o *CloudProviderAccessFeatureUsage) GetFeatureTypeOk() (*string, bool) + func (o *CloudProviderAccessFeatureUsage) HasFeatureId() bool + func (o *CloudProviderAccessFeatureUsage) HasFeatureType() bool + func (o *CloudProviderAccessFeatureUsage) SetFeatureId(v CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) + func (o *CloudProviderAccessFeatureUsage) SetFeatureType(v string) + func (o CloudProviderAccessFeatureUsage) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudProviderAccessFeatureUsage) ToMap() (map[string]interface{}, error) + type CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId struct + BucketName *string + GroupId *string + func NewCloudProviderAccessFeatureUsagePushBasedLogExportFeatureId() *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId + func NewCloudProviderAccessFeatureUsagePushBasedLogExportFeatureIdWithDefaults() *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId + func (o *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) GetBucketName() string + func (o *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) GetBucketNameOk() (*string, bool) + func (o *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) GetGroupId() string + func (o *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) GetGroupIdOk() (*string, bool) + func (o *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) HasBucketName() bool + func (o *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) HasGroupId() bool + func (o *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) SetBucketName(v string) + func (o *CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) SetGroupId(v string) + func (o CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId) ToMap() (map[string]interface{}, error) + type CloudProviderAccessRole struct + AtlasAWSAccountArn *string + AtlasAssumedRoleExternalId *string + AtlasAzureAppId *string + AuthorizedDate *time.Time + CreatedDate *time.Time + FeatureUsages *[]CloudProviderAccessFeatureUsage + IamAssumedRoleArn *string + Id *string + LastUpdatedDate *time.Time + ProviderName string + RoleId *string + ServicePrincipalId *string + TenantId *string + func NewCloudProviderAccessRole(providerName string) *CloudProviderAccessRole + func NewCloudProviderAccessRoleWithDefaults() *CloudProviderAccessRole + func (o *CloudProviderAccessRole) GetAtlasAWSAccountArn() string + func (o *CloudProviderAccessRole) GetAtlasAWSAccountArnOk() (*string, bool) + func (o *CloudProviderAccessRole) GetAtlasAssumedRoleExternalId() string + func (o *CloudProviderAccessRole) GetAtlasAssumedRoleExternalIdOk() (*string, bool) + func (o *CloudProviderAccessRole) GetAtlasAzureAppId() string + func (o *CloudProviderAccessRole) GetAtlasAzureAppIdOk() (*string, bool) + func (o *CloudProviderAccessRole) GetAuthorizedDate() time.Time + func (o *CloudProviderAccessRole) GetAuthorizedDateOk() (*time.Time, bool) + func (o *CloudProviderAccessRole) GetCreatedDate() time.Time + func (o *CloudProviderAccessRole) GetCreatedDateOk() (*time.Time, bool) + func (o *CloudProviderAccessRole) GetFeatureUsages() []CloudProviderAccessFeatureUsage + func (o *CloudProviderAccessRole) GetFeatureUsagesOk() (*[]CloudProviderAccessFeatureUsage, bool) + func (o *CloudProviderAccessRole) GetIamAssumedRoleArn() string + func (o *CloudProviderAccessRole) GetIamAssumedRoleArnOk() (*string, bool) + func (o *CloudProviderAccessRole) GetId() string + func (o *CloudProviderAccessRole) GetIdOk() (*string, bool) + func (o *CloudProviderAccessRole) GetLastUpdatedDate() time.Time + func (o *CloudProviderAccessRole) GetLastUpdatedDateOk() (*time.Time, bool) + func (o *CloudProviderAccessRole) GetProviderName() string + func (o *CloudProviderAccessRole) GetProviderNameOk() (*string, bool) + func (o *CloudProviderAccessRole) GetRoleId() string + func (o *CloudProviderAccessRole) GetRoleIdOk() (*string, bool) + func (o *CloudProviderAccessRole) GetServicePrincipalId() string + func (o *CloudProviderAccessRole) GetServicePrincipalIdOk() (*string, bool) + func (o *CloudProviderAccessRole) GetTenantId() string + func (o *CloudProviderAccessRole) GetTenantIdOk() (*string, bool) + func (o *CloudProviderAccessRole) HasAtlasAWSAccountArn() bool + func (o *CloudProviderAccessRole) HasAtlasAssumedRoleExternalId() bool + func (o *CloudProviderAccessRole) HasAtlasAzureAppId() bool + func (o *CloudProviderAccessRole) HasAuthorizedDate() bool + func (o *CloudProviderAccessRole) HasCreatedDate() bool + func (o *CloudProviderAccessRole) HasFeatureUsages() bool + func (o *CloudProviderAccessRole) HasIamAssumedRoleArn() bool + func (o *CloudProviderAccessRole) HasId() bool + func (o *CloudProviderAccessRole) HasLastUpdatedDate() bool + func (o *CloudProviderAccessRole) HasRoleId() bool + func (o *CloudProviderAccessRole) HasServicePrincipalId() bool + func (o *CloudProviderAccessRole) HasTenantId() bool + func (o *CloudProviderAccessRole) SetAtlasAWSAccountArn(v string) + func (o *CloudProviderAccessRole) SetAtlasAssumedRoleExternalId(v string) + func (o *CloudProviderAccessRole) SetAtlasAzureAppId(v string) + func (o *CloudProviderAccessRole) SetAuthorizedDate(v time.Time) + func (o *CloudProviderAccessRole) SetCreatedDate(v time.Time) + func (o *CloudProviderAccessRole) SetFeatureUsages(v []CloudProviderAccessFeatureUsage) + func (o *CloudProviderAccessRole) SetIamAssumedRoleArn(v string) + func (o *CloudProviderAccessRole) SetId(v string) + func (o *CloudProviderAccessRole) SetLastUpdatedDate(v time.Time) + func (o *CloudProviderAccessRole) SetProviderName(v string) + func (o *CloudProviderAccessRole) SetRoleId(v string) + func (o *CloudProviderAccessRole) SetServicePrincipalId(v string) + func (o *CloudProviderAccessRole) SetTenantId(v string) + func (o CloudProviderAccessRole) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudProviderAccessRole) ToMap() (map[string]interface{}, error) + type CloudProviderAccessRoles struct + AwsIamRoles *[]CloudProviderAccessAWSIAMRole + func NewCloudProviderAccessRoles() *CloudProviderAccessRoles + func NewCloudProviderAccessRolesWithDefaults() *CloudProviderAccessRoles + func (o *CloudProviderAccessRoles) GetAwsIamRoles() []CloudProviderAccessAWSIAMRole + func (o *CloudProviderAccessRoles) GetAwsIamRolesOk() (*[]CloudProviderAccessAWSIAMRole, bool) + func (o *CloudProviderAccessRoles) HasAwsIamRoles() bool + func (o *CloudProviderAccessRoles) SetAwsIamRoles(v []CloudProviderAccessAWSIAMRole) + func (o CloudProviderAccessRoles) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudProviderAccessRoles) ToMap() (map[string]interface{}, error) + type CloudProviderContainer struct + AtlasCidrBlock *string + AzureSubscriptionId *string + GcpProjectId *string + Id *string + NetworkName *string + ProviderName *string + Provisioned *bool + Region *string + RegionName *string + Regions *[]string + VnetName *string + VpcId *string + func NewCloudProviderContainer() *CloudProviderContainer + func NewCloudProviderContainerWithDefaults() *CloudProviderContainer + func (o *CloudProviderContainer) GetAtlasCidrBlock() string + func (o *CloudProviderContainer) GetAtlasCidrBlockOk() (*string, bool) + func (o *CloudProviderContainer) GetAzureSubscriptionId() string + func (o *CloudProviderContainer) GetAzureSubscriptionIdOk() (*string, bool) + func (o *CloudProviderContainer) GetGcpProjectId() string + func (o *CloudProviderContainer) GetGcpProjectIdOk() (*string, bool) + func (o *CloudProviderContainer) GetId() string + func (o *CloudProviderContainer) GetIdOk() (*string, bool) + func (o *CloudProviderContainer) GetNetworkName() string + func (o *CloudProviderContainer) GetNetworkNameOk() (*string, bool) + func (o *CloudProviderContainer) GetProviderName() string + func (o *CloudProviderContainer) GetProviderNameOk() (*string, bool) + func (o *CloudProviderContainer) GetProvisioned() bool + func (o *CloudProviderContainer) GetProvisionedOk() (*bool, bool) + func (o *CloudProviderContainer) GetRegion() string + func (o *CloudProviderContainer) GetRegionName() string + func (o *CloudProviderContainer) GetRegionNameOk() (*string, bool) + func (o *CloudProviderContainer) GetRegionOk() (*string, bool) + func (o *CloudProviderContainer) GetRegions() []string + func (o *CloudProviderContainer) GetRegionsOk() (*[]string, bool) + func (o *CloudProviderContainer) GetVnetName() string + func (o *CloudProviderContainer) GetVnetNameOk() (*string, bool) + func (o *CloudProviderContainer) GetVpcId() string + func (o *CloudProviderContainer) GetVpcIdOk() (*string, bool) + func (o *CloudProviderContainer) HasAtlasCidrBlock() bool + func (o *CloudProviderContainer) HasAzureSubscriptionId() bool + func (o *CloudProviderContainer) HasGcpProjectId() bool + func (o *CloudProviderContainer) HasId() bool + func (o *CloudProviderContainer) HasNetworkName() bool + func (o *CloudProviderContainer) HasProviderName() bool + func (o *CloudProviderContainer) HasProvisioned() bool + func (o *CloudProviderContainer) HasRegion() bool + func (o *CloudProviderContainer) HasRegionName() bool + func (o *CloudProviderContainer) HasRegions() bool + func (o *CloudProviderContainer) HasVnetName() bool + func (o *CloudProviderContainer) HasVpcId() bool + func (o *CloudProviderContainer) SetAtlasCidrBlock(v string) + func (o *CloudProviderContainer) SetAzureSubscriptionId(v string) + func (o *CloudProviderContainer) SetGcpProjectId(v string) + func (o *CloudProviderContainer) SetId(v string) + func (o *CloudProviderContainer) SetNetworkName(v string) + func (o *CloudProviderContainer) SetProviderName(v string) + func (o *CloudProviderContainer) SetProvisioned(v bool) + func (o *CloudProviderContainer) SetRegion(v string) + func (o *CloudProviderContainer) SetRegionName(v string) + func (o *CloudProviderContainer) SetRegions(v []string) + func (o *CloudProviderContainer) SetVnetName(v string) + func (o *CloudProviderContainer) SetVpcId(v string) + func (o CloudProviderContainer) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudProviderContainer) ToMap() (map[string]interface{}, error) + type CloudProviderEndpointServiceRequest struct + ProviderName string + Region string + func NewCloudProviderEndpointServiceRequest(providerName string, region string) *CloudProviderEndpointServiceRequest + func NewCloudProviderEndpointServiceRequestWithDefaults() *CloudProviderEndpointServiceRequest + func (o *CloudProviderEndpointServiceRequest) GetProviderName() string + func (o *CloudProviderEndpointServiceRequest) GetProviderNameOk() (*string, bool) + func (o *CloudProviderEndpointServiceRequest) GetRegion() string + func (o *CloudProviderEndpointServiceRequest) GetRegionOk() (*string, bool) + func (o *CloudProviderEndpointServiceRequest) SetProviderName(v string) + func (o *CloudProviderEndpointServiceRequest) SetRegion(v string) + func (o CloudProviderEndpointServiceRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudProviderEndpointServiceRequest) ToMap() (map[string]interface{}, error) + type CloudProviderRegions struct + InstanceSizes *[]ClusterCloudProviderInstanceSize + Provider *string + func NewCloudProviderRegions() *CloudProviderRegions + func NewCloudProviderRegionsWithDefaults() *CloudProviderRegions + func (o *CloudProviderRegions) GetInstanceSizes() []ClusterCloudProviderInstanceSize + func (o *CloudProviderRegions) GetInstanceSizesOk() (*[]ClusterCloudProviderInstanceSize, bool) + func (o *CloudProviderRegions) GetProvider() string + func (o *CloudProviderRegions) GetProviderOk() (*string, bool) + func (o *CloudProviderRegions) HasInstanceSizes() bool + func (o *CloudProviderRegions) HasProvider() bool + func (o *CloudProviderRegions) SetInstanceSizes(v []ClusterCloudProviderInstanceSize) + func (o *CloudProviderRegions) SetProvider(v string) + func (o CloudProviderRegions) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudProviderRegions) ToMap() (map[string]interface{}, error) + type CloudRegionConfig struct + AnalyticsAutoScaling *AdvancedAutoScalingSettings + AnalyticsSpecs *DedicatedHardwareSpec + AutoScaling *AdvancedAutoScalingSettings + BackingProviderName *string + ElectableSpecs *HardwareSpec + Priority *int + ProviderName *string + ReadOnlySpecs *DedicatedHardwareSpec + RegionName *string + func NewCloudRegionConfig() *CloudRegionConfig + func NewCloudRegionConfigWithDefaults() *CloudRegionConfig + func (o *CloudRegionConfig) GetAnalyticsAutoScaling() AdvancedAutoScalingSettings + func (o *CloudRegionConfig) GetAnalyticsAutoScalingOk() (*AdvancedAutoScalingSettings, bool) + func (o *CloudRegionConfig) GetAnalyticsSpecs() DedicatedHardwareSpec + func (o *CloudRegionConfig) GetAnalyticsSpecsOk() (*DedicatedHardwareSpec, bool) + func (o *CloudRegionConfig) GetAutoScaling() AdvancedAutoScalingSettings + func (o *CloudRegionConfig) GetAutoScalingOk() (*AdvancedAutoScalingSettings, bool) + func (o *CloudRegionConfig) GetBackingProviderName() string + func (o *CloudRegionConfig) GetBackingProviderNameOk() (*string, bool) + func (o *CloudRegionConfig) GetElectableSpecs() HardwareSpec + func (o *CloudRegionConfig) GetElectableSpecsOk() (*HardwareSpec, bool) + func (o *CloudRegionConfig) GetPriority() int + func (o *CloudRegionConfig) GetPriorityOk() (*int, bool) + func (o *CloudRegionConfig) GetProviderName() string + func (o *CloudRegionConfig) GetProviderNameOk() (*string, bool) + func (o *CloudRegionConfig) GetReadOnlySpecs() DedicatedHardwareSpec + func (o *CloudRegionConfig) GetReadOnlySpecsOk() (*DedicatedHardwareSpec, bool) + func (o *CloudRegionConfig) GetRegionName() string + func (o *CloudRegionConfig) GetRegionNameOk() (*string, bool) + func (o *CloudRegionConfig) HasAnalyticsAutoScaling() bool + func (o *CloudRegionConfig) HasAnalyticsSpecs() bool + func (o *CloudRegionConfig) HasAutoScaling() bool + func (o *CloudRegionConfig) HasBackingProviderName() bool + func (o *CloudRegionConfig) HasElectableSpecs() bool + func (o *CloudRegionConfig) HasPriority() bool + func (o *CloudRegionConfig) HasProviderName() bool + func (o *CloudRegionConfig) HasReadOnlySpecs() bool + func (o *CloudRegionConfig) HasRegionName() bool + func (o *CloudRegionConfig) SetAnalyticsAutoScaling(v AdvancedAutoScalingSettings) + func (o *CloudRegionConfig) SetAnalyticsSpecs(v DedicatedHardwareSpec) + func (o *CloudRegionConfig) SetAutoScaling(v AdvancedAutoScalingSettings) + func (o *CloudRegionConfig) SetBackingProviderName(v string) + func (o *CloudRegionConfig) SetElectableSpecs(v HardwareSpec) + func (o *CloudRegionConfig) SetPriority(v int) + func (o *CloudRegionConfig) SetProviderName(v string) + func (o *CloudRegionConfig) SetReadOnlySpecs(v DedicatedHardwareSpec) + func (o *CloudRegionConfig) SetRegionName(v string) + func (o CloudRegionConfig) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudRegionConfig) ToMap() (map[string]interface{}, error) + type CloudSearchMetrics struct + GroupId string + HardwareMetrics *[]FTSMetric + IndexMetrics *[]FTSMetric + Links *[]Link + ProcessId string + StatusMetrics *[]FTSMetric + func NewCloudSearchMetrics(groupId string, processId string) *CloudSearchMetrics + func NewCloudSearchMetricsWithDefaults() *CloudSearchMetrics + func (o *CloudSearchMetrics) GetGroupId() string + func (o *CloudSearchMetrics) GetGroupIdOk() (*string, bool) + func (o *CloudSearchMetrics) GetHardwareMetrics() []FTSMetric + func (o *CloudSearchMetrics) GetHardwareMetricsOk() (*[]FTSMetric, bool) + func (o *CloudSearchMetrics) GetIndexMetrics() []FTSMetric + func (o *CloudSearchMetrics) GetIndexMetricsOk() (*[]FTSMetric, bool) + func (o *CloudSearchMetrics) GetLinks() []Link + func (o *CloudSearchMetrics) GetLinksOk() (*[]Link, bool) + func (o *CloudSearchMetrics) GetProcessId() string + func (o *CloudSearchMetrics) GetProcessIdOk() (*string, bool) + func (o *CloudSearchMetrics) GetStatusMetrics() []FTSMetric + func (o *CloudSearchMetrics) GetStatusMetricsOk() (*[]FTSMetric, bool) + func (o *CloudSearchMetrics) HasHardwareMetrics() bool + func (o *CloudSearchMetrics) HasIndexMetrics() bool + func (o *CloudSearchMetrics) HasLinks() bool + func (o *CloudSearchMetrics) HasStatusMetrics() bool + func (o *CloudSearchMetrics) SetGroupId(v string) + func (o *CloudSearchMetrics) SetHardwareMetrics(v []FTSMetric) + func (o *CloudSearchMetrics) SetIndexMetrics(v []FTSMetric) + func (o *CloudSearchMetrics) SetLinks(v []Link) + func (o *CloudSearchMetrics) SetProcessId(v string) + func (o *CloudSearchMetrics) SetStatusMetrics(v []FTSMetric) + func (o CloudSearchMetrics) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CloudSearchMetrics) ToMap() (map[string]interface{}, error) + type ClusterAutoScalingSettings struct + Compute *ClusterComputeAutoScaling + DiskGBEnabled *bool + func NewClusterAutoScalingSettings() *ClusterAutoScalingSettings + func NewClusterAutoScalingSettingsWithDefaults() *ClusterAutoScalingSettings + func (o *ClusterAutoScalingSettings) GetCompute() ClusterComputeAutoScaling + func (o *ClusterAutoScalingSettings) GetComputeOk() (*ClusterComputeAutoScaling, bool) + func (o *ClusterAutoScalingSettings) GetDiskGBEnabled() bool + func (o *ClusterAutoScalingSettings) GetDiskGBEnabledOk() (*bool, bool) + func (o *ClusterAutoScalingSettings) HasCompute() bool + func (o *ClusterAutoScalingSettings) HasDiskGBEnabled() bool + func (o *ClusterAutoScalingSettings) SetCompute(v ClusterComputeAutoScaling) + func (o *ClusterAutoScalingSettings) SetDiskGBEnabled(v bool) + func (o ClusterAutoScalingSettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterAutoScalingSettings) ToMap() (map[string]interface{}, error) + type ClusterCloudProviderInstanceSize struct + AvailableRegions *[]AvailableCloudProviderRegion + Name *string + func NewClusterCloudProviderInstanceSize() *ClusterCloudProviderInstanceSize + func NewClusterCloudProviderInstanceSizeWithDefaults() *ClusterCloudProviderInstanceSize + func (o *ClusterCloudProviderInstanceSize) GetAvailableRegions() []AvailableCloudProviderRegion + func (o *ClusterCloudProviderInstanceSize) GetAvailableRegionsOk() (*[]AvailableCloudProviderRegion, bool) + func (o *ClusterCloudProviderInstanceSize) GetName() string + func (o *ClusterCloudProviderInstanceSize) GetNameOk() (*string, bool) + func (o *ClusterCloudProviderInstanceSize) HasAvailableRegions() bool + func (o *ClusterCloudProviderInstanceSize) HasName() bool + func (o *ClusterCloudProviderInstanceSize) SetAvailableRegions(v []AvailableCloudProviderRegion) + func (o *ClusterCloudProviderInstanceSize) SetName(v string) + func (o ClusterCloudProviderInstanceSize) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterCloudProviderInstanceSize) ToMap() (map[string]interface{}, error) + type ClusterComputeAutoScaling struct + Enabled *bool + ScaleDownEnabled *bool + func NewClusterComputeAutoScaling() *ClusterComputeAutoScaling + func NewClusterComputeAutoScalingWithDefaults() *ClusterComputeAutoScaling + func (o *ClusterComputeAutoScaling) GetEnabled() bool + func (o *ClusterComputeAutoScaling) GetEnabledOk() (*bool, bool) + func (o *ClusterComputeAutoScaling) GetScaleDownEnabled() bool + func (o *ClusterComputeAutoScaling) GetScaleDownEnabledOk() (*bool, bool) + func (o *ClusterComputeAutoScaling) HasEnabled() bool + func (o *ClusterComputeAutoScaling) HasScaleDownEnabled() bool + func (o *ClusterComputeAutoScaling) SetEnabled(v bool) + func (o *ClusterComputeAutoScaling) SetScaleDownEnabled(v bool) + func (o ClusterComputeAutoScaling) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterComputeAutoScaling) ToMap() (map[string]interface{}, error) + type ClusterConnectionStrings struct + AwsPrivateLink *map[string]string + AwsPrivateLinkSrv *map[string]string + Private *string + PrivateEndpoint *[]ClusterDescriptionConnectionStringsPrivateEndpoint + PrivateSrv *string + Standard *string + StandardSrv *string + func NewClusterConnectionStrings() *ClusterConnectionStrings + func NewClusterConnectionStringsWithDefaults() *ClusterConnectionStrings + func (o *ClusterConnectionStrings) GetAwsPrivateLink() map[string]string + func (o *ClusterConnectionStrings) GetAwsPrivateLinkOk() (*map[string]string, bool) + func (o *ClusterConnectionStrings) GetAwsPrivateLinkSrv() map[string]string + func (o *ClusterConnectionStrings) GetAwsPrivateLinkSrvOk() (*map[string]string, bool) + func (o *ClusterConnectionStrings) GetPrivate() string + func (o *ClusterConnectionStrings) GetPrivateEndpoint() []ClusterDescriptionConnectionStringsPrivateEndpoint + func (o *ClusterConnectionStrings) GetPrivateEndpointOk() (*[]ClusterDescriptionConnectionStringsPrivateEndpoint, bool) + func (o *ClusterConnectionStrings) GetPrivateOk() (*string, bool) + func (o *ClusterConnectionStrings) GetPrivateSrv() string + func (o *ClusterConnectionStrings) GetPrivateSrvOk() (*string, bool) + func (o *ClusterConnectionStrings) GetStandard() string + func (o *ClusterConnectionStrings) GetStandardOk() (*string, bool) + func (o *ClusterConnectionStrings) GetStandardSrv() string + func (o *ClusterConnectionStrings) GetStandardSrvOk() (*string, bool) + func (o *ClusterConnectionStrings) HasAwsPrivateLink() bool + func (o *ClusterConnectionStrings) HasAwsPrivateLinkSrv() bool + func (o *ClusterConnectionStrings) HasPrivate() bool + func (o *ClusterConnectionStrings) HasPrivateEndpoint() bool + func (o *ClusterConnectionStrings) HasPrivateSrv() bool + func (o *ClusterConnectionStrings) HasStandard() bool + func (o *ClusterConnectionStrings) HasStandardSrv() bool + func (o *ClusterConnectionStrings) SetAwsPrivateLink(v map[string]string) + func (o *ClusterConnectionStrings) SetAwsPrivateLinkSrv(v map[string]string) + func (o *ClusterConnectionStrings) SetPrivate(v string) + func (o *ClusterConnectionStrings) SetPrivateEndpoint(v []ClusterDescriptionConnectionStringsPrivateEndpoint) + func (o *ClusterConnectionStrings) SetPrivateSrv(v string) + func (o *ClusterConnectionStrings) SetStandard(v string) + func (o *ClusterConnectionStrings) SetStandardSrv(v string) + func (o ClusterConnectionStrings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterConnectionStrings) ToMap() (map[string]interface{}, error) + type ClusterDescriptionConnectionStringsPrivateEndpoint struct + ConnectionString *string + Endpoints *[]ClusterDescriptionConnectionStringsPrivateEndpointEndpoint + SrvConnectionString *string + SrvShardOptimizedConnectionString *string + Type *string + func NewClusterDescriptionConnectionStringsPrivateEndpoint() *ClusterDescriptionConnectionStringsPrivateEndpoint + func NewClusterDescriptionConnectionStringsPrivateEndpointWithDefaults() *ClusterDescriptionConnectionStringsPrivateEndpoint + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) GetConnectionString() string + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) GetConnectionStringOk() (*string, bool) + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) GetEndpoints() []ClusterDescriptionConnectionStringsPrivateEndpointEndpoint + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) GetEndpointsOk() (*[]ClusterDescriptionConnectionStringsPrivateEndpointEndpoint, bool) + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) GetSrvConnectionString() string + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) GetSrvConnectionStringOk() (*string, bool) + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) GetSrvShardOptimizedConnectionString() string + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) GetSrvShardOptimizedConnectionStringOk() (*string, bool) + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) GetType() string + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) GetTypeOk() (*string, bool) + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) HasConnectionString() bool + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) HasEndpoints() bool + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) HasSrvConnectionString() bool + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) HasSrvShardOptimizedConnectionString() bool + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) HasType() bool + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) SetConnectionString(v string) + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) SetEndpoints(v []ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) SetSrvConnectionString(v string) + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) SetSrvShardOptimizedConnectionString(v string) + func (o *ClusterDescriptionConnectionStringsPrivateEndpoint) SetType(v string) + func (o ClusterDescriptionConnectionStringsPrivateEndpoint) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterDescriptionConnectionStringsPrivateEndpoint) ToMap() (map[string]interface{}, error) + type ClusterDescriptionConnectionStringsPrivateEndpointEndpoint struct + EndpointId *string + ProviderName *string + Region *string + func NewClusterDescriptionConnectionStringsPrivateEndpointEndpoint() *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint + func NewClusterDescriptionConnectionStringsPrivateEndpointEndpointWithDefaults() *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) GetEndpointId() string + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) GetEndpointIdOk() (*string, bool) + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) GetProviderName() string + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) GetProviderNameOk() (*string, bool) + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) GetRegion() string + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) GetRegionOk() (*string, bool) + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) HasEndpointId() bool + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) HasProviderName() bool + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) HasRegion() bool + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) SetEndpointId(v string) + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) SetProviderName(v string) + func (o *ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) SetRegion(v string) + func (o ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterDescriptionConnectionStringsPrivateEndpointEndpoint) ToMap() (map[string]interface{}, error) + type ClusterDescriptionProcessArgs struct + ChunkMigrationConcurrency *int + DefaultReadConcern *string + DefaultWriteConcern *string + FailIndexKeyTooLong *bool + JavascriptEnabled *bool + MinimumEnabledTlsProtocol *string + NoTableScan *bool + OplogMinRetentionHours *float64 + OplogSizeMB *int + QueryStatsLogVerbosity *int + SampleRefreshIntervalBIConnector *int + SampleSizeBIConnector *int + TransactionLifetimeLimitSeconds *int64 + func NewClusterDescriptionProcessArgs() *ClusterDescriptionProcessArgs + func NewClusterDescriptionProcessArgsWithDefaults() *ClusterDescriptionProcessArgs + func (o *ClusterDescriptionProcessArgs) GetChunkMigrationConcurrency() int + func (o *ClusterDescriptionProcessArgs) GetChunkMigrationConcurrencyOk() (*int, bool) + func (o *ClusterDescriptionProcessArgs) GetDefaultReadConcern() string + func (o *ClusterDescriptionProcessArgs) GetDefaultReadConcernOk() (*string, bool) + func (o *ClusterDescriptionProcessArgs) GetDefaultWriteConcern() string + func (o *ClusterDescriptionProcessArgs) GetDefaultWriteConcernOk() (*string, bool) + func (o *ClusterDescriptionProcessArgs) GetFailIndexKeyTooLong() bool + func (o *ClusterDescriptionProcessArgs) GetFailIndexKeyTooLongOk() (*bool, bool) + func (o *ClusterDescriptionProcessArgs) GetJavascriptEnabled() bool + func (o *ClusterDescriptionProcessArgs) GetJavascriptEnabledOk() (*bool, bool) + func (o *ClusterDescriptionProcessArgs) GetMinimumEnabledTlsProtocol() string + func (o *ClusterDescriptionProcessArgs) GetMinimumEnabledTlsProtocolOk() (*string, bool) + func (o *ClusterDescriptionProcessArgs) GetNoTableScan() bool + func (o *ClusterDescriptionProcessArgs) GetNoTableScanOk() (*bool, bool) + func (o *ClusterDescriptionProcessArgs) GetOplogMinRetentionHours() float64 + func (o *ClusterDescriptionProcessArgs) GetOplogMinRetentionHoursOk() (*float64, bool) + func (o *ClusterDescriptionProcessArgs) GetOplogSizeMB() int + func (o *ClusterDescriptionProcessArgs) GetOplogSizeMBOk() (*int, bool) + func (o *ClusterDescriptionProcessArgs) GetQueryStatsLogVerbosity() int + func (o *ClusterDescriptionProcessArgs) GetQueryStatsLogVerbosityOk() (*int, bool) + func (o *ClusterDescriptionProcessArgs) GetSampleRefreshIntervalBIConnector() int + func (o *ClusterDescriptionProcessArgs) GetSampleRefreshIntervalBIConnectorOk() (*int, bool) + func (o *ClusterDescriptionProcessArgs) GetSampleSizeBIConnector() int + func (o *ClusterDescriptionProcessArgs) GetSampleSizeBIConnectorOk() (*int, bool) + func (o *ClusterDescriptionProcessArgs) GetTransactionLifetimeLimitSeconds() int64 + func (o *ClusterDescriptionProcessArgs) GetTransactionLifetimeLimitSecondsOk() (*int64, bool) + func (o *ClusterDescriptionProcessArgs) HasChunkMigrationConcurrency() bool + func (o *ClusterDescriptionProcessArgs) HasDefaultReadConcern() bool + func (o *ClusterDescriptionProcessArgs) HasDefaultWriteConcern() bool + func (o *ClusterDescriptionProcessArgs) HasFailIndexKeyTooLong() bool + func (o *ClusterDescriptionProcessArgs) HasJavascriptEnabled() bool + func (o *ClusterDescriptionProcessArgs) HasMinimumEnabledTlsProtocol() bool + func (o *ClusterDescriptionProcessArgs) HasNoTableScan() bool + func (o *ClusterDescriptionProcessArgs) HasOplogMinRetentionHours() bool + func (o *ClusterDescriptionProcessArgs) HasOplogSizeMB() bool + func (o *ClusterDescriptionProcessArgs) HasQueryStatsLogVerbosity() bool + func (o *ClusterDescriptionProcessArgs) HasSampleRefreshIntervalBIConnector() bool + func (o *ClusterDescriptionProcessArgs) HasSampleSizeBIConnector() bool + func (o *ClusterDescriptionProcessArgs) HasTransactionLifetimeLimitSeconds() bool + func (o *ClusterDescriptionProcessArgs) SetChunkMigrationConcurrency(v int) + func (o *ClusterDescriptionProcessArgs) SetDefaultReadConcern(v string) + func (o *ClusterDescriptionProcessArgs) SetDefaultWriteConcern(v string) + func (o *ClusterDescriptionProcessArgs) SetFailIndexKeyTooLong(v bool) + func (o *ClusterDescriptionProcessArgs) SetJavascriptEnabled(v bool) + func (o *ClusterDescriptionProcessArgs) SetMinimumEnabledTlsProtocol(v string) + func (o *ClusterDescriptionProcessArgs) SetNoTableScan(v bool) + func (o *ClusterDescriptionProcessArgs) SetOplogMinRetentionHours(v float64) + func (o *ClusterDescriptionProcessArgs) SetOplogSizeMB(v int) + func (o *ClusterDescriptionProcessArgs) SetQueryStatsLogVerbosity(v int) + func (o *ClusterDescriptionProcessArgs) SetSampleRefreshIntervalBIConnector(v int) + func (o *ClusterDescriptionProcessArgs) SetSampleSizeBIConnector(v int) + func (o *ClusterDescriptionProcessArgs) SetTransactionLifetimeLimitSeconds(v int64) + func (o ClusterDescriptionProcessArgs) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterDescriptionProcessArgs) ToMap() (map[string]interface{}, error) + type ClusterFreeAutoScaling struct + Compute *string + func NewClusterFreeAutoScaling() *ClusterFreeAutoScaling + func NewClusterFreeAutoScalingWithDefaults() *ClusterFreeAutoScaling + func (o *ClusterFreeAutoScaling) GetCompute() string + func (o *ClusterFreeAutoScaling) GetComputeOk() (*string, bool) + func (o *ClusterFreeAutoScaling) HasCompute() bool + func (o *ClusterFreeAutoScaling) SetCompute(v string) + func (o ClusterFreeAutoScaling) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterFreeAutoScaling) ToMap() (map[string]interface{}, error) + type ClusterIPAddresses struct + ClusterName *string + Inbound *[]string + Outbound *[]string + func NewClusterIPAddresses() *ClusterIPAddresses + func NewClusterIPAddressesWithDefaults() *ClusterIPAddresses + func (o *ClusterIPAddresses) GetClusterName() string + func (o *ClusterIPAddresses) GetClusterNameOk() (*string, bool) + func (o *ClusterIPAddresses) GetInbound() []string + func (o *ClusterIPAddresses) GetInboundOk() (*[]string, bool) + func (o *ClusterIPAddresses) GetOutbound() []string + func (o *ClusterIPAddresses) GetOutboundOk() (*[]string, bool) + func (o *ClusterIPAddresses) HasClusterName() bool + func (o *ClusterIPAddresses) HasInbound() bool + func (o *ClusterIPAddresses) HasOutbound() bool + func (o *ClusterIPAddresses) SetClusterName(v string) + func (o *ClusterIPAddresses) SetInbound(v []string) + func (o *ClusterIPAddresses) SetOutbound(v []string) + func (o ClusterIPAddresses) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterIPAddresses) ToMap() (map[string]interface{}, error) + type ClusterOutageSimulation struct + ClusterName *string + GroupId *string + Id *string + OutageFilters *[]AtlasClusterOutageSimulationOutageFilter + StartRequestDate *time.Time + State *string + func NewClusterOutageSimulation() *ClusterOutageSimulation + func NewClusterOutageSimulationWithDefaults() *ClusterOutageSimulation + func (o *ClusterOutageSimulation) GetClusterName() string + func (o *ClusterOutageSimulation) GetClusterNameOk() (*string, bool) + func (o *ClusterOutageSimulation) GetGroupId() string + func (o *ClusterOutageSimulation) GetGroupIdOk() (*string, bool) + func (o *ClusterOutageSimulation) GetId() string + func (o *ClusterOutageSimulation) GetIdOk() (*string, bool) + func (o *ClusterOutageSimulation) GetOutageFilters() []AtlasClusterOutageSimulationOutageFilter + func (o *ClusterOutageSimulation) GetOutageFiltersOk() (*[]AtlasClusterOutageSimulationOutageFilter, bool) + func (o *ClusterOutageSimulation) GetStartRequestDate() time.Time + func (o *ClusterOutageSimulation) GetStartRequestDateOk() (*time.Time, bool) + func (o *ClusterOutageSimulation) GetState() string + func (o *ClusterOutageSimulation) GetStateOk() (*string, bool) + func (o *ClusterOutageSimulation) HasClusterName() bool + func (o *ClusterOutageSimulation) HasGroupId() bool + func (o *ClusterOutageSimulation) HasId() bool + func (o *ClusterOutageSimulation) HasOutageFilters() bool + func (o *ClusterOutageSimulation) HasStartRequestDate() bool + func (o *ClusterOutageSimulation) HasState() bool + func (o *ClusterOutageSimulation) SetClusterName(v string) + func (o *ClusterOutageSimulation) SetGroupId(v string) + func (o *ClusterOutageSimulation) SetId(v string) + func (o *ClusterOutageSimulation) SetOutageFilters(v []AtlasClusterOutageSimulationOutageFilter) + func (o *ClusterOutageSimulation) SetStartRequestDate(v time.Time) + func (o *ClusterOutageSimulation) SetState(v string) + func (o ClusterOutageSimulation) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterOutageSimulation) ToMap() (map[string]interface{}, error) + type ClusterOutageSimulationApi interface + EndOutageSimulation func(ctx context.Context, groupId string, clusterName string) EndOutageSimulationApiRequest + EndOutageSimulationExecute func(r EndOutageSimulationApiRequest) (*ClusterOutageSimulation, *http.Response, error) + EndOutageSimulationWithParams func(ctx context.Context, args *EndOutageSimulationApiParams) EndOutageSimulationApiRequest + GetOutageSimulation func(ctx context.Context, groupId string, clusterName string) GetOutageSimulationApiRequest + GetOutageSimulationExecute func(r GetOutageSimulationApiRequest) (*ClusterOutageSimulation, *http.Response, error) + GetOutageSimulationWithParams func(ctx context.Context, args *GetOutageSimulationApiParams) GetOutageSimulationApiRequest + StartOutageSimulation func(ctx context.Context, groupId string, clusterName string, ...) StartOutageSimulationApiRequest + StartOutageSimulationExecute func(r StartOutageSimulationApiRequest) (*ClusterOutageSimulation, *http.Response, error) + StartOutageSimulationWithParams func(ctx context.Context, args *StartOutageSimulationApiParams) StartOutageSimulationApiRequest + type ClusterOutageSimulationApiService service + func (a *ClusterOutageSimulationApiService) EndOutageSimulation(ctx context.Context, groupId string, clusterName string) EndOutageSimulationApiRequest + func (a *ClusterOutageSimulationApiService) EndOutageSimulationExecute(r EndOutageSimulationApiRequest) (*ClusterOutageSimulation, *http.Response, error) + func (a *ClusterOutageSimulationApiService) EndOutageSimulationWithParams(ctx context.Context, args *EndOutageSimulationApiParams) EndOutageSimulationApiRequest + func (a *ClusterOutageSimulationApiService) GetOutageSimulation(ctx context.Context, groupId string, clusterName string) GetOutageSimulationApiRequest + func (a *ClusterOutageSimulationApiService) GetOutageSimulationExecute(r GetOutageSimulationApiRequest) (*ClusterOutageSimulation, *http.Response, error) + func (a *ClusterOutageSimulationApiService) GetOutageSimulationWithParams(ctx context.Context, args *GetOutageSimulationApiParams) GetOutageSimulationApiRequest + func (a *ClusterOutageSimulationApiService) StartOutageSimulation(ctx context.Context, groupId string, clusterName string, ...) StartOutageSimulationApiRequest + func (a *ClusterOutageSimulationApiService) StartOutageSimulationExecute(r StartOutageSimulationApiRequest) (*ClusterOutageSimulation, *http.Response, error) + func (a *ClusterOutageSimulationApiService) StartOutageSimulationWithParams(ctx context.Context, args *StartOutageSimulationApiParams) StartOutageSimulationApiRequest + type ClusterProviderSettings struct + AutoScaling *ClusterFreeAutoScaling + BackingProviderName *string + DiskIOPS *int + DiskTypeName *string + EncryptEBSVolume *bool + InstanceSizeName *string + ProviderName string + RegionName *string + VolumeType *string + func NewClusterProviderSettings(providerName string) *ClusterProviderSettings + func NewClusterProviderSettingsWithDefaults() *ClusterProviderSettings + func (o *ClusterProviderSettings) GetAutoScaling() ClusterFreeAutoScaling + func (o *ClusterProviderSettings) GetAutoScalingOk() (*ClusterFreeAutoScaling, bool) + func (o *ClusterProviderSettings) GetBackingProviderName() string + func (o *ClusterProviderSettings) GetBackingProviderNameOk() (*string, bool) + func (o *ClusterProviderSettings) GetDiskIOPS() int + func (o *ClusterProviderSettings) GetDiskIOPSOk() (*int, bool) + func (o *ClusterProviderSettings) GetDiskTypeName() string + func (o *ClusterProviderSettings) GetDiskTypeNameOk() (*string, bool) + func (o *ClusterProviderSettings) GetEncryptEBSVolume() bool + func (o *ClusterProviderSettings) GetEncryptEBSVolumeOk() (*bool, bool) + func (o *ClusterProviderSettings) GetInstanceSizeName() string + func (o *ClusterProviderSettings) GetInstanceSizeNameOk() (*string, bool) + func (o *ClusterProviderSettings) GetProviderName() string + func (o *ClusterProviderSettings) GetProviderNameOk() (*string, bool) + func (o *ClusterProviderSettings) GetRegionName() string + func (o *ClusterProviderSettings) GetRegionNameOk() (*string, bool) + func (o *ClusterProviderSettings) GetVolumeType() string + func (o *ClusterProviderSettings) GetVolumeTypeOk() (*string, bool) + func (o *ClusterProviderSettings) HasAutoScaling() bool + func (o *ClusterProviderSettings) HasBackingProviderName() bool + func (o *ClusterProviderSettings) HasDiskIOPS() bool + func (o *ClusterProviderSettings) HasDiskTypeName() bool + func (o *ClusterProviderSettings) HasEncryptEBSVolume() bool + func (o *ClusterProviderSettings) HasInstanceSizeName() bool + func (o *ClusterProviderSettings) HasRegionName() bool + func (o *ClusterProviderSettings) HasVolumeType() bool + func (o *ClusterProviderSettings) SetAutoScaling(v ClusterFreeAutoScaling) + func (o *ClusterProviderSettings) SetBackingProviderName(v string) + func (o *ClusterProviderSettings) SetDiskIOPS(v int) + func (o *ClusterProviderSettings) SetDiskTypeName(v string) + func (o *ClusterProviderSettings) SetEncryptEBSVolume(v bool) + func (o *ClusterProviderSettings) SetInstanceSizeName(v string) + func (o *ClusterProviderSettings) SetProviderName(v string) + func (o *ClusterProviderSettings) SetRegionName(v string) + func (o *ClusterProviderSettings) SetVolumeType(v string) + func (o ClusterProviderSettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterProviderSettings) ToMap() (map[string]interface{}, error) + type ClusterSearchIndex struct + Analyzer *string + Analyzers *[]ApiAtlasFTSAnalyzers + CollectionName string + Database string + Fields *[]map[string]interface{} + IndexID *string + Mappings *ApiAtlasFTSMappings + Name string + SearchAnalyzer *string + Status *string + Synonyms *[]SearchSynonymMappingDefinition + Type *string + func NewClusterSearchIndex(collectionName string, database string, name string) *ClusterSearchIndex + func NewClusterSearchIndexWithDefaults() *ClusterSearchIndex + func (o *ClusterSearchIndex) GetAnalyzer() string + func (o *ClusterSearchIndex) GetAnalyzerOk() (*string, bool) + func (o *ClusterSearchIndex) GetAnalyzers() []ApiAtlasFTSAnalyzers + func (o *ClusterSearchIndex) GetAnalyzersOk() (*[]ApiAtlasFTSAnalyzers, bool) + func (o *ClusterSearchIndex) GetCollectionName() string + func (o *ClusterSearchIndex) GetCollectionNameOk() (*string, bool) + func (o *ClusterSearchIndex) GetDatabase() string + func (o *ClusterSearchIndex) GetDatabaseOk() (*string, bool) + func (o *ClusterSearchIndex) GetFields() []map[string]interface{} + func (o *ClusterSearchIndex) GetFieldsOk() (*[]map[string]interface{}, bool) + func (o *ClusterSearchIndex) GetIndexID() string + func (o *ClusterSearchIndex) GetIndexIDOk() (*string, bool) + func (o *ClusterSearchIndex) GetMappings() ApiAtlasFTSMappings + func (o *ClusterSearchIndex) GetMappingsOk() (*ApiAtlasFTSMappings, bool) + func (o *ClusterSearchIndex) GetName() string + func (o *ClusterSearchIndex) GetNameOk() (*string, bool) + func (o *ClusterSearchIndex) GetSearchAnalyzer() string + func (o *ClusterSearchIndex) GetSearchAnalyzerOk() (*string, bool) + func (o *ClusterSearchIndex) GetStatus() string + func (o *ClusterSearchIndex) GetStatusOk() (*string, bool) + func (o *ClusterSearchIndex) GetSynonyms() []SearchSynonymMappingDefinition + func (o *ClusterSearchIndex) GetSynonymsOk() (*[]SearchSynonymMappingDefinition, bool) + func (o *ClusterSearchIndex) GetType() string + func (o *ClusterSearchIndex) GetTypeOk() (*string, bool) + func (o *ClusterSearchIndex) HasAnalyzer() bool + func (o *ClusterSearchIndex) HasAnalyzers() bool + func (o *ClusterSearchIndex) HasFields() bool + func (o *ClusterSearchIndex) HasIndexID() bool + func (o *ClusterSearchIndex) HasMappings() bool + func (o *ClusterSearchIndex) HasSearchAnalyzer() bool + func (o *ClusterSearchIndex) HasStatus() bool + func (o *ClusterSearchIndex) HasSynonyms() bool + func (o *ClusterSearchIndex) HasType() bool + func (o *ClusterSearchIndex) SetAnalyzer(v string) + func (o *ClusterSearchIndex) SetAnalyzers(v []ApiAtlasFTSAnalyzers) + func (o *ClusterSearchIndex) SetCollectionName(v string) + func (o *ClusterSearchIndex) SetDatabase(v string) + func (o *ClusterSearchIndex) SetFields(v []map[string]interface{}) + func (o *ClusterSearchIndex) SetIndexID(v string) + func (o *ClusterSearchIndex) SetMappings(v ApiAtlasFTSMappings) + func (o *ClusterSearchIndex) SetName(v string) + func (o *ClusterSearchIndex) SetSearchAnalyzer(v string) + func (o *ClusterSearchIndex) SetStatus(v string) + func (o *ClusterSearchIndex) SetSynonyms(v []SearchSynonymMappingDefinition) + func (o *ClusterSearchIndex) SetType(v string) + func (o ClusterSearchIndex) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterSearchIndex) ToMap() (map[string]interface{}, error) + type ClusterServerlessBackupOptions struct + ServerlessContinuousBackupEnabled *bool + func NewClusterServerlessBackupOptions() *ClusterServerlessBackupOptions + func NewClusterServerlessBackupOptionsWithDefaults() *ClusterServerlessBackupOptions + func (o *ClusterServerlessBackupOptions) GetServerlessContinuousBackupEnabled() bool + func (o *ClusterServerlessBackupOptions) GetServerlessContinuousBackupEnabledOk() (*bool, bool) + func (o *ClusterServerlessBackupOptions) HasServerlessContinuousBackupEnabled() bool + func (o *ClusterServerlessBackupOptions) SetServerlessContinuousBackupEnabled(v bool) + func (o ClusterServerlessBackupOptions) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterServerlessBackupOptions) ToMap() (map[string]interface{}, error) + type ClusterStatus struct + ChangeStatus *string + Links *[]Link + func NewClusterStatus() *ClusterStatus + func NewClusterStatusWithDefaults() *ClusterStatus + func (o *ClusterStatus) GetChangeStatus() string + func (o *ClusterStatus) GetChangeStatusOk() (*string, bool) + func (o *ClusterStatus) GetLinks() []Link + func (o *ClusterStatus) GetLinksOk() (*[]Link, bool) + func (o *ClusterStatus) HasChangeStatus() bool + func (o *ClusterStatus) HasLinks() bool + func (o *ClusterStatus) SetChangeStatus(v string) + func (o *ClusterStatus) SetLinks(v []Link) + func (o ClusterStatus) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ClusterStatus) ToMap() (map[string]interface{}, error) + type ClustersApi interface + CreateCluster func(ctx context.Context, groupId string, ...) CreateClusterApiRequest + CreateClusterExecute func(r CreateClusterApiRequest) (*AdvancedClusterDescription, *http.Response, error) + CreateClusterWithParams func(ctx context.Context, args *CreateClusterApiParams) CreateClusterApiRequest + DeleteCluster func(ctx context.Context, groupId string, clusterName string) DeleteClusterApiRequest + DeleteClusterExecute func(r DeleteClusterApiRequest) (*http.Response, error) + DeleteClusterWithParams func(ctx context.Context, args *DeleteClusterApiParams) DeleteClusterApiRequest + GetCluster func(ctx context.Context, groupId string, clusterName string) GetClusterApiRequest + GetClusterAdvancedConfiguration func(ctx context.Context, groupId string, clusterName string) GetClusterAdvancedConfigurationApiRequest + GetClusterAdvancedConfigurationExecute func(r GetClusterAdvancedConfigurationApiRequest) (*ClusterDescriptionProcessArgs, *http.Response, error) + GetClusterAdvancedConfigurationWithParams func(ctx context.Context, args *GetClusterAdvancedConfigurationApiParams) GetClusterAdvancedConfigurationApiRequest + GetClusterExecute func(r GetClusterApiRequest) (*AdvancedClusterDescription, *http.Response, error) + GetClusterStatus func(ctx context.Context, groupId string, clusterName string) GetClusterStatusApiRequest + GetClusterStatusExecute func(r GetClusterStatusApiRequest) (*ClusterStatus, *http.Response, error) + GetClusterStatusWithParams func(ctx context.Context, args *GetClusterStatusApiParams) GetClusterStatusApiRequest + GetClusterWithParams func(ctx context.Context, args *GetClusterApiParams) GetClusterApiRequest + GetSampleDatasetLoadStatus func(ctx context.Context, groupId string, sampleDatasetId string) GetSampleDatasetLoadStatusApiRequest + GetSampleDatasetLoadStatusExecute func(r GetSampleDatasetLoadStatusApiRequest) (*SampleDatasetStatus, *http.Response, error) + GetSampleDatasetLoadStatusWithParams func(ctx context.Context, args *GetSampleDatasetLoadStatusApiParams) GetSampleDatasetLoadStatusApiRequest + ListCloudProviderRegions func(ctx context.Context, groupId string) ListCloudProviderRegionsApiRequest + ListCloudProviderRegionsExecute func(r ListCloudProviderRegionsApiRequest) (*PaginatedApiAtlasProviderRegions, *http.Response, error) + ListCloudProviderRegionsWithParams func(ctx context.Context, args *ListCloudProviderRegionsApiParams) ListCloudProviderRegionsApiRequest + ListClusters func(ctx context.Context, groupId string) ListClustersApiRequest + ListClustersExecute func(r ListClustersApiRequest) (*PaginatedAdvancedClusterDescription, *http.Response, error) + ListClustersForAllProjects func(ctx context.Context) ListClustersForAllProjectsApiRequest + ListClustersForAllProjectsExecute func(r ListClustersForAllProjectsApiRequest) (*PaginatedOrgGroup, *http.Response, error) + ListClustersForAllProjectsWithParams func(ctx context.Context, args *ListClustersForAllProjectsApiParams) ListClustersForAllProjectsApiRequest + ListClustersWithParams func(ctx context.Context, args *ListClustersApiParams) ListClustersApiRequest + LoadSampleDataset func(ctx context.Context, groupId string, name string) LoadSampleDatasetApiRequest + LoadSampleDatasetExecute func(r LoadSampleDatasetApiRequest) (*SampleDatasetStatus, *http.Response, error) + LoadSampleDatasetWithParams func(ctx context.Context, args *LoadSampleDatasetApiParams) LoadSampleDatasetApiRequest + TestFailover func(ctx context.Context, groupId string, clusterName string) TestFailoverApiRequest + TestFailoverExecute func(r TestFailoverApiRequest) (*http.Response, error) + TestFailoverWithParams func(ctx context.Context, args *TestFailoverApiParams) TestFailoverApiRequest + UpdateCluster func(ctx context.Context, groupId string, clusterName string, ...) UpdateClusterApiRequest + UpdateClusterAdvancedConfiguration func(ctx context.Context, groupId string, clusterName string, ...) UpdateClusterAdvancedConfigurationApiRequest + UpdateClusterAdvancedConfigurationExecute func(r UpdateClusterAdvancedConfigurationApiRequest) (*ClusterDescriptionProcessArgs, *http.Response, error) + UpdateClusterAdvancedConfigurationWithParams func(ctx context.Context, args *UpdateClusterAdvancedConfigurationApiParams) UpdateClusterAdvancedConfigurationApiRequest + UpdateClusterExecute func(r UpdateClusterApiRequest) (*AdvancedClusterDescription, *http.Response, error) + UpdateClusterWithParams func(ctx context.Context, args *UpdateClusterApiParams) UpdateClusterApiRequest + UpgradeSharedCluster func(ctx context.Context, groupId string, ...) UpgradeSharedClusterApiRequest + UpgradeSharedClusterExecute func(r UpgradeSharedClusterApiRequest) (*LegacyAtlasCluster, *http.Response, error) + UpgradeSharedClusterToServerless func(ctx context.Context, groupId string, ...) UpgradeSharedClusterToServerlessApiRequest + UpgradeSharedClusterToServerlessExecute func(r UpgradeSharedClusterToServerlessApiRequest) (*ServerlessInstanceDescription, *http.Response, error) + UpgradeSharedClusterToServerlessWithParams func(ctx context.Context, args *UpgradeSharedClusterToServerlessApiParams) UpgradeSharedClusterToServerlessApiRequest + UpgradeSharedClusterWithParams func(ctx context.Context, args *UpgradeSharedClusterApiParams) UpgradeSharedClusterApiRequest + type ClustersApiService service + func (a *ClustersApiService) CreateCluster(ctx context.Context, groupId string, ...) CreateClusterApiRequest + func (a *ClustersApiService) CreateClusterExecute(r CreateClusterApiRequest) (*AdvancedClusterDescription, *http.Response, error) + func (a *ClustersApiService) CreateClusterWithParams(ctx context.Context, args *CreateClusterApiParams) CreateClusterApiRequest + func (a *ClustersApiService) DeleteCluster(ctx context.Context, groupId string, clusterName string) DeleteClusterApiRequest + func (a *ClustersApiService) DeleteClusterExecute(r DeleteClusterApiRequest) (*http.Response, error) + func (a *ClustersApiService) DeleteClusterWithParams(ctx context.Context, args *DeleteClusterApiParams) DeleteClusterApiRequest + func (a *ClustersApiService) GetCluster(ctx context.Context, groupId string, clusterName string) GetClusterApiRequest + func (a *ClustersApiService) GetClusterAdvancedConfiguration(ctx context.Context, groupId string, clusterName string) GetClusterAdvancedConfigurationApiRequest + func (a *ClustersApiService) GetClusterAdvancedConfigurationExecute(r GetClusterAdvancedConfigurationApiRequest) (*ClusterDescriptionProcessArgs, *http.Response, error) + func (a *ClustersApiService) GetClusterAdvancedConfigurationWithParams(ctx context.Context, args *GetClusterAdvancedConfigurationApiParams) GetClusterAdvancedConfigurationApiRequest + func (a *ClustersApiService) GetClusterExecute(r GetClusterApiRequest) (*AdvancedClusterDescription, *http.Response, error) + func (a *ClustersApiService) GetClusterStatus(ctx context.Context, groupId string, clusterName string) GetClusterStatusApiRequest + func (a *ClustersApiService) GetClusterStatusExecute(r GetClusterStatusApiRequest) (*ClusterStatus, *http.Response, error) + func (a *ClustersApiService) GetClusterStatusWithParams(ctx context.Context, args *GetClusterStatusApiParams) GetClusterStatusApiRequest + func (a *ClustersApiService) GetClusterWithParams(ctx context.Context, args *GetClusterApiParams) GetClusterApiRequest + func (a *ClustersApiService) GetSampleDatasetLoadStatus(ctx context.Context, groupId string, sampleDatasetId string) GetSampleDatasetLoadStatusApiRequest + func (a *ClustersApiService) GetSampleDatasetLoadStatusExecute(r GetSampleDatasetLoadStatusApiRequest) (*SampleDatasetStatus, *http.Response, error) + func (a *ClustersApiService) GetSampleDatasetLoadStatusWithParams(ctx context.Context, args *GetSampleDatasetLoadStatusApiParams) GetSampleDatasetLoadStatusApiRequest + func (a *ClustersApiService) ListCloudProviderRegions(ctx context.Context, groupId string) ListCloudProviderRegionsApiRequest + func (a *ClustersApiService) ListCloudProviderRegionsExecute(r ListCloudProviderRegionsApiRequest) (*PaginatedApiAtlasProviderRegions, *http.Response, error) + func (a *ClustersApiService) ListCloudProviderRegionsWithParams(ctx context.Context, args *ListCloudProviderRegionsApiParams) ListCloudProviderRegionsApiRequest + func (a *ClustersApiService) ListClusters(ctx context.Context, groupId string) ListClustersApiRequest + func (a *ClustersApiService) ListClustersExecute(r ListClustersApiRequest) (*PaginatedAdvancedClusterDescription, *http.Response, error) + func (a *ClustersApiService) ListClustersForAllProjects(ctx context.Context) ListClustersForAllProjectsApiRequest + func (a *ClustersApiService) ListClustersForAllProjectsExecute(r ListClustersForAllProjectsApiRequest) (*PaginatedOrgGroup, *http.Response, error) + func (a *ClustersApiService) ListClustersForAllProjectsWithParams(ctx context.Context, args *ListClustersForAllProjectsApiParams) ListClustersForAllProjectsApiRequest + func (a *ClustersApiService) ListClustersWithParams(ctx context.Context, args *ListClustersApiParams) ListClustersApiRequest + func (a *ClustersApiService) LoadSampleDataset(ctx context.Context, groupId string, name string) LoadSampleDatasetApiRequest + func (a *ClustersApiService) LoadSampleDatasetExecute(r LoadSampleDatasetApiRequest) (*SampleDatasetStatus, *http.Response, error) + func (a *ClustersApiService) LoadSampleDatasetWithParams(ctx context.Context, args *LoadSampleDatasetApiParams) LoadSampleDatasetApiRequest + func (a *ClustersApiService) TestFailover(ctx context.Context, groupId string, clusterName string) TestFailoverApiRequest + func (a *ClustersApiService) TestFailoverExecute(r TestFailoverApiRequest) (*http.Response, error) + func (a *ClustersApiService) TestFailoverWithParams(ctx context.Context, args *TestFailoverApiParams) TestFailoverApiRequest + func (a *ClustersApiService) UpdateCluster(ctx context.Context, groupId string, clusterName string, ...) UpdateClusterApiRequest + func (a *ClustersApiService) UpdateClusterAdvancedConfiguration(ctx context.Context, groupId string, clusterName string, ...) UpdateClusterAdvancedConfigurationApiRequest + func (a *ClustersApiService) UpdateClusterAdvancedConfigurationExecute(r UpdateClusterAdvancedConfigurationApiRequest) (*ClusterDescriptionProcessArgs, *http.Response, error) + func (a *ClustersApiService) UpdateClusterAdvancedConfigurationWithParams(ctx context.Context, args *UpdateClusterAdvancedConfigurationApiParams) UpdateClusterAdvancedConfigurationApiRequest + func (a *ClustersApiService) UpdateClusterExecute(r UpdateClusterApiRequest) (*AdvancedClusterDescription, *http.Response, error) + func (a *ClustersApiService) UpdateClusterWithParams(ctx context.Context, args *UpdateClusterApiParams) UpdateClusterApiRequest + func (a *ClustersApiService) UpgradeSharedCluster(ctx context.Context, groupId string, ...) UpgradeSharedClusterApiRequest + func (a *ClustersApiService) UpgradeSharedClusterExecute(r UpgradeSharedClusterApiRequest) (*LegacyAtlasCluster, *http.Response, error) + func (a *ClustersApiService) UpgradeSharedClusterToServerless(ctx context.Context, groupId string, ...) UpgradeSharedClusterToServerlessApiRequest + func (a *ClustersApiService) UpgradeSharedClusterToServerlessExecute(r UpgradeSharedClusterToServerlessApiRequest) (*ServerlessInstanceDescription, *http.Response, error) + func (a *ClustersApiService) UpgradeSharedClusterToServerlessWithParams(ctx context.Context, args *UpgradeSharedClusterToServerlessApiParams) UpgradeSharedClusterToServerlessApiRequest + func (a *ClustersApiService) UpgradeSharedClusterWithParams(ctx context.Context, args *UpgradeSharedClusterApiParams) UpgradeSharedClusterApiRequest + type Collation struct + Alternate *string + Backwards *bool + CaseFirst *string + CaseLevel *bool + Locale string + MaxVariable *string + Normalization *bool + NumericOrdering *bool + Strength *int + func NewCollation(locale string) *Collation + func NewCollationWithDefaults() *Collation + func (o *Collation) GetAlternate() string + func (o *Collation) GetAlternateOk() (*string, bool) + func (o *Collation) GetBackwards() bool + func (o *Collation) GetBackwardsOk() (*bool, bool) + func (o *Collation) GetCaseFirst() string + func (o *Collation) GetCaseFirstOk() (*string, bool) + func (o *Collation) GetCaseLevel() bool + func (o *Collation) GetCaseLevelOk() (*bool, bool) + func (o *Collation) GetLocale() string + func (o *Collation) GetLocaleOk() (*string, bool) + func (o *Collation) GetMaxVariable() string + func (o *Collation) GetMaxVariableOk() (*string, bool) + func (o *Collation) GetNormalization() bool + func (o *Collation) GetNormalizationOk() (*bool, bool) + func (o *Collation) GetNumericOrdering() bool + func (o *Collation) GetNumericOrderingOk() (*bool, bool) + func (o *Collation) GetStrength() int + func (o *Collation) GetStrengthOk() (*int, bool) + func (o *Collation) HasAlternate() bool + func (o *Collation) HasBackwards() bool + func (o *Collation) HasCaseFirst() bool + func (o *Collation) HasCaseLevel() bool + func (o *Collation) HasMaxVariable() bool + func (o *Collation) HasNormalization() bool + func (o *Collation) HasNumericOrdering() bool + func (o *Collation) HasStrength() bool + func (o *Collation) SetAlternate(v string) + func (o *Collation) SetBackwards(v bool) + func (o *Collation) SetCaseFirst(v string) + func (o *Collation) SetCaseLevel(v bool) + func (o *Collation) SetLocale(v string) + func (o *Collation) SetMaxVariable(v string) + func (o *Collation) SetNormalization(v bool) + func (o *Collation) SetNumericOrdering(v bool) + func (o *Collation) SetStrength(v int) + func (o Collation) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o Collation) ToMap() (map[string]interface{}, error) + type ComponentLabel struct + Key *string + Value *string + func NewComponentLabel() *ComponentLabel + func NewComponentLabelWithDefaults() *ComponentLabel + func (o *ComponentLabel) GetKey() string + func (o *ComponentLabel) GetKeyOk() (*string, bool) + func (o *ComponentLabel) GetValue() string + func (o *ComponentLabel) GetValueOk() (*string, bool) + func (o *ComponentLabel) HasKey() bool + func (o *ComponentLabel) HasValue() bool + func (o *ComponentLabel) SetKey(v string) + func (o *ComponentLabel) SetValue(v string) + func (o ComponentLabel) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ComponentLabel) ToMap() (map[string]interface{}, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type ConnectedOrgConfig struct + DataAccessIdentityProviderIds *[]string + DomainAllowList *[]string + DomainRestrictionEnabled bool + IdentityProviderId string + OrgId string + PostAuthRoleGrants *[]string + RoleMappings *[]AuthFederationRoleMapping + UserConflicts *[]FederatedUser + func NewConnectedOrgConfig(domainRestrictionEnabled bool, identityProviderId string, orgId string) *ConnectedOrgConfig + func NewConnectedOrgConfigWithDefaults() *ConnectedOrgConfig + func (o *ConnectedOrgConfig) GetDataAccessIdentityProviderIds() []string + func (o *ConnectedOrgConfig) GetDataAccessIdentityProviderIdsOk() (*[]string, bool) + func (o *ConnectedOrgConfig) GetDomainAllowList() []string + func (o *ConnectedOrgConfig) GetDomainAllowListOk() (*[]string, bool) + func (o *ConnectedOrgConfig) GetDomainRestrictionEnabled() bool + func (o *ConnectedOrgConfig) GetDomainRestrictionEnabledOk() (*bool, bool) + func (o *ConnectedOrgConfig) GetIdentityProviderId() string + func (o *ConnectedOrgConfig) GetIdentityProviderIdOk() (*string, bool) + func (o *ConnectedOrgConfig) GetOrgId() string + func (o *ConnectedOrgConfig) GetOrgIdOk() (*string, bool) + func (o *ConnectedOrgConfig) GetPostAuthRoleGrants() []string + func (o *ConnectedOrgConfig) GetPostAuthRoleGrantsOk() (*[]string, bool) + func (o *ConnectedOrgConfig) GetRoleMappings() []AuthFederationRoleMapping + func (o *ConnectedOrgConfig) GetRoleMappingsOk() (*[]AuthFederationRoleMapping, bool) + func (o *ConnectedOrgConfig) GetUserConflicts() []FederatedUser + func (o *ConnectedOrgConfig) GetUserConflictsOk() (*[]FederatedUser, bool) + func (o *ConnectedOrgConfig) HasDataAccessIdentityProviderIds() bool + func (o *ConnectedOrgConfig) HasDomainAllowList() bool + func (o *ConnectedOrgConfig) HasPostAuthRoleGrants() bool + func (o *ConnectedOrgConfig) HasRoleMappings() bool + func (o *ConnectedOrgConfig) HasUserConflicts() bool + func (o *ConnectedOrgConfig) SetDataAccessIdentityProviderIds(v []string) + func (o *ConnectedOrgConfig) SetDomainAllowList(v []string) + func (o *ConnectedOrgConfig) SetDomainRestrictionEnabled(v bool) + func (o *ConnectedOrgConfig) SetIdentityProviderId(v string) + func (o *ConnectedOrgConfig) SetOrgId(v string) + func (o *ConnectedOrgConfig) SetPostAuthRoleGrants(v []string) + func (o *ConnectedOrgConfig) SetRoleMappings(v []AuthFederationRoleMapping) + func (o *ConnectedOrgConfig) SetUserConflicts(v []FederatedUser) + func (o ConnectedOrgConfig) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ConnectedOrgConfig) ToMap() (map[string]interface{}, error) + type ControlPlaneIPAddresses struct + Inbound *InboundControlPlaneCloudProviderIPAddresses + Outbound *OutboundControlPlaneCloudProviderIPAddresses + func NewControlPlaneIPAddresses() *ControlPlaneIPAddresses + func NewControlPlaneIPAddressesWithDefaults() *ControlPlaneIPAddresses + func (o *ControlPlaneIPAddresses) GetInbound() InboundControlPlaneCloudProviderIPAddresses + func (o *ControlPlaneIPAddresses) GetInboundOk() (*InboundControlPlaneCloudProviderIPAddresses, bool) + func (o *ControlPlaneIPAddresses) GetOutbound() OutboundControlPlaneCloudProviderIPAddresses + func (o *ControlPlaneIPAddresses) GetOutboundOk() (*OutboundControlPlaneCloudProviderIPAddresses, bool) + func (o *ControlPlaneIPAddresses) HasInbound() bool + func (o *ControlPlaneIPAddresses) HasOutbound() bool + func (o *ControlPlaneIPAddresses) SetInbound(v InboundControlPlaneCloudProviderIPAddresses) + func (o *ControlPlaneIPAddresses) SetOutbound(v OutboundControlPlaneCloudProviderIPAddresses) + func (o ControlPlaneIPAddresses) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ControlPlaneIPAddresses) ToMap() (map[string]interface{}, error) + type CostExplorerFilterRequestBody struct + Clusters *[]string + EndDate string + GroupBy *string + IncludePartialMatches *bool + Organizations *[]string + Projects *[]string + Services *[]string + StartDate string + func NewCostExplorerFilterRequestBody(endDate string, startDate string) *CostExplorerFilterRequestBody + func NewCostExplorerFilterRequestBodyWithDefaults() *CostExplorerFilterRequestBody + func (o *CostExplorerFilterRequestBody) GetClusters() []string + func (o *CostExplorerFilterRequestBody) GetClustersOk() (*[]string, bool) + func (o *CostExplorerFilterRequestBody) GetEndDate() string + func (o *CostExplorerFilterRequestBody) GetEndDateOk() (*string, bool) + func (o *CostExplorerFilterRequestBody) GetGroupBy() string + func (o *CostExplorerFilterRequestBody) GetGroupByOk() (*string, bool) + func (o *CostExplorerFilterRequestBody) GetIncludePartialMatches() bool + func (o *CostExplorerFilterRequestBody) GetIncludePartialMatchesOk() (*bool, bool) + func (o *CostExplorerFilterRequestBody) GetOrganizations() []string + func (o *CostExplorerFilterRequestBody) GetOrganizationsOk() (*[]string, bool) + func (o *CostExplorerFilterRequestBody) GetProjects() []string + func (o *CostExplorerFilterRequestBody) GetProjectsOk() (*[]string, bool) + func (o *CostExplorerFilterRequestBody) GetServices() []string + func (o *CostExplorerFilterRequestBody) GetServicesOk() (*[]string, bool) + func (o *CostExplorerFilterRequestBody) GetStartDate() string + func (o *CostExplorerFilterRequestBody) GetStartDateOk() (*string, bool) + func (o *CostExplorerFilterRequestBody) HasClusters() bool + func (o *CostExplorerFilterRequestBody) HasGroupBy() bool + func (o *CostExplorerFilterRequestBody) HasIncludePartialMatches() bool + func (o *CostExplorerFilterRequestBody) HasOrganizations() bool + func (o *CostExplorerFilterRequestBody) HasProjects() bool + func (o *CostExplorerFilterRequestBody) HasServices() bool + func (o *CostExplorerFilterRequestBody) SetClusters(v []string) + func (o *CostExplorerFilterRequestBody) SetEndDate(v string) + func (o *CostExplorerFilterRequestBody) SetGroupBy(v string) + func (o *CostExplorerFilterRequestBody) SetIncludePartialMatches(v bool) + func (o *CostExplorerFilterRequestBody) SetOrganizations(v []string) + func (o *CostExplorerFilterRequestBody) SetProjects(v []string) + func (o *CostExplorerFilterRequestBody) SetServices(v []string) + func (o *CostExplorerFilterRequestBody) SetStartDate(v string) + func (o CostExplorerFilterRequestBody) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CostExplorerFilterRequestBody) ToMap() (map[string]interface{}, error) + type CostExplorerFilterResponse struct + Token *string + func NewCostExplorerFilterResponse() *CostExplorerFilterResponse + func NewCostExplorerFilterResponseWithDefaults() *CostExplorerFilterResponse + func (o *CostExplorerFilterResponse) GetToken() string + func (o *CostExplorerFilterResponse) GetTokenOk() (*string, bool) + func (o *CostExplorerFilterResponse) HasToken() bool + func (o *CostExplorerFilterResponse) SetToken(v string) + func (o CostExplorerFilterResponse) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CostExplorerFilterResponse) ToMap() (map[string]interface{}, error) + type CreateAlertConfigurationApiParams struct + GroupAlertsConfig *GroupAlertsConfig + GroupId string + type CreateAlertConfigurationApiRequest struct + ApiService AlertConfigurationsApi + func (r CreateAlertConfigurationApiRequest) Execute() (*GroupAlertsConfig, *http.Response, error) + type CreateApiKeyAccessListApiParams struct + ApiUserId string + IncludeCount *bool + ItemsPerPage *int + OrgId string + PageNum *int + UserAccessList *[]UserAccessList + type CreateApiKeyAccessListApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r CreateApiKeyAccessListApiRequest) Execute() (*PaginatedApiUserAccessList, *http.Response, error) + func (r CreateApiKeyAccessListApiRequest) IncludeCount(includeCount bool) CreateApiKeyAccessListApiRequest + func (r CreateApiKeyAccessListApiRequest) ItemsPerPage(itemsPerPage int) CreateApiKeyAccessListApiRequest + func (r CreateApiKeyAccessListApiRequest) PageNum(pageNum int) CreateApiKeyAccessListApiRequest + type CreateApiKeyApiParams struct + CreateAtlasOrganizationApiKey *CreateAtlasOrganizationApiKey + OrgId string + type CreateApiKeyApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r CreateApiKeyApiRequest) Execute() (*ApiKeyUserDetails, *http.Response, error) + type CreateAtlasOrganizationApiKey struct + Desc string + Roles []string + func NewCreateAtlasOrganizationApiKey(desc string, roles []string) *CreateAtlasOrganizationApiKey + func NewCreateAtlasOrganizationApiKeyWithDefaults() *CreateAtlasOrganizationApiKey + func (o *CreateAtlasOrganizationApiKey) GetDesc() string + func (o *CreateAtlasOrganizationApiKey) GetDescOk() (*string, bool) + func (o *CreateAtlasOrganizationApiKey) GetRoles() []string + func (o *CreateAtlasOrganizationApiKey) GetRolesOk() (*[]string, bool) + func (o *CreateAtlasOrganizationApiKey) SetDesc(v string) + func (o *CreateAtlasOrganizationApiKey) SetRoles(v []string) + func (o CreateAtlasOrganizationApiKey) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CreateAtlasOrganizationApiKey) ToMap() (map[string]interface{}, error) + type CreateAtlasProjectApiKey struct + Desc string + Roles []string + func NewCreateAtlasProjectApiKey(desc string, roles []string) *CreateAtlasProjectApiKey + func NewCreateAtlasProjectApiKeyWithDefaults() *CreateAtlasProjectApiKey + func (o *CreateAtlasProjectApiKey) GetDesc() string + func (o *CreateAtlasProjectApiKey) GetDescOk() (*string, bool) + func (o *CreateAtlasProjectApiKey) GetRoles() []string + func (o *CreateAtlasProjectApiKey) GetRolesOk() (*[]string, bool) + func (o *CreateAtlasProjectApiKey) SetDesc(v string) + func (o *CreateAtlasProjectApiKey) SetRoles(v []string) + func (o CreateAtlasProjectApiKey) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CreateAtlasProjectApiKey) ToMap() (map[string]interface{}, error) + type CreateAtlasSearchDeploymentApiParams struct + ApiSearchDeploymentRequest *ApiSearchDeploymentRequest + ClusterName string + GroupId string + type CreateAtlasSearchDeploymentApiRequest struct + ApiService AtlasSearchApi + func (r CreateAtlasSearchDeploymentApiRequest) Execute() (*ApiSearchDeploymentResponse, *http.Response, error) + type CreateAtlasSearchIndexApiParams struct + ClusterName string + ClusterSearchIndex *ClusterSearchIndex + GroupId string + type CreateAtlasSearchIndexApiRequest struct + ApiService AtlasSearchApi + func (r CreateAtlasSearchIndexApiRequest) Execute() (*ClusterSearchIndex, *http.Response, error) + type CreateBackupExportJobApiParams struct + ClusterName string + DiskBackupExportJobRequest *DiskBackupExportJobRequest + GroupId string + type CreateBackupExportJobApiRequest struct + ApiService CloudBackupsApi + func (r CreateBackupExportJobApiRequest) Execute() (*DiskBackupExportJob, *http.Response, error) + type CreateBackupRestoreJobApiParams struct + ClusterName string + DiskBackupSnapshotRestoreJob *DiskBackupSnapshotRestoreJob + GroupId string + type CreateBackupRestoreJobApiRequest struct + ApiService CloudBackupsApi + func (r CreateBackupRestoreJobApiRequest) Execute() (*DiskBackupSnapshotRestoreJob, *http.Response, error) + type CreateCloudProviderAccessRoleApiParams struct + CloudProviderAccessRole *CloudProviderAccessRole + GroupId string + type CreateCloudProviderAccessRoleApiRequest struct + ApiService CloudProviderAccessApi + func (r CreateCloudProviderAccessRoleApiRequest) Execute() (*CloudProviderAccessRole, *http.Response, error) + type CreateClusterApiParams struct + AdvancedClusterDescription *AdvancedClusterDescription + GroupId string + type CreateClusterApiRequest struct + ApiService ClustersApi + func (r CreateClusterApiRequest) Execute() (*AdvancedClusterDescription, *http.Response, error) + type CreateCostExplorerQueryProcess1ApiParams struct + OrgId string + Token string + type CreateCostExplorerQueryProcess1ApiRequest struct + ApiService InvoicesApi + func (r CreateCostExplorerQueryProcess1ApiRequest) Execute() (string, *http.Response, error) + type CreateCostExplorerQueryProcessApiParams struct + CostExplorerFilterRequestBody *CostExplorerFilterRequestBody + OrgId string + type CreateCostExplorerQueryProcessApiRequest struct + ApiService InvoicesApi + func (r CreateCostExplorerQueryProcessApiRequest) Execute() (*CostExplorerFilterResponse, *http.Response, error) + type CreateCustomDatabaseRoleApiParams struct + GroupId string + UserCustomDBRole *UserCustomDBRole + type CreateCustomDatabaseRoleApiRequest struct + ApiService CustomDatabaseRolesApi + func (r CreateCustomDatabaseRoleApiRequest) Execute() (*UserCustomDBRole, *http.Response, error) + type CreateCustomZoneMappingApiParams struct + ClusterName string + CustomZoneMappings *CustomZoneMappings + GroupId string + type CreateCustomZoneMappingApiRequest struct + ApiService GlobalClustersApi + func (r CreateCustomZoneMappingApiRequest) Execute() (*GeoSharding, *http.Response, error) + type CreateDataFederationPrivateEndpointApiParams struct + GroupId string + PrivateNetworkEndpointIdEntry *PrivateNetworkEndpointIdEntry + type CreateDataFederationPrivateEndpointApiRequest struct + ApiService DataFederationApi + func (r CreateDataFederationPrivateEndpointApiRequest) Execute() (*PaginatedPrivateNetworkEndpointIdEntry, *http.Response, error) + type CreateDataProcessRegion struct + CloudProvider *string + Region *string + func NewCreateDataProcessRegion() *CreateDataProcessRegion + func NewCreateDataProcessRegionWithDefaults() *CreateDataProcessRegion + func (o *CreateDataProcessRegion) GetCloudProvider() string + func (o *CreateDataProcessRegion) GetCloudProviderOk() (*string, bool) + func (o *CreateDataProcessRegion) GetRegion() string + func (o *CreateDataProcessRegion) GetRegionOk() (*string, bool) + func (o *CreateDataProcessRegion) HasCloudProvider() bool + func (o *CreateDataProcessRegion) HasRegion() bool + func (o *CreateDataProcessRegion) SetCloudProvider(v string) + func (o *CreateDataProcessRegion) SetRegion(v string) + func (o CreateDataProcessRegion) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CreateDataProcessRegion) ToMap() (map[string]interface{}, error) + type CreateDatabaseUserApiParams struct + CloudDatabaseUser *CloudDatabaseUser + GroupId string + type CreateDatabaseUserApiRequest struct + ApiService DatabaseUsersApi + func (r CreateDatabaseUserApiRequest) Execute() (*CloudDatabaseUser, *http.Response, error) + type CreateDatabaseUserCertificateApiParams struct + GroupId string + UserCert *UserCert + Username string + type CreateDatabaseUserCertificateApiRequest struct + ApiService X509AuthenticationApi + func (r CreateDatabaseUserCertificateApiRequest) Execute() (string, *http.Response, error) + type CreateEndpointRequest struct + EndpointGroupName *string + Endpoints *[]CreateGCPForwardingRuleRequest + GcpProjectId *string + Id *string + PrivateEndpointIPAddress *string + func NewCreateEndpointRequest() *CreateEndpointRequest + func NewCreateEndpointRequestWithDefaults() *CreateEndpointRequest + func (o *CreateEndpointRequest) GetEndpointGroupName() string + func (o *CreateEndpointRequest) GetEndpointGroupNameOk() (*string, bool) + func (o *CreateEndpointRequest) GetEndpoints() []CreateGCPForwardingRuleRequest + func (o *CreateEndpointRequest) GetEndpointsOk() (*[]CreateGCPForwardingRuleRequest, bool) + func (o *CreateEndpointRequest) GetGcpProjectId() string + func (o *CreateEndpointRequest) GetGcpProjectIdOk() (*string, bool) + func (o *CreateEndpointRequest) GetId() string + func (o *CreateEndpointRequest) GetIdOk() (*string, bool) + func (o *CreateEndpointRequest) GetPrivateEndpointIPAddress() string + func (o *CreateEndpointRequest) GetPrivateEndpointIPAddressOk() (*string, bool) + func (o *CreateEndpointRequest) HasEndpointGroupName() bool + func (o *CreateEndpointRequest) HasEndpoints() bool + func (o *CreateEndpointRequest) HasGcpProjectId() bool + func (o *CreateEndpointRequest) HasId() bool + func (o *CreateEndpointRequest) HasPrivateEndpointIPAddress() bool + func (o *CreateEndpointRequest) SetEndpointGroupName(v string) + func (o *CreateEndpointRequest) SetEndpoints(v []CreateGCPForwardingRuleRequest) + func (o *CreateEndpointRequest) SetGcpProjectId(v string) + func (o *CreateEndpointRequest) SetId(v string) + func (o *CreateEndpointRequest) SetPrivateEndpointIPAddress(v string) + func (o CreateEndpointRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CreateEndpointRequest) ToMap() (map[string]interface{}, error) + type CreateExportBucketApiParams struct + DiskBackupSnapshotAWSExportBucket *DiskBackupSnapshotAWSExportBucket + GroupId string + type CreateExportBucketApiRequest struct + ApiService CloudBackupsApi + func (r CreateExportBucketApiRequest) Execute() (*DiskBackupSnapshotAWSExportBucket, *http.Response, error) + type CreateFederatedDatabaseApiParams struct + DataLakeTenant *DataLakeTenant + GroupId string + SkipRoleValidation *bool + type CreateFederatedDatabaseApiRequest struct + ApiService DataFederationApi + func (r CreateFederatedDatabaseApiRequest) Execute() (*DataLakeTenant, *http.Response, error) + func (r CreateFederatedDatabaseApiRequest) SkipRoleValidation(skipRoleValidation bool) CreateFederatedDatabaseApiRequest + type CreateGCPForwardingRuleRequest struct + EndpointName *string + IpAddress *string + func NewCreateGCPForwardingRuleRequest() *CreateGCPForwardingRuleRequest + func NewCreateGCPForwardingRuleRequestWithDefaults() *CreateGCPForwardingRuleRequest + func (o *CreateGCPForwardingRuleRequest) GetEndpointName() string + func (o *CreateGCPForwardingRuleRequest) GetEndpointNameOk() (*string, bool) + func (o *CreateGCPForwardingRuleRequest) GetIpAddress() string + func (o *CreateGCPForwardingRuleRequest) GetIpAddressOk() (*string, bool) + func (o *CreateGCPForwardingRuleRequest) HasEndpointName() bool + func (o *CreateGCPForwardingRuleRequest) HasIpAddress() bool + func (o *CreateGCPForwardingRuleRequest) SetEndpointName(v string) + func (o *CreateGCPForwardingRuleRequest) SetIpAddress(v string) + func (o CreateGCPForwardingRuleRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CreateGCPForwardingRuleRequest) ToMap() (map[string]interface{}, error) + type CreateLegacyBackupRestoreJobApiParams struct + BackupRestoreJob *BackupRestoreJob + ClusterName string + GroupId string + type CreateLegacyBackupRestoreJobApiRequest struct + ApiService LegacyBackupRestoreJobsApi + func (r CreateLegacyBackupRestoreJobApiRequest) Execute() (*PaginatedRestoreJob, *http.Response, error) + type CreateLinkTokenApiParams struct + OrgId string + TargetOrgRequest *TargetOrgRequest + type CreateLinkTokenApiRequest struct + ApiService CloudMigrationServiceApi + func (r CreateLinkTokenApiRequest) Execute() (*TargetOrg, *http.Response, error) + type CreateManagedNamespaceApiParams struct + ClusterName string + GroupId string + ManagedNamespace *ManagedNamespace + type CreateManagedNamespaceApiRequest struct + ApiService GlobalClustersApi + func (r CreateManagedNamespaceApiRequest) Execute() (*GeoSharding, *http.Response, error) + type CreateOneDataFederationQueryLimitApiParams struct + DataFederationTenantQueryLimit *DataFederationTenantQueryLimit + GroupId string + LimitName string + TenantName string + type CreateOneDataFederationQueryLimitApiRequest struct + ApiService DataFederationApi + func (r CreateOneDataFederationQueryLimitApiRequest) Execute() (*DataFederationTenantQueryLimit, *http.Response, error) + type CreateOnlineArchiveApiParams struct + BackupOnlineArchiveCreate *BackupOnlineArchiveCreate + ClusterName string + GroupId string + type CreateOnlineArchiveApiRequest struct + ApiService OnlineArchiveApi + func (r CreateOnlineArchiveApiRequest) Execute() (*BackupOnlineArchive, *http.Response, error) + type CreateOrganizationApiParams struct + CreateOrganizationRequest *CreateOrganizationRequest + type CreateOrganizationApiRequest struct + ApiService OrganizationsApi + func (r CreateOrganizationApiRequest) Execute() (*CreateOrganizationResponse, *http.Response, error) + type CreateOrganizationInvitationApiParams struct + OrgId string + OrganizationInvitationRequest *OrganizationInvitationRequest + type CreateOrganizationInvitationApiRequest struct + ApiService OrganizationsApi + func (r CreateOrganizationInvitationApiRequest) Execute() (*OrganizationInvitation, *http.Response, error) + type CreateOrganizationRequest struct + ApiKey *CreateAtlasOrganizationApiKey + FederationSettingsId *string + Name string + OrgOwnerId *string + func NewCreateOrganizationRequest(name string) *CreateOrganizationRequest + func NewCreateOrganizationRequestWithDefaults() *CreateOrganizationRequest + func (o *CreateOrganizationRequest) GetApiKey() CreateAtlasOrganizationApiKey + func (o *CreateOrganizationRequest) GetApiKeyOk() (*CreateAtlasOrganizationApiKey, bool) + func (o *CreateOrganizationRequest) GetFederationSettingsId() string + func (o *CreateOrganizationRequest) GetFederationSettingsIdOk() (*string, bool) + func (o *CreateOrganizationRequest) GetName() string + func (o *CreateOrganizationRequest) GetNameOk() (*string, bool) + func (o *CreateOrganizationRequest) GetOrgOwnerId() string + func (o *CreateOrganizationRequest) GetOrgOwnerIdOk() (*string, bool) + func (o *CreateOrganizationRequest) HasApiKey() bool + func (o *CreateOrganizationRequest) HasFederationSettingsId() bool + func (o *CreateOrganizationRequest) HasOrgOwnerId() bool + func (o *CreateOrganizationRequest) SetApiKey(v CreateAtlasOrganizationApiKey) + func (o *CreateOrganizationRequest) SetFederationSettingsId(v string) + func (o *CreateOrganizationRequest) SetName(v string) + func (o *CreateOrganizationRequest) SetOrgOwnerId(v string) + func (o CreateOrganizationRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CreateOrganizationRequest) ToMap() (map[string]interface{}, error) + type CreateOrganizationResponse struct + ApiKey *ApiKeyUserDetails + FederationSettingsId *string + OrgOwnerId *string + Organization *AtlasOrganization + func NewCreateOrganizationResponse() *CreateOrganizationResponse + func NewCreateOrganizationResponseWithDefaults() *CreateOrganizationResponse + func (o *CreateOrganizationResponse) GetApiKey() ApiKeyUserDetails + func (o *CreateOrganizationResponse) GetApiKeyOk() (*ApiKeyUserDetails, bool) + func (o *CreateOrganizationResponse) GetFederationSettingsId() string + func (o *CreateOrganizationResponse) GetFederationSettingsIdOk() (*string, bool) + func (o *CreateOrganizationResponse) GetOrgOwnerId() string + func (o *CreateOrganizationResponse) GetOrgOwnerIdOk() (*string, bool) + func (o *CreateOrganizationResponse) GetOrganization() AtlasOrganization + func (o *CreateOrganizationResponse) GetOrganizationOk() (*AtlasOrganization, bool) + func (o *CreateOrganizationResponse) HasApiKey() bool + func (o *CreateOrganizationResponse) HasFederationSettingsId() bool + func (o *CreateOrganizationResponse) HasOrgOwnerId() bool + func (o *CreateOrganizationResponse) HasOrganization() bool + func (o *CreateOrganizationResponse) SetApiKey(v ApiKeyUserDetails) + func (o *CreateOrganizationResponse) SetFederationSettingsId(v string) + func (o *CreateOrganizationResponse) SetOrgOwnerId(v string) + func (o *CreateOrganizationResponse) SetOrganization(v AtlasOrganization) + func (o CreateOrganizationResponse) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CreateOrganizationResponse) ToMap() (map[string]interface{}, error) + type CreatePeeringConnectionApiParams struct + BaseNetworkPeeringConnectionSettings *BaseNetworkPeeringConnectionSettings + GroupId string + type CreatePeeringConnectionApiRequest struct + ApiService NetworkPeeringApi + func (r CreatePeeringConnectionApiRequest) Execute() (*BaseNetworkPeeringConnectionSettings, *http.Response, error) + type CreatePeeringContainerApiParams struct + CloudProviderContainer *CloudProviderContainer + GroupId string + type CreatePeeringContainerApiRequest struct + ApiService NetworkPeeringApi + func (r CreatePeeringContainerApiRequest) Execute() (*CloudProviderContainer, *http.Response, error) + type CreatePipelineApiParams struct + DataLakeIngestionPipeline *DataLakeIngestionPipeline + GroupId string + type CreatePipelineApiRequest struct + ApiService DataLakePipelinesApi + func (r CreatePipelineApiRequest) Execute() (*DataLakeIngestionPipeline, *http.Response, error) + type CreatePrivateEndpointApiParams struct + CloudProvider string + CreateEndpointRequest *CreateEndpointRequest + EndpointServiceId string + GroupId string + type CreatePrivateEndpointApiRequest struct + ApiService PrivateEndpointServicesApi + func (r CreatePrivateEndpointApiRequest) Execute() (*PrivateLinkEndpoint, *http.Response, error) + type CreatePrivateEndpointServiceApiParams struct + CloudProviderEndpointServiceRequest *CloudProviderEndpointServiceRequest + GroupId string + type CreatePrivateEndpointServiceApiRequest struct + ApiService PrivateEndpointServicesApi + func (r CreatePrivateEndpointServiceApiRequest) Execute() (*EndpointService, *http.Response, error) + type CreateProjectApiKeyApiParams struct + CreateAtlasProjectApiKey *CreateAtlasProjectApiKey + GroupId string + type CreateProjectApiKeyApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r CreateProjectApiKeyApiRequest) Execute() (*ApiKeyUserDetails, *http.Response, error) + type CreateProjectApiParams struct + Group *Group + ProjectOwnerId *string + type CreateProjectApiRequest struct + ApiService ProjectsApi + func (r CreateProjectApiRequest) Execute() (*Group, *http.Response, error) + func (r CreateProjectApiRequest) ProjectOwnerId(projectOwnerId string) CreateProjectApiRequest + type CreateProjectInvitationApiParams struct + GroupId string + GroupInvitationRequest *GroupInvitationRequest + type CreateProjectInvitationApiRequest struct + ApiService ProjectsApi + func (r CreateProjectInvitationApiRequest) Execute() (*GroupInvitation, *http.Response, error) + type CreateProjectIpAccessListApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + NetworkPermissionEntry *[]NetworkPermissionEntry + PageNum *int + type CreateProjectIpAccessListApiRequest struct + ApiService ProjectIPAccessListApi + func (r CreateProjectIpAccessListApiRequest) Execute() (*PaginatedNetworkAccess, *http.Response, error) + func (r CreateProjectIpAccessListApiRequest) IncludeCount(includeCount bool) CreateProjectIpAccessListApiRequest + func (r CreateProjectIpAccessListApiRequest) ItemsPerPage(itemsPerPage int) CreateProjectIpAccessListApiRequest + func (r CreateProjectIpAccessListApiRequest) PageNum(pageNum int) CreateProjectIpAccessListApiRequest + type CreatePushBasedLogConfigurationApiParams struct + GroupId string + PushBasedLogExportProject *PushBasedLogExportProject + type CreatePushBasedLogConfigurationApiRequest struct + ApiService PushBasedLogExportApi + func (r CreatePushBasedLogConfigurationApiRequest) Execute() (*http.Response, error) + type CreatePushMigrationApiParams struct + GroupId string + LiveMigrationRequest *LiveMigrationRequest + type CreatePushMigrationApiRequest struct + ApiService CloudMigrationServiceApi + func (r CreatePushMigrationApiRequest) Execute() (*LiveMigrationResponse, *http.Response, error) + type CreateRoleMappingApiParams struct + AuthFederationRoleMapping *AuthFederationRoleMapping + FederationSettingsId string + OrgId string + type CreateRoleMappingApiRequest struct + ApiService FederatedAuthenticationApi + func (r CreateRoleMappingApiRequest) Execute() (*AuthFederationRoleMapping, *http.Response, error) + type CreateRollingIndexApiParams struct + ClusterName string + DatabaseRollingIndexRequest *DatabaseRollingIndexRequest + GroupId string + type CreateRollingIndexApiRequest struct + ApiService RollingIndexApi + func (r CreateRollingIndexApiRequest) Execute() (*http.Response, error) + type CreateServerlessBackupRestoreJobApiParams struct + ClusterName string + GroupId string + ServerlessBackupRestoreJob *ServerlessBackupRestoreJob + type CreateServerlessBackupRestoreJobApiRequest struct + ApiService CloudBackupsApi + func (r CreateServerlessBackupRestoreJobApiRequest) Execute() (*ServerlessBackupRestoreJob, *http.Response, error) + type CreateServerlessInstanceApiParams struct + GroupId string + ServerlessInstanceDescriptionCreate *ServerlessInstanceDescriptionCreate + type CreateServerlessInstanceApiRequest struct + ApiService ServerlessInstancesApi + func (r CreateServerlessInstanceApiRequest) Execute() (*ServerlessInstanceDescription, *http.Response, error) + type CreateServerlessPrivateEndpointApiParams struct + GroupId string + InstanceName string + ServerlessTenantCreateRequest *ServerlessTenantCreateRequest + type CreateServerlessPrivateEndpointApiRequest struct + ApiService ServerlessPrivateEndpointsApi + func (r CreateServerlessPrivateEndpointApiRequest) Execute() (*ServerlessTenantEndpoint, *http.Response, error) + type CreateSharedClusterBackupRestoreJobApiParams struct + ClusterName string + GroupId string + TenantRestore *TenantRestore + type CreateSharedClusterBackupRestoreJobApiRequest struct + ApiService SharedTierRestoreJobsApi + func (r CreateSharedClusterBackupRestoreJobApiRequest) Execute() (*TenantRestore, *http.Response, error) + type CreateStreamConnectionApiParams struct + GroupId string + StreamsConnection *StreamsConnection + TenantName string + type CreateStreamConnectionApiRequest struct + ApiService StreamsApi + func (r CreateStreamConnectionApiRequest) Execute() (*StreamsConnection, *http.Response, error) + type CreateStreamInstanceApiParams struct + GroupId string + StreamsTenant *StreamsTenant + type CreateStreamInstanceApiRequest struct + ApiService StreamsApi + func (r CreateStreamInstanceApiRequest) Execute() (*StreamsTenant, *http.Response, error) + type CreateTeamApiParams struct + OrgId string + Team *Team + type CreateTeamApiRequest struct + ApiService TeamsApi + func (r CreateTeamApiRequest) Execute() (*Team, *http.Response, error) + type CreateThirdPartyIntegrationApiParams struct + GroupId string + IncludeCount *bool + IntegrationType string + ItemsPerPage *int + PageNum *int + ThridPartyIntegration *ThridPartyIntegration + type CreateThirdPartyIntegrationApiRequest struct + ApiService ThirdPartyIntegrationsApi + func (r CreateThirdPartyIntegrationApiRequest) Execute() (*PaginatedIntegration, *http.Response, error) + func (r CreateThirdPartyIntegrationApiRequest) IncludeCount(includeCount bool) CreateThirdPartyIntegrationApiRequest + func (r CreateThirdPartyIntegrationApiRequest) ItemsPerPage(itemsPerPage int) CreateThirdPartyIntegrationApiRequest + func (r CreateThirdPartyIntegrationApiRequest) PageNum(pageNum int) CreateThirdPartyIntegrationApiRequest + type CreateUserApiParams struct + CloudAppUser *CloudAppUser + type CreateUserApiRequest struct + ApiService MongoDBCloudUsersApi + func (r CreateUserApiRequest) Execute() (*CloudAppUser, *http.Response, error) + type Criteria struct + DateField *string + DateFormat *string + ExpireAfterDays *int + Query *string + Type *string + func NewCriteria() *Criteria + func NewCriteriaWithDefaults() *Criteria + func (o *Criteria) GetDateField() string + func (o *Criteria) GetDateFieldOk() (*string, bool) + func (o *Criteria) GetDateFormat() string + func (o *Criteria) GetDateFormatOk() (*string, bool) + func (o *Criteria) GetExpireAfterDays() int + func (o *Criteria) GetExpireAfterDaysOk() (*int, bool) + func (o *Criteria) GetQuery() string + func (o *Criteria) GetQueryOk() (*string, bool) + func (o *Criteria) GetType() string + func (o *Criteria) GetTypeOk() (*string, bool) + func (o *Criteria) HasDateField() bool + func (o *Criteria) HasDateFormat() bool + func (o *Criteria) HasExpireAfterDays() bool + func (o *Criteria) HasQuery() bool + func (o *Criteria) HasType() bool + func (o *Criteria) SetDateField(v string) + func (o *Criteria) SetDateFormat(v string) + func (o *Criteria) SetExpireAfterDays(v int) + func (o *Criteria) SetQuery(v string) + func (o *Criteria) SetType(v string) + func (o Criteria) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o Criteria) ToMap() (map[string]interface{}, error) + type CustomDatabaseRolesApi interface + CreateCustomDatabaseRole func(ctx context.Context, groupId string, userCustomDBRole *UserCustomDBRole) CreateCustomDatabaseRoleApiRequest + CreateCustomDatabaseRoleExecute func(r CreateCustomDatabaseRoleApiRequest) (*UserCustomDBRole, *http.Response, error) + CreateCustomDatabaseRoleWithParams func(ctx context.Context, args *CreateCustomDatabaseRoleApiParams) CreateCustomDatabaseRoleApiRequest + DeleteCustomDatabaseRole func(ctx context.Context, groupId string, roleName string) DeleteCustomDatabaseRoleApiRequest + DeleteCustomDatabaseRoleExecute func(r DeleteCustomDatabaseRoleApiRequest) (*http.Response, error) + DeleteCustomDatabaseRoleWithParams func(ctx context.Context, args *DeleteCustomDatabaseRoleApiParams) DeleteCustomDatabaseRoleApiRequest + GetCustomDatabaseRole func(ctx context.Context, groupId string, roleName string) GetCustomDatabaseRoleApiRequest + GetCustomDatabaseRoleExecute func(r GetCustomDatabaseRoleApiRequest) (*UserCustomDBRole, *http.Response, error) + GetCustomDatabaseRoleWithParams func(ctx context.Context, args *GetCustomDatabaseRoleApiParams) GetCustomDatabaseRoleApiRequest + ListCustomDatabaseRoles func(ctx context.Context, groupId string) ListCustomDatabaseRolesApiRequest + ListCustomDatabaseRolesExecute func(r ListCustomDatabaseRolesApiRequest) ([]UserCustomDBRole, *http.Response, error) + ListCustomDatabaseRolesWithParams func(ctx context.Context, args *ListCustomDatabaseRolesApiParams) ListCustomDatabaseRolesApiRequest + UpdateCustomDatabaseRole func(ctx context.Context, groupId string, roleName string, ...) UpdateCustomDatabaseRoleApiRequest + UpdateCustomDatabaseRoleExecute func(r UpdateCustomDatabaseRoleApiRequest) (*UserCustomDBRole, *http.Response, error) + UpdateCustomDatabaseRoleWithParams func(ctx context.Context, args *UpdateCustomDatabaseRoleApiParams) UpdateCustomDatabaseRoleApiRequest + type CustomDatabaseRolesApiService service + func (a *CustomDatabaseRolesApiService) CreateCustomDatabaseRole(ctx context.Context, groupId string, userCustomDBRole *UserCustomDBRole) CreateCustomDatabaseRoleApiRequest + func (a *CustomDatabaseRolesApiService) CreateCustomDatabaseRoleExecute(r CreateCustomDatabaseRoleApiRequest) (*UserCustomDBRole, *http.Response, error) + func (a *CustomDatabaseRolesApiService) CreateCustomDatabaseRoleWithParams(ctx context.Context, args *CreateCustomDatabaseRoleApiParams) CreateCustomDatabaseRoleApiRequest + func (a *CustomDatabaseRolesApiService) DeleteCustomDatabaseRole(ctx context.Context, groupId string, roleName string) DeleteCustomDatabaseRoleApiRequest + func (a *CustomDatabaseRolesApiService) DeleteCustomDatabaseRoleExecute(r DeleteCustomDatabaseRoleApiRequest) (*http.Response, error) + func (a *CustomDatabaseRolesApiService) DeleteCustomDatabaseRoleWithParams(ctx context.Context, args *DeleteCustomDatabaseRoleApiParams) DeleteCustomDatabaseRoleApiRequest + func (a *CustomDatabaseRolesApiService) GetCustomDatabaseRole(ctx context.Context, groupId string, roleName string) GetCustomDatabaseRoleApiRequest + func (a *CustomDatabaseRolesApiService) GetCustomDatabaseRoleExecute(r GetCustomDatabaseRoleApiRequest) (*UserCustomDBRole, *http.Response, error) + func (a *CustomDatabaseRolesApiService) GetCustomDatabaseRoleWithParams(ctx context.Context, args *GetCustomDatabaseRoleApiParams) GetCustomDatabaseRoleApiRequest + func (a *CustomDatabaseRolesApiService) ListCustomDatabaseRoles(ctx context.Context, groupId string) ListCustomDatabaseRolesApiRequest + func (a *CustomDatabaseRolesApiService) ListCustomDatabaseRolesExecute(r ListCustomDatabaseRolesApiRequest) ([]UserCustomDBRole, *http.Response, error) + func (a *CustomDatabaseRolesApiService) ListCustomDatabaseRolesWithParams(ctx context.Context, args *ListCustomDatabaseRolesApiParams) ListCustomDatabaseRolesApiRequest + func (a *CustomDatabaseRolesApiService) UpdateCustomDatabaseRole(ctx context.Context, groupId string, roleName string, ...) UpdateCustomDatabaseRoleApiRequest + func (a *CustomDatabaseRolesApiService) UpdateCustomDatabaseRoleExecute(r UpdateCustomDatabaseRoleApiRequest) (*UserCustomDBRole, *http.Response, error) + func (a *CustomDatabaseRolesApiService) UpdateCustomDatabaseRoleWithParams(ctx context.Context, args *UpdateCustomDatabaseRoleApiParams) UpdateCustomDatabaseRoleApiRequest + type CustomZoneMappings struct + CustomZoneMappings *[]ZoneMapping + func NewCustomZoneMappings() *CustomZoneMappings + func NewCustomZoneMappingsWithDefaults() *CustomZoneMappings + func (o *CustomZoneMappings) GetCustomZoneMappings() []ZoneMapping + func (o *CustomZoneMappings) GetCustomZoneMappingsOk() (*[]ZoneMapping, bool) + func (o *CustomZoneMappings) HasCustomZoneMappings() bool + func (o *CustomZoneMappings) SetCustomZoneMappings(v []ZoneMapping) + func (o CustomZoneMappings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o CustomZoneMappings) ToMap() (map[string]interface{}, error) + type CutoverMigrationApiParams struct + GroupId string + LiveMigrationId string + type CutoverMigrationApiRequest struct + ApiService CloudMigrationServiceApi + func (r CutoverMigrationApiRequest) Execute() (*http.Response, error) + type DBRoleToExecute struct + Links *[]Link + Role *string + Type *string + func NewDBRoleToExecute() *DBRoleToExecute + func NewDBRoleToExecuteWithDefaults() *DBRoleToExecute + func (o *DBRoleToExecute) GetLinks() []Link + func (o *DBRoleToExecute) GetLinksOk() (*[]Link, bool) + func (o *DBRoleToExecute) GetRole() string + func (o *DBRoleToExecute) GetRoleOk() (*string, bool) + func (o *DBRoleToExecute) GetType() string + func (o *DBRoleToExecute) GetTypeOk() (*string, bool) + func (o *DBRoleToExecute) HasLinks() bool + func (o *DBRoleToExecute) HasRole() bool + func (o *DBRoleToExecute) HasType() bool + func (o *DBRoleToExecute) SetLinks(v []Link) + func (o *DBRoleToExecute) SetRole(v string) + func (o *DBRoleToExecute) SetType(v string) + func (o DBRoleToExecute) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DBRoleToExecute) ToMap() (map[string]interface{}, error) + type DBUserTLSX509Settings struct + Cas *string + Links *[]Link + func NewDBUserTLSX509Settings() *DBUserTLSX509Settings + func NewDBUserTLSX509SettingsWithDefaults() *DBUserTLSX509Settings + func (o *DBUserTLSX509Settings) GetCas() string + func (o *DBUserTLSX509Settings) GetCasOk() (*string, bool) + func (o *DBUserTLSX509Settings) GetLinks() []Link + func (o *DBUserTLSX509Settings) GetLinksOk() (*[]Link, bool) + func (o *DBUserTLSX509Settings) HasCas() bool + func (o *DBUserTLSX509Settings) HasLinks() bool + func (o *DBUserTLSX509Settings) SetCas(v string) + func (o *DBUserTLSX509Settings) SetLinks(v []Link) + func (o DBUserTLSX509Settings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DBUserTLSX509Settings) ToMap() (map[string]interface{}, error) + type DataExpirationRule struct + ExpireAfterDays *int + func NewDataExpirationRule() *DataExpirationRule + func NewDataExpirationRuleWithDefaults() *DataExpirationRule + func (o *DataExpirationRule) GetExpireAfterDays() int + func (o *DataExpirationRule) GetExpireAfterDaysOk() (*int, bool) + func (o *DataExpirationRule) HasExpireAfterDays() bool + func (o *DataExpirationRule) SetExpireAfterDays(v int) + func (o DataExpirationRule) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataExpirationRule) ToMap() (map[string]interface{}, error) + type DataFederationApi interface + CreateDataFederationPrivateEndpoint func(ctx context.Context, groupId string, ...) CreateDataFederationPrivateEndpointApiRequest + CreateDataFederationPrivateEndpointExecute func(r CreateDataFederationPrivateEndpointApiRequest) (*PaginatedPrivateNetworkEndpointIdEntry, *http.Response, error) + CreateDataFederationPrivateEndpointWithParams func(ctx context.Context, args *CreateDataFederationPrivateEndpointApiParams) CreateDataFederationPrivateEndpointApiRequest + CreateFederatedDatabase func(ctx context.Context, groupId string, dataLakeTenant *DataLakeTenant) CreateFederatedDatabaseApiRequest + CreateFederatedDatabaseExecute func(r CreateFederatedDatabaseApiRequest) (*DataLakeTenant, *http.Response, error) + CreateFederatedDatabaseWithParams func(ctx context.Context, args *CreateFederatedDatabaseApiParams) CreateFederatedDatabaseApiRequest + CreateOneDataFederationQueryLimit func(ctx context.Context, groupId string, tenantName string, limitName string, ...) CreateOneDataFederationQueryLimitApiRequest + CreateOneDataFederationQueryLimitExecute func(r CreateOneDataFederationQueryLimitApiRequest) (*DataFederationTenantQueryLimit, *http.Response, error) + CreateOneDataFederationQueryLimitWithParams func(ctx context.Context, args *CreateOneDataFederationQueryLimitApiParams) CreateOneDataFederationQueryLimitApiRequest + DeleteDataFederationPrivateEndpoint func(ctx context.Context, groupId string, endpointId string) DeleteDataFederationPrivateEndpointApiRequest + DeleteDataFederationPrivateEndpointExecute func(r DeleteDataFederationPrivateEndpointApiRequest) (map[string]interface{}, *http.Response, error) + DeleteDataFederationPrivateEndpointWithParams func(ctx context.Context, args *DeleteDataFederationPrivateEndpointApiParams) DeleteDataFederationPrivateEndpointApiRequest + DeleteFederatedDatabase func(ctx context.Context, groupId string, tenantName string) DeleteFederatedDatabaseApiRequest + DeleteFederatedDatabaseExecute func(r DeleteFederatedDatabaseApiRequest) (map[string]interface{}, *http.Response, error) + DeleteFederatedDatabaseWithParams func(ctx context.Context, args *DeleteFederatedDatabaseApiParams) DeleteFederatedDatabaseApiRequest + DeleteOneDataFederationInstanceQueryLimit func(ctx context.Context, groupId string, tenantName string, limitName string) DeleteOneDataFederationInstanceQueryLimitApiRequest + DeleteOneDataFederationInstanceQueryLimitExecute func(r DeleteOneDataFederationInstanceQueryLimitApiRequest) (map[string]interface{}, *http.Response, error) + DeleteOneDataFederationInstanceQueryLimitWithParams func(ctx context.Context, args *DeleteOneDataFederationInstanceQueryLimitApiParams) DeleteOneDataFederationInstanceQueryLimitApiRequest + DownloadFederatedDatabaseQueryLogs func(ctx context.Context, groupId string, tenantName string) DownloadFederatedDatabaseQueryLogsApiRequest + DownloadFederatedDatabaseQueryLogsExecute func(r DownloadFederatedDatabaseQueryLogsApiRequest) (io.ReadCloser, *http.Response, error) + DownloadFederatedDatabaseQueryLogsWithParams func(ctx context.Context, args *DownloadFederatedDatabaseQueryLogsApiParams) DownloadFederatedDatabaseQueryLogsApiRequest + GetDataFederationPrivateEndpoint func(ctx context.Context, groupId string, endpointId string) GetDataFederationPrivateEndpointApiRequest + GetDataFederationPrivateEndpointExecute func(r GetDataFederationPrivateEndpointApiRequest) (*PrivateNetworkEndpointIdEntry, *http.Response, error) + GetDataFederationPrivateEndpointWithParams func(ctx context.Context, args *GetDataFederationPrivateEndpointApiParams) GetDataFederationPrivateEndpointApiRequest + GetFederatedDatabase func(ctx context.Context, groupId string, tenantName string) GetFederatedDatabaseApiRequest + GetFederatedDatabaseExecute func(r GetFederatedDatabaseApiRequest) (*DataLakeTenant, *http.Response, error) + GetFederatedDatabaseWithParams func(ctx context.Context, args *GetFederatedDatabaseApiParams) GetFederatedDatabaseApiRequest + ListDataFederationPrivateEndpoints func(ctx context.Context, groupId string) ListDataFederationPrivateEndpointsApiRequest + ListDataFederationPrivateEndpointsExecute func(r ListDataFederationPrivateEndpointsApiRequest) (*PaginatedPrivateNetworkEndpointIdEntry, *http.Response, error) + ListDataFederationPrivateEndpointsWithParams func(ctx context.Context, args *ListDataFederationPrivateEndpointsApiParams) ListDataFederationPrivateEndpointsApiRequest + ListFederatedDatabases func(ctx context.Context, groupId string) ListFederatedDatabasesApiRequest + ListFederatedDatabasesExecute func(r ListFederatedDatabasesApiRequest) ([]DataLakeTenant, *http.Response, error) + ListFederatedDatabasesWithParams func(ctx context.Context, args *ListFederatedDatabasesApiParams) ListFederatedDatabasesApiRequest + ReturnFederatedDatabaseQueryLimit func(ctx context.Context, groupId string, tenantName string, limitName string) ReturnFederatedDatabaseQueryLimitApiRequest + ReturnFederatedDatabaseQueryLimitExecute func(r ReturnFederatedDatabaseQueryLimitApiRequest) (*DataFederationTenantQueryLimit, *http.Response, error) + ReturnFederatedDatabaseQueryLimitWithParams func(ctx context.Context, args *ReturnFederatedDatabaseQueryLimitApiParams) ReturnFederatedDatabaseQueryLimitApiRequest + ReturnFederatedDatabaseQueryLimits func(ctx context.Context, groupId string, tenantName string) ReturnFederatedDatabaseQueryLimitsApiRequest + ReturnFederatedDatabaseQueryLimitsExecute func(r ReturnFederatedDatabaseQueryLimitsApiRequest) ([]DataFederationTenantQueryLimit, *http.Response, error) + ReturnFederatedDatabaseQueryLimitsWithParams func(ctx context.Context, args *ReturnFederatedDatabaseQueryLimitsApiParams) ReturnFederatedDatabaseQueryLimitsApiRequest + UpdateFederatedDatabase func(ctx context.Context, groupId string, tenantName string, ...) UpdateFederatedDatabaseApiRequest + UpdateFederatedDatabaseExecute func(r UpdateFederatedDatabaseApiRequest) (*DataLakeTenant, *http.Response, error) + UpdateFederatedDatabaseWithParams func(ctx context.Context, args *UpdateFederatedDatabaseApiParams) UpdateFederatedDatabaseApiRequest + type DataFederationApiService service + func (a *DataFederationApiService) CreateDataFederationPrivateEndpoint(ctx context.Context, groupId string, ...) CreateDataFederationPrivateEndpointApiRequest + func (a *DataFederationApiService) CreateDataFederationPrivateEndpointExecute(r CreateDataFederationPrivateEndpointApiRequest) (*PaginatedPrivateNetworkEndpointIdEntry, *http.Response, error) + func (a *DataFederationApiService) CreateDataFederationPrivateEndpointWithParams(ctx context.Context, args *CreateDataFederationPrivateEndpointApiParams) CreateDataFederationPrivateEndpointApiRequest + func (a *DataFederationApiService) CreateFederatedDatabase(ctx context.Context, groupId string, dataLakeTenant *DataLakeTenant) CreateFederatedDatabaseApiRequest + func (a *DataFederationApiService) CreateFederatedDatabaseExecute(r CreateFederatedDatabaseApiRequest) (*DataLakeTenant, *http.Response, error) + func (a *DataFederationApiService) CreateFederatedDatabaseWithParams(ctx context.Context, args *CreateFederatedDatabaseApiParams) CreateFederatedDatabaseApiRequest + func (a *DataFederationApiService) CreateOneDataFederationQueryLimit(ctx context.Context, groupId string, tenantName string, limitName string, ...) CreateOneDataFederationQueryLimitApiRequest + func (a *DataFederationApiService) CreateOneDataFederationQueryLimitExecute(r CreateOneDataFederationQueryLimitApiRequest) (*DataFederationTenantQueryLimit, *http.Response, error) + func (a *DataFederationApiService) CreateOneDataFederationQueryLimitWithParams(ctx context.Context, args *CreateOneDataFederationQueryLimitApiParams) CreateOneDataFederationQueryLimitApiRequest + func (a *DataFederationApiService) DeleteDataFederationPrivateEndpoint(ctx context.Context, groupId string, endpointId string) DeleteDataFederationPrivateEndpointApiRequest + func (a *DataFederationApiService) DeleteDataFederationPrivateEndpointExecute(r DeleteDataFederationPrivateEndpointApiRequest) (map[string]interface{}, *http.Response, error) + func (a *DataFederationApiService) DeleteDataFederationPrivateEndpointWithParams(ctx context.Context, args *DeleteDataFederationPrivateEndpointApiParams) DeleteDataFederationPrivateEndpointApiRequest + func (a *DataFederationApiService) DeleteFederatedDatabase(ctx context.Context, groupId string, tenantName string) DeleteFederatedDatabaseApiRequest + func (a *DataFederationApiService) DeleteFederatedDatabaseExecute(r DeleteFederatedDatabaseApiRequest) (map[string]interface{}, *http.Response, error) + func (a *DataFederationApiService) DeleteFederatedDatabaseWithParams(ctx context.Context, args *DeleteFederatedDatabaseApiParams) DeleteFederatedDatabaseApiRequest + func (a *DataFederationApiService) DeleteOneDataFederationInstanceQueryLimit(ctx context.Context, groupId string, tenantName string, limitName string) DeleteOneDataFederationInstanceQueryLimitApiRequest + func (a *DataFederationApiService) DeleteOneDataFederationInstanceQueryLimitExecute(r DeleteOneDataFederationInstanceQueryLimitApiRequest) (map[string]interface{}, *http.Response, error) + func (a *DataFederationApiService) DeleteOneDataFederationInstanceQueryLimitWithParams(ctx context.Context, args *DeleteOneDataFederationInstanceQueryLimitApiParams) DeleteOneDataFederationInstanceQueryLimitApiRequest + func (a *DataFederationApiService) DownloadFederatedDatabaseQueryLogs(ctx context.Context, groupId string, tenantName string) DownloadFederatedDatabaseQueryLogsApiRequest + func (a *DataFederationApiService) DownloadFederatedDatabaseQueryLogsExecute(r DownloadFederatedDatabaseQueryLogsApiRequest) (io.ReadCloser, *http.Response, error) + func (a *DataFederationApiService) DownloadFederatedDatabaseQueryLogsWithParams(ctx context.Context, args *DownloadFederatedDatabaseQueryLogsApiParams) DownloadFederatedDatabaseQueryLogsApiRequest + func (a *DataFederationApiService) GetDataFederationPrivateEndpoint(ctx context.Context, groupId string, endpointId string) GetDataFederationPrivateEndpointApiRequest + func (a *DataFederationApiService) GetDataFederationPrivateEndpointExecute(r GetDataFederationPrivateEndpointApiRequest) (*PrivateNetworkEndpointIdEntry, *http.Response, error) + func (a *DataFederationApiService) GetDataFederationPrivateEndpointWithParams(ctx context.Context, args *GetDataFederationPrivateEndpointApiParams) GetDataFederationPrivateEndpointApiRequest + func (a *DataFederationApiService) GetFederatedDatabase(ctx context.Context, groupId string, tenantName string) GetFederatedDatabaseApiRequest + func (a *DataFederationApiService) GetFederatedDatabaseExecute(r GetFederatedDatabaseApiRequest) (*DataLakeTenant, *http.Response, error) + func (a *DataFederationApiService) GetFederatedDatabaseWithParams(ctx context.Context, args *GetFederatedDatabaseApiParams) GetFederatedDatabaseApiRequest + func (a *DataFederationApiService) ListDataFederationPrivateEndpoints(ctx context.Context, groupId string) ListDataFederationPrivateEndpointsApiRequest + func (a *DataFederationApiService) ListDataFederationPrivateEndpointsExecute(r ListDataFederationPrivateEndpointsApiRequest) (*PaginatedPrivateNetworkEndpointIdEntry, *http.Response, error) + func (a *DataFederationApiService) ListDataFederationPrivateEndpointsWithParams(ctx context.Context, args *ListDataFederationPrivateEndpointsApiParams) ListDataFederationPrivateEndpointsApiRequest + func (a *DataFederationApiService) ListFederatedDatabases(ctx context.Context, groupId string) ListFederatedDatabasesApiRequest + func (a *DataFederationApiService) ListFederatedDatabasesExecute(r ListFederatedDatabasesApiRequest) ([]DataLakeTenant, *http.Response, error) + func (a *DataFederationApiService) ListFederatedDatabasesWithParams(ctx context.Context, args *ListFederatedDatabasesApiParams) ListFederatedDatabasesApiRequest + func (a *DataFederationApiService) ReturnFederatedDatabaseQueryLimit(ctx context.Context, groupId string, tenantName string, limitName string) ReturnFederatedDatabaseQueryLimitApiRequest + func (a *DataFederationApiService) ReturnFederatedDatabaseQueryLimitExecute(r ReturnFederatedDatabaseQueryLimitApiRequest) (*DataFederationTenantQueryLimit, *http.Response, error) + func (a *DataFederationApiService) ReturnFederatedDatabaseQueryLimitWithParams(ctx context.Context, args *ReturnFederatedDatabaseQueryLimitApiParams) ReturnFederatedDatabaseQueryLimitApiRequest + func (a *DataFederationApiService) ReturnFederatedDatabaseQueryLimits(ctx context.Context, groupId string, tenantName string) ReturnFederatedDatabaseQueryLimitsApiRequest + func (a *DataFederationApiService) ReturnFederatedDatabaseQueryLimitsExecute(r ReturnFederatedDatabaseQueryLimitsApiRequest) ([]DataFederationTenantQueryLimit, *http.Response, error) + func (a *DataFederationApiService) ReturnFederatedDatabaseQueryLimitsWithParams(ctx context.Context, args *ReturnFederatedDatabaseQueryLimitsApiParams) ReturnFederatedDatabaseQueryLimitsApiRequest + func (a *DataFederationApiService) UpdateFederatedDatabase(ctx context.Context, groupId string, tenantName string, ...) UpdateFederatedDatabaseApiRequest + func (a *DataFederationApiService) UpdateFederatedDatabaseExecute(r UpdateFederatedDatabaseApiRequest) (*DataLakeTenant, *http.Response, error) + func (a *DataFederationApiService) UpdateFederatedDatabaseWithParams(ctx context.Context, args *UpdateFederatedDatabaseApiParams) UpdateFederatedDatabaseApiRequest + type DataFederationLimit struct + CurrentUsage *int64 + DefaultLimit *int64 + LastModifiedDate *time.Time + MaximumLimit *int64 + Name string + OverrunPolicy *string + Value int64 + func NewDataFederationLimit(name string, value int64) *DataFederationLimit + func NewDataFederationLimitWithDefaults() *DataFederationLimit + func (o *DataFederationLimit) GetCurrentUsage() int64 + func (o *DataFederationLimit) GetCurrentUsageOk() (*int64, bool) + func (o *DataFederationLimit) GetDefaultLimit() int64 + func (o *DataFederationLimit) GetDefaultLimitOk() (*int64, bool) + func (o *DataFederationLimit) GetLastModifiedDate() time.Time + func (o *DataFederationLimit) GetLastModifiedDateOk() (*time.Time, bool) + func (o *DataFederationLimit) GetMaximumLimit() int64 + func (o *DataFederationLimit) GetMaximumLimitOk() (*int64, bool) + func (o *DataFederationLimit) GetName() string + func (o *DataFederationLimit) GetNameOk() (*string, bool) + func (o *DataFederationLimit) GetOverrunPolicy() string + func (o *DataFederationLimit) GetOverrunPolicyOk() (*string, bool) + func (o *DataFederationLimit) GetValue() int64 + func (o *DataFederationLimit) GetValueOk() (*int64, bool) + func (o *DataFederationLimit) HasCurrentUsage() bool + func (o *DataFederationLimit) HasDefaultLimit() bool + func (o *DataFederationLimit) HasLastModifiedDate() bool + func (o *DataFederationLimit) HasMaximumLimit() bool + func (o *DataFederationLimit) HasOverrunPolicy() bool + func (o *DataFederationLimit) SetCurrentUsage(v int64) + func (o *DataFederationLimit) SetDefaultLimit(v int64) + func (o *DataFederationLimit) SetLastModifiedDate(v time.Time) + func (o *DataFederationLimit) SetMaximumLimit(v int64) + func (o *DataFederationLimit) SetName(v string) + func (o *DataFederationLimit) SetOverrunPolicy(v string) + func (o *DataFederationLimit) SetValue(v int64) + func (o DataFederationLimit) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataFederationLimit) ToMap() (map[string]interface{}, error) + type DataFederationTenantQueryLimit struct + CurrentUsage *int64 + DefaultLimit *int64 + LastModifiedDate *time.Time + MaximumLimit *int64 + Name string + OverrunPolicy *string + TenantName *string + Value int64 + func NewDataFederationTenantQueryLimit(name string, value int64) *DataFederationTenantQueryLimit + func NewDataFederationTenantQueryLimitWithDefaults() *DataFederationTenantQueryLimit + func (o *DataFederationTenantQueryLimit) GetCurrentUsage() int64 + func (o *DataFederationTenantQueryLimit) GetCurrentUsageOk() (*int64, bool) + func (o *DataFederationTenantQueryLimit) GetDefaultLimit() int64 + func (o *DataFederationTenantQueryLimit) GetDefaultLimitOk() (*int64, bool) + func (o *DataFederationTenantQueryLimit) GetLastModifiedDate() time.Time + func (o *DataFederationTenantQueryLimit) GetLastModifiedDateOk() (*time.Time, bool) + func (o *DataFederationTenantQueryLimit) GetMaximumLimit() int64 + func (o *DataFederationTenantQueryLimit) GetMaximumLimitOk() (*int64, bool) + func (o *DataFederationTenantQueryLimit) GetName() string + func (o *DataFederationTenantQueryLimit) GetNameOk() (*string, bool) + func (o *DataFederationTenantQueryLimit) GetOverrunPolicy() string + func (o *DataFederationTenantQueryLimit) GetOverrunPolicyOk() (*string, bool) + func (o *DataFederationTenantQueryLimit) GetTenantName() string + func (o *DataFederationTenantQueryLimit) GetTenantNameOk() (*string, bool) + func (o *DataFederationTenantQueryLimit) GetValue() int64 + func (o *DataFederationTenantQueryLimit) GetValueOk() (*int64, bool) + func (o *DataFederationTenantQueryLimit) HasCurrentUsage() bool + func (o *DataFederationTenantQueryLimit) HasDefaultLimit() bool + func (o *DataFederationTenantQueryLimit) HasLastModifiedDate() bool + func (o *DataFederationTenantQueryLimit) HasMaximumLimit() bool + func (o *DataFederationTenantQueryLimit) HasOverrunPolicy() bool + func (o *DataFederationTenantQueryLimit) HasTenantName() bool + func (o *DataFederationTenantQueryLimit) SetCurrentUsage(v int64) + func (o *DataFederationTenantQueryLimit) SetDefaultLimit(v int64) + func (o *DataFederationTenantQueryLimit) SetLastModifiedDate(v time.Time) + func (o *DataFederationTenantQueryLimit) SetMaximumLimit(v int64) + func (o *DataFederationTenantQueryLimit) SetName(v string) + func (o *DataFederationTenantQueryLimit) SetOverrunPolicy(v string) + func (o *DataFederationTenantQueryLimit) SetTenantName(v string) + func (o *DataFederationTenantQueryLimit) SetValue(v int64) + func (o DataFederationTenantQueryLimit) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataFederationTenantQueryLimit) ToMap() (map[string]interface{}, error) + type DataLakeAWSCloudProviderConfig struct + ExternalId *string + IamAssumedRoleARN *string + IamUserARN *string + RoleId string + TestS3Bucket string + func NewDataLakeAWSCloudProviderConfig(roleId string, testS3Bucket string) *DataLakeAWSCloudProviderConfig + func NewDataLakeAWSCloudProviderConfigWithDefaults() *DataLakeAWSCloudProviderConfig + func (o *DataLakeAWSCloudProviderConfig) GetExternalId() string + func (o *DataLakeAWSCloudProviderConfig) GetExternalIdOk() (*string, bool) + func (o *DataLakeAWSCloudProviderConfig) GetIamAssumedRoleARN() string + func (o *DataLakeAWSCloudProviderConfig) GetIamAssumedRoleARNOk() (*string, bool) + func (o *DataLakeAWSCloudProviderConfig) GetIamUserARN() string + func (o *DataLakeAWSCloudProviderConfig) GetIamUserARNOk() (*string, bool) + func (o *DataLakeAWSCloudProviderConfig) GetRoleId() string + func (o *DataLakeAWSCloudProviderConfig) GetRoleIdOk() (*string, bool) + func (o *DataLakeAWSCloudProviderConfig) GetTestS3Bucket() string + func (o *DataLakeAWSCloudProviderConfig) GetTestS3BucketOk() (*string, bool) + func (o *DataLakeAWSCloudProviderConfig) HasExternalId() bool + func (o *DataLakeAWSCloudProviderConfig) HasIamAssumedRoleARN() bool + func (o *DataLakeAWSCloudProviderConfig) HasIamUserARN() bool + func (o *DataLakeAWSCloudProviderConfig) SetExternalId(v string) + func (o *DataLakeAWSCloudProviderConfig) SetIamAssumedRoleARN(v string) + func (o *DataLakeAWSCloudProviderConfig) SetIamUserARN(v string) + func (o *DataLakeAWSCloudProviderConfig) SetRoleId(v string) + func (o *DataLakeAWSCloudProviderConfig) SetTestS3Bucket(v string) + func (o DataLakeAWSCloudProviderConfig) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeAWSCloudProviderConfig) ToMap() (map[string]interface{}, error) + type DataLakeApiBase struct + Name *string + Pipeline *string + Source *string + func NewDataLakeApiBase() *DataLakeApiBase + func NewDataLakeApiBaseWithDefaults() *DataLakeApiBase + func (o *DataLakeApiBase) GetName() string + func (o *DataLakeApiBase) GetNameOk() (*string, bool) + func (o *DataLakeApiBase) GetPipeline() string + func (o *DataLakeApiBase) GetPipelineOk() (*string, bool) + func (o *DataLakeApiBase) GetSource() string + func (o *DataLakeApiBase) GetSourceOk() (*string, bool) + func (o *DataLakeApiBase) HasName() bool + func (o *DataLakeApiBase) HasPipeline() bool + func (o *DataLakeApiBase) HasSource() bool + func (o *DataLakeApiBase) SetName(v string) + func (o *DataLakeApiBase) SetPipeline(v string) + func (o *DataLakeApiBase) SetSource(v string) + func (o DataLakeApiBase) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeApiBase) ToMap() (map[string]interface{}, error) + type DataLakeAtlasStoreReadConcern struct + Level *string + func NewDataLakeAtlasStoreReadConcern() *DataLakeAtlasStoreReadConcern + func NewDataLakeAtlasStoreReadConcernWithDefaults() *DataLakeAtlasStoreReadConcern + func (o *DataLakeAtlasStoreReadConcern) GetLevel() string + func (o *DataLakeAtlasStoreReadConcern) GetLevelOk() (*string, bool) + func (o *DataLakeAtlasStoreReadConcern) HasLevel() bool + func (o *DataLakeAtlasStoreReadConcern) SetLevel(v string) + func (o DataLakeAtlasStoreReadConcern) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeAtlasStoreReadConcern) ToMap() (map[string]interface{}, error) + type DataLakeAtlasStoreReadPreference struct + MaxStalenessSeconds *int + Mode *string + TagSets *[][]DataLakeAtlasStoreReadPreferenceTag + func NewDataLakeAtlasStoreReadPreference() *DataLakeAtlasStoreReadPreference + func NewDataLakeAtlasStoreReadPreferenceWithDefaults() *DataLakeAtlasStoreReadPreference + func (o *DataLakeAtlasStoreReadPreference) GetMaxStalenessSeconds() int + func (o *DataLakeAtlasStoreReadPreference) GetMaxStalenessSecondsOk() (*int, bool) + func (o *DataLakeAtlasStoreReadPreference) GetMode() string + func (o *DataLakeAtlasStoreReadPreference) GetModeOk() (*string, bool) + func (o *DataLakeAtlasStoreReadPreference) GetTagSets() [][]DataLakeAtlasStoreReadPreferenceTag + func (o *DataLakeAtlasStoreReadPreference) GetTagSetsOk() (*[][]DataLakeAtlasStoreReadPreferenceTag, bool) + func (o *DataLakeAtlasStoreReadPreference) HasMaxStalenessSeconds() bool + func (o *DataLakeAtlasStoreReadPreference) HasMode() bool + func (o *DataLakeAtlasStoreReadPreference) HasTagSets() bool + func (o *DataLakeAtlasStoreReadPreference) SetMaxStalenessSeconds(v int) + func (o *DataLakeAtlasStoreReadPreference) SetMode(v string) + func (o *DataLakeAtlasStoreReadPreference) SetTagSets(v [][]DataLakeAtlasStoreReadPreferenceTag) + func (o DataLakeAtlasStoreReadPreference) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeAtlasStoreReadPreference) ToMap() (map[string]interface{}, error) + type DataLakeAtlasStoreReadPreferenceTag struct + Name *string + Value *string + func NewDataLakeAtlasStoreReadPreferenceTag() *DataLakeAtlasStoreReadPreferenceTag + func NewDataLakeAtlasStoreReadPreferenceTagWithDefaults() *DataLakeAtlasStoreReadPreferenceTag + func (o *DataLakeAtlasStoreReadPreferenceTag) GetName() string + func (o *DataLakeAtlasStoreReadPreferenceTag) GetNameOk() (*string, bool) + func (o *DataLakeAtlasStoreReadPreferenceTag) GetValue() string + func (o *DataLakeAtlasStoreReadPreferenceTag) GetValueOk() (*string, bool) + func (o *DataLakeAtlasStoreReadPreferenceTag) HasName() bool + func (o *DataLakeAtlasStoreReadPreferenceTag) HasValue() bool + func (o *DataLakeAtlasStoreReadPreferenceTag) SetName(v string) + func (o *DataLakeAtlasStoreReadPreferenceTag) SetValue(v string) + func (o DataLakeAtlasStoreReadPreferenceTag) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeAtlasStoreReadPreferenceTag) ToMap() (map[string]interface{}, error) + type DataLakeCloudProviderConfig struct + Aws DataLakeAWSCloudProviderConfig + func NewDataLakeCloudProviderConfig(aws DataLakeAWSCloudProviderConfig) *DataLakeCloudProviderConfig + func NewDataLakeCloudProviderConfigWithDefaults() *DataLakeCloudProviderConfig + func (o *DataLakeCloudProviderConfig) GetAws() DataLakeAWSCloudProviderConfig + func (o *DataLakeCloudProviderConfig) GetAwsOk() (*DataLakeAWSCloudProviderConfig, bool) + func (o *DataLakeCloudProviderConfig) SetAws(v DataLakeAWSCloudProviderConfig) + func (o DataLakeCloudProviderConfig) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeCloudProviderConfig) ToMap() (map[string]interface{}, error) + type DataLakeDataProcessRegion struct + CloudProvider string + Region string + func NewDataLakeDataProcessRegion(cloudProvider string, region string) *DataLakeDataProcessRegion + func NewDataLakeDataProcessRegionWithDefaults() *DataLakeDataProcessRegion + func (o *DataLakeDataProcessRegion) GetCloudProvider() string + func (o *DataLakeDataProcessRegion) GetCloudProviderOk() (*string, bool) + func (o *DataLakeDataProcessRegion) GetRegion() string + func (o *DataLakeDataProcessRegion) GetRegionOk() (*string, bool) + func (o *DataLakeDataProcessRegion) SetCloudProvider(v string) + func (o *DataLakeDataProcessRegion) SetRegion(v string) + func (o DataLakeDataProcessRegion) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeDataProcessRegion) ToMap() (map[string]interface{}, error) + type DataLakeDatabaseCollection struct + DataSources *[]DataLakeDatabaseDataSourceSettings + Name *string + func NewDataLakeDatabaseCollection() *DataLakeDatabaseCollection + func NewDataLakeDatabaseCollectionWithDefaults() *DataLakeDatabaseCollection + func (o *DataLakeDatabaseCollection) GetDataSources() []DataLakeDatabaseDataSourceSettings + func (o *DataLakeDatabaseCollection) GetDataSourcesOk() (*[]DataLakeDatabaseDataSourceSettings, bool) + func (o *DataLakeDatabaseCollection) GetName() string + func (o *DataLakeDatabaseCollection) GetNameOk() (*string, bool) + func (o *DataLakeDatabaseCollection) HasDataSources() bool + func (o *DataLakeDatabaseCollection) HasName() bool + func (o *DataLakeDatabaseCollection) SetDataSources(v []DataLakeDatabaseDataSourceSettings) + func (o *DataLakeDatabaseCollection) SetName(v string) + func (o DataLakeDatabaseCollection) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeDatabaseCollection) ToMap() (map[string]interface{}, error) + type DataLakeDatabaseDataSourceSettings struct + AllowInsecure *bool + Collection *string + CollectionRegex *string + Database *string + DatabaseRegex *string + DatasetName *string + DatasetPrefix *string + DefaultFormat *string + Path *string + ProvenanceFieldName *string + StoreName *string + TrimLevel *int + Urls *[]string + func NewDataLakeDatabaseDataSourceSettings() *DataLakeDatabaseDataSourceSettings + func NewDataLakeDatabaseDataSourceSettingsWithDefaults() *DataLakeDatabaseDataSourceSettings + func (o *DataLakeDatabaseDataSourceSettings) GetAllowInsecure() bool + func (o *DataLakeDatabaseDataSourceSettings) GetAllowInsecureOk() (*bool, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetCollection() string + func (o *DataLakeDatabaseDataSourceSettings) GetCollectionOk() (*string, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetCollectionRegex() string + func (o *DataLakeDatabaseDataSourceSettings) GetCollectionRegexOk() (*string, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetDatabase() string + func (o *DataLakeDatabaseDataSourceSettings) GetDatabaseOk() (*string, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetDatabaseRegex() string + func (o *DataLakeDatabaseDataSourceSettings) GetDatabaseRegexOk() (*string, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetDatasetName() string + func (o *DataLakeDatabaseDataSourceSettings) GetDatasetNameOk() (*string, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetDatasetPrefix() string + func (o *DataLakeDatabaseDataSourceSettings) GetDatasetPrefixOk() (*string, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetDefaultFormat() string + func (o *DataLakeDatabaseDataSourceSettings) GetDefaultFormatOk() (*string, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetPath() string + func (o *DataLakeDatabaseDataSourceSettings) GetPathOk() (*string, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetProvenanceFieldName() string + func (o *DataLakeDatabaseDataSourceSettings) GetProvenanceFieldNameOk() (*string, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetStoreName() string + func (o *DataLakeDatabaseDataSourceSettings) GetStoreNameOk() (*string, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetTrimLevel() int + func (o *DataLakeDatabaseDataSourceSettings) GetTrimLevelOk() (*int, bool) + func (o *DataLakeDatabaseDataSourceSettings) GetUrls() []string + func (o *DataLakeDatabaseDataSourceSettings) GetUrlsOk() (*[]string, bool) + func (o *DataLakeDatabaseDataSourceSettings) HasAllowInsecure() bool + func (o *DataLakeDatabaseDataSourceSettings) HasCollection() bool + func (o *DataLakeDatabaseDataSourceSettings) HasCollectionRegex() bool + func (o *DataLakeDatabaseDataSourceSettings) HasDatabase() bool + func (o *DataLakeDatabaseDataSourceSettings) HasDatabaseRegex() bool + func (o *DataLakeDatabaseDataSourceSettings) HasDatasetName() bool + func (o *DataLakeDatabaseDataSourceSettings) HasDatasetPrefix() bool + func (o *DataLakeDatabaseDataSourceSettings) HasDefaultFormat() bool + func (o *DataLakeDatabaseDataSourceSettings) HasPath() bool + func (o *DataLakeDatabaseDataSourceSettings) HasProvenanceFieldName() bool + func (o *DataLakeDatabaseDataSourceSettings) HasStoreName() bool + func (o *DataLakeDatabaseDataSourceSettings) HasTrimLevel() bool + func (o *DataLakeDatabaseDataSourceSettings) HasUrls() bool + func (o *DataLakeDatabaseDataSourceSettings) SetAllowInsecure(v bool) + func (o *DataLakeDatabaseDataSourceSettings) SetCollection(v string) + func (o *DataLakeDatabaseDataSourceSettings) SetCollectionRegex(v string) + func (o *DataLakeDatabaseDataSourceSettings) SetDatabase(v string) + func (o *DataLakeDatabaseDataSourceSettings) SetDatabaseRegex(v string) + func (o *DataLakeDatabaseDataSourceSettings) SetDatasetName(v string) + func (o *DataLakeDatabaseDataSourceSettings) SetDatasetPrefix(v string) + func (o *DataLakeDatabaseDataSourceSettings) SetDefaultFormat(v string) + func (o *DataLakeDatabaseDataSourceSettings) SetPath(v string) + func (o *DataLakeDatabaseDataSourceSettings) SetProvenanceFieldName(v string) + func (o *DataLakeDatabaseDataSourceSettings) SetStoreName(v string) + func (o *DataLakeDatabaseDataSourceSettings) SetTrimLevel(v int) + func (o *DataLakeDatabaseDataSourceSettings) SetUrls(v []string) + func (o DataLakeDatabaseDataSourceSettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeDatabaseDataSourceSettings) ToMap() (map[string]interface{}, error) + type DataLakeDatabaseInstance struct + Collections *[]DataLakeDatabaseCollection + MaxWildcardCollections *int + Name *string + Views *[]DataLakeApiBase + func NewDataLakeDatabaseInstance() *DataLakeDatabaseInstance + func NewDataLakeDatabaseInstanceWithDefaults() *DataLakeDatabaseInstance + func (o *DataLakeDatabaseInstance) GetCollections() []DataLakeDatabaseCollection + func (o *DataLakeDatabaseInstance) GetCollectionsOk() (*[]DataLakeDatabaseCollection, bool) + func (o *DataLakeDatabaseInstance) GetMaxWildcardCollections() int + func (o *DataLakeDatabaseInstance) GetMaxWildcardCollectionsOk() (*int, bool) + func (o *DataLakeDatabaseInstance) GetName() string + func (o *DataLakeDatabaseInstance) GetNameOk() (*string, bool) + func (o *DataLakeDatabaseInstance) GetViews() []DataLakeApiBase + func (o *DataLakeDatabaseInstance) GetViewsOk() (*[]DataLakeApiBase, bool) + func (o *DataLakeDatabaseInstance) HasCollections() bool + func (o *DataLakeDatabaseInstance) HasMaxWildcardCollections() bool + func (o *DataLakeDatabaseInstance) HasName() bool + func (o *DataLakeDatabaseInstance) HasViews() bool + func (o *DataLakeDatabaseInstance) SetCollections(v []DataLakeDatabaseCollection) + func (o *DataLakeDatabaseInstance) SetMaxWildcardCollections(v int) + func (o *DataLakeDatabaseInstance) SetName(v string) + func (o *DataLakeDatabaseInstance) SetViews(v []DataLakeApiBase) + func (o DataLakeDatabaseInstance) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeDatabaseInstance) ToMap() (map[string]interface{}, error) + type DataLakeIngestionPipeline struct + CreatedDate *time.Time + DatasetRetentionPolicy *DatasetRetentionPolicy + GroupId *string + Id *string + LastUpdatedDate *time.Time + Name *string + Sink *IngestionSink + Source *IngestionSource + State *string + Transformations *[]FieldTransformation + func NewDataLakeIngestionPipeline() *DataLakeIngestionPipeline + func NewDataLakeIngestionPipelineWithDefaults() *DataLakeIngestionPipeline + func (o *DataLakeIngestionPipeline) GetCreatedDate() time.Time + func (o *DataLakeIngestionPipeline) GetCreatedDateOk() (*time.Time, bool) + func (o *DataLakeIngestionPipeline) GetDatasetRetentionPolicy() DatasetRetentionPolicy + func (o *DataLakeIngestionPipeline) GetDatasetRetentionPolicyOk() (*DatasetRetentionPolicy, bool) + func (o *DataLakeIngestionPipeline) GetGroupId() string + func (o *DataLakeIngestionPipeline) GetGroupIdOk() (*string, bool) + func (o *DataLakeIngestionPipeline) GetId() string + func (o *DataLakeIngestionPipeline) GetIdOk() (*string, bool) + func (o *DataLakeIngestionPipeline) GetLastUpdatedDate() time.Time + func (o *DataLakeIngestionPipeline) GetLastUpdatedDateOk() (*time.Time, bool) + func (o *DataLakeIngestionPipeline) GetName() string + func (o *DataLakeIngestionPipeline) GetNameOk() (*string, bool) + func (o *DataLakeIngestionPipeline) GetSink() IngestionSink + func (o *DataLakeIngestionPipeline) GetSinkOk() (*IngestionSink, bool) + func (o *DataLakeIngestionPipeline) GetSource() IngestionSource + func (o *DataLakeIngestionPipeline) GetSourceOk() (*IngestionSource, bool) + func (o *DataLakeIngestionPipeline) GetState() string + func (o *DataLakeIngestionPipeline) GetStateOk() (*string, bool) + func (o *DataLakeIngestionPipeline) GetTransformations() []FieldTransformation + func (o *DataLakeIngestionPipeline) GetTransformationsOk() (*[]FieldTransformation, bool) + func (o *DataLakeIngestionPipeline) HasCreatedDate() bool + func (o *DataLakeIngestionPipeline) HasDatasetRetentionPolicy() bool + func (o *DataLakeIngestionPipeline) HasGroupId() bool + func (o *DataLakeIngestionPipeline) HasId() bool + func (o *DataLakeIngestionPipeline) HasLastUpdatedDate() bool + func (o *DataLakeIngestionPipeline) HasName() bool + func (o *DataLakeIngestionPipeline) HasSink() bool + func (o *DataLakeIngestionPipeline) HasSource() bool + func (o *DataLakeIngestionPipeline) HasState() bool + func (o *DataLakeIngestionPipeline) HasTransformations() bool + func (o *DataLakeIngestionPipeline) SetCreatedDate(v time.Time) + func (o *DataLakeIngestionPipeline) SetDatasetRetentionPolicy(v DatasetRetentionPolicy) + func (o *DataLakeIngestionPipeline) SetGroupId(v string) + func (o *DataLakeIngestionPipeline) SetId(v string) + func (o *DataLakeIngestionPipeline) SetLastUpdatedDate(v time.Time) + func (o *DataLakeIngestionPipeline) SetName(v string) + func (o *DataLakeIngestionPipeline) SetSink(v IngestionSink) + func (o *DataLakeIngestionPipeline) SetSource(v IngestionSource) + func (o *DataLakeIngestionPipeline) SetState(v string) + func (o *DataLakeIngestionPipeline) SetTransformations(v []FieldTransformation) + func (o DataLakeIngestionPipeline) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeIngestionPipeline) ToMap() (map[string]interface{}, error) + type DataLakePipelinesApi interface + CreatePipeline func(ctx context.Context, groupId string, ...) CreatePipelineApiRequest + CreatePipelineExecute func(r CreatePipelineApiRequest) (*DataLakeIngestionPipeline, *http.Response, error) + CreatePipelineWithParams func(ctx context.Context, args *CreatePipelineApiParams) CreatePipelineApiRequest + DeletePipeline func(ctx context.Context, groupId string, pipelineName string) DeletePipelineApiRequest + DeletePipelineExecute func(r DeletePipelineApiRequest) (map[string]interface{}, *http.Response, error) + DeletePipelineRunDataset func(ctx context.Context, groupId string, pipelineName string, pipelineRunId string) DeletePipelineRunDatasetApiRequest + DeletePipelineRunDatasetExecute func(r DeletePipelineRunDatasetApiRequest) (map[string]interface{}, *http.Response, error) + DeletePipelineRunDatasetWithParams func(ctx context.Context, args *DeletePipelineRunDatasetApiParams) DeletePipelineRunDatasetApiRequest + DeletePipelineWithParams func(ctx context.Context, args *DeletePipelineApiParams) DeletePipelineApiRequest + GetPipeline func(ctx context.Context, groupId string, pipelineName string) GetPipelineApiRequest + GetPipelineExecute func(r GetPipelineApiRequest) (*DataLakeIngestionPipeline, *http.Response, error) + GetPipelineRun func(ctx context.Context, groupId string, pipelineName string, pipelineRunId string) GetPipelineRunApiRequest + GetPipelineRunExecute func(r GetPipelineRunApiRequest) (*IngestionPipelineRun, *http.Response, error) + GetPipelineRunWithParams func(ctx context.Context, args *GetPipelineRunApiParams) GetPipelineRunApiRequest + GetPipelineWithParams func(ctx context.Context, args *GetPipelineApiParams) GetPipelineApiRequest + ListPipelineRuns func(ctx context.Context, groupId string, pipelineName string) ListPipelineRunsApiRequest + ListPipelineRunsExecute func(r ListPipelineRunsApiRequest) (*PaginatedPipelineRun, *http.Response, error) + ListPipelineRunsWithParams func(ctx context.Context, args *ListPipelineRunsApiParams) ListPipelineRunsApiRequest + ListPipelineSchedules func(ctx context.Context, groupId string, pipelineName string) ListPipelineSchedulesApiRequest + ListPipelineSchedulesExecute func(r ListPipelineSchedulesApiRequest) ([]DiskBackupApiPolicyItem, *http.Response, error) + ListPipelineSchedulesWithParams func(ctx context.Context, args *ListPipelineSchedulesApiParams) ListPipelineSchedulesApiRequest + ListPipelineSnapshots func(ctx context.Context, groupId string, pipelineName string) ListPipelineSnapshotsApiRequest + ListPipelineSnapshotsExecute func(r ListPipelineSnapshotsApiRequest) (*PaginatedBackupSnapshot, *http.Response, error) + ListPipelineSnapshotsWithParams func(ctx context.Context, args *ListPipelineSnapshotsApiParams) ListPipelineSnapshotsApiRequest + ListPipelines func(ctx context.Context, groupId string) ListPipelinesApiRequest + ListPipelinesExecute func(r ListPipelinesApiRequest) ([]DataLakeIngestionPipeline, *http.Response, error) + ListPipelinesWithParams func(ctx context.Context, args *ListPipelinesApiParams) ListPipelinesApiRequest + PausePipeline func(ctx context.Context, groupId string, pipelineName string) PausePipelineApiRequest + PausePipelineExecute func(r PausePipelineApiRequest) (*DataLakeIngestionPipeline, *http.Response, error) + PausePipelineWithParams func(ctx context.Context, args *PausePipelineApiParams) PausePipelineApiRequest + ResumePipeline func(ctx context.Context, groupId string, pipelineName string) ResumePipelineApiRequest + ResumePipelineExecute func(r ResumePipelineApiRequest) (*DataLakeIngestionPipeline, *http.Response, error) + ResumePipelineWithParams func(ctx context.Context, args *ResumePipelineApiParams) ResumePipelineApiRequest + TriggerSnapshotIngestion func(ctx context.Context, groupId string, pipelineName string, ...) TriggerSnapshotIngestionApiRequest + TriggerSnapshotIngestionExecute func(r TriggerSnapshotIngestionApiRequest) (*IngestionPipelineRun, *http.Response, error) + TriggerSnapshotIngestionWithParams func(ctx context.Context, args *TriggerSnapshotIngestionApiParams) TriggerSnapshotIngestionApiRequest + UpdatePipeline func(ctx context.Context, groupId string, pipelineName string, ...) UpdatePipelineApiRequest + UpdatePipelineExecute func(r UpdatePipelineApiRequest) (*DataLakeIngestionPipeline, *http.Response, error) + UpdatePipelineWithParams func(ctx context.Context, args *UpdatePipelineApiParams) UpdatePipelineApiRequest + type DataLakePipelinesApiService service + func (a *DataLakePipelinesApiService) CreatePipeline(ctx context.Context, groupId string, ...) CreatePipelineApiRequest + func (a *DataLakePipelinesApiService) CreatePipelineExecute(r CreatePipelineApiRequest) (*DataLakeIngestionPipeline, *http.Response, error) + func (a *DataLakePipelinesApiService) CreatePipelineWithParams(ctx context.Context, args *CreatePipelineApiParams) CreatePipelineApiRequest + func (a *DataLakePipelinesApiService) DeletePipeline(ctx context.Context, groupId string, pipelineName string) DeletePipelineApiRequest + func (a *DataLakePipelinesApiService) DeletePipelineExecute(r DeletePipelineApiRequest) (map[string]interface{}, *http.Response, error) + func (a *DataLakePipelinesApiService) DeletePipelineRunDataset(ctx context.Context, groupId string, pipelineName string, pipelineRunId string) DeletePipelineRunDatasetApiRequest + func (a *DataLakePipelinesApiService) DeletePipelineRunDatasetExecute(r DeletePipelineRunDatasetApiRequest) (map[string]interface{}, *http.Response, error) + func (a *DataLakePipelinesApiService) DeletePipelineRunDatasetWithParams(ctx context.Context, args *DeletePipelineRunDatasetApiParams) DeletePipelineRunDatasetApiRequest + func (a *DataLakePipelinesApiService) DeletePipelineWithParams(ctx context.Context, args *DeletePipelineApiParams) DeletePipelineApiRequest + func (a *DataLakePipelinesApiService) GetPipeline(ctx context.Context, groupId string, pipelineName string) GetPipelineApiRequest + func (a *DataLakePipelinesApiService) GetPipelineExecute(r GetPipelineApiRequest) (*DataLakeIngestionPipeline, *http.Response, error) + func (a *DataLakePipelinesApiService) GetPipelineRun(ctx context.Context, groupId string, pipelineName string, pipelineRunId string) GetPipelineRunApiRequest + func (a *DataLakePipelinesApiService) GetPipelineRunExecute(r GetPipelineRunApiRequest) (*IngestionPipelineRun, *http.Response, error) + func (a *DataLakePipelinesApiService) GetPipelineRunWithParams(ctx context.Context, args *GetPipelineRunApiParams) GetPipelineRunApiRequest + func (a *DataLakePipelinesApiService) GetPipelineWithParams(ctx context.Context, args *GetPipelineApiParams) GetPipelineApiRequest + func (a *DataLakePipelinesApiService) ListPipelineRuns(ctx context.Context, groupId string, pipelineName string) ListPipelineRunsApiRequest + func (a *DataLakePipelinesApiService) ListPipelineRunsExecute(r ListPipelineRunsApiRequest) (*PaginatedPipelineRun, *http.Response, error) + func (a *DataLakePipelinesApiService) ListPipelineRunsWithParams(ctx context.Context, args *ListPipelineRunsApiParams) ListPipelineRunsApiRequest + func (a *DataLakePipelinesApiService) ListPipelineSchedules(ctx context.Context, groupId string, pipelineName string) ListPipelineSchedulesApiRequest + func (a *DataLakePipelinesApiService) ListPipelineSchedulesExecute(r ListPipelineSchedulesApiRequest) ([]DiskBackupApiPolicyItem, *http.Response, error) + func (a *DataLakePipelinesApiService) ListPipelineSchedulesWithParams(ctx context.Context, args *ListPipelineSchedulesApiParams) ListPipelineSchedulesApiRequest + func (a *DataLakePipelinesApiService) ListPipelineSnapshots(ctx context.Context, groupId string, pipelineName string) ListPipelineSnapshotsApiRequest + func (a *DataLakePipelinesApiService) ListPipelineSnapshotsExecute(r ListPipelineSnapshotsApiRequest) (*PaginatedBackupSnapshot, *http.Response, error) + func (a *DataLakePipelinesApiService) ListPipelineSnapshotsWithParams(ctx context.Context, args *ListPipelineSnapshotsApiParams) ListPipelineSnapshotsApiRequest + func (a *DataLakePipelinesApiService) ListPipelines(ctx context.Context, groupId string) ListPipelinesApiRequest + func (a *DataLakePipelinesApiService) ListPipelinesExecute(r ListPipelinesApiRequest) ([]DataLakeIngestionPipeline, *http.Response, error) + func (a *DataLakePipelinesApiService) ListPipelinesWithParams(ctx context.Context, args *ListPipelinesApiParams) ListPipelinesApiRequest + func (a *DataLakePipelinesApiService) PausePipeline(ctx context.Context, groupId string, pipelineName string) PausePipelineApiRequest + func (a *DataLakePipelinesApiService) PausePipelineExecute(r PausePipelineApiRequest) (*DataLakeIngestionPipeline, *http.Response, error) + func (a *DataLakePipelinesApiService) PausePipelineWithParams(ctx context.Context, args *PausePipelineApiParams) PausePipelineApiRequest + func (a *DataLakePipelinesApiService) ResumePipeline(ctx context.Context, groupId string, pipelineName string) ResumePipelineApiRequest + func (a *DataLakePipelinesApiService) ResumePipelineExecute(r ResumePipelineApiRequest) (*DataLakeIngestionPipeline, *http.Response, error) + func (a *DataLakePipelinesApiService) ResumePipelineWithParams(ctx context.Context, args *ResumePipelineApiParams) ResumePipelineApiRequest + func (a *DataLakePipelinesApiService) TriggerSnapshotIngestion(ctx context.Context, groupId string, pipelineName string, ...) TriggerSnapshotIngestionApiRequest + func (a *DataLakePipelinesApiService) TriggerSnapshotIngestionExecute(r TriggerSnapshotIngestionApiRequest) (*IngestionPipelineRun, *http.Response, error) + func (a *DataLakePipelinesApiService) TriggerSnapshotIngestionWithParams(ctx context.Context, args *TriggerSnapshotIngestionApiParams) TriggerSnapshotIngestionApiRequest + func (a *DataLakePipelinesApiService) UpdatePipeline(ctx context.Context, groupId string, pipelineName string, ...) UpdatePipelineApiRequest + func (a *DataLakePipelinesApiService) UpdatePipelineExecute(r UpdatePipelineApiRequest) (*DataLakeIngestionPipeline, *http.Response, error) + func (a *DataLakePipelinesApiService) UpdatePipelineWithParams(ctx context.Context, args *UpdatePipelineApiParams) UpdatePipelineApiRequest + type DataLakePipelinesPartitionField struct + FieldName string + Order int + func NewDataLakePipelinesPartitionField(fieldName string, order int) *DataLakePipelinesPartitionField + func NewDataLakePipelinesPartitionFieldWithDefaults() *DataLakePipelinesPartitionField + func (o *DataLakePipelinesPartitionField) GetFieldName() string + func (o *DataLakePipelinesPartitionField) GetFieldNameOk() (*string, bool) + func (o *DataLakePipelinesPartitionField) GetOrder() int + func (o *DataLakePipelinesPartitionField) GetOrderOk() (*int, bool) + func (o *DataLakePipelinesPartitionField) SetFieldName(v string) + func (o *DataLakePipelinesPartitionField) SetOrder(v int) + func (o DataLakePipelinesPartitionField) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakePipelinesPartitionField) ToMap() (map[string]interface{}, error) + type DataLakeStorage struct + Databases *[]DataLakeDatabaseInstance + Stores *[]DataLakeStoreSettings + func NewDataLakeStorage() *DataLakeStorage + func NewDataLakeStorageWithDefaults() *DataLakeStorage + func (o *DataLakeStorage) GetDatabases() []DataLakeDatabaseInstance + func (o *DataLakeStorage) GetDatabasesOk() (*[]DataLakeDatabaseInstance, bool) + func (o *DataLakeStorage) GetStores() []DataLakeStoreSettings + func (o *DataLakeStorage) GetStoresOk() (*[]DataLakeStoreSettings, bool) + func (o *DataLakeStorage) HasDatabases() bool + func (o *DataLakeStorage) HasStores() bool + func (o *DataLakeStorage) SetDatabases(v []DataLakeDatabaseInstance) + func (o *DataLakeStorage) SetStores(v []DataLakeStoreSettings) + func (o DataLakeStorage) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeStorage) ToMap() (map[string]interface{}, error) + type DataLakeStoreSettings struct + AdditionalStorageClasses *[]string + AllowInsecure *bool + Bucket *string + ClusterName *string + DefaultFormat *string + Delimiter *string + IncludeTags *bool + Name *string + Prefix *string + ProjectId *string + Provider string + Public *bool + ReadConcern *DataLakeAtlasStoreReadConcern + ReadPreference *DataLakeAtlasStoreReadPreference + Region *string + Urls *[]string + func NewDataLakeStoreSettings(provider string) *DataLakeStoreSettings + func NewDataLakeStoreSettingsWithDefaults() *DataLakeStoreSettings + func (o *DataLakeStoreSettings) GetAdditionalStorageClasses() []string + func (o *DataLakeStoreSettings) GetAdditionalStorageClassesOk() (*[]string, bool) + func (o *DataLakeStoreSettings) GetAllowInsecure() bool + func (o *DataLakeStoreSettings) GetAllowInsecureOk() (*bool, bool) + func (o *DataLakeStoreSettings) GetBucket() string + func (o *DataLakeStoreSettings) GetBucketOk() (*string, bool) + func (o *DataLakeStoreSettings) GetClusterName() string + func (o *DataLakeStoreSettings) GetClusterNameOk() (*string, bool) + func (o *DataLakeStoreSettings) GetDefaultFormat() string + func (o *DataLakeStoreSettings) GetDefaultFormatOk() (*string, bool) + func (o *DataLakeStoreSettings) GetDelimiter() string + func (o *DataLakeStoreSettings) GetDelimiterOk() (*string, bool) + func (o *DataLakeStoreSettings) GetIncludeTags() bool + func (o *DataLakeStoreSettings) GetIncludeTagsOk() (*bool, bool) + func (o *DataLakeStoreSettings) GetName() string + func (o *DataLakeStoreSettings) GetNameOk() (*string, bool) + func (o *DataLakeStoreSettings) GetPrefix() string + func (o *DataLakeStoreSettings) GetPrefixOk() (*string, bool) + func (o *DataLakeStoreSettings) GetProjectId() string + func (o *DataLakeStoreSettings) GetProjectIdOk() (*string, bool) + func (o *DataLakeStoreSettings) GetProvider() string + func (o *DataLakeStoreSettings) GetProviderOk() (*string, bool) + func (o *DataLakeStoreSettings) GetPublic() bool + func (o *DataLakeStoreSettings) GetPublicOk() (*bool, bool) + func (o *DataLakeStoreSettings) GetReadConcern() DataLakeAtlasStoreReadConcern + func (o *DataLakeStoreSettings) GetReadConcernOk() (*DataLakeAtlasStoreReadConcern, bool) + func (o *DataLakeStoreSettings) GetReadPreference() DataLakeAtlasStoreReadPreference + func (o *DataLakeStoreSettings) GetReadPreferenceOk() (*DataLakeAtlasStoreReadPreference, bool) + func (o *DataLakeStoreSettings) GetRegion() string + func (o *DataLakeStoreSettings) GetRegionOk() (*string, bool) + func (o *DataLakeStoreSettings) GetUrls() []string + func (o *DataLakeStoreSettings) GetUrlsOk() (*[]string, bool) + func (o *DataLakeStoreSettings) HasAdditionalStorageClasses() bool + func (o *DataLakeStoreSettings) HasAllowInsecure() bool + func (o *DataLakeStoreSettings) HasBucket() bool + func (o *DataLakeStoreSettings) HasClusterName() bool + func (o *DataLakeStoreSettings) HasDefaultFormat() bool + func (o *DataLakeStoreSettings) HasDelimiter() bool + func (o *DataLakeStoreSettings) HasIncludeTags() bool + func (o *DataLakeStoreSettings) HasName() bool + func (o *DataLakeStoreSettings) HasPrefix() bool + func (o *DataLakeStoreSettings) HasProjectId() bool + func (o *DataLakeStoreSettings) HasPublic() bool + func (o *DataLakeStoreSettings) HasReadConcern() bool + func (o *DataLakeStoreSettings) HasReadPreference() bool + func (o *DataLakeStoreSettings) HasRegion() bool + func (o *DataLakeStoreSettings) HasUrls() bool + func (o *DataLakeStoreSettings) SetAdditionalStorageClasses(v []string) + func (o *DataLakeStoreSettings) SetAllowInsecure(v bool) + func (o *DataLakeStoreSettings) SetBucket(v string) + func (o *DataLakeStoreSettings) SetClusterName(v string) + func (o *DataLakeStoreSettings) SetDefaultFormat(v string) + func (o *DataLakeStoreSettings) SetDelimiter(v string) + func (o *DataLakeStoreSettings) SetIncludeTags(v bool) + func (o *DataLakeStoreSettings) SetName(v string) + func (o *DataLakeStoreSettings) SetPrefix(v string) + func (o *DataLakeStoreSettings) SetProjectId(v string) + func (o *DataLakeStoreSettings) SetProvider(v string) + func (o *DataLakeStoreSettings) SetPublic(v bool) + func (o *DataLakeStoreSettings) SetReadConcern(v DataLakeAtlasStoreReadConcern) + func (o *DataLakeStoreSettings) SetReadPreference(v DataLakeAtlasStoreReadPreference) + func (o *DataLakeStoreSettings) SetRegion(v string) + func (o *DataLakeStoreSettings) SetUrls(v []string) + func (o DataLakeStoreSettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeStoreSettings) ToMap() (map[string]interface{}, error) + type DataLakeTenant struct + CloudProviderConfig *DataLakeCloudProviderConfig + DataProcessRegion *DataLakeDataProcessRegion + GroupId *string + Hostnames *[]string + Name *string + PrivateEndpointHostnames *[]PrivateEndpointHostname + State *string + Storage *DataLakeStorage + func NewDataLakeTenant() *DataLakeTenant + func NewDataLakeTenantWithDefaults() *DataLakeTenant + func (o *DataLakeTenant) GetCloudProviderConfig() DataLakeCloudProviderConfig + func (o *DataLakeTenant) GetCloudProviderConfigOk() (*DataLakeCloudProviderConfig, bool) + func (o *DataLakeTenant) GetDataProcessRegion() DataLakeDataProcessRegion + func (o *DataLakeTenant) GetDataProcessRegionOk() (*DataLakeDataProcessRegion, bool) + func (o *DataLakeTenant) GetGroupId() string + func (o *DataLakeTenant) GetGroupIdOk() (*string, bool) + func (o *DataLakeTenant) GetHostnames() []string + func (o *DataLakeTenant) GetHostnamesOk() (*[]string, bool) + func (o *DataLakeTenant) GetName() string + func (o *DataLakeTenant) GetNameOk() (*string, bool) + func (o *DataLakeTenant) GetPrivateEndpointHostnames() []PrivateEndpointHostname + func (o *DataLakeTenant) GetPrivateEndpointHostnamesOk() (*[]PrivateEndpointHostname, bool) + func (o *DataLakeTenant) GetState() string + func (o *DataLakeTenant) GetStateOk() (*string, bool) + func (o *DataLakeTenant) GetStorage() DataLakeStorage + func (o *DataLakeTenant) GetStorageOk() (*DataLakeStorage, bool) + func (o *DataLakeTenant) HasCloudProviderConfig() bool + func (o *DataLakeTenant) HasDataProcessRegion() bool + func (o *DataLakeTenant) HasGroupId() bool + func (o *DataLakeTenant) HasHostnames() bool + func (o *DataLakeTenant) HasName() bool + func (o *DataLakeTenant) HasPrivateEndpointHostnames() bool + func (o *DataLakeTenant) HasState() bool + func (o *DataLakeTenant) HasStorage() bool + func (o *DataLakeTenant) SetCloudProviderConfig(v DataLakeCloudProviderConfig) + func (o *DataLakeTenant) SetDataProcessRegion(v DataLakeDataProcessRegion) + func (o *DataLakeTenant) SetGroupId(v string) + func (o *DataLakeTenant) SetHostnames(v []string) + func (o *DataLakeTenant) SetName(v string) + func (o *DataLakeTenant) SetPrivateEndpointHostnames(v []PrivateEndpointHostname) + func (o *DataLakeTenant) SetState(v string) + func (o *DataLakeTenant) SetStorage(v DataLakeStorage) + func (o DataLakeTenant) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataLakeTenant) ToMap() (map[string]interface{}, error) + type DataProcessRegion struct + CloudProvider *string + Region *string + func NewDataProcessRegion() *DataProcessRegion + func NewDataProcessRegionWithDefaults() *DataProcessRegion + func (o *DataProcessRegion) GetCloudProvider() string + func (o *DataProcessRegion) GetCloudProviderOk() (*string, bool) + func (o *DataProcessRegion) GetRegion() string + func (o *DataProcessRegion) GetRegionOk() (*string, bool) + func (o *DataProcessRegion) HasCloudProvider() bool + func (o *DataProcessRegion) HasRegion() bool + func (o *DataProcessRegion) SetCloudProvider(v string) + func (o *DataProcessRegion) SetRegion(v string) + func (o DataProcessRegion) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataProcessRegion) ToMap() (map[string]interface{}, error) + type DataProtectionSettings20231001 struct + AuthorizedEmail string + AuthorizedUserFirstName string + AuthorizedUserLastName string + CopyProtectionEnabled *bool + EncryptionAtRestEnabled *bool + OnDemandPolicyItem *BackupComplianceOnDemandPolicyItem + PitEnabled *bool + ProjectId *string + RestoreWindowDays *int + ScheduledPolicyItems *[]BackupComplianceScheduledPolicyItem + State *string + UpdatedDate *time.Time + UpdatedUser *string + func NewDataProtectionSettings20231001(authorizedEmail string, authorizedUserFirstName string, ...) *DataProtectionSettings20231001 + func NewDataProtectionSettings20231001WithDefaults() *DataProtectionSettings20231001 + func (o *DataProtectionSettings20231001) GetAuthorizedEmail() string + func (o *DataProtectionSettings20231001) GetAuthorizedEmailOk() (*string, bool) + func (o *DataProtectionSettings20231001) GetAuthorizedUserFirstName() string + func (o *DataProtectionSettings20231001) GetAuthorizedUserFirstNameOk() (*string, bool) + func (o *DataProtectionSettings20231001) GetAuthorizedUserLastName() string + func (o *DataProtectionSettings20231001) GetAuthorizedUserLastNameOk() (*string, bool) + func (o *DataProtectionSettings20231001) GetCopyProtectionEnabled() bool + func (o *DataProtectionSettings20231001) GetCopyProtectionEnabledOk() (*bool, bool) + func (o *DataProtectionSettings20231001) GetEncryptionAtRestEnabled() bool + func (o *DataProtectionSettings20231001) GetEncryptionAtRestEnabledOk() (*bool, bool) + func (o *DataProtectionSettings20231001) GetOnDemandPolicyItem() BackupComplianceOnDemandPolicyItem + func (o *DataProtectionSettings20231001) GetOnDemandPolicyItemOk() (*BackupComplianceOnDemandPolicyItem, bool) + func (o *DataProtectionSettings20231001) GetPitEnabled() bool + func (o *DataProtectionSettings20231001) GetPitEnabledOk() (*bool, bool) + func (o *DataProtectionSettings20231001) GetProjectId() string + func (o *DataProtectionSettings20231001) GetProjectIdOk() (*string, bool) + func (o *DataProtectionSettings20231001) GetRestoreWindowDays() int + func (o *DataProtectionSettings20231001) GetRestoreWindowDaysOk() (*int, bool) + func (o *DataProtectionSettings20231001) GetScheduledPolicyItems() []BackupComplianceScheduledPolicyItem + func (o *DataProtectionSettings20231001) GetScheduledPolicyItemsOk() (*[]BackupComplianceScheduledPolicyItem, bool) + func (o *DataProtectionSettings20231001) GetState() string + func (o *DataProtectionSettings20231001) GetStateOk() (*string, bool) + func (o *DataProtectionSettings20231001) GetUpdatedDate() time.Time + func (o *DataProtectionSettings20231001) GetUpdatedDateOk() (*time.Time, bool) + func (o *DataProtectionSettings20231001) GetUpdatedUser() string + func (o *DataProtectionSettings20231001) GetUpdatedUserOk() (*string, bool) + func (o *DataProtectionSettings20231001) HasCopyProtectionEnabled() bool + func (o *DataProtectionSettings20231001) HasEncryptionAtRestEnabled() bool + func (o *DataProtectionSettings20231001) HasOnDemandPolicyItem() bool + func (o *DataProtectionSettings20231001) HasPitEnabled() bool + func (o *DataProtectionSettings20231001) HasProjectId() bool + func (o *DataProtectionSettings20231001) HasRestoreWindowDays() bool + func (o *DataProtectionSettings20231001) HasScheduledPolicyItems() bool + func (o *DataProtectionSettings20231001) HasState() bool + func (o *DataProtectionSettings20231001) HasUpdatedDate() bool + func (o *DataProtectionSettings20231001) HasUpdatedUser() bool + func (o *DataProtectionSettings20231001) SetAuthorizedEmail(v string) + func (o *DataProtectionSettings20231001) SetAuthorizedUserFirstName(v string) + func (o *DataProtectionSettings20231001) SetAuthorizedUserLastName(v string) + func (o *DataProtectionSettings20231001) SetCopyProtectionEnabled(v bool) + func (o *DataProtectionSettings20231001) SetEncryptionAtRestEnabled(v bool) + func (o *DataProtectionSettings20231001) SetOnDemandPolicyItem(v BackupComplianceOnDemandPolicyItem) + func (o *DataProtectionSettings20231001) SetPitEnabled(v bool) + func (o *DataProtectionSettings20231001) SetProjectId(v string) + func (o *DataProtectionSettings20231001) SetRestoreWindowDays(v int) + func (o *DataProtectionSettings20231001) SetScheduledPolicyItems(v []BackupComplianceScheduledPolicyItem) + func (o *DataProtectionSettings20231001) SetState(v string) + func (o *DataProtectionSettings20231001) SetUpdatedDate(v time.Time) + func (o *DataProtectionSettings20231001) SetUpdatedUser(v string) + func (o DataProtectionSettings20231001) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DataProtectionSettings20231001) ToMap() (map[string]interface{}, error) + type DatabaseInheritedRole struct + Db string + Role string + func NewDatabaseInheritedRole(db string, role string) *DatabaseInheritedRole + func NewDatabaseInheritedRoleWithDefaults() *DatabaseInheritedRole + func (o *DatabaseInheritedRole) GetDb() string + func (o *DatabaseInheritedRole) GetDbOk() (*string, bool) + func (o *DatabaseInheritedRole) GetRole() string + func (o *DatabaseInheritedRole) GetRoleOk() (*string, bool) + func (o *DatabaseInheritedRole) SetDb(v string) + func (o *DatabaseInheritedRole) SetRole(v string) + func (o DatabaseInheritedRole) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DatabaseInheritedRole) ToMap() (map[string]interface{}, error) + type DatabasePermittedNamespaceResource struct + Cluster bool + Collection string + Db string + func NewDatabasePermittedNamespaceResource(cluster bool, collection string, db string) *DatabasePermittedNamespaceResource + func NewDatabasePermittedNamespaceResourceWithDefaults() *DatabasePermittedNamespaceResource + func (o *DatabasePermittedNamespaceResource) GetCluster() bool + func (o *DatabasePermittedNamespaceResource) GetClusterOk() (*bool, bool) + func (o *DatabasePermittedNamespaceResource) GetCollection() string + func (o *DatabasePermittedNamespaceResource) GetCollectionOk() (*string, bool) + func (o *DatabasePermittedNamespaceResource) GetDb() string + func (o *DatabasePermittedNamespaceResource) GetDbOk() (*string, bool) + func (o *DatabasePermittedNamespaceResource) SetCluster(v bool) + func (o *DatabasePermittedNamespaceResource) SetCollection(v string) + func (o *DatabasePermittedNamespaceResource) SetDb(v string) + func (o DatabasePermittedNamespaceResource) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DatabasePermittedNamespaceResource) ToMap() (map[string]interface{}, error) + type DatabasePrivilegeAction struct + Action string + Resources *[]DatabasePermittedNamespaceResource + func NewDatabasePrivilegeAction(action string) *DatabasePrivilegeAction + func NewDatabasePrivilegeActionWithDefaults() *DatabasePrivilegeAction + func (o *DatabasePrivilegeAction) GetAction() string + func (o *DatabasePrivilegeAction) GetActionOk() (*string, bool) + func (o *DatabasePrivilegeAction) GetResources() []DatabasePermittedNamespaceResource + func (o *DatabasePrivilegeAction) GetResourcesOk() (*[]DatabasePermittedNamespaceResource, bool) + func (o *DatabasePrivilegeAction) HasResources() bool + func (o *DatabasePrivilegeAction) SetAction(v string) + func (o *DatabasePrivilegeAction) SetResources(v []DatabasePermittedNamespaceResource) + func (o DatabasePrivilegeAction) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DatabasePrivilegeAction) ToMap() (map[string]interface{}, error) + type DatabaseRollingIndexRequest struct + Collation *Collation + Collection string + Db string + Keys *[]map[string]string + Options *IndexOptions + func NewDatabaseRollingIndexRequest(collection string, db string) *DatabaseRollingIndexRequest + func NewDatabaseRollingIndexRequestWithDefaults() *DatabaseRollingIndexRequest + func (o *DatabaseRollingIndexRequest) GetCollation() Collation + func (o *DatabaseRollingIndexRequest) GetCollationOk() (*Collation, bool) + func (o *DatabaseRollingIndexRequest) GetCollection() string + func (o *DatabaseRollingIndexRequest) GetCollectionOk() (*string, bool) + func (o *DatabaseRollingIndexRequest) GetDb() string + func (o *DatabaseRollingIndexRequest) GetDbOk() (*string, bool) + func (o *DatabaseRollingIndexRequest) GetKeys() []map[string]string + func (o *DatabaseRollingIndexRequest) GetKeysOk() (*[]map[string]string, bool) + func (o *DatabaseRollingIndexRequest) GetOptions() IndexOptions + func (o *DatabaseRollingIndexRequest) GetOptionsOk() (*IndexOptions, bool) + func (o *DatabaseRollingIndexRequest) HasCollation() bool + func (o *DatabaseRollingIndexRequest) HasKeys() bool + func (o *DatabaseRollingIndexRequest) HasOptions() bool + func (o *DatabaseRollingIndexRequest) SetCollation(v Collation) + func (o *DatabaseRollingIndexRequest) SetCollection(v string) + func (o *DatabaseRollingIndexRequest) SetDb(v string) + func (o *DatabaseRollingIndexRequest) SetKeys(v []map[string]string) + func (o *DatabaseRollingIndexRequest) SetOptions(v IndexOptions) + func (o DatabaseRollingIndexRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DatabaseRollingIndexRequest) ToMap() (map[string]interface{}, error) + type DatabaseUserRole struct + CollectionName *string + DatabaseName string + RoleName string + func NewDatabaseUserRole(databaseName string, roleName string) *DatabaseUserRole + func NewDatabaseUserRoleWithDefaults() *DatabaseUserRole + func (o *DatabaseUserRole) GetCollectionName() string + func (o *DatabaseUserRole) GetCollectionNameOk() (*string, bool) + func (o *DatabaseUserRole) GetDatabaseName() string + func (o *DatabaseUserRole) GetDatabaseNameOk() (*string, bool) + func (o *DatabaseUserRole) GetRoleName() string + func (o *DatabaseUserRole) GetRoleNameOk() (*string, bool) + func (o *DatabaseUserRole) HasCollectionName() bool + func (o *DatabaseUserRole) SetCollectionName(v string) + func (o *DatabaseUserRole) SetDatabaseName(v string) + func (o *DatabaseUserRole) SetRoleName(v string) + func (o DatabaseUserRole) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DatabaseUserRole) ToMap() (map[string]interface{}, error) + type DatabaseUsersApi interface + CreateDatabaseUser func(ctx context.Context, groupId string, cloudDatabaseUser *CloudDatabaseUser) CreateDatabaseUserApiRequest + CreateDatabaseUserExecute func(r CreateDatabaseUserApiRequest) (*CloudDatabaseUser, *http.Response, error) + CreateDatabaseUserWithParams func(ctx context.Context, args *CreateDatabaseUserApiParams) CreateDatabaseUserApiRequest + DeleteDatabaseUser func(ctx context.Context, groupId string, databaseName string, username string) DeleteDatabaseUserApiRequest + DeleteDatabaseUserExecute func(r DeleteDatabaseUserApiRequest) (map[string]interface{}, *http.Response, error) + DeleteDatabaseUserWithParams func(ctx context.Context, args *DeleteDatabaseUserApiParams) DeleteDatabaseUserApiRequest + GetDatabaseUser func(ctx context.Context, groupId string, databaseName string, username string) GetDatabaseUserApiRequest + GetDatabaseUserExecute func(r GetDatabaseUserApiRequest) (*CloudDatabaseUser, *http.Response, error) + GetDatabaseUserWithParams func(ctx context.Context, args *GetDatabaseUserApiParams) GetDatabaseUserApiRequest + ListDatabaseUsers func(ctx context.Context, groupId string) ListDatabaseUsersApiRequest + ListDatabaseUsersExecute func(r ListDatabaseUsersApiRequest) (*PaginatedApiAtlasDatabaseUser, *http.Response, error) + ListDatabaseUsersWithParams func(ctx context.Context, args *ListDatabaseUsersApiParams) ListDatabaseUsersApiRequest + UpdateDatabaseUser func(ctx context.Context, groupId string, databaseName string, username string, ...) UpdateDatabaseUserApiRequest + UpdateDatabaseUserExecute func(r UpdateDatabaseUserApiRequest) (*CloudDatabaseUser, *http.Response, error) + UpdateDatabaseUserWithParams func(ctx context.Context, args *UpdateDatabaseUserApiParams) UpdateDatabaseUserApiRequest + type DatabaseUsersApiService service + func (a *DatabaseUsersApiService) CreateDatabaseUser(ctx context.Context, groupId string, cloudDatabaseUser *CloudDatabaseUser) CreateDatabaseUserApiRequest + func (a *DatabaseUsersApiService) CreateDatabaseUserExecute(r CreateDatabaseUserApiRequest) (*CloudDatabaseUser, *http.Response, error) + func (a *DatabaseUsersApiService) CreateDatabaseUserWithParams(ctx context.Context, args *CreateDatabaseUserApiParams) CreateDatabaseUserApiRequest + func (a *DatabaseUsersApiService) DeleteDatabaseUser(ctx context.Context, groupId string, databaseName string, username string) DeleteDatabaseUserApiRequest + func (a *DatabaseUsersApiService) DeleteDatabaseUserExecute(r DeleteDatabaseUserApiRequest) (map[string]interface{}, *http.Response, error) + func (a *DatabaseUsersApiService) DeleteDatabaseUserWithParams(ctx context.Context, args *DeleteDatabaseUserApiParams) DeleteDatabaseUserApiRequest + func (a *DatabaseUsersApiService) GetDatabaseUser(ctx context.Context, groupId string, databaseName string, username string) GetDatabaseUserApiRequest + func (a *DatabaseUsersApiService) GetDatabaseUserExecute(r GetDatabaseUserApiRequest) (*CloudDatabaseUser, *http.Response, error) + func (a *DatabaseUsersApiService) GetDatabaseUserWithParams(ctx context.Context, args *GetDatabaseUserApiParams) GetDatabaseUserApiRequest + func (a *DatabaseUsersApiService) ListDatabaseUsers(ctx context.Context, groupId string) ListDatabaseUsersApiRequest + func (a *DatabaseUsersApiService) ListDatabaseUsersExecute(r ListDatabaseUsersApiRequest) (*PaginatedApiAtlasDatabaseUser, *http.Response, error) + func (a *DatabaseUsersApiService) ListDatabaseUsersWithParams(ctx context.Context, args *ListDatabaseUsersApiParams) ListDatabaseUsersApiRequest + func (a *DatabaseUsersApiService) UpdateDatabaseUser(ctx context.Context, groupId string, databaseName string, username string, ...) UpdateDatabaseUserApiRequest + func (a *DatabaseUsersApiService) UpdateDatabaseUserExecute(r UpdateDatabaseUserApiRequest) (*CloudDatabaseUser, *http.Response, error) + func (a *DatabaseUsersApiService) UpdateDatabaseUserWithParams(ctx context.Context, args *UpdateDatabaseUserApiParams) UpdateDatabaseUserApiRequest + type DatasetRetentionPolicy struct + LastModifiedDate *time.Time + Units string + Value int + func NewDatasetRetentionPolicy(units string, value int) *DatasetRetentionPolicy + func NewDatasetRetentionPolicyWithDefaults() *DatasetRetentionPolicy + func (o *DatasetRetentionPolicy) GetLastModifiedDate() time.Time + func (o *DatasetRetentionPolicy) GetLastModifiedDateOk() (*time.Time, bool) + func (o *DatasetRetentionPolicy) GetUnits() string + func (o *DatasetRetentionPolicy) GetUnitsOk() (*string, bool) + func (o *DatasetRetentionPolicy) GetValue() int + func (o *DatasetRetentionPolicy) GetValueOk() (*int, bool) + func (o *DatasetRetentionPolicy) HasLastModifiedDate() bool + func (o *DatasetRetentionPolicy) SetLastModifiedDate(v time.Time) + func (o *DatasetRetentionPolicy) SetUnits(v string) + func (o *DatasetRetentionPolicy) SetValue(v int) + func (o DatasetRetentionPolicy) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DatasetRetentionPolicy) ToMap() (map[string]interface{}, error) + type DeauthorizeCloudProviderAccessRoleApiParams struct + CloudProvider string + GroupId string + RoleId string + type DeauthorizeCloudProviderAccessRoleApiRequest struct + ApiService CloudProviderAccessApi + func (r DeauthorizeCloudProviderAccessRoleApiRequest) Execute() (*http.Response, error) + type DedicatedHardwareSpec struct + DiskIOPS *int + EbsVolumeType *string + InstanceSize *string + NodeCount *int + func NewDedicatedHardwareSpec() *DedicatedHardwareSpec + func NewDedicatedHardwareSpecWithDefaults() *DedicatedHardwareSpec + func (o *DedicatedHardwareSpec) GetDiskIOPS() int + func (o *DedicatedHardwareSpec) GetDiskIOPSOk() (*int, bool) + func (o *DedicatedHardwareSpec) GetEbsVolumeType() string + func (o *DedicatedHardwareSpec) GetEbsVolumeTypeOk() (*string, bool) + func (o *DedicatedHardwareSpec) GetInstanceSize() string + func (o *DedicatedHardwareSpec) GetInstanceSizeOk() (*string, bool) + func (o *DedicatedHardwareSpec) GetNodeCount() int + func (o *DedicatedHardwareSpec) GetNodeCountOk() (*int, bool) + func (o *DedicatedHardwareSpec) HasDiskIOPS() bool + func (o *DedicatedHardwareSpec) HasEbsVolumeType() bool + func (o *DedicatedHardwareSpec) HasInstanceSize() bool + func (o *DedicatedHardwareSpec) HasNodeCount() bool + func (o *DedicatedHardwareSpec) SetDiskIOPS(v int) + func (o *DedicatedHardwareSpec) SetEbsVolumeType(v string) + func (o *DedicatedHardwareSpec) SetInstanceSize(v string) + func (o *DedicatedHardwareSpec) SetNodeCount(v int) + func (o DedicatedHardwareSpec) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DedicatedHardwareSpec) ToMap() (map[string]interface{}, error) + type DefaultApi interface + ReturnAllControlPlaneIPAddresses func(ctx context.Context) ReturnAllControlPlaneIPAddressesApiRequest + ReturnAllControlPlaneIPAddressesExecute func(r ReturnAllControlPlaneIPAddressesApiRequest) (*ControlPlaneIPAddresses, *http.Response, error) + ReturnAllControlPlaneIPAddressesWithParams func(ctx context.Context, args *ReturnAllControlPlaneIPAddressesApiParams) ReturnAllControlPlaneIPAddressesApiRequest + type DefaultApiService service + func (a *DefaultApiService) ReturnAllControlPlaneIPAddresses(ctx context.Context) ReturnAllControlPlaneIPAddressesApiRequest + func (a *DefaultApiService) ReturnAllControlPlaneIPAddressesExecute(r ReturnAllControlPlaneIPAddressesApiRequest) (*ControlPlaneIPAddresses, *http.Response, error) + func (a *DefaultApiService) ReturnAllControlPlaneIPAddressesWithParams(ctx context.Context, args *ReturnAllControlPlaneIPAddressesApiParams) ReturnAllControlPlaneIPAddressesApiRequest + type DeferMaintenanceWindowApiParams struct + GroupId string + type DeferMaintenanceWindowApiRequest struct + ApiService MaintenanceWindowsApi + func (r DeferMaintenanceWindowApiRequest) Execute() (*http.Response, error) + type DeleteAlertConfigurationApiParams struct + AlertConfigId string + GroupId string + type DeleteAlertConfigurationApiRequest struct + ApiService AlertConfigurationsApi + func (r DeleteAlertConfigurationApiRequest) Execute() (*http.Response, error) + type DeleteAllBackupSchedulesApiParams struct + ClusterName string + GroupId string + type DeleteAllBackupSchedulesApiRequest struct + ApiService CloudBackupsApi + func (r DeleteAllBackupSchedulesApiRequest) Execute() (*DiskBackupSnapshotSchedule, *http.Response, error) + type DeleteAllCustomZoneMappingsApiParams struct + ClusterName string + GroupId string + type DeleteAllCustomZoneMappingsApiRequest struct + ApiService GlobalClustersApi + func (r DeleteAllCustomZoneMappingsApiRequest) Execute() (*GeoSharding, *http.Response, error) + type DeleteApiKeyAccessListEntryApiParams struct + ApiUserId string + IpAddress string + OrgId string + type DeleteApiKeyAccessListEntryApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r DeleteApiKeyAccessListEntryApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteApiKeyApiParams struct + ApiUserId string + OrgId string + type DeleteApiKeyApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r DeleteApiKeyApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteAtlasSearchDeploymentApiParams struct + ClusterName string + GroupId string + type DeleteAtlasSearchDeploymentApiRequest struct + ApiService AtlasSearchApi + func (r DeleteAtlasSearchDeploymentApiRequest) Execute() (*http.Response, error) + type DeleteAtlasSearchIndexApiParams struct + ClusterName string + GroupId string + IndexId string + type DeleteAtlasSearchIndexApiRequest struct + ApiService AtlasSearchApi + func (r DeleteAtlasSearchIndexApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteClusterApiParams struct + ClusterName string + GroupId string + RetainBackups *bool + type DeleteClusterApiRequest struct + ApiService ClustersApi + func (r DeleteClusterApiRequest) Execute() (*http.Response, error) + func (r DeleteClusterApiRequest) RetainBackups(retainBackups bool) DeleteClusterApiRequest + type DeleteCopiedBackups struct + CloudProvider *string + RegionName *string + ReplicationSpecId *string + func NewDeleteCopiedBackups() *DeleteCopiedBackups + func NewDeleteCopiedBackupsWithDefaults() *DeleteCopiedBackups + func (o *DeleteCopiedBackups) GetCloudProvider() string + func (o *DeleteCopiedBackups) GetCloudProviderOk() (*string, bool) + func (o *DeleteCopiedBackups) GetRegionName() string + func (o *DeleteCopiedBackups) GetRegionNameOk() (*string, bool) + func (o *DeleteCopiedBackups) GetReplicationSpecId() string + func (o *DeleteCopiedBackups) GetReplicationSpecIdOk() (*string, bool) + func (o *DeleteCopiedBackups) HasCloudProvider() bool + func (o *DeleteCopiedBackups) HasRegionName() bool + func (o *DeleteCopiedBackups) HasReplicationSpecId() bool + func (o *DeleteCopiedBackups) SetCloudProvider(v string) + func (o *DeleteCopiedBackups) SetRegionName(v string) + func (o *DeleteCopiedBackups) SetReplicationSpecId(v string) + func (o DeleteCopiedBackups) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DeleteCopiedBackups) ToMap() (map[string]interface{}, error) + type DeleteCustomDatabaseRoleApiParams struct + GroupId string + RoleName string + type DeleteCustomDatabaseRoleApiRequest struct + ApiService CustomDatabaseRolesApi + func (r DeleteCustomDatabaseRoleApiRequest) Execute() (*http.Response, error) + type DeleteDataFederationPrivateEndpointApiParams struct + EndpointId string + GroupId string + type DeleteDataFederationPrivateEndpointApiRequest struct + ApiService DataFederationApi + func (r DeleteDataFederationPrivateEndpointApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteDatabaseUserApiParams struct + DatabaseName string + GroupId string + Username string + type DeleteDatabaseUserApiRequest struct + ApiService DatabaseUsersApi + func (r DeleteDatabaseUserApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteExportBucketApiParams struct + ExportBucketId string + GroupId string + type DeleteExportBucketApiRequest struct + ApiService CloudBackupsApi + func (r DeleteExportBucketApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteFederatedDatabaseApiParams struct + GroupId string + TenantName string + type DeleteFederatedDatabaseApiRequest struct + ApiService DataFederationApi + func (r DeleteFederatedDatabaseApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteFederationAppApiParams struct + FederationSettingsId string + type DeleteFederationAppApiRequest struct + ApiService FederatedAuthenticationApi + func (r DeleteFederationAppApiRequest) Execute() (*http.Response, error) + type DeleteLDAPConfigurationApiParams struct + GroupId string + type DeleteLDAPConfigurationApiRequest struct + ApiService LDAPConfigurationApi + func (r DeleteLDAPConfigurationApiRequest) Execute() (*UserSecurity, *http.Response, error) + type DeleteLegacySnapshotApiParams struct + ClusterName string + GroupId string + SnapshotId string + type DeleteLegacySnapshotApiRequest struct + ApiService LegacyBackupApi + func (r DeleteLegacySnapshotApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteLinkTokenApiParams struct + OrgId string + type DeleteLinkTokenApiRequest struct + ApiService CloudMigrationServiceApi + func (r DeleteLinkTokenApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteManagedNamespaceApiParams struct + ClusterName string + Collection *string + Db *string + GroupId string + type DeleteManagedNamespaceApiRequest struct + ApiService GlobalClustersApi + func (r DeleteManagedNamespaceApiRequest) Collection(collection string) DeleteManagedNamespaceApiRequest + func (r DeleteManagedNamespaceApiRequest) Db(db string) DeleteManagedNamespaceApiRequest + func (r DeleteManagedNamespaceApiRequest) Execute() (*GeoSharding, *http.Response, error) + type DeleteOneDataFederationInstanceQueryLimitApiParams struct + GroupId string + LimitName string + TenantName string + type DeleteOneDataFederationInstanceQueryLimitApiRequest struct + ApiService DataFederationApi + func (r DeleteOneDataFederationInstanceQueryLimitApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteOnlineArchiveApiParams struct + ArchiveId string + ClusterName string + GroupId string + type DeleteOnlineArchiveApiRequest struct + ApiService OnlineArchiveApi + func (r DeleteOnlineArchiveApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteOrganizationApiParams struct + OrgId string + type DeleteOrganizationApiRequest struct + ApiService OrganizationsApi + func (r DeleteOrganizationApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteOrganizationInvitationApiParams struct + InvitationId string + OrgId string + type DeleteOrganizationInvitationApiRequest struct + ApiService OrganizationsApi + func (r DeleteOrganizationInvitationApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeletePeeringConnectionApiParams struct + GroupId string + PeerId string + type DeletePeeringConnectionApiRequest struct + ApiService NetworkPeeringApi + func (r DeletePeeringConnectionApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeletePeeringContainerApiParams struct + ContainerId string + GroupId string + type DeletePeeringContainerApiRequest struct + ApiService NetworkPeeringApi + func (r DeletePeeringContainerApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeletePipelineApiParams struct + GroupId string + PipelineName string + type DeletePipelineApiRequest struct + ApiService DataLakePipelinesApi + func (r DeletePipelineApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeletePipelineRunDatasetApiParams struct + GroupId string + PipelineName string + PipelineRunId string + type DeletePipelineRunDatasetApiRequest struct + ApiService DataLakePipelinesApi + func (r DeletePipelineRunDatasetApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeletePrivateEndpointApiParams struct + CloudProvider string + EndpointId string + EndpointServiceId string + GroupId string + type DeletePrivateEndpointApiRequest struct + ApiService PrivateEndpointServicesApi + func (r DeletePrivateEndpointApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeletePrivateEndpointServiceApiParams struct + CloudProvider string + EndpointServiceId string + GroupId string + type DeletePrivateEndpointServiceApiRequest struct + ApiService PrivateEndpointServicesApi + func (r DeletePrivateEndpointServiceApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteProjectApiParams struct + GroupId string + type DeleteProjectApiRequest struct + ApiService ProjectsApi + func (r DeleteProjectApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteProjectInvitationApiParams struct + GroupId string + InvitationId string + type DeleteProjectInvitationApiRequest struct + ApiService ProjectsApi + func (r DeleteProjectInvitationApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteProjectIpAccessListApiParams struct + EntryValue string + GroupId string + type DeleteProjectIpAccessListApiRequest struct + ApiService ProjectIPAccessListApi + func (r DeleteProjectIpAccessListApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteProjectLimitApiParams struct + GroupId string + LimitName string + type DeleteProjectLimitApiRequest struct + ApiService ProjectsApi + func (r DeleteProjectLimitApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeletePushBasedLogConfigurationApiParams struct + GroupId string + type DeletePushBasedLogConfigurationApiRequest struct + ApiService PushBasedLogExportApi + func (r DeletePushBasedLogConfigurationApiRequest) Execute() (*http.Response, error) + type DeleteReplicaSetBackupApiParams struct + ClusterName string + GroupId string + SnapshotId string + type DeleteReplicaSetBackupApiRequest struct + ApiService CloudBackupsApi + func (r DeleteReplicaSetBackupApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteRoleMappingApiParams struct + FederationSettingsId string + Id string + OrgId string + type DeleteRoleMappingApiRequest struct + ApiService FederatedAuthenticationApi + func (r DeleteRoleMappingApiRequest) Execute() (*http.Response, error) + type DeleteServerlessInstanceApiParams struct + GroupId string + Name string + type DeleteServerlessInstanceApiRequest struct + ApiService ServerlessInstancesApi + func (r DeleteServerlessInstanceApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteServerlessPrivateEndpointApiParams struct + EndpointId string + GroupId string + InstanceName string + type DeleteServerlessPrivateEndpointApiRequest struct + ApiService ServerlessPrivateEndpointsApi + func (r DeleteServerlessPrivateEndpointApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteShardedClusterBackupApiParams struct + ClusterName string + GroupId string + SnapshotId string + type DeleteShardedClusterBackupApiRequest struct + ApiService CloudBackupsApi + func (r DeleteShardedClusterBackupApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteStreamConnectionApiParams struct + ConnectionName string + GroupId string + TenantName string + type DeleteStreamConnectionApiRequest struct + ApiService StreamsApi + func (r DeleteStreamConnectionApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteStreamInstanceApiParams struct + GroupId string + TenantName string + type DeleteStreamInstanceApiRequest struct + ApiService StreamsApi + func (r DeleteStreamInstanceApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteTeamApiParams struct + OrgId string + TeamId string + type DeleteTeamApiRequest struct + ApiService TeamsApi + func (r DeleteTeamApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type DeleteThirdPartyIntegrationApiParams struct + GroupId string + IntegrationType string + type DeleteThirdPartyIntegrationApiRequest struct + ApiService ThirdPartyIntegrationsApi + func (r DeleteThirdPartyIntegrationApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type Destination struct + ClusterName string + GroupId string + HostnameSchemaType string + PrivateLinkId *string + func NewDestination(clusterName string, groupId string, hostnameSchemaType string) *Destination + func NewDestinationWithDefaults() *Destination + func (o *Destination) GetClusterName() string + func (o *Destination) GetClusterNameOk() (*string, bool) + func (o *Destination) GetGroupId() string + func (o *Destination) GetGroupIdOk() (*string, bool) + func (o *Destination) GetHostnameSchemaType() string + func (o *Destination) GetHostnameSchemaTypeOk() (*string, bool) + func (o *Destination) GetPrivateLinkId() string + func (o *Destination) GetPrivateLinkIdOk() (*string, bool) + func (o *Destination) HasPrivateLinkId() bool + func (o *Destination) SetClusterName(v string) + func (o *Destination) SetGroupId(v string) + func (o *Destination) SetHostnameSchemaType(v string) + func (o *Destination) SetPrivateLinkId(v string) + func (o Destination) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o Destination) ToMap() (map[string]interface{}, error) + type DisableCustomerManagedX509ApiParams struct + GroupId string + type DisableCustomerManagedX509ApiRequest struct + ApiService X509AuthenticationApi + func (r DisableCustomerManagedX509ApiRequest) Execute() (*UserSecurity, *http.Response, error) + type DisablePeeringApiParams struct + GroupId string + PrivateIPMode *PrivateIPMode + type DisablePeeringApiRequest struct + ApiService NetworkPeeringApi + func (r DisablePeeringApiRequest) Execute() (*PrivateIPMode, *http.Response, error) + type DisableSlowOperationThresholdingApiParams struct + GroupId string + type DisableSlowOperationThresholdingApiRequest struct + ApiService PerformanceAdvisorApi + func (r DisableSlowOperationThresholdingApiRequest) Execute() (*http.Response, error) + type DiskBackupApiPolicyItem struct + FrequencyInterval int + FrequencyType string + Id *string + RetentionUnit string + RetentionValue int + func NewDiskBackupApiPolicyItem(frequencyInterval int, frequencyType string, retentionUnit string, ...) *DiskBackupApiPolicyItem + func NewDiskBackupApiPolicyItemWithDefaults() *DiskBackupApiPolicyItem + func (o *DiskBackupApiPolicyItem) GetFrequencyInterval() int + func (o *DiskBackupApiPolicyItem) GetFrequencyIntervalOk() (*int, bool) + func (o *DiskBackupApiPolicyItem) GetFrequencyType() string + func (o *DiskBackupApiPolicyItem) GetFrequencyTypeOk() (*string, bool) + func (o *DiskBackupApiPolicyItem) GetId() string + func (o *DiskBackupApiPolicyItem) GetIdOk() (*string, bool) + func (o *DiskBackupApiPolicyItem) GetRetentionUnit() string + func (o *DiskBackupApiPolicyItem) GetRetentionUnitOk() (*string, bool) + func (o *DiskBackupApiPolicyItem) GetRetentionValue() int + func (o *DiskBackupApiPolicyItem) GetRetentionValueOk() (*int, bool) + func (o *DiskBackupApiPolicyItem) HasId() bool + func (o *DiskBackupApiPolicyItem) SetFrequencyInterval(v int) + func (o *DiskBackupApiPolicyItem) SetFrequencyType(v string) + func (o *DiskBackupApiPolicyItem) SetId(v string) + func (o *DiskBackupApiPolicyItem) SetRetentionUnit(v string) + func (o *DiskBackupApiPolicyItem) SetRetentionValue(v int) + func (o DiskBackupApiPolicyItem) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupApiPolicyItem) ToMap() (map[string]interface{}, error) + type DiskBackupBaseRestoreMember struct + ReplicaSetName *string + func NewDiskBackupBaseRestoreMember() *DiskBackupBaseRestoreMember + func NewDiskBackupBaseRestoreMemberWithDefaults() *DiskBackupBaseRestoreMember + func (o *DiskBackupBaseRestoreMember) GetReplicaSetName() string + func (o *DiskBackupBaseRestoreMember) GetReplicaSetNameOk() (*string, bool) + func (o *DiskBackupBaseRestoreMember) HasReplicaSetName() bool + func (o *DiskBackupBaseRestoreMember) SetReplicaSetName(v string) + func (o DiskBackupBaseRestoreMember) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupBaseRestoreMember) ToMap() (map[string]interface{}, error) + type DiskBackupCopySetting struct + CloudProvider *string + Frequencies *[]string + RegionName *string + ReplicationSpecId *string + ShouldCopyOplogs *bool + func NewDiskBackupCopySetting() *DiskBackupCopySetting + func NewDiskBackupCopySettingWithDefaults() *DiskBackupCopySetting + func (o *DiskBackupCopySetting) GetCloudProvider() string + func (o *DiskBackupCopySetting) GetCloudProviderOk() (*string, bool) + func (o *DiskBackupCopySetting) GetFrequencies() []string + func (o *DiskBackupCopySetting) GetFrequenciesOk() (*[]string, bool) + func (o *DiskBackupCopySetting) GetRegionName() string + func (o *DiskBackupCopySetting) GetRegionNameOk() (*string, bool) + func (o *DiskBackupCopySetting) GetReplicationSpecId() string + func (o *DiskBackupCopySetting) GetReplicationSpecIdOk() (*string, bool) + func (o *DiskBackupCopySetting) GetShouldCopyOplogs() bool + func (o *DiskBackupCopySetting) GetShouldCopyOplogsOk() (*bool, bool) + func (o *DiskBackupCopySetting) HasCloudProvider() bool + func (o *DiskBackupCopySetting) HasFrequencies() bool + func (o *DiskBackupCopySetting) HasRegionName() bool + func (o *DiskBackupCopySetting) HasReplicationSpecId() bool + func (o *DiskBackupCopySetting) HasShouldCopyOplogs() bool + func (o *DiskBackupCopySetting) SetCloudProvider(v string) + func (o *DiskBackupCopySetting) SetFrequencies(v []string) + func (o *DiskBackupCopySetting) SetRegionName(v string) + func (o *DiskBackupCopySetting) SetReplicationSpecId(v string) + func (o *DiskBackupCopySetting) SetShouldCopyOplogs(v bool) + func (o DiskBackupCopySetting) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupCopySetting) ToMap() (map[string]interface{}, error) + type DiskBackupExportJob struct + Components *[]DiskBackupBaseRestoreMember + CreatedAt *time.Time + CustomData *[]BackupLabel + DeliveryUrl *[]string + ExportBucketId string + ExportStatus *ExportStatus + FinishedAt *time.Time + Id *string + Links *[]Link + Prefix *string + SnapshotId *string + State *string + func NewDiskBackupExportJob(exportBucketId string) *DiskBackupExportJob + func NewDiskBackupExportJobWithDefaults() *DiskBackupExportJob + func (o *DiskBackupExportJob) GetComponents() []DiskBackupBaseRestoreMember + func (o *DiskBackupExportJob) GetComponentsOk() (*[]DiskBackupBaseRestoreMember, bool) + func (o *DiskBackupExportJob) GetCreatedAt() time.Time + func (o *DiskBackupExportJob) GetCreatedAtOk() (*time.Time, bool) + func (o *DiskBackupExportJob) GetCustomData() []BackupLabel + func (o *DiskBackupExportJob) GetCustomDataOk() (*[]BackupLabel, bool) + func (o *DiskBackupExportJob) GetDeliveryUrl() []string + func (o *DiskBackupExportJob) GetDeliveryUrlOk() (*[]string, bool) + func (o *DiskBackupExportJob) GetExportBucketId() string + func (o *DiskBackupExportJob) GetExportBucketIdOk() (*string, bool) + func (o *DiskBackupExportJob) GetExportStatus() ExportStatus + func (o *DiskBackupExportJob) GetExportStatusOk() (*ExportStatus, bool) + func (o *DiskBackupExportJob) GetFinishedAt() time.Time + func (o *DiskBackupExportJob) GetFinishedAtOk() (*time.Time, bool) + func (o *DiskBackupExportJob) GetId() string + func (o *DiskBackupExportJob) GetIdOk() (*string, bool) + func (o *DiskBackupExportJob) GetLinks() []Link + func (o *DiskBackupExportJob) GetLinksOk() (*[]Link, bool) + func (o *DiskBackupExportJob) GetPrefix() string + func (o *DiskBackupExportJob) GetPrefixOk() (*string, bool) + func (o *DiskBackupExportJob) GetSnapshotId() string + func (o *DiskBackupExportJob) GetSnapshotIdOk() (*string, bool) + func (o *DiskBackupExportJob) GetState() string + func (o *DiskBackupExportJob) GetStateOk() (*string, bool) + func (o *DiskBackupExportJob) HasComponents() bool + func (o *DiskBackupExportJob) HasCreatedAt() bool + func (o *DiskBackupExportJob) HasCustomData() bool + func (o *DiskBackupExportJob) HasDeliveryUrl() bool + func (o *DiskBackupExportJob) HasExportStatus() bool + func (o *DiskBackupExportJob) HasFinishedAt() bool + func (o *DiskBackupExportJob) HasId() bool + func (o *DiskBackupExportJob) HasLinks() bool + func (o *DiskBackupExportJob) HasPrefix() bool + func (o *DiskBackupExportJob) HasSnapshotId() bool + func (o *DiskBackupExportJob) HasState() bool + func (o *DiskBackupExportJob) SetComponents(v []DiskBackupBaseRestoreMember) + func (o *DiskBackupExportJob) SetCreatedAt(v time.Time) + func (o *DiskBackupExportJob) SetCustomData(v []BackupLabel) + func (o *DiskBackupExportJob) SetDeliveryUrl(v []string) + func (o *DiskBackupExportJob) SetExportBucketId(v string) + func (o *DiskBackupExportJob) SetExportStatus(v ExportStatus) + func (o *DiskBackupExportJob) SetFinishedAt(v time.Time) + func (o *DiskBackupExportJob) SetId(v string) + func (o *DiskBackupExportJob) SetLinks(v []Link) + func (o *DiskBackupExportJob) SetPrefix(v string) + func (o *DiskBackupExportJob) SetSnapshotId(v string) + func (o *DiskBackupExportJob) SetState(v string) + func (o DiskBackupExportJob) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupExportJob) ToMap() (map[string]interface{}, error) + type DiskBackupExportJobRequest struct + CustomData *[]BackupLabel + ExportBucketId string + Links *[]Link + SnapshotId string + func NewDiskBackupExportJobRequest(exportBucketId string, snapshotId string) *DiskBackupExportJobRequest + func NewDiskBackupExportJobRequestWithDefaults() *DiskBackupExportJobRequest + func (o *DiskBackupExportJobRequest) GetCustomData() []BackupLabel + func (o *DiskBackupExportJobRequest) GetCustomDataOk() (*[]BackupLabel, bool) + func (o *DiskBackupExportJobRequest) GetExportBucketId() string + func (o *DiskBackupExportJobRequest) GetExportBucketIdOk() (*string, bool) + func (o *DiskBackupExportJobRequest) GetLinks() []Link + func (o *DiskBackupExportJobRequest) GetLinksOk() (*[]Link, bool) + func (o *DiskBackupExportJobRequest) GetSnapshotId() string + func (o *DiskBackupExportJobRequest) GetSnapshotIdOk() (*string, bool) + func (o *DiskBackupExportJobRequest) HasCustomData() bool + func (o *DiskBackupExportJobRequest) HasLinks() bool + func (o *DiskBackupExportJobRequest) SetCustomData(v []BackupLabel) + func (o *DiskBackupExportJobRequest) SetExportBucketId(v string) + func (o *DiskBackupExportJobRequest) SetLinks(v []Link) + func (o *DiskBackupExportJobRequest) SetSnapshotId(v string) + func (o DiskBackupExportJobRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupExportJobRequest) ToMap() (map[string]interface{}, error) + type DiskBackupOnDemandSnapshotRequest struct + Description *string + Links *[]Link + RetentionInDays *int + func NewDiskBackupOnDemandSnapshotRequest() *DiskBackupOnDemandSnapshotRequest + func NewDiskBackupOnDemandSnapshotRequestWithDefaults() *DiskBackupOnDemandSnapshotRequest + func (o *DiskBackupOnDemandSnapshotRequest) GetDescription() string + func (o *DiskBackupOnDemandSnapshotRequest) GetDescriptionOk() (*string, bool) + func (o *DiskBackupOnDemandSnapshotRequest) GetLinks() []Link + func (o *DiskBackupOnDemandSnapshotRequest) GetLinksOk() (*[]Link, bool) + func (o *DiskBackupOnDemandSnapshotRequest) GetRetentionInDays() int + func (o *DiskBackupOnDemandSnapshotRequest) GetRetentionInDaysOk() (*int, bool) + func (o *DiskBackupOnDemandSnapshotRequest) HasDescription() bool + func (o *DiskBackupOnDemandSnapshotRequest) HasLinks() bool + func (o *DiskBackupOnDemandSnapshotRequest) HasRetentionInDays() bool + func (o *DiskBackupOnDemandSnapshotRequest) SetDescription(v string) + func (o *DiskBackupOnDemandSnapshotRequest) SetLinks(v []Link) + func (o *DiskBackupOnDemandSnapshotRequest) SetRetentionInDays(v int) + func (o DiskBackupOnDemandSnapshotRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupOnDemandSnapshotRequest) ToMap() (map[string]interface{}, error) + type DiskBackupReplicaSet struct + CloudProvider *string + CopyRegions *[]string + CreatedAt *time.Time + Description *string + ExpiresAt *time.Time + FrequencyType *string + Id *string + Links *[]Link + MasterKeyUUID *string + MongodVersion *string + PolicyItems *[]string + ReplicaSetName *string + SnapshotType *string + Status *string + StorageSizeBytes *int64 + Type *string + func NewDiskBackupReplicaSet() *DiskBackupReplicaSet + func NewDiskBackupReplicaSetWithDefaults() *DiskBackupReplicaSet + func (o *DiskBackupReplicaSet) GetCloudProvider() string + func (o *DiskBackupReplicaSet) GetCloudProviderOk() (*string, bool) + func (o *DiskBackupReplicaSet) GetCopyRegions() []string + func (o *DiskBackupReplicaSet) GetCopyRegionsOk() (*[]string, bool) + func (o *DiskBackupReplicaSet) GetCreatedAt() time.Time + func (o *DiskBackupReplicaSet) GetCreatedAtOk() (*time.Time, bool) + func (o *DiskBackupReplicaSet) GetDescription() string + func (o *DiskBackupReplicaSet) GetDescriptionOk() (*string, bool) + func (o *DiskBackupReplicaSet) GetExpiresAt() time.Time + func (o *DiskBackupReplicaSet) GetExpiresAtOk() (*time.Time, bool) + func (o *DiskBackupReplicaSet) GetFrequencyType() string + func (o *DiskBackupReplicaSet) GetFrequencyTypeOk() (*string, bool) + func (o *DiskBackupReplicaSet) GetId() string + func (o *DiskBackupReplicaSet) GetIdOk() (*string, bool) + func (o *DiskBackupReplicaSet) GetLinks() []Link + func (o *DiskBackupReplicaSet) GetLinksOk() (*[]Link, bool) + func (o *DiskBackupReplicaSet) GetMasterKeyUUID() string + func (o *DiskBackupReplicaSet) GetMasterKeyUUIDOk() (*string, bool) + func (o *DiskBackupReplicaSet) GetMongodVersion() string + func (o *DiskBackupReplicaSet) GetMongodVersionOk() (*string, bool) + func (o *DiskBackupReplicaSet) GetPolicyItems() []string + func (o *DiskBackupReplicaSet) GetPolicyItemsOk() (*[]string, bool) + func (o *DiskBackupReplicaSet) GetReplicaSetName() string + func (o *DiskBackupReplicaSet) GetReplicaSetNameOk() (*string, bool) + func (o *DiskBackupReplicaSet) GetSnapshotType() string + func (o *DiskBackupReplicaSet) GetSnapshotTypeOk() (*string, bool) + func (o *DiskBackupReplicaSet) GetStatus() string + func (o *DiskBackupReplicaSet) GetStatusOk() (*string, bool) + func (o *DiskBackupReplicaSet) GetStorageSizeBytes() int64 + func (o *DiskBackupReplicaSet) GetStorageSizeBytesOk() (*int64, bool) + func (o *DiskBackupReplicaSet) GetType() string + func (o *DiskBackupReplicaSet) GetTypeOk() (*string, bool) + func (o *DiskBackupReplicaSet) HasCloudProvider() bool + func (o *DiskBackupReplicaSet) HasCopyRegions() bool + func (o *DiskBackupReplicaSet) HasCreatedAt() bool + func (o *DiskBackupReplicaSet) HasDescription() bool + func (o *DiskBackupReplicaSet) HasExpiresAt() bool + func (o *DiskBackupReplicaSet) HasFrequencyType() bool + func (o *DiskBackupReplicaSet) HasId() bool + func (o *DiskBackupReplicaSet) HasLinks() bool + func (o *DiskBackupReplicaSet) HasMasterKeyUUID() bool + func (o *DiskBackupReplicaSet) HasMongodVersion() bool + func (o *DiskBackupReplicaSet) HasPolicyItems() bool + func (o *DiskBackupReplicaSet) HasReplicaSetName() bool + func (o *DiskBackupReplicaSet) HasSnapshotType() bool + func (o *DiskBackupReplicaSet) HasStatus() bool + func (o *DiskBackupReplicaSet) HasStorageSizeBytes() bool + func (o *DiskBackupReplicaSet) HasType() bool + func (o *DiskBackupReplicaSet) SetCloudProvider(v string) + func (o *DiskBackupReplicaSet) SetCopyRegions(v []string) + func (o *DiskBackupReplicaSet) SetCreatedAt(v time.Time) + func (o *DiskBackupReplicaSet) SetDescription(v string) + func (o *DiskBackupReplicaSet) SetExpiresAt(v time.Time) + func (o *DiskBackupReplicaSet) SetFrequencyType(v string) + func (o *DiskBackupReplicaSet) SetId(v string) + func (o *DiskBackupReplicaSet) SetLinks(v []Link) + func (o *DiskBackupReplicaSet) SetMasterKeyUUID(v string) + func (o *DiskBackupReplicaSet) SetMongodVersion(v string) + func (o *DiskBackupReplicaSet) SetPolicyItems(v []string) + func (o *DiskBackupReplicaSet) SetReplicaSetName(v string) + func (o *DiskBackupReplicaSet) SetSnapshotType(v string) + func (o *DiskBackupReplicaSet) SetStatus(v string) + func (o *DiskBackupReplicaSet) SetStorageSizeBytes(v int64) + func (o *DiskBackupReplicaSet) SetType(v string) + func (o DiskBackupReplicaSet) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupReplicaSet) ToMap() (map[string]interface{}, error) + type DiskBackupShardedClusterSnapshot struct + CreatedAt *time.Time + Description *string + ExpiresAt *time.Time + FrequencyType *string + Id *string + Links *[]Link + MasterKeyUUID *string + Members *[]DiskBackupShardedClusterSnapshotMember + MongodVersion *string + PolicyItems *[]string + SnapshotIds *[]string + SnapshotType *string + Status *string + StorageSizeBytes *int64 + Type *string + func NewDiskBackupShardedClusterSnapshot() *DiskBackupShardedClusterSnapshot + func NewDiskBackupShardedClusterSnapshotWithDefaults() *DiskBackupShardedClusterSnapshot + func (o *DiskBackupShardedClusterSnapshot) GetCreatedAt() time.Time + func (o *DiskBackupShardedClusterSnapshot) GetCreatedAtOk() (*time.Time, bool) + func (o *DiskBackupShardedClusterSnapshot) GetDescription() string + func (o *DiskBackupShardedClusterSnapshot) GetDescriptionOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshot) GetExpiresAt() time.Time + func (o *DiskBackupShardedClusterSnapshot) GetExpiresAtOk() (*time.Time, bool) + func (o *DiskBackupShardedClusterSnapshot) GetFrequencyType() string + func (o *DiskBackupShardedClusterSnapshot) GetFrequencyTypeOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshot) GetId() string + func (o *DiskBackupShardedClusterSnapshot) GetIdOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshot) GetLinks() []Link + func (o *DiskBackupShardedClusterSnapshot) GetLinksOk() (*[]Link, bool) + func (o *DiskBackupShardedClusterSnapshot) GetMasterKeyUUID() string + func (o *DiskBackupShardedClusterSnapshot) GetMasterKeyUUIDOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshot) GetMembers() []DiskBackupShardedClusterSnapshotMember + func (o *DiskBackupShardedClusterSnapshot) GetMembersOk() (*[]DiskBackupShardedClusterSnapshotMember, bool) + func (o *DiskBackupShardedClusterSnapshot) GetMongodVersion() string + func (o *DiskBackupShardedClusterSnapshot) GetMongodVersionOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshot) GetPolicyItems() []string + func (o *DiskBackupShardedClusterSnapshot) GetPolicyItemsOk() (*[]string, bool) + func (o *DiskBackupShardedClusterSnapshot) GetSnapshotIds() []string + func (o *DiskBackupShardedClusterSnapshot) GetSnapshotIdsOk() (*[]string, bool) + func (o *DiskBackupShardedClusterSnapshot) GetSnapshotType() string + func (o *DiskBackupShardedClusterSnapshot) GetSnapshotTypeOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshot) GetStatus() string + func (o *DiskBackupShardedClusterSnapshot) GetStatusOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshot) GetStorageSizeBytes() int64 + func (o *DiskBackupShardedClusterSnapshot) GetStorageSizeBytesOk() (*int64, bool) + func (o *DiskBackupShardedClusterSnapshot) GetType() string + func (o *DiskBackupShardedClusterSnapshot) GetTypeOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshot) HasCreatedAt() bool + func (o *DiskBackupShardedClusterSnapshot) HasDescription() bool + func (o *DiskBackupShardedClusterSnapshot) HasExpiresAt() bool + func (o *DiskBackupShardedClusterSnapshot) HasFrequencyType() bool + func (o *DiskBackupShardedClusterSnapshot) HasId() bool + func (o *DiskBackupShardedClusterSnapshot) HasLinks() bool + func (o *DiskBackupShardedClusterSnapshot) HasMasterKeyUUID() bool + func (o *DiskBackupShardedClusterSnapshot) HasMembers() bool + func (o *DiskBackupShardedClusterSnapshot) HasMongodVersion() bool + func (o *DiskBackupShardedClusterSnapshot) HasPolicyItems() bool + func (o *DiskBackupShardedClusterSnapshot) HasSnapshotIds() bool + func (o *DiskBackupShardedClusterSnapshot) HasSnapshotType() bool + func (o *DiskBackupShardedClusterSnapshot) HasStatus() bool + func (o *DiskBackupShardedClusterSnapshot) HasStorageSizeBytes() bool + func (o *DiskBackupShardedClusterSnapshot) HasType() bool + func (o *DiskBackupShardedClusterSnapshot) SetCreatedAt(v time.Time) + func (o *DiskBackupShardedClusterSnapshot) SetDescription(v string) + func (o *DiskBackupShardedClusterSnapshot) SetExpiresAt(v time.Time) + func (o *DiskBackupShardedClusterSnapshot) SetFrequencyType(v string) + func (o *DiskBackupShardedClusterSnapshot) SetId(v string) + func (o *DiskBackupShardedClusterSnapshot) SetLinks(v []Link) + func (o *DiskBackupShardedClusterSnapshot) SetMasterKeyUUID(v string) + func (o *DiskBackupShardedClusterSnapshot) SetMembers(v []DiskBackupShardedClusterSnapshotMember) + func (o *DiskBackupShardedClusterSnapshot) SetMongodVersion(v string) + func (o *DiskBackupShardedClusterSnapshot) SetPolicyItems(v []string) + func (o *DiskBackupShardedClusterSnapshot) SetSnapshotIds(v []string) + func (o *DiskBackupShardedClusterSnapshot) SetSnapshotType(v string) + func (o *DiskBackupShardedClusterSnapshot) SetStatus(v string) + func (o *DiskBackupShardedClusterSnapshot) SetStorageSizeBytes(v int64) + func (o *DiskBackupShardedClusterSnapshot) SetType(v string) + func (o DiskBackupShardedClusterSnapshot) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupShardedClusterSnapshot) ToMap() (map[string]interface{}, error) + type DiskBackupShardedClusterSnapshotMember struct + CloudProvider string + Id string + ReplicaSetName string + func NewDiskBackupShardedClusterSnapshotMember(cloudProvider string, id string, replicaSetName string) *DiskBackupShardedClusterSnapshotMember + func NewDiskBackupShardedClusterSnapshotMemberWithDefaults() *DiskBackupShardedClusterSnapshotMember + func (o *DiskBackupShardedClusterSnapshotMember) GetCloudProvider() string + func (o *DiskBackupShardedClusterSnapshotMember) GetCloudProviderOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshotMember) GetId() string + func (o *DiskBackupShardedClusterSnapshotMember) GetIdOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshotMember) GetReplicaSetName() string + func (o *DiskBackupShardedClusterSnapshotMember) GetReplicaSetNameOk() (*string, bool) + func (o *DiskBackupShardedClusterSnapshotMember) SetCloudProvider(v string) + func (o *DiskBackupShardedClusterSnapshotMember) SetId(v string) + func (o *DiskBackupShardedClusterSnapshotMember) SetReplicaSetName(v string) + func (o DiskBackupShardedClusterSnapshotMember) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupShardedClusterSnapshotMember) ToMap() (map[string]interface{}, error) + type DiskBackupSnapshot struct + CloudProvider *string + CopyRegions *[]string + CreatedAt *time.Time + Description *string + ExpiresAt *time.Time + FrequencyType *string + Id *string + Links *[]Link + MasterKeyUUID *string + Members *[]DiskBackupShardedClusterSnapshotMember + MongodVersion *string + PolicyItems *[]string + ReplicaSetName *string + SnapshotIds *[]string + SnapshotType *string + Status *string + StorageSizeBytes *int64 + Type *string + func NewDiskBackupSnapshot() *DiskBackupSnapshot + func NewDiskBackupSnapshotWithDefaults() *DiskBackupSnapshot + func (o *DiskBackupSnapshot) GetCloudProvider() string + func (o *DiskBackupSnapshot) GetCloudProviderOk() (*string, bool) + func (o *DiskBackupSnapshot) GetCopyRegions() []string + func (o *DiskBackupSnapshot) GetCopyRegionsOk() (*[]string, bool) + func (o *DiskBackupSnapshot) GetCreatedAt() time.Time + func (o *DiskBackupSnapshot) GetCreatedAtOk() (*time.Time, bool) + func (o *DiskBackupSnapshot) GetDescription() string + func (o *DiskBackupSnapshot) GetDescriptionOk() (*string, bool) + func (o *DiskBackupSnapshot) GetExpiresAt() time.Time + func (o *DiskBackupSnapshot) GetExpiresAtOk() (*time.Time, bool) + func (o *DiskBackupSnapshot) GetFrequencyType() string + func (o *DiskBackupSnapshot) GetFrequencyTypeOk() (*string, bool) + func (o *DiskBackupSnapshot) GetId() string + func (o *DiskBackupSnapshot) GetIdOk() (*string, bool) + func (o *DiskBackupSnapshot) GetLinks() []Link + func (o *DiskBackupSnapshot) GetLinksOk() (*[]Link, bool) + func (o *DiskBackupSnapshot) GetMasterKeyUUID() string + func (o *DiskBackupSnapshot) GetMasterKeyUUIDOk() (*string, bool) + func (o *DiskBackupSnapshot) GetMembers() []DiskBackupShardedClusterSnapshotMember + func (o *DiskBackupSnapshot) GetMembersOk() (*[]DiskBackupShardedClusterSnapshotMember, bool) + func (o *DiskBackupSnapshot) GetMongodVersion() string + func (o *DiskBackupSnapshot) GetMongodVersionOk() (*string, bool) + func (o *DiskBackupSnapshot) GetPolicyItems() []string + func (o *DiskBackupSnapshot) GetPolicyItemsOk() (*[]string, bool) + func (o *DiskBackupSnapshot) GetReplicaSetName() string + func (o *DiskBackupSnapshot) GetReplicaSetNameOk() (*string, bool) + func (o *DiskBackupSnapshot) GetSnapshotIds() []string + func (o *DiskBackupSnapshot) GetSnapshotIdsOk() (*[]string, bool) + func (o *DiskBackupSnapshot) GetSnapshotType() string + func (o *DiskBackupSnapshot) GetSnapshotTypeOk() (*string, bool) + func (o *DiskBackupSnapshot) GetStatus() string + func (o *DiskBackupSnapshot) GetStatusOk() (*string, bool) + func (o *DiskBackupSnapshot) GetStorageSizeBytes() int64 + func (o *DiskBackupSnapshot) GetStorageSizeBytesOk() (*int64, bool) + func (o *DiskBackupSnapshot) GetType() string + func (o *DiskBackupSnapshot) GetTypeOk() (*string, bool) + func (o *DiskBackupSnapshot) HasCloudProvider() bool + func (o *DiskBackupSnapshot) HasCopyRegions() bool + func (o *DiskBackupSnapshot) HasCreatedAt() bool + func (o *DiskBackupSnapshot) HasDescription() bool + func (o *DiskBackupSnapshot) HasExpiresAt() bool + func (o *DiskBackupSnapshot) HasFrequencyType() bool + func (o *DiskBackupSnapshot) HasId() bool + func (o *DiskBackupSnapshot) HasLinks() bool + func (o *DiskBackupSnapshot) HasMasterKeyUUID() bool + func (o *DiskBackupSnapshot) HasMembers() bool + func (o *DiskBackupSnapshot) HasMongodVersion() bool + func (o *DiskBackupSnapshot) HasPolicyItems() bool + func (o *DiskBackupSnapshot) HasReplicaSetName() bool + func (o *DiskBackupSnapshot) HasSnapshotIds() bool + func (o *DiskBackupSnapshot) HasSnapshotType() bool + func (o *DiskBackupSnapshot) HasStatus() bool + func (o *DiskBackupSnapshot) HasStorageSizeBytes() bool + func (o *DiskBackupSnapshot) HasType() bool + func (o *DiskBackupSnapshot) SetCloudProvider(v string) + func (o *DiskBackupSnapshot) SetCopyRegions(v []string) + func (o *DiskBackupSnapshot) SetCreatedAt(v time.Time) + func (o *DiskBackupSnapshot) SetDescription(v string) + func (o *DiskBackupSnapshot) SetExpiresAt(v time.Time) + func (o *DiskBackupSnapshot) SetFrequencyType(v string) + func (o *DiskBackupSnapshot) SetId(v string) + func (o *DiskBackupSnapshot) SetLinks(v []Link) + func (o *DiskBackupSnapshot) SetMasterKeyUUID(v string) + func (o *DiskBackupSnapshot) SetMembers(v []DiskBackupShardedClusterSnapshotMember) + func (o *DiskBackupSnapshot) SetMongodVersion(v string) + func (o *DiskBackupSnapshot) SetPolicyItems(v []string) + func (o *DiskBackupSnapshot) SetReplicaSetName(v string) + func (o *DiskBackupSnapshot) SetSnapshotIds(v []string) + func (o *DiskBackupSnapshot) SetSnapshotType(v string) + func (o *DiskBackupSnapshot) SetStatus(v string) + func (o *DiskBackupSnapshot) SetStorageSizeBytes(v int64) + func (o *DiskBackupSnapshot) SetType(v string) + func (o DiskBackupSnapshot) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupSnapshot) ToMap() (map[string]interface{}, error) + type DiskBackupSnapshotAWSExportBucket struct + BucketName *string + CloudProvider *string + IamRoleId *string + Id *string + Links *[]Link + func NewDiskBackupSnapshotAWSExportBucket() *DiskBackupSnapshotAWSExportBucket + func NewDiskBackupSnapshotAWSExportBucketWithDefaults() *DiskBackupSnapshotAWSExportBucket + func (o *DiskBackupSnapshotAWSExportBucket) GetBucketName() string + func (o *DiskBackupSnapshotAWSExportBucket) GetBucketNameOk() (*string, bool) + func (o *DiskBackupSnapshotAWSExportBucket) GetCloudProvider() string + func (o *DiskBackupSnapshotAWSExportBucket) GetCloudProviderOk() (*string, bool) + func (o *DiskBackupSnapshotAWSExportBucket) GetIamRoleId() string + func (o *DiskBackupSnapshotAWSExportBucket) GetIamRoleIdOk() (*string, bool) + func (o *DiskBackupSnapshotAWSExportBucket) GetId() string + func (o *DiskBackupSnapshotAWSExportBucket) GetIdOk() (*string, bool) + func (o *DiskBackupSnapshotAWSExportBucket) GetLinks() []Link + func (o *DiskBackupSnapshotAWSExportBucket) GetLinksOk() (*[]Link, bool) + func (o *DiskBackupSnapshotAWSExportBucket) HasBucketName() bool + func (o *DiskBackupSnapshotAWSExportBucket) HasCloudProvider() bool + func (o *DiskBackupSnapshotAWSExportBucket) HasIamRoleId() bool + func (o *DiskBackupSnapshotAWSExportBucket) HasId() bool + func (o *DiskBackupSnapshotAWSExportBucket) HasLinks() bool + func (o *DiskBackupSnapshotAWSExportBucket) SetBucketName(v string) + func (o *DiskBackupSnapshotAWSExportBucket) SetCloudProvider(v string) + func (o *DiskBackupSnapshotAWSExportBucket) SetIamRoleId(v string) + func (o *DiskBackupSnapshotAWSExportBucket) SetId(v string) + func (o *DiskBackupSnapshotAWSExportBucket) SetLinks(v []Link) + func (o DiskBackupSnapshotAWSExportBucket) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupSnapshotAWSExportBucket) ToMap() (map[string]interface{}, error) + type DiskBackupSnapshotRestoreJob struct + Cancelled *bool + Components *[]DiskBackupBaseRestoreMember + DeliveryType string + DeliveryUrl *[]string + DesiredTimestamp *ApiBSONTimestamp + Expired *bool + ExpiresAt *time.Time + Failed *bool + FinishedAt *time.Time + Id *string + Links *[]Link + OplogInc *int + OplogTs *int + PointInTimeUTCSeconds *int + SnapshotId *string + TargetClusterName *string + TargetGroupId *string + Timestamp *time.Time + func NewDiskBackupSnapshotRestoreJob(deliveryType string) *DiskBackupSnapshotRestoreJob + func NewDiskBackupSnapshotRestoreJobWithDefaults() *DiskBackupSnapshotRestoreJob + func (o *DiskBackupSnapshotRestoreJob) GetCancelled() bool + func (o *DiskBackupSnapshotRestoreJob) GetCancelledOk() (*bool, bool) + func (o *DiskBackupSnapshotRestoreJob) GetComponents() []DiskBackupBaseRestoreMember + func (o *DiskBackupSnapshotRestoreJob) GetComponentsOk() (*[]DiskBackupBaseRestoreMember, bool) + func (o *DiskBackupSnapshotRestoreJob) GetDeliveryType() string + func (o *DiskBackupSnapshotRestoreJob) GetDeliveryTypeOk() (*string, bool) + func (o *DiskBackupSnapshotRestoreJob) GetDeliveryUrl() []string + func (o *DiskBackupSnapshotRestoreJob) GetDeliveryUrlOk() (*[]string, bool) + func (o *DiskBackupSnapshotRestoreJob) GetDesiredTimestamp() ApiBSONTimestamp + func (o *DiskBackupSnapshotRestoreJob) GetDesiredTimestampOk() (*ApiBSONTimestamp, bool) + func (o *DiskBackupSnapshotRestoreJob) GetExpired() bool + func (o *DiskBackupSnapshotRestoreJob) GetExpiredOk() (*bool, bool) + func (o *DiskBackupSnapshotRestoreJob) GetExpiresAt() time.Time + func (o *DiskBackupSnapshotRestoreJob) GetExpiresAtOk() (*time.Time, bool) + func (o *DiskBackupSnapshotRestoreJob) GetFailed() bool + func (o *DiskBackupSnapshotRestoreJob) GetFailedOk() (*bool, bool) + func (o *DiskBackupSnapshotRestoreJob) GetFinishedAt() time.Time + func (o *DiskBackupSnapshotRestoreJob) GetFinishedAtOk() (*time.Time, bool) + func (o *DiskBackupSnapshotRestoreJob) GetId() string + func (o *DiskBackupSnapshotRestoreJob) GetIdOk() (*string, bool) + func (o *DiskBackupSnapshotRestoreJob) GetLinks() []Link + func (o *DiskBackupSnapshotRestoreJob) GetLinksOk() (*[]Link, bool) + func (o *DiskBackupSnapshotRestoreJob) GetOplogInc() int + func (o *DiskBackupSnapshotRestoreJob) GetOplogIncOk() (*int, bool) + func (o *DiskBackupSnapshotRestoreJob) GetOplogTs() int + func (o *DiskBackupSnapshotRestoreJob) GetOplogTsOk() (*int, bool) + func (o *DiskBackupSnapshotRestoreJob) GetPointInTimeUTCSeconds() int + func (o *DiskBackupSnapshotRestoreJob) GetPointInTimeUTCSecondsOk() (*int, bool) + func (o *DiskBackupSnapshotRestoreJob) GetSnapshotId() string + func (o *DiskBackupSnapshotRestoreJob) GetSnapshotIdOk() (*string, bool) + func (o *DiskBackupSnapshotRestoreJob) GetTargetClusterName() string + func (o *DiskBackupSnapshotRestoreJob) GetTargetClusterNameOk() (*string, bool) + func (o *DiskBackupSnapshotRestoreJob) GetTargetGroupId() string + func (o *DiskBackupSnapshotRestoreJob) GetTargetGroupIdOk() (*string, bool) + func (o *DiskBackupSnapshotRestoreJob) GetTimestamp() time.Time + func (o *DiskBackupSnapshotRestoreJob) GetTimestampOk() (*time.Time, bool) + func (o *DiskBackupSnapshotRestoreJob) HasCancelled() bool + func (o *DiskBackupSnapshotRestoreJob) HasComponents() bool + func (o *DiskBackupSnapshotRestoreJob) HasDeliveryUrl() bool + func (o *DiskBackupSnapshotRestoreJob) HasDesiredTimestamp() bool + func (o *DiskBackupSnapshotRestoreJob) HasExpired() bool + func (o *DiskBackupSnapshotRestoreJob) HasExpiresAt() bool + func (o *DiskBackupSnapshotRestoreJob) HasFailed() bool + func (o *DiskBackupSnapshotRestoreJob) HasFinishedAt() bool + func (o *DiskBackupSnapshotRestoreJob) HasId() bool + func (o *DiskBackupSnapshotRestoreJob) HasLinks() bool + func (o *DiskBackupSnapshotRestoreJob) HasOplogInc() bool + func (o *DiskBackupSnapshotRestoreJob) HasOplogTs() bool + func (o *DiskBackupSnapshotRestoreJob) HasPointInTimeUTCSeconds() bool + func (o *DiskBackupSnapshotRestoreJob) HasSnapshotId() bool + func (o *DiskBackupSnapshotRestoreJob) HasTargetClusterName() bool + func (o *DiskBackupSnapshotRestoreJob) HasTargetGroupId() bool + func (o *DiskBackupSnapshotRestoreJob) HasTimestamp() bool + func (o *DiskBackupSnapshotRestoreJob) SetCancelled(v bool) + func (o *DiskBackupSnapshotRestoreJob) SetComponents(v []DiskBackupBaseRestoreMember) + func (o *DiskBackupSnapshotRestoreJob) SetDeliveryType(v string) + func (o *DiskBackupSnapshotRestoreJob) SetDeliveryUrl(v []string) + func (o *DiskBackupSnapshotRestoreJob) SetDesiredTimestamp(v ApiBSONTimestamp) + func (o *DiskBackupSnapshotRestoreJob) SetExpired(v bool) + func (o *DiskBackupSnapshotRestoreJob) SetExpiresAt(v time.Time) + func (o *DiskBackupSnapshotRestoreJob) SetFailed(v bool) + func (o *DiskBackupSnapshotRestoreJob) SetFinishedAt(v time.Time) + func (o *DiskBackupSnapshotRestoreJob) SetId(v string) + func (o *DiskBackupSnapshotRestoreJob) SetLinks(v []Link) + func (o *DiskBackupSnapshotRestoreJob) SetOplogInc(v int) + func (o *DiskBackupSnapshotRestoreJob) SetOplogTs(v int) + func (o *DiskBackupSnapshotRestoreJob) SetPointInTimeUTCSeconds(v int) + func (o *DiskBackupSnapshotRestoreJob) SetSnapshotId(v string) + func (o *DiskBackupSnapshotRestoreJob) SetTargetClusterName(v string) + func (o *DiskBackupSnapshotRestoreJob) SetTargetGroupId(v string) + func (o *DiskBackupSnapshotRestoreJob) SetTimestamp(v time.Time) + func (o DiskBackupSnapshotRestoreJob) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupSnapshotRestoreJob) ToMap() (map[string]interface{}, error) + type DiskBackupSnapshotSchedule struct + AutoExportEnabled *bool + ClusterId *string + ClusterName *string + CopySettings *[]DiskBackupCopySetting + DeleteCopiedBackups *[]DeleteCopiedBackups + Export *AutoExportPolicy + ExtraRetentionSettings *[]ExtraRetentionSetting + Links *[]Link + NextSnapshot *time.Time + Policies *[]AdvancedDiskBackupSnapshotSchedulePolicy + ReferenceHourOfDay *int + ReferenceMinuteOfHour *int + RestoreWindowDays *int + UpdateSnapshots *bool + UseOrgAndGroupNamesInExportPrefix *bool + func NewDiskBackupSnapshotSchedule() *DiskBackupSnapshotSchedule + func NewDiskBackupSnapshotScheduleWithDefaults() *DiskBackupSnapshotSchedule + func (o *DiskBackupSnapshotSchedule) GetAutoExportEnabled() bool + func (o *DiskBackupSnapshotSchedule) GetAutoExportEnabledOk() (*bool, bool) + func (o *DiskBackupSnapshotSchedule) GetClusterId() string + func (o *DiskBackupSnapshotSchedule) GetClusterIdOk() (*string, bool) + func (o *DiskBackupSnapshotSchedule) GetClusterName() string + func (o *DiskBackupSnapshotSchedule) GetClusterNameOk() (*string, bool) + func (o *DiskBackupSnapshotSchedule) GetCopySettings() []DiskBackupCopySetting + func (o *DiskBackupSnapshotSchedule) GetCopySettingsOk() (*[]DiskBackupCopySetting, bool) + func (o *DiskBackupSnapshotSchedule) GetDeleteCopiedBackups() []DeleteCopiedBackups + func (o *DiskBackupSnapshotSchedule) GetDeleteCopiedBackupsOk() (*[]DeleteCopiedBackups, bool) + func (o *DiskBackupSnapshotSchedule) GetExport() AutoExportPolicy + func (o *DiskBackupSnapshotSchedule) GetExportOk() (*AutoExportPolicy, bool) + func (o *DiskBackupSnapshotSchedule) GetExtraRetentionSettings() []ExtraRetentionSetting + func (o *DiskBackupSnapshotSchedule) GetExtraRetentionSettingsOk() (*[]ExtraRetentionSetting, bool) + func (o *DiskBackupSnapshotSchedule) GetLinks() []Link + func (o *DiskBackupSnapshotSchedule) GetLinksOk() (*[]Link, bool) + func (o *DiskBackupSnapshotSchedule) GetNextSnapshot() time.Time + func (o *DiskBackupSnapshotSchedule) GetNextSnapshotOk() (*time.Time, bool) + func (o *DiskBackupSnapshotSchedule) GetPolicies() []AdvancedDiskBackupSnapshotSchedulePolicy + func (o *DiskBackupSnapshotSchedule) GetPoliciesOk() (*[]AdvancedDiskBackupSnapshotSchedulePolicy, bool) + func (o *DiskBackupSnapshotSchedule) GetReferenceHourOfDay() int + func (o *DiskBackupSnapshotSchedule) GetReferenceHourOfDayOk() (*int, bool) + func (o *DiskBackupSnapshotSchedule) GetReferenceMinuteOfHour() int + func (o *DiskBackupSnapshotSchedule) GetReferenceMinuteOfHourOk() (*int, bool) + func (o *DiskBackupSnapshotSchedule) GetRestoreWindowDays() int + func (o *DiskBackupSnapshotSchedule) GetRestoreWindowDaysOk() (*int, bool) + func (o *DiskBackupSnapshotSchedule) GetUpdateSnapshots() bool + func (o *DiskBackupSnapshotSchedule) GetUpdateSnapshotsOk() (*bool, bool) + func (o *DiskBackupSnapshotSchedule) GetUseOrgAndGroupNamesInExportPrefix() bool + func (o *DiskBackupSnapshotSchedule) GetUseOrgAndGroupNamesInExportPrefixOk() (*bool, bool) + func (o *DiskBackupSnapshotSchedule) HasAutoExportEnabled() bool + func (o *DiskBackupSnapshotSchedule) HasClusterId() bool + func (o *DiskBackupSnapshotSchedule) HasClusterName() bool + func (o *DiskBackupSnapshotSchedule) HasCopySettings() bool + func (o *DiskBackupSnapshotSchedule) HasDeleteCopiedBackups() bool + func (o *DiskBackupSnapshotSchedule) HasExport() bool + func (o *DiskBackupSnapshotSchedule) HasExtraRetentionSettings() bool + func (o *DiskBackupSnapshotSchedule) HasLinks() bool + func (o *DiskBackupSnapshotSchedule) HasNextSnapshot() bool + func (o *DiskBackupSnapshotSchedule) HasPolicies() bool + func (o *DiskBackupSnapshotSchedule) HasReferenceHourOfDay() bool + func (o *DiskBackupSnapshotSchedule) HasReferenceMinuteOfHour() bool + func (o *DiskBackupSnapshotSchedule) HasRestoreWindowDays() bool + func (o *DiskBackupSnapshotSchedule) HasUpdateSnapshots() bool + func (o *DiskBackupSnapshotSchedule) HasUseOrgAndGroupNamesInExportPrefix() bool + func (o *DiskBackupSnapshotSchedule) SetAutoExportEnabled(v bool) + func (o *DiskBackupSnapshotSchedule) SetClusterId(v string) + func (o *DiskBackupSnapshotSchedule) SetClusterName(v string) + func (o *DiskBackupSnapshotSchedule) SetCopySettings(v []DiskBackupCopySetting) + func (o *DiskBackupSnapshotSchedule) SetDeleteCopiedBackups(v []DeleteCopiedBackups) + func (o *DiskBackupSnapshotSchedule) SetExport(v AutoExportPolicy) + func (o *DiskBackupSnapshotSchedule) SetExtraRetentionSettings(v []ExtraRetentionSetting) + func (o *DiskBackupSnapshotSchedule) SetLinks(v []Link) + func (o *DiskBackupSnapshotSchedule) SetNextSnapshot(v time.Time) + func (o *DiskBackupSnapshotSchedule) SetPolicies(v []AdvancedDiskBackupSnapshotSchedulePolicy) + func (o *DiskBackupSnapshotSchedule) SetReferenceHourOfDay(v int) + func (o *DiskBackupSnapshotSchedule) SetReferenceMinuteOfHour(v int) + func (o *DiskBackupSnapshotSchedule) SetRestoreWindowDays(v int) + func (o *DiskBackupSnapshotSchedule) SetUpdateSnapshots(v bool) + func (o *DiskBackupSnapshotSchedule) SetUseOrgAndGroupNamesInExportPrefix(v bool) + func (o DiskBackupSnapshotSchedule) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskBackupSnapshotSchedule) ToMap() (map[string]interface{}, error) + type DiskGBAutoScaling struct + Enabled *bool + func NewDiskGBAutoScaling() *DiskGBAutoScaling + func NewDiskGBAutoScalingWithDefaults() *DiskGBAutoScaling + func (o *DiskGBAutoScaling) GetEnabled() bool + func (o *DiskGBAutoScaling) GetEnabledOk() (*bool, bool) + func (o *DiskGBAutoScaling) HasEnabled() bool + func (o *DiskGBAutoScaling) SetEnabled(v bool) + func (o DiskGBAutoScaling) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o DiskGBAutoScaling) ToMap() (map[string]interface{}, error) + type DownloadFederatedDatabaseQueryLogsApiParams struct + EndDate *int64 + GroupId string + StartDate *int64 + TenantName string + type DownloadFederatedDatabaseQueryLogsApiRequest struct + ApiService DataFederationApi + func (r DownloadFederatedDatabaseQueryLogsApiRequest) EndDate(endDate int64) DownloadFederatedDatabaseQueryLogsApiRequest + func (r DownloadFederatedDatabaseQueryLogsApiRequest) Execute() (io.ReadCloser, *http.Response, error) + func (r DownloadFederatedDatabaseQueryLogsApiRequest) StartDate(startDate int64) DownloadFederatedDatabaseQueryLogsApiRequest + type DownloadInvoiceCSVApiParams struct + InvoiceId string + OrgId string + type DownloadInvoiceCSVApiRequest struct + ApiService InvoicesApi + func (r DownloadInvoiceCSVApiRequest) Execute() (string, *http.Response, error) + type DownloadOnlineArchiveQueryLogsApiParams struct + ArchiveOnly *bool + ClusterName string + EndDate *int64 + GroupId string + StartDate *int64 + type DownloadOnlineArchiveQueryLogsApiRequest struct + ApiService OnlineArchiveApi + func (r DownloadOnlineArchiveQueryLogsApiRequest) ArchiveOnly(archiveOnly bool) DownloadOnlineArchiveQueryLogsApiRequest + func (r DownloadOnlineArchiveQueryLogsApiRequest) EndDate(endDate int64) DownloadOnlineArchiveQueryLogsApiRequest + func (r DownloadOnlineArchiveQueryLogsApiRequest) Execute() (io.ReadCloser, *http.Response, error) + func (r DownloadOnlineArchiveQueryLogsApiRequest) StartDate(startDate int64) DownloadOnlineArchiveQueryLogsApiRequest + type DownloadSharedClusterBackupApiParams struct + ClusterName string + GroupId string + TenantRestore *TenantRestore + type DownloadSharedClusterBackupApiRequest struct + ApiService SharedTierSnapshotsApi + func (r DownloadSharedClusterBackupApiRequest) Execute() (*TenantRestore, *http.Response, error) + type EnableSlowOperationThresholdingApiParams struct + GroupId string + type EnableSlowOperationThresholdingApiRequest struct + ApiService PerformanceAdvisorApi + func (r EnableSlowOperationThresholdingApiRequest) Execute() (*http.Response, error) + type EncryptionAtRest struct + AwsKms *AWSKMSConfiguration + AzureKeyVault *AzureKeyVault + GoogleCloudKms *GoogleCloudKMS + func NewEncryptionAtRest() *EncryptionAtRest + func NewEncryptionAtRestWithDefaults() *EncryptionAtRest + func (o *EncryptionAtRest) GetAwsKms() AWSKMSConfiguration + func (o *EncryptionAtRest) GetAwsKmsOk() (*AWSKMSConfiguration, bool) + func (o *EncryptionAtRest) GetAzureKeyVault() AzureKeyVault + func (o *EncryptionAtRest) GetAzureKeyVaultOk() (*AzureKeyVault, bool) + func (o *EncryptionAtRest) GetGoogleCloudKms() GoogleCloudKMS + func (o *EncryptionAtRest) GetGoogleCloudKmsOk() (*GoogleCloudKMS, bool) + func (o *EncryptionAtRest) HasAwsKms() bool + func (o *EncryptionAtRest) HasAzureKeyVault() bool + func (o *EncryptionAtRest) HasGoogleCloudKms() bool + func (o *EncryptionAtRest) SetAwsKms(v AWSKMSConfiguration) + func (o *EncryptionAtRest) SetAzureKeyVault(v AzureKeyVault) + func (o *EncryptionAtRest) SetGoogleCloudKms(v GoogleCloudKMS) + func (o EncryptionAtRest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o EncryptionAtRest) ToMap() (map[string]interface{}, error) + type EncryptionAtRestUsingCustomerKeyManagementApi interface + GetEncryptionAtRest func(ctx context.Context, groupId string) GetEncryptionAtRestApiRequest + GetEncryptionAtRestExecute func(r GetEncryptionAtRestApiRequest) (*EncryptionAtRest, *http.Response, error) + GetEncryptionAtRestWithParams func(ctx context.Context, args *GetEncryptionAtRestApiParams) GetEncryptionAtRestApiRequest + UpdateEncryptionAtRest func(ctx context.Context, groupId string, encryptionAtRest *EncryptionAtRest) UpdateEncryptionAtRestApiRequest + UpdateEncryptionAtRestExecute func(r UpdateEncryptionAtRestApiRequest) (*EncryptionAtRest, *http.Response, error) + UpdateEncryptionAtRestWithParams func(ctx context.Context, args *UpdateEncryptionAtRestApiParams) UpdateEncryptionAtRestApiRequest + type EncryptionAtRestUsingCustomerKeyManagementApiService service + func (a *EncryptionAtRestUsingCustomerKeyManagementApiService) GetEncryptionAtRest(ctx context.Context, groupId string) GetEncryptionAtRestApiRequest + func (a *EncryptionAtRestUsingCustomerKeyManagementApiService) GetEncryptionAtRestExecute(r GetEncryptionAtRestApiRequest) (*EncryptionAtRest, *http.Response, error) + func (a *EncryptionAtRestUsingCustomerKeyManagementApiService) GetEncryptionAtRestWithParams(ctx context.Context, args *GetEncryptionAtRestApiParams) GetEncryptionAtRestApiRequest + func (a *EncryptionAtRestUsingCustomerKeyManagementApiService) UpdateEncryptionAtRest(ctx context.Context, groupId string, encryptionAtRest *EncryptionAtRest) UpdateEncryptionAtRestApiRequest + func (a *EncryptionAtRestUsingCustomerKeyManagementApiService) UpdateEncryptionAtRestExecute(r UpdateEncryptionAtRestApiRequest) (*EncryptionAtRest, *http.Response, error) + func (a *EncryptionAtRestUsingCustomerKeyManagementApiService) UpdateEncryptionAtRestWithParams(ctx context.Context, args *UpdateEncryptionAtRestApiParams) UpdateEncryptionAtRestApiRequest + type EndOutageSimulationApiParams struct + ClusterName string + GroupId string + type EndOutageSimulationApiRequest struct + ApiService ClusterOutageSimulationApi + func (r EndOutageSimulationApiRequest) Execute() (*ClusterOutageSimulation, *http.Response, error) + type EndpointService struct + CloudProvider string + EndpointGroupNames *[]string + EndpointServiceName *string + ErrorMessage *string + Id *string + InterfaceEndpoints *[]string + PrivateEndpoints *[]string + PrivateLinkServiceName *string + PrivateLinkServiceResourceId *string + RegionName *string + ServiceAttachmentNames *[]string + Status *string + func NewEndpointService(cloudProvider string) *EndpointService + func NewEndpointServiceWithDefaults() *EndpointService + func (o *EndpointService) GetCloudProvider() string + func (o *EndpointService) GetCloudProviderOk() (*string, bool) + func (o *EndpointService) GetEndpointGroupNames() []string + func (o *EndpointService) GetEndpointGroupNamesOk() (*[]string, bool) + func (o *EndpointService) GetEndpointServiceName() string + func (o *EndpointService) GetEndpointServiceNameOk() (*string, bool) + func (o *EndpointService) GetErrorMessage() string + func (o *EndpointService) GetErrorMessageOk() (*string, bool) + func (o *EndpointService) GetId() string + func (o *EndpointService) GetIdOk() (*string, bool) + func (o *EndpointService) GetInterfaceEndpoints() []string + func (o *EndpointService) GetInterfaceEndpointsOk() (*[]string, bool) + func (o *EndpointService) GetPrivateEndpoints() []string + func (o *EndpointService) GetPrivateEndpointsOk() (*[]string, bool) + func (o *EndpointService) GetPrivateLinkServiceName() string + func (o *EndpointService) GetPrivateLinkServiceNameOk() (*string, bool) + func (o *EndpointService) GetPrivateLinkServiceResourceId() string + func (o *EndpointService) GetPrivateLinkServiceResourceIdOk() (*string, bool) + func (o *EndpointService) GetRegionName() string + func (o *EndpointService) GetRegionNameOk() (*string, bool) + func (o *EndpointService) GetServiceAttachmentNames() []string + func (o *EndpointService) GetServiceAttachmentNamesOk() (*[]string, bool) + func (o *EndpointService) GetStatus() string + func (o *EndpointService) GetStatusOk() (*string, bool) + func (o *EndpointService) HasEndpointGroupNames() bool + func (o *EndpointService) HasEndpointServiceName() bool + func (o *EndpointService) HasErrorMessage() bool + func (o *EndpointService) HasId() bool + func (o *EndpointService) HasInterfaceEndpoints() bool + func (o *EndpointService) HasPrivateEndpoints() bool + func (o *EndpointService) HasPrivateLinkServiceName() bool + func (o *EndpointService) HasPrivateLinkServiceResourceId() bool + func (o *EndpointService) HasRegionName() bool + func (o *EndpointService) HasServiceAttachmentNames() bool + func (o *EndpointService) HasStatus() bool + func (o *EndpointService) SetCloudProvider(v string) + func (o *EndpointService) SetEndpointGroupNames(v []string) + func (o *EndpointService) SetEndpointServiceName(v string) + func (o *EndpointService) SetErrorMessage(v string) + func (o *EndpointService) SetId(v string) + func (o *EndpointService) SetInterfaceEndpoints(v []string) + func (o *EndpointService) SetPrivateEndpoints(v []string) + func (o *EndpointService) SetPrivateLinkServiceName(v string) + func (o *EndpointService) SetPrivateLinkServiceResourceId(v string) + func (o *EndpointService) SetRegionName(v string) + func (o *EndpointService) SetServiceAttachmentNames(v []string) + func (o *EndpointService) SetStatus(v string) + func (o EndpointService) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o EndpointService) ToMap() (map[string]interface{}, error) + type EventViewForNdsGroup struct + AlertConfigId *string + AlertId *string + ApiKeyId *string + Collection *string + Created *time.Time + CurrentValue *NumberMetricValue + Database *string + DbUserUsername *string + EndpointId *string + EventTypeName *string + GroupId *string + Id *string + InvoiceId *string + IsGlobalAdmin *bool + Links *[]Link + MetricName *string + OpType *string + OrgId *string + PaymentId *string + Port *int + ProviderEndpointId *string + PublicKey *string + Raw *Raw + RemoteAddress *string + ReplicaSetName *string + ResourceId *string + ResourceType *string + ShardName *string + TargetUsername *string + TeamId *string + UserId *string + Username *string + WhitelistEntry *string + func NewEventViewForNdsGroup() *EventViewForNdsGroup + func NewEventViewForNdsGroupWithDefaults() *EventViewForNdsGroup + func (o *EventViewForNdsGroup) GetAlertConfigId() string + func (o *EventViewForNdsGroup) GetAlertConfigIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetAlertId() string + func (o *EventViewForNdsGroup) GetAlertIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetApiKeyId() string + func (o *EventViewForNdsGroup) GetApiKeyIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetCollection() string + func (o *EventViewForNdsGroup) GetCollectionOk() (*string, bool) + func (o *EventViewForNdsGroup) GetCreated() time.Time + func (o *EventViewForNdsGroup) GetCreatedOk() (*time.Time, bool) + func (o *EventViewForNdsGroup) GetCurrentValue() NumberMetricValue + func (o *EventViewForNdsGroup) GetCurrentValueOk() (*NumberMetricValue, bool) + func (o *EventViewForNdsGroup) GetDatabase() string + func (o *EventViewForNdsGroup) GetDatabaseOk() (*string, bool) + func (o *EventViewForNdsGroup) GetDbUserUsername() string + func (o *EventViewForNdsGroup) GetDbUserUsernameOk() (*string, bool) + func (o *EventViewForNdsGroup) GetEndpointId() string + func (o *EventViewForNdsGroup) GetEndpointIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetEventTypeName() string + func (o *EventViewForNdsGroup) GetEventTypeNameOk() (*string, bool) + func (o *EventViewForNdsGroup) GetGroupId() string + func (o *EventViewForNdsGroup) GetGroupIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetId() string + func (o *EventViewForNdsGroup) GetIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetInvoiceId() string + func (o *EventViewForNdsGroup) GetInvoiceIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetIsGlobalAdmin() bool + func (o *EventViewForNdsGroup) GetIsGlobalAdminOk() (*bool, bool) + func (o *EventViewForNdsGroup) GetLinks() []Link + func (o *EventViewForNdsGroup) GetLinksOk() (*[]Link, bool) + func (o *EventViewForNdsGroup) GetMetricName() string + func (o *EventViewForNdsGroup) GetMetricNameOk() (*string, bool) + func (o *EventViewForNdsGroup) GetOpType() string + func (o *EventViewForNdsGroup) GetOpTypeOk() (*string, bool) + func (o *EventViewForNdsGroup) GetOrgId() string + func (o *EventViewForNdsGroup) GetOrgIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetPaymentId() string + func (o *EventViewForNdsGroup) GetPaymentIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetPort() int + func (o *EventViewForNdsGroup) GetPortOk() (*int, bool) + func (o *EventViewForNdsGroup) GetProviderEndpointId() string + func (o *EventViewForNdsGroup) GetProviderEndpointIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetPublicKey() string + func (o *EventViewForNdsGroup) GetPublicKeyOk() (*string, bool) + func (o *EventViewForNdsGroup) GetRaw() Raw + func (o *EventViewForNdsGroup) GetRawOk() (*Raw, bool) + func (o *EventViewForNdsGroup) GetRemoteAddress() string + func (o *EventViewForNdsGroup) GetRemoteAddressOk() (*string, bool) + func (o *EventViewForNdsGroup) GetReplicaSetName() string + func (o *EventViewForNdsGroup) GetReplicaSetNameOk() (*string, bool) + func (o *EventViewForNdsGroup) GetResourceId() string + func (o *EventViewForNdsGroup) GetResourceIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetResourceType() string + func (o *EventViewForNdsGroup) GetResourceTypeOk() (*string, bool) + func (o *EventViewForNdsGroup) GetShardName() string + func (o *EventViewForNdsGroup) GetShardNameOk() (*string, bool) + func (o *EventViewForNdsGroup) GetTargetUsername() string + func (o *EventViewForNdsGroup) GetTargetUsernameOk() (*string, bool) + func (o *EventViewForNdsGroup) GetTeamId() string + func (o *EventViewForNdsGroup) GetTeamIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetUserId() string + func (o *EventViewForNdsGroup) GetUserIdOk() (*string, bool) + func (o *EventViewForNdsGroup) GetUsername() string + func (o *EventViewForNdsGroup) GetUsernameOk() (*string, bool) + func (o *EventViewForNdsGroup) GetWhitelistEntry() string + func (o *EventViewForNdsGroup) GetWhitelistEntryOk() (*string, bool) + func (o *EventViewForNdsGroup) HasAlertConfigId() bool + func (o *EventViewForNdsGroup) HasAlertId() bool + func (o *EventViewForNdsGroup) HasApiKeyId() bool + func (o *EventViewForNdsGroup) HasCollection() bool + func (o *EventViewForNdsGroup) HasCreated() bool + func (o *EventViewForNdsGroup) HasCurrentValue() bool + func (o *EventViewForNdsGroup) HasDatabase() bool + func (o *EventViewForNdsGroup) HasDbUserUsername() bool + func (o *EventViewForNdsGroup) HasEndpointId() bool + func (o *EventViewForNdsGroup) HasEventTypeName() bool + func (o *EventViewForNdsGroup) HasGroupId() bool + func (o *EventViewForNdsGroup) HasId() bool + func (o *EventViewForNdsGroup) HasInvoiceId() bool + func (o *EventViewForNdsGroup) HasIsGlobalAdmin() bool + func (o *EventViewForNdsGroup) HasLinks() bool + func (o *EventViewForNdsGroup) HasMetricName() bool + func (o *EventViewForNdsGroup) HasOpType() bool + func (o *EventViewForNdsGroup) HasOrgId() bool + func (o *EventViewForNdsGroup) HasPaymentId() bool + func (o *EventViewForNdsGroup) HasPort() bool + func (o *EventViewForNdsGroup) HasProviderEndpointId() bool + func (o *EventViewForNdsGroup) HasPublicKey() bool + func (o *EventViewForNdsGroup) HasRaw() bool + func (o *EventViewForNdsGroup) HasRemoteAddress() bool + func (o *EventViewForNdsGroup) HasReplicaSetName() bool + func (o *EventViewForNdsGroup) HasResourceId() bool + func (o *EventViewForNdsGroup) HasResourceType() bool + func (o *EventViewForNdsGroup) HasShardName() bool + func (o *EventViewForNdsGroup) HasTargetUsername() bool + func (o *EventViewForNdsGroup) HasTeamId() bool + func (o *EventViewForNdsGroup) HasUserId() bool + func (o *EventViewForNdsGroup) HasUsername() bool + func (o *EventViewForNdsGroup) HasWhitelistEntry() bool + func (o *EventViewForNdsGroup) SetAlertConfigId(v string) + func (o *EventViewForNdsGroup) SetAlertId(v string) + func (o *EventViewForNdsGroup) SetApiKeyId(v string) + func (o *EventViewForNdsGroup) SetCollection(v string) + func (o *EventViewForNdsGroup) SetCreated(v time.Time) + func (o *EventViewForNdsGroup) SetCurrentValue(v NumberMetricValue) + func (o *EventViewForNdsGroup) SetDatabase(v string) + func (o *EventViewForNdsGroup) SetDbUserUsername(v string) + func (o *EventViewForNdsGroup) SetEndpointId(v string) + func (o *EventViewForNdsGroup) SetEventTypeName(v string) + func (o *EventViewForNdsGroup) SetGroupId(v string) + func (o *EventViewForNdsGroup) SetId(v string) + func (o *EventViewForNdsGroup) SetInvoiceId(v string) + func (o *EventViewForNdsGroup) SetIsGlobalAdmin(v bool) + func (o *EventViewForNdsGroup) SetLinks(v []Link) + func (o *EventViewForNdsGroup) SetMetricName(v string) + func (o *EventViewForNdsGroup) SetOpType(v string) + func (o *EventViewForNdsGroup) SetOrgId(v string) + func (o *EventViewForNdsGroup) SetPaymentId(v string) + func (o *EventViewForNdsGroup) SetPort(v int) + func (o *EventViewForNdsGroup) SetProviderEndpointId(v string) + func (o *EventViewForNdsGroup) SetPublicKey(v string) + func (o *EventViewForNdsGroup) SetRaw(v Raw) + func (o *EventViewForNdsGroup) SetRemoteAddress(v string) + func (o *EventViewForNdsGroup) SetReplicaSetName(v string) + func (o *EventViewForNdsGroup) SetResourceId(v string) + func (o *EventViewForNdsGroup) SetResourceType(v string) + func (o *EventViewForNdsGroup) SetShardName(v string) + func (o *EventViewForNdsGroup) SetTargetUsername(v string) + func (o *EventViewForNdsGroup) SetTeamId(v string) + func (o *EventViewForNdsGroup) SetUserId(v string) + func (o *EventViewForNdsGroup) SetUsername(v string) + func (o *EventViewForNdsGroup) SetWhitelistEntry(v string) + func (o EventViewForNdsGroup) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o EventViewForNdsGroup) ToMap() (map[string]interface{}, error) + type EventViewForOrg struct + AlertConfigId *string + AlertId *string + ApiKeyId *string + Created *time.Time + DbUserUsername *string + EventTypeName *string + GroupId *string + Id *string + InvoiceId *string + IsGlobalAdmin *bool + Links *[]Link + OrgId *string + PaymentId *string + PublicKey *string + Raw *Raw + RemoteAddress *string + ResourceId *string + ResourceType *string + TargetUsername *string + TeamId *string + UserId *string + Username *string + WhitelistEntry *string + func NewEventViewForOrg() *EventViewForOrg + func NewEventViewForOrgWithDefaults() *EventViewForOrg + func (o *EventViewForOrg) GetAlertConfigId() string + func (o *EventViewForOrg) GetAlertConfigIdOk() (*string, bool) + func (o *EventViewForOrg) GetAlertId() string + func (o *EventViewForOrg) GetAlertIdOk() (*string, bool) + func (o *EventViewForOrg) GetApiKeyId() string + func (o *EventViewForOrg) GetApiKeyIdOk() (*string, bool) + func (o *EventViewForOrg) GetCreated() time.Time + func (o *EventViewForOrg) GetCreatedOk() (*time.Time, bool) + func (o *EventViewForOrg) GetDbUserUsername() string + func (o *EventViewForOrg) GetDbUserUsernameOk() (*string, bool) + func (o *EventViewForOrg) GetEventTypeName() string + func (o *EventViewForOrg) GetEventTypeNameOk() (*string, bool) + func (o *EventViewForOrg) GetGroupId() string + func (o *EventViewForOrg) GetGroupIdOk() (*string, bool) + func (o *EventViewForOrg) GetId() string + func (o *EventViewForOrg) GetIdOk() (*string, bool) + func (o *EventViewForOrg) GetInvoiceId() string + func (o *EventViewForOrg) GetInvoiceIdOk() (*string, bool) + func (o *EventViewForOrg) GetIsGlobalAdmin() bool + func (o *EventViewForOrg) GetIsGlobalAdminOk() (*bool, bool) + func (o *EventViewForOrg) GetLinks() []Link + func (o *EventViewForOrg) GetLinksOk() (*[]Link, bool) + func (o *EventViewForOrg) GetOrgId() string + func (o *EventViewForOrg) GetOrgIdOk() (*string, bool) + func (o *EventViewForOrg) GetPaymentId() string + func (o *EventViewForOrg) GetPaymentIdOk() (*string, bool) + func (o *EventViewForOrg) GetPublicKey() string + func (o *EventViewForOrg) GetPublicKeyOk() (*string, bool) + func (o *EventViewForOrg) GetRaw() Raw + func (o *EventViewForOrg) GetRawOk() (*Raw, bool) + func (o *EventViewForOrg) GetRemoteAddress() string + func (o *EventViewForOrg) GetRemoteAddressOk() (*string, bool) + func (o *EventViewForOrg) GetResourceId() string + func (o *EventViewForOrg) GetResourceIdOk() (*string, bool) + func (o *EventViewForOrg) GetResourceType() string + func (o *EventViewForOrg) GetResourceTypeOk() (*string, bool) + func (o *EventViewForOrg) GetTargetUsername() string + func (o *EventViewForOrg) GetTargetUsernameOk() (*string, bool) + func (o *EventViewForOrg) GetTeamId() string + func (o *EventViewForOrg) GetTeamIdOk() (*string, bool) + func (o *EventViewForOrg) GetUserId() string + func (o *EventViewForOrg) GetUserIdOk() (*string, bool) + func (o *EventViewForOrg) GetUsername() string + func (o *EventViewForOrg) GetUsernameOk() (*string, bool) + func (o *EventViewForOrg) GetWhitelistEntry() string + func (o *EventViewForOrg) GetWhitelistEntryOk() (*string, bool) + func (o *EventViewForOrg) HasAlertConfigId() bool + func (o *EventViewForOrg) HasAlertId() bool + func (o *EventViewForOrg) HasApiKeyId() bool + func (o *EventViewForOrg) HasCreated() bool + func (o *EventViewForOrg) HasDbUserUsername() bool + func (o *EventViewForOrg) HasEventTypeName() bool + func (o *EventViewForOrg) HasGroupId() bool + func (o *EventViewForOrg) HasId() bool + func (o *EventViewForOrg) HasInvoiceId() bool + func (o *EventViewForOrg) HasIsGlobalAdmin() bool + func (o *EventViewForOrg) HasLinks() bool + func (o *EventViewForOrg) HasOrgId() bool + func (o *EventViewForOrg) HasPaymentId() bool + func (o *EventViewForOrg) HasPublicKey() bool + func (o *EventViewForOrg) HasRaw() bool + func (o *EventViewForOrg) HasRemoteAddress() bool + func (o *EventViewForOrg) HasResourceId() bool + func (o *EventViewForOrg) HasResourceType() bool + func (o *EventViewForOrg) HasTargetUsername() bool + func (o *EventViewForOrg) HasTeamId() bool + func (o *EventViewForOrg) HasUserId() bool + func (o *EventViewForOrg) HasUsername() bool + func (o *EventViewForOrg) HasWhitelistEntry() bool + func (o *EventViewForOrg) SetAlertConfigId(v string) + func (o *EventViewForOrg) SetAlertId(v string) + func (o *EventViewForOrg) SetApiKeyId(v string) + func (o *EventViewForOrg) SetCreated(v time.Time) + func (o *EventViewForOrg) SetDbUserUsername(v string) + func (o *EventViewForOrg) SetEventTypeName(v string) + func (o *EventViewForOrg) SetGroupId(v string) + func (o *EventViewForOrg) SetId(v string) + func (o *EventViewForOrg) SetInvoiceId(v string) + func (o *EventViewForOrg) SetIsGlobalAdmin(v bool) + func (o *EventViewForOrg) SetLinks(v []Link) + func (o *EventViewForOrg) SetOrgId(v string) + func (o *EventViewForOrg) SetPaymentId(v string) + func (o *EventViewForOrg) SetPublicKey(v string) + func (o *EventViewForOrg) SetRaw(v Raw) + func (o *EventViewForOrg) SetRemoteAddress(v string) + func (o *EventViewForOrg) SetResourceId(v string) + func (o *EventViewForOrg) SetResourceType(v string) + func (o *EventViewForOrg) SetTargetUsername(v string) + func (o *EventViewForOrg) SetTeamId(v string) + func (o *EventViewForOrg) SetUserId(v string) + func (o *EventViewForOrg) SetUsername(v string) + func (o *EventViewForOrg) SetWhitelistEntry(v string) + func (o EventViewForOrg) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o EventViewForOrg) ToMap() (map[string]interface{}, error) + type EventsApi interface + GetOrganizationEvent func(ctx context.Context, orgId string, eventId string) GetOrganizationEventApiRequest + GetOrganizationEventExecute func(r GetOrganizationEventApiRequest) (*EventViewForOrg, *http.Response, error) + GetOrganizationEventWithParams func(ctx context.Context, args *GetOrganizationEventApiParams) GetOrganizationEventApiRequest + GetProjectEvent func(ctx context.Context, groupId string, eventId string) GetProjectEventApiRequest + GetProjectEventExecute func(r GetProjectEventApiRequest) (*EventViewForNdsGroup, *http.Response, error) + GetProjectEventWithParams func(ctx context.Context, args *GetProjectEventApiParams) GetProjectEventApiRequest + ListOrganizationEvents func(ctx context.Context, orgId string) ListOrganizationEventsApiRequest + ListOrganizationEventsExecute func(r ListOrganizationEventsApiRequest) (*OrgPaginatedEvent, *http.Response, error) + ListOrganizationEventsWithParams func(ctx context.Context, args *ListOrganizationEventsApiParams) ListOrganizationEventsApiRequest + ListProjectEvents func(ctx context.Context, groupId string) ListProjectEventsApiRequest + ListProjectEventsExecute func(r ListProjectEventsApiRequest) (*GroupPaginatedEvent, *http.Response, error) + ListProjectEventsWithParams func(ctx context.Context, args *ListProjectEventsApiParams) ListProjectEventsApiRequest + type EventsApiService service + func (a *EventsApiService) GetOrganizationEvent(ctx context.Context, orgId string, eventId string) GetOrganizationEventApiRequest + func (a *EventsApiService) GetOrganizationEventExecute(r GetOrganizationEventApiRequest) (*EventViewForOrg, *http.Response, error) + func (a *EventsApiService) GetOrganizationEventWithParams(ctx context.Context, args *GetOrganizationEventApiParams) GetOrganizationEventApiRequest + func (a *EventsApiService) GetProjectEvent(ctx context.Context, groupId string, eventId string) GetProjectEventApiRequest + func (a *EventsApiService) GetProjectEventExecute(r GetProjectEventApiRequest) (*EventViewForNdsGroup, *http.Response, error) + func (a *EventsApiService) GetProjectEventWithParams(ctx context.Context, args *GetProjectEventApiParams) GetProjectEventApiRequest + func (a *EventsApiService) ListOrganizationEvents(ctx context.Context, orgId string) ListOrganizationEventsApiRequest + func (a *EventsApiService) ListOrganizationEventsExecute(r ListOrganizationEventsApiRequest) (*OrgPaginatedEvent, *http.Response, error) + func (a *EventsApiService) ListOrganizationEventsWithParams(ctx context.Context, args *ListOrganizationEventsApiParams) ListOrganizationEventsApiRequest + func (a *EventsApiService) ListProjectEvents(ctx context.Context, groupId string) ListProjectEventsApiRequest + func (a *EventsApiService) ListProjectEventsExecute(r ListProjectEventsApiRequest) (*GroupPaginatedEvent, *http.Response, error) + func (a *EventsApiService) ListProjectEventsWithParams(ctx context.Context, args *ListProjectEventsApiParams) ListProjectEventsApiRequest + type ExportStatus struct + ExportedCollections *int + TotalCollections *int + func NewExportStatus() *ExportStatus + func NewExportStatusWithDefaults() *ExportStatus + func (o *ExportStatus) GetExportedCollections() int + func (o *ExportStatus) GetExportedCollectionsOk() (*int, bool) + func (o *ExportStatus) GetTotalCollections() int + func (o *ExportStatus) GetTotalCollectionsOk() (*int, bool) + func (o *ExportStatus) HasExportedCollections() bool + func (o *ExportStatus) HasTotalCollections() bool + func (o *ExportStatus) SetExportedCollections(v int) + func (o *ExportStatus) SetTotalCollections(v int) + func (o ExportStatus) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ExportStatus) ToMap() (map[string]interface{}, error) + type ExtraRetentionSetting struct + FrequencyType *string + RetentionDays *int + func NewExtraRetentionSetting() *ExtraRetentionSetting + func NewExtraRetentionSettingWithDefaults() *ExtraRetentionSetting + func (o *ExtraRetentionSetting) GetFrequencyType() string + func (o *ExtraRetentionSetting) GetFrequencyTypeOk() (*string, bool) + func (o *ExtraRetentionSetting) GetRetentionDays() int + func (o *ExtraRetentionSetting) GetRetentionDaysOk() (*int, bool) + func (o *ExtraRetentionSetting) HasFrequencyType() bool + func (o *ExtraRetentionSetting) HasRetentionDays() bool + func (o *ExtraRetentionSetting) SetFrequencyType(v string) + func (o *ExtraRetentionSetting) SetRetentionDays(v int) + func (o ExtraRetentionSetting) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ExtraRetentionSetting) ToMap() (map[string]interface{}, error) + type FTSMetric struct + MetricName string + Units string + func NewFTSMetric(metricName string, units string) *FTSMetric + func NewFTSMetricWithDefaults() *FTSMetric + func (o *FTSMetric) GetMetricName() string + func (o *FTSMetric) GetMetricNameOk() (*string, bool) + func (o *FTSMetric) GetUnits() string + func (o *FTSMetric) GetUnitsOk() (*string, bool) + func (o *FTSMetric) SetMetricName(v string) + func (o *FTSMetric) SetUnits(v string) + func (o FTSMetric) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o FTSMetric) ToMap() (map[string]interface{}, error) + type FederatedAuthenticationApi interface + CreateRoleMapping func(ctx context.Context, federationSettingsId string, orgId string, ...) CreateRoleMappingApiRequest + CreateRoleMappingExecute func(r CreateRoleMappingApiRequest) (*AuthFederationRoleMapping, *http.Response, error) + CreateRoleMappingWithParams func(ctx context.Context, args *CreateRoleMappingApiParams) CreateRoleMappingApiRequest + DeleteFederationApp func(ctx context.Context, federationSettingsId string) DeleteFederationAppApiRequest + DeleteFederationAppExecute func(r DeleteFederationAppApiRequest) (*http.Response, error) + DeleteFederationAppWithParams func(ctx context.Context, args *DeleteFederationAppApiParams) DeleteFederationAppApiRequest + DeleteRoleMapping func(ctx context.Context, federationSettingsId string, id string, orgId string) DeleteRoleMappingApiRequest + DeleteRoleMappingExecute func(r DeleteRoleMappingApiRequest) (*http.Response, error) + DeleteRoleMappingWithParams func(ctx context.Context, args *DeleteRoleMappingApiParams) DeleteRoleMappingApiRequest + GetConnectedOrgConfig func(ctx context.Context, federationSettingsId string, orgId string) GetConnectedOrgConfigApiRequest + GetConnectedOrgConfigExecute func(r GetConnectedOrgConfigApiRequest) (*ConnectedOrgConfig, *http.Response, error) + GetConnectedOrgConfigWithParams func(ctx context.Context, args *GetConnectedOrgConfigApiParams) GetConnectedOrgConfigApiRequest + GetFederationSettings func(ctx context.Context, orgId string) GetFederationSettingsApiRequest + GetFederationSettingsExecute func(r GetFederationSettingsApiRequest) (*OrgFederationSettings, *http.Response, error) + GetFederationSettingsWithParams func(ctx context.Context, args *GetFederationSettingsApiParams) GetFederationSettingsApiRequest + GetIdentityProvider func(ctx context.Context, federationSettingsId string, identityProviderId string) GetIdentityProviderApiRequest + GetIdentityProviderExecute func(r GetIdentityProviderApiRequest) (*FederationIdentityProvider, *http.Response, error) + GetIdentityProviderMetadata func(ctx context.Context, federationSettingsId string, identityProviderId string) GetIdentityProviderMetadataApiRequest + GetIdentityProviderMetadataExecute func(r GetIdentityProviderMetadataApiRequest) (string, *http.Response, error) + GetIdentityProviderMetadataWithParams func(ctx context.Context, args *GetIdentityProviderMetadataApiParams) GetIdentityProviderMetadataApiRequest + GetIdentityProviderWithParams func(ctx context.Context, args *GetIdentityProviderApiParams) GetIdentityProviderApiRequest + GetRoleMapping func(ctx context.Context, federationSettingsId string, id string, orgId string) GetRoleMappingApiRequest + GetRoleMappingExecute func(r GetRoleMappingApiRequest) (*AuthFederationRoleMapping, *http.Response, error) + GetRoleMappingWithParams func(ctx context.Context, args *GetRoleMappingApiParams) GetRoleMappingApiRequest + ListConnectedOrgConfigs func(ctx context.Context, federationSettingsId string) ListConnectedOrgConfigsApiRequest + ListConnectedOrgConfigsExecute func(r ListConnectedOrgConfigsApiRequest) ([]ConnectedOrgConfig, *http.Response, error) + ListConnectedOrgConfigsWithParams func(ctx context.Context, args *ListConnectedOrgConfigsApiParams) ListConnectedOrgConfigsApiRequest + ListIdentityProviders func(ctx context.Context, federationSettingsId string) ListIdentityProvidersApiRequest + ListIdentityProvidersExecute func(r ListIdentityProvidersApiRequest) (*PaginatedFederationIdentityProvider, *http.Response, error) + ListIdentityProvidersWithParams func(ctx context.Context, args *ListIdentityProvidersApiParams) ListIdentityProvidersApiRequest + ListRoleMappings func(ctx context.Context, federationSettingsId string, orgId string) ListRoleMappingsApiRequest + ListRoleMappingsExecute func(r ListRoleMappingsApiRequest) (*PaginatedRoleMapping, *http.Response, error) + ListRoleMappingsWithParams func(ctx context.Context, args *ListRoleMappingsApiParams) ListRoleMappingsApiRequest + RemoveConnectedOrgConfig func(ctx context.Context, federationSettingsId string, orgId string) RemoveConnectedOrgConfigApiRequest + RemoveConnectedOrgConfigExecute func(r RemoveConnectedOrgConfigApiRequest) (map[string]interface{}, *http.Response, error) + RemoveConnectedOrgConfigWithParams func(ctx context.Context, args *RemoveConnectedOrgConfigApiParams) RemoveConnectedOrgConfigApiRequest + UpdateConnectedOrgConfig func(ctx context.Context, federationSettingsId string, orgId string, ...) UpdateConnectedOrgConfigApiRequest + UpdateConnectedOrgConfigExecute func(r UpdateConnectedOrgConfigApiRequest) (*ConnectedOrgConfig, *http.Response, error) + UpdateConnectedOrgConfigWithParams func(ctx context.Context, args *UpdateConnectedOrgConfigApiParams) UpdateConnectedOrgConfigApiRequest + UpdateIdentityProvider func(ctx context.Context, federationSettingsId string, identityProviderId string, ...) UpdateIdentityProviderApiRequest + UpdateIdentityProviderExecute func(r UpdateIdentityProviderApiRequest) (*FederationIdentityProvider, *http.Response, error) + UpdateIdentityProviderWithParams func(ctx context.Context, args *UpdateIdentityProviderApiParams) UpdateIdentityProviderApiRequest + UpdateRoleMapping func(ctx context.Context, federationSettingsId string, id string, orgId string, ...) UpdateRoleMappingApiRequest + UpdateRoleMappingExecute func(r UpdateRoleMappingApiRequest) (*AuthFederationRoleMapping, *http.Response, error) + UpdateRoleMappingWithParams func(ctx context.Context, args *UpdateRoleMappingApiParams) UpdateRoleMappingApiRequest + type FederatedAuthenticationApiService service + func (a *FederatedAuthenticationApiService) CreateRoleMapping(ctx context.Context, federationSettingsId string, orgId string, ...) CreateRoleMappingApiRequest + func (a *FederatedAuthenticationApiService) CreateRoleMappingExecute(r CreateRoleMappingApiRequest) (*AuthFederationRoleMapping, *http.Response, error) + func (a *FederatedAuthenticationApiService) CreateRoleMappingWithParams(ctx context.Context, args *CreateRoleMappingApiParams) CreateRoleMappingApiRequest + func (a *FederatedAuthenticationApiService) DeleteFederationApp(ctx context.Context, federationSettingsId string) DeleteFederationAppApiRequest + func (a *FederatedAuthenticationApiService) DeleteFederationAppExecute(r DeleteFederationAppApiRequest) (*http.Response, error) + func (a *FederatedAuthenticationApiService) DeleteFederationAppWithParams(ctx context.Context, args *DeleteFederationAppApiParams) DeleteFederationAppApiRequest + func (a *FederatedAuthenticationApiService) DeleteRoleMapping(ctx context.Context, federationSettingsId string, id string, orgId string) DeleteRoleMappingApiRequest + func (a *FederatedAuthenticationApiService) DeleteRoleMappingExecute(r DeleteRoleMappingApiRequest) (*http.Response, error) + func (a *FederatedAuthenticationApiService) DeleteRoleMappingWithParams(ctx context.Context, args *DeleteRoleMappingApiParams) DeleteRoleMappingApiRequest + func (a *FederatedAuthenticationApiService) GetConnectedOrgConfig(ctx context.Context, federationSettingsId string, orgId string) GetConnectedOrgConfigApiRequest + func (a *FederatedAuthenticationApiService) GetConnectedOrgConfigExecute(r GetConnectedOrgConfigApiRequest) (*ConnectedOrgConfig, *http.Response, error) + func (a *FederatedAuthenticationApiService) GetConnectedOrgConfigWithParams(ctx context.Context, args *GetConnectedOrgConfigApiParams) GetConnectedOrgConfigApiRequest + func (a *FederatedAuthenticationApiService) GetFederationSettings(ctx context.Context, orgId string) GetFederationSettingsApiRequest + func (a *FederatedAuthenticationApiService) GetFederationSettingsExecute(r GetFederationSettingsApiRequest) (*OrgFederationSettings, *http.Response, error) + func (a *FederatedAuthenticationApiService) GetFederationSettingsWithParams(ctx context.Context, args *GetFederationSettingsApiParams) GetFederationSettingsApiRequest + func (a *FederatedAuthenticationApiService) GetIdentityProvider(ctx context.Context, federationSettingsId string, identityProviderId string) GetIdentityProviderApiRequest + func (a *FederatedAuthenticationApiService) GetIdentityProviderExecute(r GetIdentityProviderApiRequest) (*FederationIdentityProvider, *http.Response, error) + func (a *FederatedAuthenticationApiService) GetIdentityProviderMetadata(ctx context.Context, federationSettingsId string, identityProviderId string) GetIdentityProviderMetadataApiRequest + func (a *FederatedAuthenticationApiService) GetIdentityProviderMetadataExecute(r GetIdentityProviderMetadataApiRequest) (string, *http.Response, error) + func (a *FederatedAuthenticationApiService) GetIdentityProviderMetadataWithParams(ctx context.Context, args *GetIdentityProviderMetadataApiParams) GetIdentityProviderMetadataApiRequest + func (a *FederatedAuthenticationApiService) GetIdentityProviderWithParams(ctx context.Context, args *GetIdentityProviderApiParams) GetIdentityProviderApiRequest + func (a *FederatedAuthenticationApiService) GetRoleMapping(ctx context.Context, federationSettingsId string, id string, orgId string) GetRoleMappingApiRequest + func (a *FederatedAuthenticationApiService) GetRoleMappingExecute(r GetRoleMappingApiRequest) (*AuthFederationRoleMapping, *http.Response, error) + func (a *FederatedAuthenticationApiService) GetRoleMappingWithParams(ctx context.Context, args *GetRoleMappingApiParams) GetRoleMappingApiRequest + func (a *FederatedAuthenticationApiService) ListConnectedOrgConfigs(ctx context.Context, federationSettingsId string) ListConnectedOrgConfigsApiRequest + func (a *FederatedAuthenticationApiService) ListConnectedOrgConfigsExecute(r ListConnectedOrgConfigsApiRequest) ([]ConnectedOrgConfig, *http.Response, error) + func (a *FederatedAuthenticationApiService) ListConnectedOrgConfigsWithParams(ctx context.Context, args *ListConnectedOrgConfigsApiParams) ListConnectedOrgConfigsApiRequest + func (a *FederatedAuthenticationApiService) ListIdentityProviders(ctx context.Context, federationSettingsId string) ListIdentityProvidersApiRequest + func (a *FederatedAuthenticationApiService) ListIdentityProvidersExecute(r ListIdentityProvidersApiRequest) (*PaginatedFederationIdentityProvider, *http.Response, error) + func (a *FederatedAuthenticationApiService) ListIdentityProvidersWithParams(ctx context.Context, args *ListIdentityProvidersApiParams) ListIdentityProvidersApiRequest + func (a *FederatedAuthenticationApiService) ListRoleMappings(ctx context.Context, federationSettingsId string, orgId string) ListRoleMappingsApiRequest + func (a *FederatedAuthenticationApiService) ListRoleMappingsExecute(r ListRoleMappingsApiRequest) (*PaginatedRoleMapping, *http.Response, error) + func (a *FederatedAuthenticationApiService) ListRoleMappingsWithParams(ctx context.Context, args *ListRoleMappingsApiParams) ListRoleMappingsApiRequest + func (a *FederatedAuthenticationApiService) RemoveConnectedOrgConfig(ctx context.Context, federationSettingsId string, orgId string) RemoveConnectedOrgConfigApiRequest + func (a *FederatedAuthenticationApiService) RemoveConnectedOrgConfigExecute(r RemoveConnectedOrgConfigApiRequest) (map[string]interface{}, *http.Response, error) + func (a *FederatedAuthenticationApiService) RemoveConnectedOrgConfigWithParams(ctx context.Context, args *RemoveConnectedOrgConfigApiParams) RemoveConnectedOrgConfigApiRequest + func (a *FederatedAuthenticationApiService) UpdateConnectedOrgConfig(ctx context.Context, federationSettingsId string, orgId string, ...) UpdateConnectedOrgConfigApiRequest + func (a *FederatedAuthenticationApiService) UpdateConnectedOrgConfigExecute(r UpdateConnectedOrgConfigApiRequest) (*ConnectedOrgConfig, *http.Response, error) + func (a *FederatedAuthenticationApiService) UpdateConnectedOrgConfigWithParams(ctx context.Context, args *UpdateConnectedOrgConfigApiParams) UpdateConnectedOrgConfigApiRequest + func (a *FederatedAuthenticationApiService) UpdateIdentityProvider(ctx context.Context, federationSettingsId string, identityProviderId string, ...) UpdateIdentityProviderApiRequest + func (a *FederatedAuthenticationApiService) UpdateIdentityProviderExecute(r UpdateIdentityProviderApiRequest) (*FederationIdentityProvider, *http.Response, error) + func (a *FederatedAuthenticationApiService) UpdateIdentityProviderWithParams(ctx context.Context, args *UpdateIdentityProviderApiParams) UpdateIdentityProviderApiRequest + func (a *FederatedAuthenticationApiService) UpdateRoleMapping(ctx context.Context, federationSettingsId string, id string, orgId string, ...) UpdateRoleMappingApiRequest + func (a *FederatedAuthenticationApiService) UpdateRoleMappingExecute(r UpdateRoleMappingApiRequest) (*AuthFederationRoleMapping, *http.Response, error) + func (a *FederatedAuthenticationApiService) UpdateRoleMappingWithParams(ctx context.Context, args *UpdateRoleMappingApiParams) UpdateRoleMappingApiRequest + type FederatedUser struct + EmailAddress string + FederationSettingsId string + FirstName string + LastName string + UserId *string + func NewFederatedUser(emailAddress string, federationSettingsId string, firstName string, ...) *FederatedUser + func NewFederatedUserWithDefaults() *FederatedUser + func (o *FederatedUser) GetEmailAddress() string + func (o *FederatedUser) GetEmailAddressOk() (*string, bool) + func (o *FederatedUser) GetFederationSettingsId() string + func (o *FederatedUser) GetFederationSettingsIdOk() (*string, bool) + func (o *FederatedUser) GetFirstName() string + func (o *FederatedUser) GetFirstNameOk() (*string, bool) + func (o *FederatedUser) GetLastName() string + func (o *FederatedUser) GetLastNameOk() (*string, bool) + func (o *FederatedUser) GetUserId() string + func (o *FederatedUser) GetUserIdOk() (*string, bool) + func (o *FederatedUser) HasUserId() bool + func (o *FederatedUser) SetEmailAddress(v string) + func (o *FederatedUser) SetFederationSettingsId(v string) + func (o *FederatedUser) SetFirstName(v string) + func (o *FederatedUser) SetLastName(v string) + func (o *FederatedUser) SetUserId(v string) + func (o FederatedUser) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o FederatedUser) ToMap() (map[string]interface{}, error) + type FederationIdentityProvider struct + AcsUrl *string + AssociatedDomains *[]string + AssociatedOrgs *[]ConnectedOrgConfig + AudienceClaim *[]string + AudienceUri *string + ClientId *string + CreatedAt *time.Time + Description *string + DisplayName *string + GroupsClaim *string + Id string + IssuerUri *string + OktaIdpId string + PemFileInfo *PemFileInfo + Protocol *string + RequestBinding *string + RequestedScopes *[]string + ResponseSignatureAlgorithm *string + Slug *string + SsoDebugEnabled *bool + SsoUrl *string + Status *string + UpdatedAt *time.Time + UserClaim *string + func NewFederationIdentityProvider(id string, oktaIdpId string) *FederationIdentityProvider + func NewFederationIdentityProviderWithDefaults() *FederationIdentityProvider + func (o *FederationIdentityProvider) GetAcsUrl() string + func (o *FederationIdentityProvider) GetAcsUrlOk() (*string, bool) + func (o *FederationIdentityProvider) GetAssociatedDomains() []string + func (o *FederationIdentityProvider) GetAssociatedDomainsOk() (*[]string, bool) + func (o *FederationIdentityProvider) GetAssociatedOrgs() []ConnectedOrgConfig + func (o *FederationIdentityProvider) GetAssociatedOrgsOk() (*[]ConnectedOrgConfig, bool) + func (o *FederationIdentityProvider) GetAudienceClaim() []string + func (o *FederationIdentityProvider) GetAudienceClaimOk() (*[]string, bool) + func (o *FederationIdentityProvider) GetAudienceUri() string + func (o *FederationIdentityProvider) GetAudienceUriOk() (*string, bool) + func (o *FederationIdentityProvider) GetClientId() string + func (o *FederationIdentityProvider) GetClientIdOk() (*string, bool) + func (o *FederationIdentityProvider) GetCreatedAt() time.Time + func (o *FederationIdentityProvider) GetCreatedAtOk() (*time.Time, bool) + func (o *FederationIdentityProvider) GetDescription() string + func (o *FederationIdentityProvider) GetDescriptionOk() (*string, bool) + func (o *FederationIdentityProvider) GetDisplayName() string + func (o *FederationIdentityProvider) GetDisplayNameOk() (*string, bool) + func (o *FederationIdentityProvider) GetGroupsClaim() string + func (o *FederationIdentityProvider) GetGroupsClaimOk() (*string, bool) + func (o *FederationIdentityProvider) GetId() string + func (o *FederationIdentityProvider) GetIdOk() (*string, bool) + func (o *FederationIdentityProvider) GetIssuerUri() string + func (o *FederationIdentityProvider) GetIssuerUriOk() (*string, bool) + func (o *FederationIdentityProvider) GetOktaIdpId() string + func (o *FederationIdentityProvider) GetOktaIdpIdOk() (*string, bool) + func (o *FederationIdentityProvider) GetPemFileInfo() PemFileInfo + func (o *FederationIdentityProvider) GetPemFileInfoOk() (*PemFileInfo, bool) + func (o *FederationIdentityProvider) GetProtocol() string + func (o *FederationIdentityProvider) GetProtocolOk() (*string, bool) + func (o *FederationIdentityProvider) GetRequestBinding() string + func (o *FederationIdentityProvider) GetRequestBindingOk() (*string, bool) + func (o *FederationIdentityProvider) GetRequestedScopes() []string + func (o *FederationIdentityProvider) GetRequestedScopesOk() (*[]string, bool) + func (o *FederationIdentityProvider) GetResponseSignatureAlgorithm() string + func (o *FederationIdentityProvider) GetResponseSignatureAlgorithmOk() (*string, bool) + func (o *FederationIdentityProvider) GetSlug() string + func (o *FederationIdentityProvider) GetSlugOk() (*string, bool) + func (o *FederationIdentityProvider) GetSsoDebugEnabled() bool + func (o *FederationIdentityProvider) GetSsoDebugEnabledOk() (*bool, bool) + func (o *FederationIdentityProvider) GetSsoUrl() string + func (o *FederationIdentityProvider) GetSsoUrlOk() (*string, bool) + func (o *FederationIdentityProvider) GetStatus() string + func (o *FederationIdentityProvider) GetStatusOk() (*string, bool) + func (o *FederationIdentityProvider) GetUpdatedAt() time.Time + func (o *FederationIdentityProvider) GetUpdatedAtOk() (*time.Time, bool) + func (o *FederationIdentityProvider) GetUserClaim() string + func (o *FederationIdentityProvider) GetUserClaimOk() (*string, bool) + func (o *FederationIdentityProvider) HasAcsUrl() bool + func (o *FederationIdentityProvider) HasAssociatedDomains() bool + func (o *FederationIdentityProvider) HasAssociatedOrgs() bool + func (o *FederationIdentityProvider) HasAudienceClaim() bool + func (o *FederationIdentityProvider) HasAudienceUri() bool + func (o *FederationIdentityProvider) HasClientId() bool + func (o *FederationIdentityProvider) HasCreatedAt() bool + func (o *FederationIdentityProvider) HasDescription() bool + func (o *FederationIdentityProvider) HasDisplayName() bool + func (o *FederationIdentityProvider) HasGroupsClaim() bool + func (o *FederationIdentityProvider) HasIssuerUri() bool + func (o *FederationIdentityProvider) HasPemFileInfo() bool + func (o *FederationIdentityProvider) HasProtocol() bool + func (o *FederationIdentityProvider) HasRequestBinding() bool + func (o *FederationIdentityProvider) HasRequestedScopes() bool + func (o *FederationIdentityProvider) HasResponseSignatureAlgorithm() bool + func (o *FederationIdentityProvider) HasSlug() bool + func (o *FederationIdentityProvider) HasSsoDebugEnabled() bool + func (o *FederationIdentityProvider) HasSsoUrl() bool + func (o *FederationIdentityProvider) HasStatus() bool + func (o *FederationIdentityProvider) HasUpdatedAt() bool + func (o *FederationIdentityProvider) HasUserClaim() bool + func (o *FederationIdentityProvider) SetAcsUrl(v string) + func (o *FederationIdentityProvider) SetAssociatedDomains(v []string) + func (o *FederationIdentityProvider) SetAssociatedOrgs(v []ConnectedOrgConfig) + func (o *FederationIdentityProvider) SetAudienceClaim(v []string) + func (o *FederationIdentityProvider) SetAudienceUri(v string) + func (o *FederationIdentityProvider) SetClientId(v string) + func (o *FederationIdentityProvider) SetCreatedAt(v time.Time) + func (o *FederationIdentityProvider) SetDescription(v string) + func (o *FederationIdentityProvider) SetDisplayName(v string) + func (o *FederationIdentityProvider) SetGroupsClaim(v string) + func (o *FederationIdentityProvider) SetId(v string) + func (o *FederationIdentityProvider) SetIssuerUri(v string) + func (o *FederationIdentityProvider) SetOktaIdpId(v string) + func (o *FederationIdentityProvider) SetPemFileInfo(v PemFileInfo) + func (o *FederationIdentityProvider) SetProtocol(v string) + func (o *FederationIdentityProvider) SetRequestBinding(v string) + func (o *FederationIdentityProvider) SetRequestedScopes(v []string) + func (o *FederationIdentityProvider) SetResponseSignatureAlgorithm(v string) + func (o *FederationIdentityProvider) SetSlug(v string) + func (o *FederationIdentityProvider) SetSsoDebugEnabled(v bool) + func (o *FederationIdentityProvider) SetSsoUrl(v string) + func (o *FederationIdentityProvider) SetStatus(v string) + func (o *FederationIdentityProvider) SetUpdatedAt(v time.Time) + func (o *FederationIdentityProvider) SetUserClaim(v string) + func (o FederationIdentityProvider) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o FederationIdentityProvider) ToMap() (map[string]interface{}, error) + type FederationIdentityProviderUpdate struct + AssociatedDomains *[]string + AudienceClaim *[]string + ClientId *string + Description *string + DisplayName *string + GroupsClaim *string + IssuerUri *string + PemFileInfo *PemFileInfoUpdate + Protocol *string + RequestBinding *string + RequestedScopes *[]string + ResponseSignatureAlgorithm *string + Slug *string + SsoDebugEnabled *bool + SsoUrl *string + Status *string + UserClaim *string + func NewFederationIdentityProviderUpdate() *FederationIdentityProviderUpdate + func NewFederationIdentityProviderUpdateWithDefaults() *FederationIdentityProviderUpdate + func (o *FederationIdentityProviderUpdate) GetAssociatedDomains() []string + func (o *FederationIdentityProviderUpdate) GetAssociatedDomainsOk() (*[]string, bool) + func (o *FederationIdentityProviderUpdate) GetAudienceClaim() []string + func (o *FederationIdentityProviderUpdate) GetAudienceClaimOk() (*[]string, bool) + func (o *FederationIdentityProviderUpdate) GetClientId() string + func (o *FederationIdentityProviderUpdate) GetClientIdOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetDescription() string + func (o *FederationIdentityProviderUpdate) GetDescriptionOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetDisplayName() string + func (o *FederationIdentityProviderUpdate) GetDisplayNameOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetGroupsClaim() string + func (o *FederationIdentityProviderUpdate) GetGroupsClaimOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetIssuerUri() string + func (o *FederationIdentityProviderUpdate) GetIssuerUriOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetPemFileInfo() PemFileInfoUpdate + func (o *FederationIdentityProviderUpdate) GetPemFileInfoOk() (*PemFileInfoUpdate, bool) + func (o *FederationIdentityProviderUpdate) GetProtocol() string + func (o *FederationIdentityProviderUpdate) GetProtocolOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetRequestBinding() string + func (o *FederationIdentityProviderUpdate) GetRequestBindingOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetRequestedScopes() []string + func (o *FederationIdentityProviderUpdate) GetRequestedScopesOk() (*[]string, bool) + func (o *FederationIdentityProviderUpdate) GetResponseSignatureAlgorithm() string + func (o *FederationIdentityProviderUpdate) GetResponseSignatureAlgorithmOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetSlug() string + func (o *FederationIdentityProviderUpdate) GetSlugOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetSsoDebugEnabled() bool + func (o *FederationIdentityProviderUpdate) GetSsoDebugEnabledOk() (*bool, bool) + func (o *FederationIdentityProviderUpdate) GetSsoUrl() string + func (o *FederationIdentityProviderUpdate) GetSsoUrlOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetStatus() string + func (o *FederationIdentityProviderUpdate) GetStatusOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) GetUserClaim() string + func (o *FederationIdentityProviderUpdate) GetUserClaimOk() (*string, bool) + func (o *FederationIdentityProviderUpdate) HasAssociatedDomains() bool + func (o *FederationIdentityProviderUpdate) HasAudienceClaim() bool + func (o *FederationIdentityProviderUpdate) HasClientId() bool + func (o *FederationIdentityProviderUpdate) HasDescription() bool + func (o *FederationIdentityProviderUpdate) HasDisplayName() bool + func (o *FederationIdentityProviderUpdate) HasGroupsClaim() bool + func (o *FederationIdentityProviderUpdate) HasIssuerUri() bool + func (o *FederationIdentityProviderUpdate) HasPemFileInfo() bool + func (o *FederationIdentityProviderUpdate) HasProtocol() bool + func (o *FederationIdentityProviderUpdate) HasRequestBinding() bool + func (o *FederationIdentityProviderUpdate) HasRequestedScopes() bool + func (o *FederationIdentityProviderUpdate) HasResponseSignatureAlgorithm() bool + func (o *FederationIdentityProviderUpdate) HasSlug() bool + func (o *FederationIdentityProviderUpdate) HasSsoDebugEnabled() bool + func (o *FederationIdentityProviderUpdate) HasSsoUrl() bool + func (o *FederationIdentityProviderUpdate) HasStatus() bool + func (o *FederationIdentityProviderUpdate) HasUserClaim() bool + func (o *FederationIdentityProviderUpdate) SetAssociatedDomains(v []string) + func (o *FederationIdentityProviderUpdate) SetAudienceClaim(v []string) + func (o *FederationIdentityProviderUpdate) SetClientId(v string) + func (o *FederationIdentityProviderUpdate) SetDescription(v string) + func (o *FederationIdentityProviderUpdate) SetDisplayName(v string) + func (o *FederationIdentityProviderUpdate) SetGroupsClaim(v string) + func (o *FederationIdentityProviderUpdate) SetIssuerUri(v string) + func (o *FederationIdentityProviderUpdate) SetPemFileInfo(v PemFileInfoUpdate) + func (o *FederationIdentityProviderUpdate) SetProtocol(v string) + func (o *FederationIdentityProviderUpdate) SetRequestBinding(v string) + func (o *FederationIdentityProviderUpdate) SetRequestedScopes(v []string) + func (o *FederationIdentityProviderUpdate) SetResponseSignatureAlgorithm(v string) + func (o *FederationIdentityProviderUpdate) SetSlug(v string) + func (o *FederationIdentityProviderUpdate) SetSsoDebugEnabled(v bool) + func (o *FederationIdentityProviderUpdate) SetSsoUrl(v string) + func (o *FederationIdentityProviderUpdate) SetStatus(v string) + func (o *FederationIdentityProviderUpdate) SetUserClaim(v string) + func (o FederationIdentityProviderUpdate) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o FederationIdentityProviderUpdate) ToMap() (map[string]interface{}, error) + type FieldTransformation struct + Field *string + Type *string + func NewFieldTransformation() *FieldTransformation + func NewFieldTransformationWithDefaults() *FieldTransformation + func (o *FieldTransformation) GetField() string + func (o *FieldTransformation) GetFieldOk() (*string, bool) + func (o *FieldTransformation) GetType() string + func (o *FieldTransformation) GetTypeOk() (*string, bool) + func (o *FieldTransformation) HasField() bool + func (o *FieldTransformation) HasType() bool + func (o *FieldTransformation) SetField(v string) + func (o *FieldTransformation) SetType(v string) + func (o FieldTransformation) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o FieldTransformation) ToMap() (map[string]interface{}, error) + type GCPConsumerForwardingRule struct + EndpointName *string + IpAddress *string + Status *string + func NewGCPConsumerForwardingRule() *GCPConsumerForwardingRule + func NewGCPConsumerForwardingRuleWithDefaults() *GCPConsumerForwardingRule + func (o *GCPConsumerForwardingRule) GetEndpointName() string + func (o *GCPConsumerForwardingRule) GetEndpointNameOk() (*string, bool) + func (o *GCPConsumerForwardingRule) GetIpAddress() string + func (o *GCPConsumerForwardingRule) GetIpAddressOk() (*string, bool) + func (o *GCPConsumerForwardingRule) GetStatus() string + func (o *GCPConsumerForwardingRule) GetStatusOk() (*string, bool) + func (o *GCPConsumerForwardingRule) HasEndpointName() bool + func (o *GCPConsumerForwardingRule) HasIpAddress() bool + func (o *GCPConsumerForwardingRule) HasStatus() bool + func (o *GCPConsumerForwardingRule) SetEndpointName(v string) + func (o *GCPConsumerForwardingRule) SetIpAddress(v string) + func (o *GCPConsumerForwardingRule) SetStatus(v string) + func (o GCPConsumerForwardingRule) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GCPConsumerForwardingRule) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e *GenericOpenAPIError) SetError(errorString string) + func (e *GenericOpenAPIError) SetModel(errorModel ApiError) + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() ApiError + type GeoSharding struct + CustomZoneMapping *map[string]string + ManagedNamespaces *[]ManagedNamespaces + func NewGeoSharding() *GeoSharding + func NewGeoShardingWithDefaults() *GeoSharding + func (o *GeoSharding) GetCustomZoneMapping() map[string]string + func (o *GeoSharding) GetCustomZoneMappingOk() (*map[string]string, bool) + func (o *GeoSharding) GetManagedNamespaces() []ManagedNamespaces + func (o *GeoSharding) GetManagedNamespacesOk() (*[]ManagedNamespaces, bool) + func (o *GeoSharding) HasCustomZoneMapping() bool + func (o *GeoSharding) HasManagedNamespaces() bool + func (o *GeoSharding) SetCustomZoneMapping(v map[string]string) + func (o *GeoSharding) SetManagedNamespaces(v []ManagedNamespaces) + func (o GeoSharding) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GeoSharding) ToMap() (map[string]interface{}, error) + type GetAWSCustomDNSApiParams struct + GroupId string + type GetAWSCustomDNSApiRequest struct + ApiService AWSClustersDNSApi + func (r GetAWSCustomDNSApiRequest) Execute() (*AWSCustomDNSEnabled, *http.Response, error) + type GetAlertApiParams struct + AlertId string + GroupId string + type GetAlertApiRequest struct + ApiService AlertsApi + func (r GetAlertApiRequest) Execute() (*AlertViewForNdsGroup, *http.Response, error) + type GetAlertConfigurationApiParams struct + AlertConfigId string + GroupId string + type GetAlertConfigurationApiRequest struct + ApiService AlertConfigurationsApi + func (r GetAlertConfigurationApiRequest) Execute() (*GroupAlertsConfig, *http.Response, error) + type GetApiKeyAccessListApiParams struct + ApiUserId string + IpAddress string + OrgId string + type GetApiKeyAccessListApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r GetApiKeyAccessListApiRequest) Execute() (*UserAccessList, *http.Response, error) + type GetApiKeyApiParams struct + ApiUserId string + OrgId string + type GetApiKeyApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r GetApiKeyApiRequest) Execute() (*ApiKeyUserDetails, *http.Response, error) + type GetAtlasProcessApiParams struct + GroupId string + ProcessId string + type GetAtlasProcessApiRequest struct + ApiService MonitoringAndLogsApi + func (r GetAtlasProcessApiRequest) Execute() (*ApiHostViewAtlas, *http.Response, error) + type GetAtlasSearchDeploymentApiParams struct + ClusterName string + GroupId string + type GetAtlasSearchDeploymentApiRequest struct + ApiService AtlasSearchApi + func (r GetAtlasSearchDeploymentApiRequest) Execute() (*ApiSearchDeploymentResponse, *http.Response, error) + type GetAtlasSearchIndexApiParams struct + ClusterName string + GroupId string + IndexId string + type GetAtlasSearchIndexApiRequest struct + ApiService AtlasSearchApi + func (r GetAtlasSearchIndexApiRequest) Execute() (*ClusterSearchIndex, *http.Response, error) + type GetAuditingConfigurationApiParams struct + GroupId string + type GetAuditingConfigurationApiRequest struct + ApiService AuditingApi + func (r GetAuditingConfigurationApiRequest) Execute() (*AuditLog, *http.Response, error) + type GetBackupExportJobApiParams struct + ClusterName string + ExportId string + GroupId string + type GetBackupExportJobApiRequest struct + ApiService CloudBackupsApi + func (r GetBackupExportJobApiRequest) Execute() (*DiskBackupExportJob, *http.Response, error) + type GetBackupRestoreJobApiParams struct + ClusterName string + GroupId string + RestoreJobId string + type GetBackupRestoreJobApiRequest struct + ApiService CloudBackupsApi + func (r GetBackupRestoreJobApiRequest) Execute() (*DiskBackupSnapshotRestoreJob, *http.Response, error) + type GetBackupScheduleApiParams struct + ClusterName string + GroupId string + type GetBackupScheduleApiRequest struct + ApiService CloudBackupsApi + func (r GetBackupScheduleApiRequest) Execute() (*DiskBackupSnapshotSchedule, *http.Response, error) + type GetCloudProviderAccessRoleApiParams struct + GroupId string + RoleId string + type GetCloudProviderAccessRoleApiRequest struct + ApiService CloudProviderAccessApi + func (r GetCloudProviderAccessRoleApiRequest) Execute() (*CloudProviderAccessRole, *http.Response, error) + type GetClusterAdvancedConfigurationApiParams struct + ClusterName string + GroupId string + type GetClusterAdvancedConfigurationApiRequest struct + ApiService ClustersApi + func (r GetClusterAdvancedConfigurationApiRequest) Execute() (*ClusterDescriptionProcessArgs, *http.Response, error) + type GetClusterApiParams struct + ClusterName string + GroupId string + type GetClusterApiRequest struct + ApiService ClustersApi + func (r GetClusterApiRequest) Execute() (*AdvancedClusterDescription, *http.Response, error) + type GetClusterStatusApiParams struct + ClusterName string + GroupId string + type GetClusterStatusApiRequest struct + ApiService ClustersApi + func (r GetClusterStatusApiRequest) Execute() (*ClusterStatus, *http.Response, error) + type GetConnectedOrgConfigApiParams struct + FederationSettingsId string + OrgId string + type GetConnectedOrgConfigApiRequest struct + ApiService FederatedAuthenticationApi + func (r GetConnectedOrgConfigApiRequest) Execute() (*ConnectedOrgConfig, *http.Response, error) + type GetCustomDatabaseRoleApiParams struct + GroupId string + RoleName string + type GetCustomDatabaseRoleApiRequest struct + ApiService CustomDatabaseRolesApi + func (r GetCustomDatabaseRoleApiRequest) Execute() (*UserCustomDBRole, *http.Response, error) + type GetDataFederationPrivateEndpointApiParams struct + EndpointId string + GroupId string + type GetDataFederationPrivateEndpointApiRequest struct + ApiService DataFederationApi + func (r GetDataFederationPrivateEndpointApiRequest) Execute() (*PrivateNetworkEndpointIdEntry, *http.Response, error) + type GetDataProtectionSettingsApiParams struct + GroupId string + type GetDataProtectionSettingsApiRequest struct + ApiService CloudBackupsApi + func (r GetDataProtectionSettingsApiRequest) Execute() (*DataProtectionSettings20231001, *http.Response, error) + type GetDatabaseApiParams struct + DatabaseName string + GroupId string + ProcessId string + type GetDatabaseApiRequest struct + ApiService MonitoringAndLogsApi + func (r GetDatabaseApiRequest) Execute() (*MesurementsDatabase, *http.Response, error) + type GetDatabaseMeasurementsApiParams struct + DatabaseName string + End *time.Time + Granularity *string + GroupId string + M *[]string + Period *string + ProcessId string + Start *time.Time + type GetDatabaseMeasurementsApiRequest struct + ApiService MonitoringAndLogsApi + func (r GetDatabaseMeasurementsApiRequest) End(end time.Time) GetDatabaseMeasurementsApiRequest + func (r GetDatabaseMeasurementsApiRequest) Execute() (*ApiMeasurementsGeneralViewAtlas, *http.Response, error) + func (r GetDatabaseMeasurementsApiRequest) Granularity(granularity string) GetDatabaseMeasurementsApiRequest + func (r GetDatabaseMeasurementsApiRequest) M(m []string) GetDatabaseMeasurementsApiRequest + func (r GetDatabaseMeasurementsApiRequest) Period(period string) GetDatabaseMeasurementsApiRequest + func (r GetDatabaseMeasurementsApiRequest) Start(start time.Time) GetDatabaseMeasurementsApiRequest + type GetDatabaseUserApiParams struct + DatabaseName string + GroupId string + Username string + type GetDatabaseUserApiRequest struct + ApiService DatabaseUsersApi + func (r GetDatabaseUserApiRequest) Execute() (*CloudDatabaseUser, *http.Response, error) + type GetDiskMeasurementsApiParams struct + End *time.Time + Granularity *string + GroupId string + M *[]string + PartitionName string + Period *string + ProcessId string + Start *time.Time + type GetDiskMeasurementsApiRequest struct + ApiService MonitoringAndLogsApi + func (r GetDiskMeasurementsApiRequest) End(end time.Time) GetDiskMeasurementsApiRequest + func (r GetDiskMeasurementsApiRequest) Execute() (*ApiMeasurementsGeneralViewAtlas, *http.Response, error) + func (r GetDiskMeasurementsApiRequest) Granularity(granularity string) GetDiskMeasurementsApiRequest + func (r GetDiskMeasurementsApiRequest) M(m []string) GetDiskMeasurementsApiRequest + func (r GetDiskMeasurementsApiRequest) Period(period string) GetDiskMeasurementsApiRequest + func (r GetDiskMeasurementsApiRequest) Start(start time.Time) GetDiskMeasurementsApiRequest + type GetEncryptionAtRestApiParams struct + GroupId string + type GetEncryptionAtRestApiRequest struct + ApiService EncryptionAtRestUsingCustomerKeyManagementApi + func (r GetEncryptionAtRestApiRequest) Execute() (*EncryptionAtRest, *http.Response, error) + type GetExportBucketApiParams struct + ExportBucketId string + GroupId string + type GetExportBucketApiRequest struct + ApiService CloudBackupsApi + func (r GetExportBucketApiRequest) Execute() (*DiskBackupSnapshotAWSExportBucket, *http.Response, error) + type GetFederatedDatabaseApiParams struct + GroupId string + TenantName string + type GetFederatedDatabaseApiRequest struct + ApiService DataFederationApi + func (r GetFederatedDatabaseApiRequest) Execute() (*DataLakeTenant, *http.Response, error) + type GetFederationSettingsApiParams struct + OrgId string + type GetFederationSettingsApiRequest struct + ApiService FederatedAuthenticationApi + func (r GetFederationSettingsApiRequest) Execute() (*OrgFederationSettings, *http.Response, error) + type GetHostLogsApiParams struct + EndDate *int64 + GroupId string + HostName string + LogName string + StartDate *int64 + type GetHostLogsApiRequest struct + ApiService MonitoringAndLogsApi + func (r GetHostLogsApiRequest) EndDate(endDate int64) GetHostLogsApiRequest + func (r GetHostLogsApiRequest) Execute() (io.ReadCloser, *http.Response, error) + func (r GetHostLogsApiRequest) StartDate(startDate int64) GetHostLogsApiRequest + type GetHostMeasurementsApiParams struct + End *time.Time + Granularity *string + GroupId string + M *[]string + Period *string + ProcessId string + Start *time.Time + type GetHostMeasurementsApiRequest struct + ApiService MonitoringAndLogsApi + func (r GetHostMeasurementsApiRequest) End(end time.Time) GetHostMeasurementsApiRequest + func (r GetHostMeasurementsApiRequest) Execute() (*ApiMeasurementsGeneralViewAtlas, *http.Response, error) + func (r GetHostMeasurementsApiRequest) Granularity(granularity string) GetHostMeasurementsApiRequest + func (r GetHostMeasurementsApiRequest) M(m []string) GetHostMeasurementsApiRequest + func (r GetHostMeasurementsApiRequest) Period(period string) GetHostMeasurementsApiRequest + func (r GetHostMeasurementsApiRequest) Start(start time.Time) GetHostMeasurementsApiRequest + type GetIdentityProviderApiParams struct + FederationSettingsId string + IdentityProviderId string + type GetIdentityProviderApiRequest struct + ApiService FederatedAuthenticationApi + func (r GetIdentityProviderApiRequest) Execute() (*FederationIdentityProvider, *http.Response, error) + type GetIdentityProviderMetadataApiParams struct + FederationSettingsId string + IdentityProviderId string + type GetIdentityProviderMetadataApiRequest struct + ApiService FederatedAuthenticationApi + func (r GetIdentityProviderMetadataApiRequest) Execute() (string, *http.Response, error) + type GetIndexMetricsApiParams struct + CollectionName string + DatabaseName string + End *time.Time + Granularity *string + GroupId string + IndexName string + Metrics *[]string + Period *string + ProcessId string + Start *time.Time + type GetIndexMetricsApiRequest struct + ApiService MonitoringAndLogsApi + func (r GetIndexMetricsApiRequest) End(end time.Time) GetIndexMetricsApiRequest + func (r GetIndexMetricsApiRequest) Execute() (*MeasurementsIndexes, *http.Response, error) + func (r GetIndexMetricsApiRequest) Granularity(granularity string) GetIndexMetricsApiRequest + func (r GetIndexMetricsApiRequest) Metrics(metrics []string) GetIndexMetricsApiRequest + func (r GetIndexMetricsApiRequest) Period(period string) GetIndexMetricsApiRequest + func (r GetIndexMetricsApiRequest) Start(start time.Time) GetIndexMetricsApiRequest + type GetInvoiceApiParams struct + InvoiceId string + OrgId string + type GetInvoiceApiRequest struct + ApiService InvoicesApi + func (r GetInvoiceApiRequest) Execute() (string, *http.Response, error) + type GetLDAPConfigurationApiParams struct + GroupId string + type GetLDAPConfigurationApiRequest struct + ApiService LDAPConfigurationApi + func (r GetLDAPConfigurationApiRequest) Execute() (*UserSecurity, *http.Response, error) + type GetLDAPConfigurationStatusApiParams struct + GroupId string + RequestId string + type GetLDAPConfigurationStatusApiRequest struct + ApiService LDAPConfigurationApi + func (r GetLDAPConfigurationStatusApiRequest) Execute() (*LDAPVerifyConnectivityJobRequest, *http.Response, error) + type GetLegacyBackupCheckpointApiParams struct + CheckpointId string + ClusterName string + GroupId string + type GetLegacyBackupCheckpointApiRequest struct + ApiService LegacyBackupApi + func (r GetLegacyBackupCheckpointApiRequest) Execute() (*ApiAtlasCheckpoint, *http.Response, error) + type GetLegacyBackupRestoreJobApiParams struct + ClusterName string + GroupId string + JobId string + type GetLegacyBackupRestoreJobApiRequest struct + ApiService LegacyBackupApi + func (r GetLegacyBackupRestoreJobApiRequest) Execute() (*BackupRestoreJob, *http.Response, error) + type GetLegacySnapshotApiParams struct + ClusterName string + GroupId string + SnapshotId string + type GetLegacySnapshotApiRequest struct + ApiService LegacyBackupApi + func (r GetLegacySnapshotApiRequest) Execute() (*BackupSnapshot, *http.Response, error) + type GetLegacySnapshotScheduleApiParams struct + ClusterName string + GroupId string + type GetLegacySnapshotScheduleApiRequest struct + ApiService LegacyBackupApi + func (r GetLegacySnapshotScheduleApiRequest) Execute() (*ApiAtlasSnapshotSchedule, *http.Response, error) + type GetMaintenanceWindowApiParams struct + GroupId string + type GetMaintenanceWindowApiRequest struct + ApiService MaintenanceWindowsApi + func (r GetMaintenanceWindowApiRequest) Execute() (*GroupMaintenanceWindow, *http.Response, error) + type GetManagedNamespaceApiParams struct + ClusterName string + GroupId string + type GetManagedNamespaceApiRequest struct + ApiService GlobalClustersApi + func (r GetManagedNamespaceApiRequest) Execute() (*GeoSharding, *http.Response, error) + type GetMeasurementsApiParams struct + End *time.Time + Granularity *string + GroupId string + Metrics *[]string + Period *string + ProcessId string + Start *time.Time + type GetMeasurementsApiRequest struct + ApiService MonitoringAndLogsApi + func (r GetMeasurementsApiRequest) End(end time.Time) GetMeasurementsApiRequest + func (r GetMeasurementsApiRequest) Execute() (*MeasurementsNonIndex, *http.Response, error) + func (r GetMeasurementsApiRequest) Granularity(granularity string) GetMeasurementsApiRequest + func (r GetMeasurementsApiRequest) Metrics(metrics []string) GetMeasurementsApiRequest + func (r GetMeasurementsApiRequest) Period(period string) GetMeasurementsApiRequest + func (r GetMeasurementsApiRequest) Start(start time.Time) GetMeasurementsApiRequest + type GetOnlineArchiveApiParams struct + ArchiveId string + ClusterName string + GroupId string + type GetOnlineArchiveApiRequest struct + ApiService OnlineArchiveApi + func (r GetOnlineArchiveApiRequest) Execute() (*BackupOnlineArchive, *http.Response, error) + type GetOrganizationApiParams struct + OrgId string + type GetOrganizationApiRequest struct + ApiService OrganizationsApi + func (r GetOrganizationApiRequest) Execute() (*AtlasOrganization, *http.Response, error) + type GetOrganizationEventApiParams struct + EventId string + IncludeRaw *bool + OrgId string + type GetOrganizationEventApiRequest struct + ApiService EventsApi + func (r GetOrganizationEventApiRequest) Execute() (*EventViewForOrg, *http.Response, error) + func (r GetOrganizationEventApiRequest) IncludeRaw(includeRaw bool) GetOrganizationEventApiRequest + type GetOrganizationInvitationApiParams struct + InvitationId string + OrgId string + type GetOrganizationInvitationApiRequest struct + ApiService OrganizationsApi + func (r GetOrganizationInvitationApiRequest) Execute() (*OrganizationInvitation, *http.Response, error) + type GetOrganizationSettingsApiParams struct + OrgId string + type GetOrganizationSettingsApiRequest struct + ApiService OrganizationsApi + func (r GetOrganizationSettingsApiRequest) Execute() (*OrganizationSettings, *http.Response, error) + type GetOutageSimulationApiParams struct + ClusterName string + GroupId string + type GetOutageSimulationApiRequest struct + ApiService ClusterOutageSimulationApi + func (r GetOutageSimulationApiRequest) Execute() (*ClusterOutageSimulation, *http.Response, error) + type GetPeeringConnectionApiParams struct + GroupId string + PeerId string + type GetPeeringConnectionApiRequest struct + ApiService NetworkPeeringApi + func (r GetPeeringConnectionApiRequest) Execute() (*BaseNetworkPeeringConnectionSettings, *http.Response, error) + type GetPeeringContainerApiParams struct + ContainerId string + GroupId string + type GetPeeringContainerApiRequest struct + ApiService NetworkPeeringApi + func (r GetPeeringContainerApiRequest) Execute() (*CloudProviderContainer, *http.Response, error) + type GetPipelineApiParams struct + GroupId string + PipelineName string + type GetPipelineApiRequest struct + ApiService DataLakePipelinesApi + func (r GetPipelineApiRequest) Execute() (*DataLakeIngestionPipeline, *http.Response, error) + type GetPipelineRunApiParams struct + GroupId string + PipelineName string + PipelineRunId string + type GetPipelineRunApiRequest struct + ApiService DataLakePipelinesApi + func (r GetPipelineRunApiRequest) Execute() (*IngestionPipelineRun, *http.Response, error) + type GetPrivateEndpointApiParams struct + CloudProvider string + EndpointId string + EndpointServiceId string + GroupId string + type GetPrivateEndpointApiRequest struct + ApiService PrivateEndpointServicesApi + func (r GetPrivateEndpointApiRequest) Execute() (*PrivateLinkEndpoint, *http.Response, error) + type GetPrivateEndpointServiceApiParams struct + CloudProvider string + EndpointServiceId string + GroupId string + type GetPrivateEndpointServiceApiRequest struct + ApiService PrivateEndpointServicesApi + func (r GetPrivateEndpointServiceApiRequest) Execute() (*EndpointService, *http.Response, error) + type GetProjectApiParams struct + GroupId string + type GetProjectApiRequest struct + ApiService ProjectsApi + func (r GetProjectApiRequest) Execute() (*Group, *http.Response, error) + type GetProjectByNameApiParams struct + GroupName string + type GetProjectByNameApiRequest struct + ApiService ProjectsApi + func (r GetProjectByNameApiRequest) Execute() (*Group, *http.Response, error) + type GetProjectEventApiParams struct + EventId string + GroupId string + IncludeRaw *bool + type GetProjectEventApiRequest struct + ApiService EventsApi + func (r GetProjectEventApiRequest) Execute() (*EventViewForNdsGroup, *http.Response, error) + func (r GetProjectEventApiRequest) IncludeRaw(includeRaw bool) GetProjectEventApiRequest + type GetProjectInvitationApiParams struct + GroupId string + InvitationId string + type GetProjectInvitationApiRequest struct + ApiService ProjectsApi + func (r GetProjectInvitationApiRequest) Execute() (*GroupInvitation, *http.Response, error) + type GetProjectIpAccessListStatusApiParams struct + EntryValue string + GroupId string + type GetProjectIpAccessListStatusApiRequest struct + ApiService ProjectIPAccessListApi + func (r GetProjectIpAccessListStatusApiRequest) Execute() (*NetworkPermissionEntryStatus, *http.Response, error) + type GetProjectIpListApiParams struct + EntryValue string + GroupId string + type GetProjectIpListApiRequest struct + ApiService ProjectIPAccessListApi + func (r GetProjectIpListApiRequest) Execute() (*NetworkPermissionEntry, *http.Response, error) + type GetProjectLimitApiParams struct + GroupId string + LimitName string + type GetProjectLimitApiRequest struct + ApiService ProjectsApi + func (r GetProjectLimitApiRequest) Execute() (*DataFederationLimit, *http.Response, error) + type GetProjectSettingsApiParams struct + GroupId string + type GetProjectSettingsApiRequest struct + ApiService ProjectsApi + func (r GetProjectSettingsApiRequest) Execute() (*GroupSettings, *http.Response, error) + type GetPushBasedLogConfigurationApiParams struct + GroupId string + type GetPushBasedLogConfigurationApiRequest struct + ApiService PushBasedLogExportApi + func (r GetPushBasedLogConfigurationApiRequest) Execute() (*PushBasedLogExportProject, *http.Response, error) + type GetPushMigrationApiParams struct + GroupId string + LiveMigrationId string + type GetPushMigrationApiRequest struct + ApiService CloudMigrationServiceApi + func (r GetPushMigrationApiRequest) Execute() (*LiveMigrationResponse, *http.Response, error) + type GetRegionalizedPrivateEndpointSettingApiParams struct + GroupId string + type GetRegionalizedPrivateEndpointSettingApiRequest struct + ApiService PrivateEndpointServicesApi + func (r GetRegionalizedPrivateEndpointSettingApiRequest) Execute() (*ProjectSettingItem, *http.Response, error) + type GetReplicaSetBackupApiParams struct + ClusterName string + GroupId string + SnapshotId string + type GetReplicaSetBackupApiRequest struct + ApiService CloudBackupsApi + func (r GetReplicaSetBackupApiRequest) Execute() (*DiskBackupReplicaSet, *http.Response, error) + type GetRoleMappingApiParams struct + FederationSettingsId string + Id string + OrgId string + type GetRoleMappingApiRequest struct + ApiService FederatedAuthenticationApi + func (r GetRoleMappingApiRequest) Execute() (*AuthFederationRoleMapping, *http.Response, error) + type GetSampleDatasetLoadStatusApiParams struct + GroupId string + SampleDatasetId string + type GetSampleDatasetLoadStatusApiRequest struct + ApiService ClustersApi + func (r GetSampleDatasetLoadStatusApiRequest) Execute() (*SampleDatasetStatus, *http.Response, error) + type GetServerlessBackupApiParams struct + ClusterName string + GroupId string + SnapshotId string + type GetServerlessBackupApiRequest struct + ApiService CloudBackupsApi + func (r GetServerlessBackupApiRequest) Execute() (*ServerlessBackupSnapshot, *http.Response, error) + type GetServerlessBackupRestoreJobApiParams struct + ClusterName string + GroupId string + RestoreJobId string + type GetServerlessBackupRestoreJobApiRequest struct + ApiService CloudBackupsApi + func (r GetServerlessBackupRestoreJobApiRequest) Execute() (*ServerlessBackupRestoreJob, *http.Response, error) + type GetServerlessInstanceApiParams struct + GroupId string + Name string + type GetServerlessInstanceApiRequest struct + ApiService ServerlessInstancesApi + func (r GetServerlessInstanceApiRequest) Execute() (*ServerlessInstanceDescription, *http.Response, error) + type GetServerlessPrivateEndpointApiParams struct + EndpointId string + GroupId string + InstanceName string + type GetServerlessPrivateEndpointApiRequest struct + ApiService ServerlessPrivateEndpointsApi + func (r GetServerlessPrivateEndpointApiRequest) Execute() (*ServerlessTenantEndpoint, *http.Response, error) + type GetShardedClusterBackupApiParams struct + ClusterName string + GroupId string + SnapshotId string + type GetShardedClusterBackupApiRequest struct + ApiService CloudBackupsApi + func (r GetShardedClusterBackupApiRequest) Execute() (*DiskBackupShardedClusterSnapshot, *http.Response, error) + type GetSharedClusterBackupApiParams struct + ClusterName string + GroupId string + SnapshotId string + type GetSharedClusterBackupApiRequest struct + ApiService SharedTierSnapshotsApi + func (r GetSharedClusterBackupApiRequest) Execute() (*BackupTenantSnapshot, *http.Response, error) + type GetSharedClusterBackupRestoreJobApiParams struct + ClusterName string + GroupId string + RestoreId string + type GetSharedClusterBackupRestoreJobApiRequest struct + ApiService SharedTierRestoreJobsApi + func (r GetSharedClusterBackupRestoreJobApiRequest) Execute() (*TenantRestore, *http.Response, error) + type GetStreamConnectionApiParams struct + ConnectionName string + GroupId string + TenantName string + type GetStreamConnectionApiRequest struct + ApiService StreamsApi + func (r GetStreamConnectionApiRequest) Execute() (*StreamsConnection, *http.Response, error) + type GetStreamInstanceApiParams struct + GroupId string + IncludeConnections *bool + TenantName string + type GetStreamInstanceApiRequest struct + ApiService StreamsApi + func (r GetStreamInstanceApiRequest) Execute() (*StreamsTenant, *http.Response, error) + func (r GetStreamInstanceApiRequest) IncludeConnections(includeConnections bool) GetStreamInstanceApiRequest + type GetSystemStatusApiParams struct + type GetSystemStatusApiRequest struct + ApiService RootApi + func (r GetSystemStatusApiRequest) Execute() (*SystemStatus, *http.Response, error) + type GetTeamByIdApiParams struct + OrgId string + TeamId string + type GetTeamByIdApiRequest struct + ApiService TeamsApi + func (r GetTeamByIdApiRequest) Execute() (*TeamResponse, *http.Response, error) + type GetTeamByNameApiParams struct + OrgId string + TeamName string + type GetTeamByNameApiRequest struct + ApiService TeamsApi + func (r GetTeamByNameApiRequest) Execute() (*TeamResponse, *http.Response, error) + type GetThirdPartyIntegrationApiParams struct + GroupId string + IntegrationType string + type GetThirdPartyIntegrationApiRequest struct + ApiService ThirdPartyIntegrationsApi + func (r GetThirdPartyIntegrationApiRequest) Execute() (*ThridPartyIntegration, *http.Response, error) + type GetUserApiParams struct + UserId string + type GetUserApiRequest struct + ApiService MongoDBCloudUsersApi + func (r GetUserApiRequest) Execute() (*CloudAppUser, *http.Response, error) + type GetUserByUsernameApiParams struct + UserName string + type GetUserByUsernameApiRequest struct + ApiService MongoDBCloudUsersApi + func (r GetUserByUsernameApiRequest) Execute() (*CloudAppUser, *http.Response, error) + type GetValidationStatusApiParams struct + GroupId string + ValidationId string + type GetValidationStatusApiRequest struct + ApiService CloudMigrationServiceApi + func (r GetValidationStatusApiRequest) Execute() (*LiveImportValidation, *http.Response, error) + type GlobalClustersApi interface + CreateCustomZoneMapping func(ctx context.Context, groupId string, clusterName string, ...) CreateCustomZoneMappingApiRequest + CreateCustomZoneMappingExecute func(r CreateCustomZoneMappingApiRequest) (*GeoSharding, *http.Response, error) + CreateCustomZoneMappingWithParams func(ctx context.Context, args *CreateCustomZoneMappingApiParams) CreateCustomZoneMappingApiRequest + CreateManagedNamespace func(ctx context.Context, groupId string, clusterName string, ...) CreateManagedNamespaceApiRequest + CreateManagedNamespaceExecute func(r CreateManagedNamespaceApiRequest) (*GeoSharding, *http.Response, error) + CreateManagedNamespaceWithParams func(ctx context.Context, args *CreateManagedNamespaceApiParams) CreateManagedNamespaceApiRequest + DeleteAllCustomZoneMappings func(ctx context.Context, groupId string, clusterName string) DeleteAllCustomZoneMappingsApiRequest + DeleteAllCustomZoneMappingsExecute func(r DeleteAllCustomZoneMappingsApiRequest) (*GeoSharding, *http.Response, error) + DeleteAllCustomZoneMappingsWithParams func(ctx context.Context, args *DeleteAllCustomZoneMappingsApiParams) DeleteAllCustomZoneMappingsApiRequest + DeleteManagedNamespace func(ctx context.Context, clusterName string, groupId string) DeleteManagedNamespaceApiRequest + DeleteManagedNamespaceExecute func(r DeleteManagedNamespaceApiRequest) (*GeoSharding, *http.Response, error) + DeleteManagedNamespaceWithParams func(ctx context.Context, args *DeleteManagedNamespaceApiParams) DeleteManagedNamespaceApiRequest + GetManagedNamespace func(ctx context.Context, groupId string, clusterName string) GetManagedNamespaceApiRequest + GetManagedNamespaceExecute func(r GetManagedNamespaceApiRequest) (*GeoSharding, *http.Response, error) + GetManagedNamespaceWithParams func(ctx context.Context, args *GetManagedNamespaceApiParams) GetManagedNamespaceApiRequest + type GlobalClustersApiService service + func (a *GlobalClustersApiService) CreateCustomZoneMapping(ctx context.Context, groupId string, clusterName string, ...) CreateCustomZoneMappingApiRequest + func (a *GlobalClustersApiService) CreateCustomZoneMappingExecute(r CreateCustomZoneMappingApiRequest) (*GeoSharding, *http.Response, error) + func (a *GlobalClustersApiService) CreateCustomZoneMappingWithParams(ctx context.Context, args *CreateCustomZoneMappingApiParams) CreateCustomZoneMappingApiRequest + func (a *GlobalClustersApiService) CreateManagedNamespace(ctx context.Context, groupId string, clusterName string, ...) CreateManagedNamespaceApiRequest + func (a *GlobalClustersApiService) CreateManagedNamespaceExecute(r CreateManagedNamespaceApiRequest) (*GeoSharding, *http.Response, error) + func (a *GlobalClustersApiService) CreateManagedNamespaceWithParams(ctx context.Context, args *CreateManagedNamespaceApiParams) CreateManagedNamespaceApiRequest + func (a *GlobalClustersApiService) DeleteAllCustomZoneMappings(ctx context.Context, groupId string, clusterName string) DeleteAllCustomZoneMappingsApiRequest + func (a *GlobalClustersApiService) DeleteAllCustomZoneMappingsExecute(r DeleteAllCustomZoneMappingsApiRequest) (*GeoSharding, *http.Response, error) + func (a *GlobalClustersApiService) DeleteAllCustomZoneMappingsWithParams(ctx context.Context, args *DeleteAllCustomZoneMappingsApiParams) DeleteAllCustomZoneMappingsApiRequest + func (a *GlobalClustersApiService) DeleteManagedNamespace(ctx context.Context, clusterName string, groupId string) DeleteManagedNamespaceApiRequest + func (a *GlobalClustersApiService) DeleteManagedNamespaceExecute(r DeleteManagedNamespaceApiRequest) (*GeoSharding, *http.Response, error) + func (a *GlobalClustersApiService) DeleteManagedNamespaceWithParams(ctx context.Context, args *DeleteManagedNamespaceApiParams) DeleteManagedNamespaceApiRequest + func (a *GlobalClustersApiService) GetManagedNamespace(ctx context.Context, groupId string, clusterName string) GetManagedNamespaceApiRequest + func (a *GlobalClustersApiService) GetManagedNamespaceExecute(r GetManagedNamespaceApiRequest) (*GeoSharding, *http.Response, error) + func (a *GlobalClustersApiService) GetManagedNamespaceWithParams(ctx context.Context, args *GetManagedNamespaceApiParams) GetManagedNamespaceApiRequest + type GoogleCloudKMS struct + Enabled *bool + KeyVersionResourceID *string + ServiceAccountKey *string + Valid *bool + func NewGoogleCloudKMS() *GoogleCloudKMS + func NewGoogleCloudKMSWithDefaults() *GoogleCloudKMS + func (o *GoogleCloudKMS) GetEnabled() bool + func (o *GoogleCloudKMS) GetEnabledOk() (*bool, bool) + func (o *GoogleCloudKMS) GetKeyVersionResourceID() string + func (o *GoogleCloudKMS) GetKeyVersionResourceIDOk() (*string, bool) + func (o *GoogleCloudKMS) GetServiceAccountKey() string + func (o *GoogleCloudKMS) GetServiceAccountKeyOk() (*string, bool) + func (o *GoogleCloudKMS) GetValid() bool + func (o *GoogleCloudKMS) GetValidOk() (*bool, bool) + func (o *GoogleCloudKMS) HasEnabled() bool + func (o *GoogleCloudKMS) HasKeyVersionResourceID() bool + func (o *GoogleCloudKMS) HasServiceAccountKey() bool + func (o *GoogleCloudKMS) HasValid() bool + func (o *GoogleCloudKMS) SetEnabled(v bool) + func (o *GoogleCloudKMS) SetKeyVersionResourceID(v string) + func (o *GoogleCloudKMS) SetServiceAccountKey(v string) + func (o *GoogleCloudKMS) SetValid(v bool) + func (o GoogleCloudKMS) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GoogleCloudKMS) ToMap() (map[string]interface{}, error) + type GreaterThanRawThreshold struct + Operator *string + Threshold *int + Units *string + func NewGreaterThanRawThreshold() *GreaterThanRawThreshold + func NewGreaterThanRawThresholdWithDefaults() *GreaterThanRawThreshold + func (o *GreaterThanRawThreshold) GetOperator() string + func (o *GreaterThanRawThreshold) GetOperatorOk() (*string, bool) + func (o *GreaterThanRawThreshold) GetThreshold() int + func (o *GreaterThanRawThreshold) GetThresholdOk() (*int, bool) + func (o *GreaterThanRawThreshold) GetUnits() string + func (o *GreaterThanRawThreshold) GetUnitsOk() (*string, bool) + func (o *GreaterThanRawThreshold) HasOperator() bool + func (o *GreaterThanRawThreshold) HasThreshold() bool + func (o *GreaterThanRawThreshold) HasUnits() bool + func (o *GreaterThanRawThreshold) SetOperator(v string) + func (o *GreaterThanRawThreshold) SetThreshold(v int) + func (o *GreaterThanRawThreshold) SetUnits(v string) + func (o GreaterThanRawThreshold) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GreaterThanRawThreshold) ToMap() (map[string]interface{}, error) + type Group struct + ClusterCount int64 + Created time.Time + Id *string + Links *[]Link + Name string + OrgId string + RegionUsageRestrictions *string + WithDefaultAlertsSettings *bool + func NewGroup(clusterCount int64, created time.Time, name string, orgId string) *Group + func NewGroupWithDefaults() *Group + func (o *Group) GetClusterCount() int64 + func (o *Group) GetClusterCountOk() (*int64, bool) + func (o *Group) GetCreated() time.Time + func (o *Group) GetCreatedOk() (*time.Time, bool) + func (o *Group) GetId() string + func (o *Group) GetIdOk() (*string, bool) + func (o *Group) GetLinks() []Link + func (o *Group) GetLinksOk() (*[]Link, bool) + func (o *Group) GetName() string + func (o *Group) GetNameOk() (*string, bool) + func (o *Group) GetOrgId() string + func (o *Group) GetOrgIdOk() (*string, bool) + func (o *Group) GetRegionUsageRestrictions() string + func (o *Group) GetRegionUsageRestrictionsOk() (*string, bool) + func (o *Group) GetWithDefaultAlertsSettings() bool + func (o *Group) GetWithDefaultAlertsSettingsOk() (*bool, bool) + func (o *Group) HasId() bool + func (o *Group) HasLinks() bool + func (o *Group) HasRegionUsageRestrictions() bool + func (o *Group) HasWithDefaultAlertsSettings() bool + func (o *Group) SetClusterCount(v int64) + func (o *Group) SetCreated(v time.Time) + func (o *Group) SetId(v string) + func (o *Group) SetLinks(v []Link) + func (o *Group) SetName(v string) + func (o *Group) SetOrgId(v string) + func (o *Group) SetRegionUsageRestrictions(v string) + func (o *Group) SetWithDefaultAlertsSettings(v bool) + func (o Group) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o Group) ToMap() (map[string]interface{}, error) + type GroupAlertsConfig struct + Created *time.Time + Enabled *bool + EventTypeName *string + GroupId *string + Id *string + Links *[]Link + Matchers *[]map[string]interface{} + MetricThreshold *ServerlessMetricThreshold + Notifications *[]AlertsNotificationRootForGroup + Threshold *GreaterThanRawThreshold + Updated *time.Time + func NewGroupAlertsConfig() *GroupAlertsConfig + func NewGroupAlertsConfigWithDefaults() *GroupAlertsConfig + func (o *GroupAlertsConfig) GetCreated() time.Time + func (o *GroupAlertsConfig) GetCreatedOk() (*time.Time, bool) + func (o *GroupAlertsConfig) GetEnabled() bool + func (o *GroupAlertsConfig) GetEnabledOk() (*bool, bool) + func (o *GroupAlertsConfig) GetEventTypeName() string + func (o *GroupAlertsConfig) GetEventTypeNameOk() (*string, bool) + func (o *GroupAlertsConfig) GetGroupId() string + func (o *GroupAlertsConfig) GetGroupIdOk() (*string, bool) + func (o *GroupAlertsConfig) GetId() string + func (o *GroupAlertsConfig) GetIdOk() (*string, bool) + func (o *GroupAlertsConfig) GetLinks() []Link + func (o *GroupAlertsConfig) GetLinksOk() (*[]Link, bool) + func (o *GroupAlertsConfig) GetMatchers() []map[string]interface{} + func (o *GroupAlertsConfig) GetMatchersOk() (*[]map[string]interface{}, bool) + func (o *GroupAlertsConfig) GetMetricThreshold() ServerlessMetricThreshold + func (o *GroupAlertsConfig) GetMetricThresholdOk() (*ServerlessMetricThreshold, bool) + func (o *GroupAlertsConfig) GetNotifications() []AlertsNotificationRootForGroup + func (o *GroupAlertsConfig) GetNotificationsOk() (*[]AlertsNotificationRootForGroup, bool) + func (o *GroupAlertsConfig) GetThreshold() GreaterThanRawThreshold + func (o *GroupAlertsConfig) GetThresholdOk() (*GreaterThanRawThreshold, bool) + func (o *GroupAlertsConfig) GetUpdated() time.Time + func (o *GroupAlertsConfig) GetUpdatedOk() (*time.Time, bool) + func (o *GroupAlertsConfig) HasCreated() bool + func (o *GroupAlertsConfig) HasEnabled() bool + func (o *GroupAlertsConfig) HasEventTypeName() bool + func (o *GroupAlertsConfig) HasGroupId() bool + func (o *GroupAlertsConfig) HasId() bool + func (o *GroupAlertsConfig) HasLinks() bool + func (o *GroupAlertsConfig) HasMatchers() bool + func (o *GroupAlertsConfig) HasMetricThreshold() bool + func (o *GroupAlertsConfig) HasNotifications() bool + func (o *GroupAlertsConfig) HasThreshold() bool + func (o *GroupAlertsConfig) HasUpdated() bool + func (o *GroupAlertsConfig) SetCreated(v time.Time) + func (o *GroupAlertsConfig) SetEnabled(v bool) + func (o *GroupAlertsConfig) SetEventTypeName(v string) + func (o *GroupAlertsConfig) SetGroupId(v string) + func (o *GroupAlertsConfig) SetId(v string) + func (o *GroupAlertsConfig) SetLinks(v []Link) + func (o *GroupAlertsConfig) SetMatchers(v []map[string]interface{}) + func (o *GroupAlertsConfig) SetMetricThreshold(v ServerlessMetricThreshold) + func (o *GroupAlertsConfig) SetNotifications(v []AlertsNotificationRootForGroup) + func (o *GroupAlertsConfig) SetThreshold(v GreaterThanRawThreshold) + func (o *GroupAlertsConfig) SetUpdated(v time.Time) + func (o GroupAlertsConfig) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupAlertsConfig) ToMap() (map[string]interface{}, error) + type GroupIPAddresses struct + GroupId *string + Services *GroupService + func NewGroupIPAddresses() *GroupIPAddresses + func NewGroupIPAddressesWithDefaults() *GroupIPAddresses + func (o *GroupIPAddresses) GetGroupId() string + func (o *GroupIPAddresses) GetGroupIdOk() (*string, bool) + func (o *GroupIPAddresses) GetServices() GroupService + func (o *GroupIPAddresses) GetServicesOk() (*GroupService, bool) + func (o *GroupIPAddresses) HasGroupId() bool + func (o *GroupIPAddresses) HasServices() bool + func (o *GroupIPAddresses) SetGroupId(v string) + func (o *GroupIPAddresses) SetServices(v GroupService) + func (o GroupIPAddresses) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupIPAddresses) ToMap() (map[string]interface{}, error) + type GroupInvitation struct + CreatedAt *time.Time + ExpiresAt *time.Time + GroupId *string + GroupName *string + Id *string + InviterUsername *string + Links *[]Link + Roles *[]string + Username *string + func NewGroupInvitation() *GroupInvitation + func NewGroupInvitationWithDefaults() *GroupInvitation + func (o *GroupInvitation) GetCreatedAt() time.Time + func (o *GroupInvitation) GetCreatedAtOk() (*time.Time, bool) + func (o *GroupInvitation) GetExpiresAt() time.Time + func (o *GroupInvitation) GetExpiresAtOk() (*time.Time, bool) + func (o *GroupInvitation) GetGroupId() string + func (o *GroupInvitation) GetGroupIdOk() (*string, bool) + func (o *GroupInvitation) GetGroupName() string + func (o *GroupInvitation) GetGroupNameOk() (*string, bool) + func (o *GroupInvitation) GetId() string + func (o *GroupInvitation) GetIdOk() (*string, bool) + func (o *GroupInvitation) GetInviterUsername() string + func (o *GroupInvitation) GetInviterUsernameOk() (*string, bool) + func (o *GroupInvitation) GetLinks() []Link + func (o *GroupInvitation) GetLinksOk() (*[]Link, bool) + func (o *GroupInvitation) GetRoles() []string + func (o *GroupInvitation) GetRolesOk() (*[]string, bool) + func (o *GroupInvitation) GetUsername() string + func (o *GroupInvitation) GetUsernameOk() (*string, bool) + func (o *GroupInvitation) HasCreatedAt() bool + func (o *GroupInvitation) HasExpiresAt() bool + func (o *GroupInvitation) HasGroupId() bool + func (o *GroupInvitation) HasGroupName() bool + func (o *GroupInvitation) HasId() bool + func (o *GroupInvitation) HasInviterUsername() bool + func (o *GroupInvitation) HasLinks() bool + func (o *GroupInvitation) HasRoles() bool + func (o *GroupInvitation) HasUsername() bool + func (o *GroupInvitation) SetCreatedAt(v time.Time) + func (o *GroupInvitation) SetExpiresAt(v time.Time) + func (o *GroupInvitation) SetGroupId(v string) + func (o *GroupInvitation) SetGroupName(v string) + func (o *GroupInvitation) SetId(v string) + func (o *GroupInvitation) SetInviterUsername(v string) + func (o *GroupInvitation) SetLinks(v []Link) + func (o *GroupInvitation) SetRoles(v []string) + func (o *GroupInvitation) SetUsername(v string) + func (o GroupInvitation) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupInvitation) ToMap() (map[string]interface{}, error) + type GroupInvitationRequest struct + Roles *[]string + Username *string + func NewGroupInvitationRequest() *GroupInvitationRequest + func NewGroupInvitationRequestWithDefaults() *GroupInvitationRequest + func (o *GroupInvitationRequest) GetRoles() []string + func (o *GroupInvitationRequest) GetRolesOk() (*[]string, bool) + func (o *GroupInvitationRequest) GetUsername() string + func (o *GroupInvitationRequest) GetUsernameOk() (*string, bool) + func (o *GroupInvitationRequest) HasRoles() bool + func (o *GroupInvitationRequest) HasUsername() bool + func (o *GroupInvitationRequest) SetRoles(v []string) + func (o *GroupInvitationRequest) SetUsername(v string) + func (o GroupInvitationRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupInvitationRequest) ToMap() (map[string]interface{}, error) + type GroupInvitationUpdateRequest struct + Roles *[]string + func NewGroupInvitationUpdateRequest() *GroupInvitationUpdateRequest + func NewGroupInvitationUpdateRequestWithDefaults() *GroupInvitationUpdateRequest + func (o *GroupInvitationUpdateRequest) GetRoles() []string + func (o *GroupInvitationUpdateRequest) GetRolesOk() (*[]string, bool) + func (o *GroupInvitationUpdateRequest) HasRoles() bool + func (o *GroupInvitationUpdateRequest) SetRoles(v []string) + func (o GroupInvitationUpdateRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupInvitationUpdateRequest) ToMap() (map[string]interface{}, error) + type GroupMaintenanceWindow struct + AutoDeferOnceEnabled *bool + DayOfWeek int + HourOfDay int + StartASAP *bool + func NewGroupMaintenanceWindow(dayOfWeek int, hourOfDay int) *GroupMaintenanceWindow + func NewGroupMaintenanceWindowWithDefaults() *GroupMaintenanceWindow + func (o *GroupMaintenanceWindow) GetAutoDeferOnceEnabled() bool + func (o *GroupMaintenanceWindow) GetAutoDeferOnceEnabledOk() (*bool, bool) + func (o *GroupMaintenanceWindow) GetDayOfWeek() int + func (o *GroupMaintenanceWindow) GetDayOfWeekOk() (*int, bool) + func (o *GroupMaintenanceWindow) GetHourOfDay() int + func (o *GroupMaintenanceWindow) GetHourOfDayOk() (*int, bool) + func (o *GroupMaintenanceWindow) GetStartASAP() bool + func (o *GroupMaintenanceWindow) GetStartASAPOk() (*bool, bool) + func (o *GroupMaintenanceWindow) HasAutoDeferOnceEnabled() bool + func (o *GroupMaintenanceWindow) HasStartASAP() bool + func (o *GroupMaintenanceWindow) SetAutoDeferOnceEnabled(v bool) + func (o *GroupMaintenanceWindow) SetDayOfWeek(v int) + func (o *GroupMaintenanceWindow) SetHourOfDay(v int) + func (o *GroupMaintenanceWindow) SetStartASAP(v bool) + func (o GroupMaintenanceWindow) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupMaintenanceWindow) ToMap() (map[string]interface{}, error) + type GroupName struct + Name *string + func NewGroupName() *GroupName + func NewGroupNameWithDefaults() *GroupName + func (o *GroupName) GetName() string + func (o *GroupName) GetNameOk() (*string, bool) + func (o *GroupName) HasName() bool + func (o *GroupName) SetName(v string) + func (o GroupName) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupName) ToMap() (map[string]interface{}, error) + type GroupPaginatedEvent struct + Links *[]Link + Results *[]EventViewForNdsGroup + TotalCount *int + func NewGroupPaginatedEvent() *GroupPaginatedEvent + func NewGroupPaginatedEventWithDefaults() *GroupPaginatedEvent + func (o *GroupPaginatedEvent) GetLinks() []Link + func (o *GroupPaginatedEvent) GetLinksOk() (*[]Link, bool) + func (o *GroupPaginatedEvent) GetResults() []EventViewForNdsGroup + func (o *GroupPaginatedEvent) GetResultsOk() (*[]EventViewForNdsGroup, bool) + func (o *GroupPaginatedEvent) GetTotalCount() int + func (o *GroupPaginatedEvent) GetTotalCountOk() (*int, bool) + func (o *GroupPaginatedEvent) HasLinks() bool + func (o *GroupPaginatedEvent) HasResults() bool + func (o *GroupPaginatedEvent) HasTotalCount() bool + func (o *GroupPaginatedEvent) SetLinks(v []Link) + func (o *GroupPaginatedEvent) SetResults(v []EventViewForNdsGroup) + func (o *GroupPaginatedEvent) SetTotalCount(v int) + func (o GroupPaginatedEvent) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupPaginatedEvent) ToMap() (map[string]interface{}, error) + type GroupRole struct + GroupId *string + GroupRole *string + func NewGroupRole() *GroupRole + func NewGroupRoleWithDefaults() *GroupRole + func (o *GroupRole) GetGroupId() string + func (o *GroupRole) GetGroupIdOk() (*string, bool) + func (o *GroupRole) GetGroupRole() string + func (o *GroupRole) GetGroupRoleOk() (*string, bool) + func (o *GroupRole) HasGroupId() bool + func (o *GroupRole) HasGroupRole() bool + func (o *GroupRole) SetGroupId(v string) + func (o *GroupRole) SetGroupRole(v string) + func (o GroupRole) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupRole) ToMap() (map[string]interface{}, error) + type GroupService struct + Clusters *[]ClusterIPAddresses + func NewGroupService() *GroupService + func NewGroupServiceWithDefaults() *GroupService + func (o *GroupService) GetClusters() []ClusterIPAddresses + func (o *GroupService) GetClustersOk() (*[]ClusterIPAddresses, bool) + func (o *GroupService) HasClusters() bool + func (o *GroupService) SetClusters(v []ClusterIPAddresses) + func (o GroupService) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupService) ToMap() (map[string]interface{}, error) + type GroupSettings struct + IsCollectDatabaseSpecificsStatisticsEnabled *bool + IsDataExplorerEnabled *bool + IsExtendedStorageSizesEnabled *bool + IsPerformanceAdvisorEnabled *bool + IsRealtimePerformancePanelEnabled *bool + IsSchemaAdvisorEnabled *bool + func NewGroupSettings() *GroupSettings + func NewGroupSettingsWithDefaults() *GroupSettings + func (o *GroupSettings) GetIsCollectDatabaseSpecificsStatisticsEnabled() bool + func (o *GroupSettings) GetIsCollectDatabaseSpecificsStatisticsEnabledOk() (*bool, bool) + func (o *GroupSettings) GetIsDataExplorerEnabled() bool + func (o *GroupSettings) GetIsDataExplorerEnabledOk() (*bool, bool) + func (o *GroupSettings) GetIsExtendedStorageSizesEnabled() bool + func (o *GroupSettings) GetIsExtendedStorageSizesEnabledOk() (*bool, bool) + func (o *GroupSettings) GetIsPerformanceAdvisorEnabled() bool + func (o *GroupSettings) GetIsPerformanceAdvisorEnabledOk() (*bool, bool) + func (o *GroupSettings) GetIsRealtimePerformancePanelEnabled() bool + func (o *GroupSettings) GetIsRealtimePerformancePanelEnabledOk() (*bool, bool) + func (o *GroupSettings) GetIsSchemaAdvisorEnabled() bool + func (o *GroupSettings) GetIsSchemaAdvisorEnabledOk() (*bool, bool) + func (o *GroupSettings) HasIsCollectDatabaseSpecificsStatisticsEnabled() bool + func (o *GroupSettings) HasIsDataExplorerEnabled() bool + func (o *GroupSettings) HasIsExtendedStorageSizesEnabled() bool + func (o *GroupSettings) HasIsPerformanceAdvisorEnabled() bool + func (o *GroupSettings) HasIsRealtimePerformancePanelEnabled() bool + func (o *GroupSettings) HasIsSchemaAdvisorEnabled() bool + func (o *GroupSettings) SetIsCollectDatabaseSpecificsStatisticsEnabled(v bool) + func (o *GroupSettings) SetIsDataExplorerEnabled(v bool) + func (o *GroupSettings) SetIsExtendedStorageSizesEnabled(v bool) + func (o *GroupSettings) SetIsPerformanceAdvisorEnabled(v bool) + func (o *GroupSettings) SetIsRealtimePerformancePanelEnabled(v bool) + func (o *GroupSettings) SetIsSchemaAdvisorEnabled(v bool) + func (o GroupSettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o GroupSettings) ToMap() (map[string]interface{}, error) + type HardwareSpec struct + DiskIOPS *int + EbsVolumeType *string + InstanceSize *string + NodeCount *int + func NewHardwareSpec() *HardwareSpec + func NewHardwareSpecWithDefaults() *HardwareSpec + func (o *HardwareSpec) GetDiskIOPS() int + func (o *HardwareSpec) GetDiskIOPSOk() (*int, bool) + func (o *HardwareSpec) GetEbsVolumeType() string + func (o *HardwareSpec) GetEbsVolumeTypeOk() (*string, bool) + func (o *HardwareSpec) GetInstanceSize() string + func (o *HardwareSpec) GetInstanceSizeOk() (*string, bool) + func (o *HardwareSpec) GetNodeCount() int + func (o *HardwareSpec) GetNodeCountOk() (*int, bool) + func (o *HardwareSpec) HasDiskIOPS() bool + func (o *HardwareSpec) HasEbsVolumeType() bool + func (o *HardwareSpec) HasInstanceSize() bool + func (o *HardwareSpec) HasNodeCount() bool + func (o *HardwareSpec) SetDiskIOPS(v int) + func (o *HardwareSpec) SetEbsVolumeType(v string) + func (o *HardwareSpec) SetInstanceSize(v string) + func (o *HardwareSpec) SetNodeCount(v int) + func (o HardwareSpec) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o HardwareSpec) ToMap() (map[string]interface{}, error) + type InboundControlPlaneCloudProviderIPAddresses struct + Aws *map[string][]string + Azure *map[string][]string + Gcp *map[string][]string + func NewInboundControlPlaneCloudProviderIPAddresses() *InboundControlPlaneCloudProviderIPAddresses + func NewInboundControlPlaneCloudProviderIPAddressesWithDefaults() *InboundControlPlaneCloudProviderIPAddresses + func (o *InboundControlPlaneCloudProviderIPAddresses) GetAws() map[string][]string + func (o *InboundControlPlaneCloudProviderIPAddresses) GetAwsOk() (*map[string][]string, bool) + func (o *InboundControlPlaneCloudProviderIPAddresses) GetAzure() map[string][]string + func (o *InboundControlPlaneCloudProviderIPAddresses) GetAzureOk() (*map[string][]string, bool) + func (o *InboundControlPlaneCloudProviderIPAddresses) GetGcp() map[string][]string + func (o *InboundControlPlaneCloudProviderIPAddresses) GetGcpOk() (*map[string][]string, bool) + func (o *InboundControlPlaneCloudProviderIPAddresses) HasAws() bool + func (o *InboundControlPlaneCloudProviderIPAddresses) HasAzure() bool + func (o *InboundControlPlaneCloudProviderIPAddresses) HasGcp() bool + func (o *InboundControlPlaneCloudProviderIPAddresses) SetAws(v map[string][]string) + func (o *InboundControlPlaneCloudProviderIPAddresses) SetAzure(v map[string][]string) + func (o *InboundControlPlaneCloudProviderIPAddresses) SetGcp(v map[string][]string) + func (o InboundControlPlaneCloudProviderIPAddresses) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o InboundControlPlaneCloudProviderIPAddresses) ToMap() (map[string]interface{}, error) + type IndexOptions struct + Background *bool + Bits *int + BucketSize *int + ColumnstoreProjection *map[string]int + DefaultLanguage *string + ExpireAfterSeconds *int + Hidden *bool + LanguageOverride *string + Max *int + Min *int + Name *string + PartialFilterExpression map[string]interface{} + Sparse *bool + StorageEngine map[string]interface{} + TextIndexVersion *int + Unique *bool + Var2dsphereIndexVersion *int + Weights map[string]interface{} + func NewIndexOptions() *IndexOptions + func NewIndexOptionsWithDefaults() *IndexOptions + func (o *IndexOptions) GetBackground() bool + func (o *IndexOptions) GetBackgroundOk() (*bool, bool) + func (o *IndexOptions) GetBits() int + func (o *IndexOptions) GetBitsOk() (*int, bool) + func (o *IndexOptions) GetBucketSize() int + func (o *IndexOptions) GetBucketSizeOk() (*int, bool) + func (o *IndexOptions) GetColumnstoreProjection() map[string]int + func (o *IndexOptions) GetColumnstoreProjectionOk() (*map[string]int, bool) + func (o *IndexOptions) GetDefaultLanguage() string + func (o *IndexOptions) GetDefaultLanguageOk() (*string, bool) + func (o *IndexOptions) GetExpireAfterSeconds() int + func (o *IndexOptions) GetExpireAfterSecondsOk() (*int, bool) + func (o *IndexOptions) GetHidden() bool + func (o *IndexOptions) GetHiddenOk() (*bool, bool) + func (o *IndexOptions) GetLanguageOverride() string + func (o *IndexOptions) GetLanguageOverrideOk() (*string, bool) + func (o *IndexOptions) GetMax() int + func (o *IndexOptions) GetMaxOk() (*int, bool) + func (o *IndexOptions) GetMin() int + func (o *IndexOptions) GetMinOk() (*int, bool) + func (o *IndexOptions) GetName() string + func (o *IndexOptions) GetNameOk() (*string, bool) + func (o *IndexOptions) GetPartialFilterExpression() map[string]interface{} + func (o *IndexOptions) GetPartialFilterExpressionOk() (map[string]interface{}, bool) + func (o *IndexOptions) GetSparse() bool + func (o *IndexOptions) GetSparseOk() (*bool, bool) + func (o *IndexOptions) GetStorageEngine() map[string]interface{} + func (o *IndexOptions) GetStorageEngineOk() (map[string]interface{}, bool) + func (o *IndexOptions) GetTextIndexVersion() int + func (o *IndexOptions) GetTextIndexVersionOk() (*int, bool) + func (o *IndexOptions) GetUnique() bool + func (o *IndexOptions) GetUniqueOk() (*bool, bool) + func (o *IndexOptions) GetVar2dsphereIndexVersion() int + func (o *IndexOptions) GetVar2dsphereIndexVersionOk() (*int, bool) + func (o *IndexOptions) GetWeights() map[string]interface{} + func (o *IndexOptions) GetWeightsOk() (map[string]interface{}, bool) + func (o *IndexOptions) HasBackground() bool + func (o *IndexOptions) HasBits() bool + func (o *IndexOptions) HasBucketSize() bool + func (o *IndexOptions) HasColumnstoreProjection() bool + func (o *IndexOptions) HasDefaultLanguage() bool + func (o *IndexOptions) HasExpireAfterSeconds() bool + func (o *IndexOptions) HasHidden() bool + func (o *IndexOptions) HasLanguageOverride() bool + func (o *IndexOptions) HasMax() bool + func (o *IndexOptions) HasMin() bool + func (o *IndexOptions) HasName() bool + func (o *IndexOptions) HasPartialFilterExpression() bool + func (o *IndexOptions) HasSparse() bool + func (o *IndexOptions) HasStorageEngine() bool + func (o *IndexOptions) HasTextIndexVersion() bool + func (o *IndexOptions) HasUnique() bool + func (o *IndexOptions) HasVar2dsphereIndexVersion() bool + func (o *IndexOptions) HasWeights() bool + func (o *IndexOptions) SetBackground(v bool) + func (o *IndexOptions) SetBits(v int) + func (o *IndexOptions) SetBucketSize(v int) + func (o *IndexOptions) SetColumnstoreProjection(v map[string]int) + func (o *IndexOptions) SetDefaultLanguage(v string) + func (o *IndexOptions) SetExpireAfterSeconds(v int) + func (o *IndexOptions) SetHidden(v bool) + func (o *IndexOptions) SetLanguageOverride(v string) + func (o *IndexOptions) SetMax(v int) + func (o *IndexOptions) SetMin(v int) + func (o *IndexOptions) SetName(v string) + func (o *IndexOptions) SetPartialFilterExpression(v map[string]interface{}) + func (o *IndexOptions) SetSparse(v bool) + func (o *IndexOptions) SetStorageEngine(v map[string]interface{}) + func (o *IndexOptions) SetTextIndexVersion(v int) + func (o *IndexOptions) SetUnique(v bool) + func (o *IndexOptions) SetVar2dsphereIndexVersion(v int) + func (o *IndexOptions) SetWeights(v map[string]interface{}) + func (o IndexOptions) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o IndexOptions) ToMap() (map[string]interface{}, error) + type IngestionPipelineRun struct + BackupFrequencyType *string + CreatedDate *time.Time + DatasetName *string + DatasetRetentionPolicy *DatasetRetentionPolicy + GroupId *string + Id *string + LastUpdatedDate *time.Time + Phase *string + PipelineId *string + ScheduledDeletionDate *time.Time + SnapshotId *string + State *string + Stats *PipelineRunStats + func NewIngestionPipelineRun() *IngestionPipelineRun + func NewIngestionPipelineRunWithDefaults() *IngestionPipelineRun + func (o *IngestionPipelineRun) GetBackupFrequencyType() string + func (o *IngestionPipelineRun) GetBackupFrequencyTypeOk() (*string, bool) + func (o *IngestionPipelineRun) GetCreatedDate() time.Time + func (o *IngestionPipelineRun) GetCreatedDateOk() (*time.Time, bool) + func (o *IngestionPipelineRun) GetDatasetName() string + func (o *IngestionPipelineRun) GetDatasetNameOk() (*string, bool) + func (o *IngestionPipelineRun) GetDatasetRetentionPolicy() DatasetRetentionPolicy + func (o *IngestionPipelineRun) GetDatasetRetentionPolicyOk() (*DatasetRetentionPolicy, bool) + func (o *IngestionPipelineRun) GetGroupId() string + func (o *IngestionPipelineRun) GetGroupIdOk() (*string, bool) + func (o *IngestionPipelineRun) GetId() string + func (o *IngestionPipelineRun) GetIdOk() (*string, bool) + func (o *IngestionPipelineRun) GetLastUpdatedDate() time.Time + func (o *IngestionPipelineRun) GetLastUpdatedDateOk() (*time.Time, bool) + func (o *IngestionPipelineRun) GetPhase() string + func (o *IngestionPipelineRun) GetPhaseOk() (*string, bool) + func (o *IngestionPipelineRun) GetPipelineId() string + func (o *IngestionPipelineRun) GetPipelineIdOk() (*string, bool) + func (o *IngestionPipelineRun) GetScheduledDeletionDate() time.Time + func (o *IngestionPipelineRun) GetScheduledDeletionDateOk() (*time.Time, bool) + func (o *IngestionPipelineRun) GetSnapshotId() string + func (o *IngestionPipelineRun) GetSnapshotIdOk() (*string, bool) + func (o *IngestionPipelineRun) GetState() string + func (o *IngestionPipelineRun) GetStateOk() (*string, bool) + func (o *IngestionPipelineRun) GetStats() PipelineRunStats + func (o *IngestionPipelineRun) GetStatsOk() (*PipelineRunStats, bool) + func (o *IngestionPipelineRun) HasBackupFrequencyType() bool + func (o *IngestionPipelineRun) HasCreatedDate() bool + func (o *IngestionPipelineRun) HasDatasetName() bool + func (o *IngestionPipelineRun) HasDatasetRetentionPolicy() bool + func (o *IngestionPipelineRun) HasGroupId() bool + func (o *IngestionPipelineRun) HasId() bool + func (o *IngestionPipelineRun) HasLastUpdatedDate() bool + func (o *IngestionPipelineRun) HasPhase() bool + func (o *IngestionPipelineRun) HasPipelineId() bool + func (o *IngestionPipelineRun) HasScheduledDeletionDate() bool + func (o *IngestionPipelineRun) HasSnapshotId() bool + func (o *IngestionPipelineRun) HasState() bool + func (o *IngestionPipelineRun) HasStats() bool + func (o *IngestionPipelineRun) SetBackupFrequencyType(v string) + func (o *IngestionPipelineRun) SetCreatedDate(v time.Time) + func (o *IngestionPipelineRun) SetDatasetName(v string) + func (o *IngestionPipelineRun) SetDatasetRetentionPolicy(v DatasetRetentionPolicy) + func (o *IngestionPipelineRun) SetGroupId(v string) + func (o *IngestionPipelineRun) SetId(v string) + func (o *IngestionPipelineRun) SetLastUpdatedDate(v time.Time) + func (o *IngestionPipelineRun) SetPhase(v string) + func (o *IngestionPipelineRun) SetPipelineId(v string) + func (o *IngestionPipelineRun) SetScheduledDeletionDate(v time.Time) + func (o *IngestionPipelineRun) SetSnapshotId(v string) + func (o *IngestionPipelineRun) SetState(v string) + func (o *IngestionPipelineRun) SetStats(v PipelineRunStats) + func (o IngestionPipelineRun) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o IngestionPipelineRun) ToMap() (map[string]interface{}, error) + type IngestionSink struct + MetadataProvider *string + MetadataRegion *string + PartitionFields *[]DataLakePipelinesPartitionField + Type *string + func NewIngestionSink() *IngestionSink + func NewIngestionSinkWithDefaults() *IngestionSink + func (o *IngestionSink) GetMetadataProvider() string + func (o *IngestionSink) GetMetadataProviderOk() (*string, bool) + func (o *IngestionSink) GetMetadataRegion() string + func (o *IngestionSink) GetMetadataRegionOk() (*string, bool) + func (o *IngestionSink) GetPartitionFields() []DataLakePipelinesPartitionField + func (o *IngestionSink) GetPartitionFieldsOk() (*[]DataLakePipelinesPartitionField, bool) + func (o *IngestionSink) GetType() string + func (o *IngestionSink) GetTypeOk() (*string, bool) + func (o *IngestionSink) HasMetadataProvider() bool + func (o *IngestionSink) HasMetadataRegion() bool + func (o *IngestionSink) HasPartitionFields() bool + func (o *IngestionSink) HasType() bool + func (o *IngestionSink) SetMetadataProvider(v string) + func (o *IngestionSink) SetMetadataRegion(v string) + func (o *IngestionSink) SetPartitionFields(v []DataLakePipelinesPartitionField) + func (o *IngestionSink) SetType(v string) + func (o IngestionSink) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o IngestionSink) ToMap() (map[string]interface{}, error) + type IngestionSource struct + ClusterName *string + CollectionName *string + DatabaseName *string + GroupId *string + PolicyItemId *string + Type *string + func NewIngestionSource() *IngestionSource + func NewIngestionSourceWithDefaults() *IngestionSource + func (o *IngestionSource) GetClusterName() string + func (o *IngestionSource) GetClusterNameOk() (*string, bool) + func (o *IngestionSource) GetCollectionName() string + func (o *IngestionSource) GetCollectionNameOk() (*string, bool) + func (o *IngestionSource) GetDatabaseName() string + func (o *IngestionSource) GetDatabaseNameOk() (*string, bool) + func (o *IngestionSource) GetGroupId() string + func (o *IngestionSource) GetGroupIdOk() (*string, bool) + func (o *IngestionSource) GetPolicyItemId() string + func (o *IngestionSource) GetPolicyItemIdOk() (*string, bool) + func (o *IngestionSource) GetType() string + func (o *IngestionSource) GetTypeOk() (*string, bool) + func (o *IngestionSource) HasClusterName() bool + func (o *IngestionSource) HasCollectionName() bool + func (o *IngestionSource) HasDatabaseName() bool + func (o *IngestionSource) HasGroupId() bool + func (o *IngestionSource) HasPolicyItemId() bool + func (o *IngestionSource) HasType() bool + func (o *IngestionSource) SetClusterName(v string) + func (o *IngestionSource) SetCollectionName(v string) + func (o *IngestionSource) SetDatabaseName(v string) + func (o *IngestionSource) SetGroupId(v string) + func (o *IngestionSource) SetPolicyItemId(v string) + func (o *IngestionSource) SetType(v string) + func (o IngestionSource) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o IngestionSource) ToMap() (map[string]interface{}, error) + type InvoiceLineItem struct + ClusterName *string + Created *time.Time + DiscountCents *int64 + EndDate *time.Time + GroupId *string + GroupName *string + Note *string + PercentDiscount *float32 + Quantity *float64 + Sku *string + StartDate *time.Time + StitchAppName *string + Tags *map[string][]string + TierLowerBound *float64 + TierUpperBound *float64 + TotalPriceCents *int64 + Unit *string + UnitPriceDollars *float64 + func NewInvoiceLineItem() *InvoiceLineItem + func NewInvoiceLineItemWithDefaults() *InvoiceLineItem + func (o *InvoiceLineItem) GetClusterName() string + func (o *InvoiceLineItem) GetClusterNameOk() (*string, bool) + func (o *InvoiceLineItem) GetCreated() time.Time + func (o *InvoiceLineItem) GetCreatedOk() (*time.Time, bool) + func (o *InvoiceLineItem) GetDiscountCents() int64 + func (o *InvoiceLineItem) GetDiscountCentsOk() (*int64, bool) + func (o *InvoiceLineItem) GetEndDate() time.Time + func (o *InvoiceLineItem) GetEndDateOk() (*time.Time, bool) + func (o *InvoiceLineItem) GetGroupId() string + func (o *InvoiceLineItem) GetGroupIdOk() (*string, bool) + func (o *InvoiceLineItem) GetGroupName() string + func (o *InvoiceLineItem) GetGroupNameOk() (*string, bool) + func (o *InvoiceLineItem) GetNote() string + func (o *InvoiceLineItem) GetNoteOk() (*string, bool) + func (o *InvoiceLineItem) GetPercentDiscount() float32 + func (o *InvoiceLineItem) GetPercentDiscountOk() (*float32, bool) + func (o *InvoiceLineItem) GetQuantity() float64 + func (o *InvoiceLineItem) GetQuantityOk() (*float64, bool) + func (o *InvoiceLineItem) GetSku() string + func (o *InvoiceLineItem) GetSkuOk() (*string, bool) + func (o *InvoiceLineItem) GetStartDate() time.Time + func (o *InvoiceLineItem) GetStartDateOk() (*time.Time, bool) + func (o *InvoiceLineItem) GetStitchAppName() string + func (o *InvoiceLineItem) GetStitchAppNameOk() (*string, bool) + func (o *InvoiceLineItem) GetTags() map[string][]string + func (o *InvoiceLineItem) GetTagsOk() (*map[string][]string, bool) + func (o *InvoiceLineItem) GetTierLowerBound() float64 + func (o *InvoiceLineItem) GetTierLowerBoundOk() (*float64, bool) + func (o *InvoiceLineItem) GetTierUpperBound() float64 + func (o *InvoiceLineItem) GetTierUpperBoundOk() (*float64, bool) + func (o *InvoiceLineItem) GetTotalPriceCents() int64 + func (o *InvoiceLineItem) GetTotalPriceCentsOk() (*int64, bool) + func (o *InvoiceLineItem) GetUnit() string + func (o *InvoiceLineItem) GetUnitOk() (*string, bool) + func (o *InvoiceLineItem) GetUnitPriceDollars() float64 + func (o *InvoiceLineItem) GetUnitPriceDollarsOk() (*float64, bool) + func (o *InvoiceLineItem) HasClusterName() bool + func (o *InvoiceLineItem) HasCreated() bool + func (o *InvoiceLineItem) HasDiscountCents() bool + func (o *InvoiceLineItem) HasEndDate() bool + func (o *InvoiceLineItem) HasGroupId() bool + func (o *InvoiceLineItem) HasGroupName() bool + func (o *InvoiceLineItem) HasNote() bool + func (o *InvoiceLineItem) HasPercentDiscount() bool + func (o *InvoiceLineItem) HasQuantity() bool + func (o *InvoiceLineItem) HasSku() bool + func (o *InvoiceLineItem) HasStartDate() bool + func (o *InvoiceLineItem) HasStitchAppName() bool + func (o *InvoiceLineItem) HasTags() bool + func (o *InvoiceLineItem) HasTierLowerBound() bool + func (o *InvoiceLineItem) HasTierUpperBound() bool + func (o *InvoiceLineItem) HasTotalPriceCents() bool + func (o *InvoiceLineItem) HasUnit() bool + func (o *InvoiceLineItem) HasUnitPriceDollars() bool + func (o *InvoiceLineItem) SetClusterName(v string) + func (o *InvoiceLineItem) SetCreated(v time.Time) + func (o *InvoiceLineItem) SetDiscountCents(v int64) + func (o *InvoiceLineItem) SetEndDate(v time.Time) + func (o *InvoiceLineItem) SetGroupId(v string) + func (o *InvoiceLineItem) SetGroupName(v string) + func (o *InvoiceLineItem) SetNote(v string) + func (o *InvoiceLineItem) SetPercentDiscount(v float32) + func (o *InvoiceLineItem) SetQuantity(v float64) + func (o *InvoiceLineItem) SetSku(v string) + func (o *InvoiceLineItem) SetStartDate(v time.Time) + func (o *InvoiceLineItem) SetStitchAppName(v string) + func (o *InvoiceLineItem) SetTags(v map[string][]string) + func (o *InvoiceLineItem) SetTierLowerBound(v float64) + func (o *InvoiceLineItem) SetTierUpperBound(v float64) + func (o *InvoiceLineItem) SetTotalPriceCents(v int64) + func (o *InvoiceLineItem) SetUnit(v string) + func (o *InvoiceLineItem) SetUnitPriceDollars(v float64) + func (o InvoiceLineItem) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o InvoiceLineItem) ToMap() (map[string]interface{}, error) + type InvoicesApi interface + CreateCostExplorerQueryProcess func(ctx context.Context, orgId string, ...) CreateCostExplorerQueryProcessApiRequest + CreateCostExplorerQueryProcess1 func(ctx context.Context, orgId string, token string) CreateCostExplorerQueryProcess1ApiRequest + CreateCostExplorerQueryProcess1Execute func(r CreateCostExplorerQueryProcess1ApiRequest) (string, *http.Response, error) + CreateCostExplorerQueryProcess1WithParams func(ctx context.Context, args *CreateCostExplorerQueryProcess1ApiParams) CreateCostExplorerQueryProcess1ApiRequest + CreateCostExplorerQueryProcessExecute func(r CreateCostExplorerQueryProcessApiRequest) (*CostExplorerFilterResponse, *http.Response, error) + CreateCostExplorerQueryProcessWithParams func(ctx context.Context, args *CreateCostExplorerQueryProcessApiParams) CreateCostExplorerQueryProcessApiRequest + DownloadInvoiceCSV func(ctx context.Context, orgId string, invoiceId string) DownloadInvoiceCSVApiRequest + DownloadInvoiceCSVExecute func(r DownloadInvoiceCSVApiRequest) (string, *http.Response, error) + DownloadInvoiceCSVWithParams func(ctx context.Context, args *DownloadInvoiceCSVApiParams) DownloadInvoiceCSVApiRequest + GetInvoice func(ctx context.Context, orgId string, invoiceId string) GetInvoiceApiRequest + GetInvoiceExecute func(r GetInvoiceApiRequest) (string, *http.Response, error) + GetInvoiceWithParams func(ctx context.Context, args *GetInvoiceApiParams) GetInvoiceApiRequest + ListInvoices func(ctx context.Context, orgId string) ListInvoicesApiRequest + ListInvoicesExecute func(r ListInvoicesApiRequest) (*PaginatedApiInvoice, *http.Response, error) + ListInvoicesWithParams func(ctx context.Context, args *ListInvoicesApiParams) ListInvoicesApiRequest + ListPendingInvoices func(ctx context.Context, orgId string) ListPendingInvoicesApiRequest + ListPendingInvoicesExecute func(r ListPendingInvoicesApiRequest) (*PaginatedApiInvoice, *http.Response, error) + ListPendingInvoicesWithParams func(ctx context.Context, args *ListPendingInvoicesApiParams) ListPendingInvoicesApiRequest + type InvoicesApiService service + func (a *InvoicesApiService) CreateCostExplorerQueryProcess(ctx context.Context, orgId string, ...) CreateCostExplorerQueryProcessApiRequest + func (a *InvoicesApiService) CreateCostExplorerQueryProcess1(ctx context.Context, orgId string, token string) CreateCostExplorerQueryProcess1ApiRequest + func (a *InvoicesApiService) CreateCostExplorerQueryProcess1Execute(r CreateCostExplorerQueryProcess1ApiRequest) (string, *http.Response, error) + func (a *InvoicesApiService) CreateCostExplorerQueryProcess1WithParams(ctx context.Context, args *CreateCostExplorerQueryProcess1ApiParams) CreateCostExplorerQueryProcess1ApiRequest + func (a *InvoicesApiService) CreateCostExplorerQueryProcessExecute(r CreateCostExplorerQueryProcessApiRequest) (*CostExplorerFilterResponse, *http.Response, error) + func (a *InvoicesApiService) CreateCostExplorerQueryProcessWithParams(ctx context.Context, args *CreateCostExplorerQueryProcessApiParams) CreateCostExplorerQueryProcessApiRequest + func (a *InvoicesApiService) DownloadInvoiceCSV(ctx context.Context, orgId string, invoiceId string) DownloadInvoiceCSVApiRequest + func (a *InvoicesApiService) DownloadInvoiceCSVExecute(r DownloadInvoiceCSVApiRequest) (string, *http.Response, error) + func (a *InvoicesApiService) DownloadInvoiceCSVWithParams(ctx context.Context, args *DownloadInvoiceCSVApiParams) DownloadInvoiceCSVApiRequest + func (a *InvoicesApiService) GetInvoice(ctx context.Context, orgId string, invoiceId string) GetInvoiceApiRequest + func (a *InvoicesApiService) GetInvoiceExecute(r GetInvoiceApiRequest) (string, *http.Response, error) + func (a *InvoicesApiService) GetInvoiceWithParams(ctx context.Context, args *GetInvoiceApiParams) GetInvoiceApiRequest + func (a *InvoicesApiService) ListInvoices(ctx context.Context, orgId string) ListInvoicesApiRequest + func (a *InvoicesApiService) ListInvoicesExecute(r ListInvoicesApiRequest) (*PaginatedApiInvoice, *http.Response, error) + func (a *InvoicesApiService) ListInvoicesWithParams(ctx context.Context, args *ListInvoicesApiParams) ListInvoicesApiRequest + func (a *InvoicesApiService) ListPendingInvoices(ctx context.Context, orgId string) ListPendingInvoicesApiRequest + func (a *InvoicesApiService) ListPendingInvoicesExecute(r ListPendingInvoicesApiRequest) (*PaginatedApiInvoice, *http.Response, error) + func (a *InvoicesApiService) ListPendingInvoicesWithParams(ctx context.Context, args *ListPendingInvoicesApiParams) ListPendingInvoicesApiRequest + type LDAPConfigurationApi interface + DeleteLDAPConfiguration func(ctx context.Context, groupId string) DeleteLDAPConfigurationApiRequest + DeleteLDAPConfigurationExecute func(r DeleteLDAPConfigurationApiRequest) (*UserSecurity, *http.Response, error) + DeleteLDAPConfigurationWithParams func(ctx context.Context, args *DeleteLDAPConfigurationApiParams) DeleteLDAPConfigurationApiRequest + GetLDAPConfiguration func(ctx context.Context, groupId string) GetLDAPConfigurationApiRequest + GetLDAPConfigurationExecute func(r GetLDAPConfigurationApiRequest) (*UserSecurity, *http.Response, error) + GetLDAPConfigurationStatus func(ctx context.Context, groupId string, requestId string) GetLDAPConfigurationStatusApiRequest + GetLDAPConfigurationStatusExecute func(r GetLDAPConfigurationStatusApiRequest) (*LDAPVerifyConnectivityJobRequest, *http.Response, error) + GetLDAPConfigurationStatusWithParams func(ctx context.Context, args *GetLDAPConfigurationStatusApiParams) GetLDAPConfigurationStatusApiRequest + GetLDAPConfigurationWithParams func(ctx context.Context, args *GetLDAPConfigurationApiParams) GetLDAPConfigurationApiRequest + SaveLDAPConfiguration func(ctx context.Context, groupId string, userSecurity *UserSecurity) SaveLDAPConfigurationApiRequest + SaveLDAPConfigurationExecute func(r SaveLDAPConfigurationApiRequest) (*UserSecurity, *http.Response, error) + SaveLDAPConfigurationWithParams func(ctx context.Context, args *SaveLDAPConfigurationApiParams) SaveLDAPConfigurationApiRequest + VerifyLDAPConfiguration func(ctx context.Context, groupId string, ...) VerifyLDAPConfigurationApiRequest + VerifyLDAPConfigurationExecute func(r VerifyLDAPConfigurationApiRequest) (*LDAPVerifyConnectivityJobRequest, *http.Response, error) + VerifyLDAPConfigurationWithParams func(ctx context.Context, args *VerifyLDAPConfigurationApiParams) VerifyLDAPConfigurationApiRequest + type LDAPConfigurationApiService service + func (a *LDAPConfigurationApiService) DeleteLDAPConfiguration(ctx context.Context, groupId string) DeleteLDAPConfigurationApiRequest + func (a *LDAPConfigurationApiService) DeleteLDAPConfigurationExecute(r DeleteLDAPConfigurationApiRequest) (*UserSecurity, *http.Response, error) + func (a *LDAPConfigurationApiService) DeleteLDAPConfigurationWithParams(ctx context.Context, args *DeleteLDAPConfigurationApiParams) DeleteLDAPConfigurationApiRequest + func (a *LDAPConfigurationApiService) GetLDAPConfiguration(ctx context.Context, groupId string) GetLDAPConfigurationApiRequest + func (a *LDAPConfigurationApiService) GetLDAPConfigurationExecute(r GetLDAPConfigurationApiRequest) (*UserSecurity, *http.Response, error) + func (a *LDAPConfigurationApiService) GetLDAPConfigurationStatus(ctx context.Context, groupId string, requestId string) GetLDAPConfigurationStatusApiRequest + func (a *LDAPConfigurationApiService) GetLDAPConfigurationStatusExecute(r GetLDAPConfigurationStatusApiRequest) (*LDAPVerifyConnectivityJobRequest, *http.Response, error) + func (a *LDAPConfigurationApiService) GetLDAPConfigurationStatusWithParams(ctx context.Context, args *GetLDAPConfigurationStatusApiParams) GetLDAPConfigurationStatusApiRequest + func (a *LDAPConfigurationApiService) GetLDAPConfigurationWithParams(ctx context.Context, args *GetLDAPConfigurationApiParams) GetLDAPConfigurationApiRequest + func (a *LDAPConfigurationApiService) SaveLDAPConfiguration(ctx context.Context, groupId string, userSecurity *UserSecurity) SaveLDAPConfigurationApiRequest + func (a *LDAPConfigurationApiService) SaveLDAPConfigurationExecute(r SaveLDAPConfigurationApiRequest) (*UserSecurity, *http.Response, error) + func (a *LDAPConfigurationApiService) SaveLDAPConfigurationWithParams(ctx context.Context, args *SaveLDAPConfigurationApiParams) SaveLDAPConfigurationApiRequest + func (a *LDAPConfigurationApiService) VerifyLDAPConfiguration(ctx context.Context, groupId string, ...) VerifyLDAPConfigurationApiRequest + func (a *LDAPConfigurationApiService) VerifyLDAPConfigurationExecute(r VerifyLDAPConfigurationApiRequest) (*LDAPVerifyConnectivityJobRequest, *http.Response, error) + func (a *LDAPConfigurationApiService) VerifyLDAPConfigurationWithParams(ctx context.Context, args *VerifyLDAPConfigurationApiParams) VerifyLDAPConfigurationApiRequest + type LDAPSecuritySettings struct + AuthenticationEnabled *bool + AuthorizationEnabled *bool + AuthzQueryTemplate *string + BindPassword *string + BindUsername *string + CaCertificate *string + Hostname *string + Links *[]Link + Port *int + UserToDNMapping *[]UserToDNMapping + func NewLDAPSecuritySettings() *LDAPSecuritySettings + func NewLDAPSecuritySettingsWithDefaults() *LDAPSecuritySettings + func (o *LDAPSecuritySettings) GetAuthenticationEnabled() bool + func (o *LDAPSecuritySettings) GetAuthenticationEnabledOk() (*bool, bool) + func (o *LDAPSecuritySettings) GetAuthorizationEnabled() bool + func (o *LDAPSecuritySettings) GetAuthorizationEnabledOk() (*bool, bool) + func (o *LDAPSecuritySettings) GetAuthzQueryTemplate() string + func (o *LDAPSecuritySettings) GetAuthzQueryTemplateOk() (*string, bool) + func (o *LDAPSecuritySettings) GetBindPassword() string + func (o *LDAPSecuritySettings) GetBindPasswordOk() (*string, bool) + func (o *LDAPSecuritySettings) GetBindUsername() string + func (o *LDAPSecuritySettings) GetBindUsernameOk() (*string, bool) + func (o *LDAPSecuritySettings) GetCaCertificate() string + func (o *LDAPSecuritySettings) GetCaCertificateOk() (*string, bool) + func (o *LDAPSecuritySettings) GetHostname() string + func (o *LDAPSecuritySettings) GetHostnameOk() (*string, bool) + func (o *LDAPSecuritySettings) GetLinks() []Link + func (o *LDAPSecuritySettings) GetLinksOk() (*[]Link, bool) + func (o *LDAPSecuritySettings) GetPort() int + func (o *LDAPSecuritySettings) GetPortOk() (*int, bool) + func (o *LDAPSecuritySettings) GetUserToDNMapping() []UserToDNMapping + func (o *LDAPSecuritySettings) GetUserToDNMappingOk() (*[]UserToDNMapping, bool) + func (o *LDAPSecuritySettings) HasAuthenticationEnabled() bool + func (o *LDAPSecuritySettings) HasAuthorizationEnabled() bool + func (o *LDAPSecuritySettings) HasAuthzQueryTemplate() bool + func (o *LDAPSecuritySettings) HasBindPassword() bool + func (o *LDAPSecuritySettings) HasBindUsername() bool + func (o *LDAPSecuritySettings) HasCaCertificate() bool + func (o *LDAPSecuritySettings) HasHostname() bool + func (o *LDAPSecuritySettings) HasLinks() bool + func (o *LDAPSecuritySettings) HasPort() bool + func (o *LDAPSecuritySettings) HasUserToDNMapping() bool + func (o *LDAPSecuritySettings) SetAuthenticationEnabled(v bool) + func (o *LDAPSecuritySettings) SetAuthorizationEnabled(v bool) + func (o *LDAPSecuritySettings) SetAuthzQueryTemplate(v string) + func (o *LDAPSecuritySettings) SetBindPassword(v string) + func (o *LDAPSecuritySettings) SetBindUsername(v string) + func (o *LDAPSecuritySettings) SetCaCertificate(v string) + func (o *LDAPSecuritySettings) SetHostname(v string) + func (o *LDAPSecuritySettings) SetLinks(v []Link) + func (o *LDAPSecuritySettings) SetPort(v int) + func (o *LDAPSecuritySettings) SetUserToDNMapping(v []UserToDNMapping) + func (o LDAPSecuritySettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LDAPSecuritySettings) ToMap() (map[string]interface{}, error) + type LDAPVerifyConnectivityJobRequest struct + GroupId *string + Links *[]Link + Request *LDAPVerifyConnectivityJobRequestParams + RequestId *string + Status *string + Validations *[]LDAPVerifyConnectivityJobRequestValidation + func NewLDAPVerifyConnectivityJobRequest() *LDAPVerifyConnectivityJobRequest + func NewLDAPVerifyConnectivityJobRequestWithDefaults() *LDAPVerifyConnectivityJobRequest + func (o *LDAPVerifyConnectivityJobRequest) GetGroupId() string + func (o *LDAPVerifyConnectivityJobRequest) GetGroupIdOk() (*string, bool) + func (o *LDAPVerifyConnectivityJobRequest) GetLinks() []Link + func (o *LDAPVerifyConnectivityJobRequest) GetLinksOk() (*[]Link, bool) + func (o *LDAPVerifyConnectivityJobRequest) GetRequest() LDAPVerifyConnectivityJobRequestParams + func (o *LDAPVerifyConnectivityJobRequest) GetRequestId() string + func (o *LDAPVerifyConnectivityJobRequest) GetRequestIdOk() (*string, bool) + func (o *LDAPVerifyConnectivityJobRequest) GetRequestOk() (*LDAPVerifyConnectivityJobRequestParams, bool) + func (o *LDAPVerifyConnectivityJobRequest) GetStatus() string + func (o *LDAPVerifyConnectivityJobRequest) GetStatusOk() (*string, bool) + func (o *LDAPVerifyConnectivityJobRequest) GetValidations() []LDAPVerifyConnectivityJobRequestValidation + func (o *LDAPVerifyConnectivityJobRequest) GetValidationsOk() (*[]LDAPVerifyConnectivityJobRequestValidation, bool) + func (o *LDAPVerifyConnectivityJobRequest) HasGroupId() bool + func (o *LDAPVerifyConnectivityJobRequest) HasLinks() bool + func (o *LDAPVerifyConnectivityJobRequest) HasRequest() bool + func (o *LDAPVerifyConnectivityJobRequest) HasRequestId() bool + func (o *LDAPVerifyConnectivityJobRequest) HasStatus() bool + func (o *LDAPVerifyConnectivityJobRequest) HasValidations() bool + func (o *LDAPVerifyConnectivityJobRequest) SetGroupId(v string) + func (o *LDAPVerifyConnectivityJobRequest) SetLinks(v []Link) + func (o *LDAPVerifyConnectivityJobRequest) SetRequest(v LDAPVerifyConnectivityJobRequestParams) + func (o *LDAPVerifyConnectivityJobRequest) SetRequestId(v string) + func (o *LDAPVerifyConnectivityJobRequest) SetStatus(v string) + func (o *LDAPVerifyConnectivityJobRequest) SetValidations(v []LDAPVerifyConnectivityJobRequestValidation) + func (o LDAPVerifyConnectivityJobRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LDAPVerifyConnectivityJobRequest) ToMap() (map[string]interface{}, error) + type LDAPVerifyConnectivityJobRequestParams struct + AuthzQueryTemplate *string + BindPassword string + BindUsername string + CaCertificate *string + Hostname string + Links *[]Link + Port int + func NewLDAPVerifyConnectivityJobRequestParams(bindPassword string, bindUsername string, hostname string, port int) *LDAPVerifyConnectivityJobRequestParams + func NewLDAPVerifyConnectivityJobRequestParamsWithDefaults() *LDAPVerifyConnectivityJobRequestParams + func (o *LDAPVerifyConnectivityJobRequestParams) GetAuthzQueryTemplate() string + func (o *LDAPVerifyConnectivityJobRequestParams) GetAuthzQueryTemplateOk() (*string, bool) + func (o *LDAPVerifyConnectivityJobRequestParams) GetBindPassword() string + func (o *LDAPVerifyConnectivityJobRequestParams) GetBindPasswordOk() (*string, bool) + func (o *LDAPVerifyConnectivityJobRequestParams) GetBindUsername() string + func (o *LDAPVerifyConnectivityJobRequestParams) GetBindUsernameOk() (*string, bool) + func (o *LDAPVerifyConnectivityJobRequestParams) GetCaCertificate() string + func (o *LDAPVerifyConnectivityJobRequestParams) GetCaCertificateOk() (*string, bool) + func (o *LDAPVerifyConnectivityJobRequestParams) GetHostname() string + func (o *LDAPVerifyConnectivityJobRequestParams) GetHostnameOk() (*string, bool) + func (o *LDAPVerifyConnectivityJobRequestParams) GetLinks() []Link + func (o *LDAPVerifyConnectivityJobRequestParams) GetLinksOk() (*[]Link, bool) + func (o *LDAPVerifyConnectivityJobRequestParams) GetPort() int + func (o *LDAPVerifyConnectivityJobRequestParams) GetPortOk() (*int, bool) + func (o *LDAPVerifyConnectivityJobRequestParams) HasAuthzQueryTemplate() bool + func (o *LDAPVerifyConnectivityJobRequestParams) HasCaCertificate() bool + func (o *LDAPVerifyConnectivityJobRequestParams) HasLinks() bool + func (o *LDAPVerifyConnectivityJobRequestParams) SetAuthzQueryTemplate(v string) + func (o *LDAPVerifyConnectivityJobRequestParams) SetBindPassword(v string) + func (o *LDAPVerifyConnectivityJobRequestParams) SetBindUsername(v string) + func (o *LDAPVerifyConnectivityJobRequestParams) SetCaCertificate(v string) + func (o *LDAPVerifyConnectivityJobRequestParams) SetHostname(v string) + func (o *LDAPVerifyConnectivityJobRequestParams) SetLinks(v []Link) + func (o *LDAPVerifyConnectivityJobRequestParams) SetPort(v int) + func (o LDAPVerifyConnectivityJobRequestParams) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LDAPVerifyConnectivityJobRequestParams) ToMap() (map[string]interface{}, error) + type LDAPVerifyConnectivityJobRequestValidation struct + Status *string + ValidationType *string + func NewLDAPVerifyConnectivityJobRequestValidation() *LDAPVerifyConnectivityJobRequestValidation + func NewLDAPVerifyConnectivityJobRequestValidationWithDefaults() *LDAPVerifyConnectivityJobRequestValidation + func (o *LDAPVerifyConnectivityJobRequestValidation) GetStatus() string + func (o *LDAPVerifyConnectivityJobRequestValidation) GetStatusOk() (*string, bool) + func (o *LDAPVerifyConnectivityJobRequestValidation) GetValidationType() string + func (o *LDAPVerifyConnectivityJobRequestValidation) GetValidationTypeOk() (*string, bool) + func (o *LDAPVerifyConnectivityJobRequestValidation) HasStatus() bool + func (o *LDAPVerifyConnectivityJobRequestValidation) HasValidationType() bool + func (o *LDAPVerifyConnectivityJobRequestValidation) SetStatus(v string) + func (o *LDAPVerifyConnectivityJobRequestValidation) SetValidationType(v string) + func (o LDAPVerifyConnectivityJobRequestValidation) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LDAPVerifyConnectivityJobRequestValidation) ToMap() (map[string]interface{}, error) + type LegacyAtlasCluster struct + AcceptDataRisksAndForceReplicaSetReconfig *time.Time + AutoScaling *ClusterAutoScalingSettings + BackupEnabled *bool + BiConnector *BiConnector + ClusterType *string + ConnectionStrings *ClusterConnectionStrings + CreateDate *time.Time + DiskSizeGB *float64 + DiskWarmingMode *string + EncryptionAtRestProvider *string + GroupId *string + Id *string + Labels *[]ComponentLabel + Links *[]Link + MongoDBMajorVersion *string + MongoDBVersion *string + MongoURI *string + MongoURIUpdated *time.Time + MongoURIWithOptions *string + Name *string + NumShards *int + Paused *bool + PitEnabled *bool + ProviderBackupEnabled *bool + ProviderSettings *ClusterProviderSettings + ReplicationFactor *int + ReplicationSpec *map[string]RegionSpec + ReplicationSpecs *[]LegacyReplicationSpec + RootCertType *string + SrvAddress *string + StateName *string + Tags *[]ResourceTag + TerminationProtectionEnabled *bool + VersionReleaseSystem *string + func NewLegacyAtlasCluster() *LegacyAtlasCluster + func NewLegacyAtlasClusterWithDefaults() *LegacyAtlasCluster + func (o *LegacyAtlasCluster) GetAcceptDataRisksAndForceReplicaSetReconfig() time.Time + func (o *LegacyAtlasCluster) GetAcceptDataRisksAndForceReplicaSetReconfigOk() (*time.Time, bool) + func (o *LegacyAtlasCluster) GetAutoScaling() ClusterAutoScalingSettings + func (o *LegacyAtlasCluster) GetAutoScalingOk() (*ClusterAutoScalingSettings, bool) + func (o *LegacyAtlasCluster) GetBackupEnabled() bool + func (o *LegacyAtlasCluster) GetBackupEnabledOk() (*bool, bool) + func (o *LegacyAtlasCluster) GetBiConnector() BiConnector + func (o *LegacyAtlasCluster) GetBiConnectorOk() (*BiConnector, bool) + func (o *LegacyAtlasCluster) GetClusterType() string + func (o *LegacyAtlasCluster) GetClusterTypeOk() (*string, bool) + func (o *LegacyAtlasCluster) GetConnectionStrings() ClusterConnectionStrings + func (o *LegacyAtlasCluster) GetConnectionStringsOk() (*ClusterConnectionStrings, bool) + func (o *LegacyAtlasCluster) GetCreateDate() time.Time + func (o *LegacyAtlasCluster) GetCreateDateOk() (*time.Time, bool) + func (o *LegacyAtlasCluster) GetDiskSizeGB() float64 + func (o *LegacyAtlasCluster) GetDiskSizeGBOk() (*float64, bool) + func (o *LegacyAtlasCluster) GetDiskWarmingMode() string + func (o *LegacyAtlasCluster) GetDiskWarmingModeOk() (*string, bool) + func (o *LegacyAtlasCluster) GetEncryptionAtRestProvider() string + func (o *LegacyAtlasCluster) GetEncryptionAtRestProviderOk() (*string, bool) + func (o *LegacyAtlasCluster) GetGroupId() string + func (o *LegacyAtlasCluster) GetGroupIdOk() (*string, bool) + func (o *LegacyAtlasCluster) GetId() string + func (o *LegacyAtlasCluster) GetIdOk() (*string, bool) + func (o *LegacyAtlasCluster) GetLabels() []ComponentLabel + func (o *LegacyAtlasCluster) GetLabelsOk() (*[]ComponentLabel, bool) + func (o *LegacyAtlasCluster) GetLinks() []Link + func (o *LegacyAtlasCluster) GetLinksOk() (*[]Link, bool) + func (o *LegacyAtlasCluster) GetMongoDBMajorVersion() string + func (o *LegacyAtlasCluster) GetMongoDBMajorVersionOk() (*string, bool) + func (o *LegacyAtlasCluster) GetMongoDBVersion() string + func (o *LegacyAtlasCluster) GetMongoDBVersionOk() (*string, bool) + func (o *LegacyAtlasCluster) GetMongoURI() string + func (o *LegacyAtlasCluster) GetMongoURIOk() (*string, bool) + func (o *LegacyAtlasCluster) GetMongoURIUpdated() time.Time + func (o *LegacyAtlasCluster) GetMongoURIUpdatedOk() (*time.Time, bool) + func (o *LegacyAtlasCluster) GetMongoURIWithOptions() string + func (o *LegacyAtlasCluster) GetMongoURIWithOptionsOk() (*string, bool) + func (o *LegacyAtlasCluster) GetName() string + func (o *LegacyAtlasCluster) GetNameOk() (*string, bool) + func (o *LegacyAtlasCluster) GetNumShards() int + func (o *LegacyAtlasCluster) GetNumShardsOk() (*int, bool) + func (o *LegacyAtlasCluster) GetPaused() bool + func (o *LegacyAtlasCluster) GetPausedOk() (*bool, bool) + func (o *LegacyAtlasCluster) GetPitEnabled() bool + func (o *LegacyAtlasCluster) GetPitEnabledOk() (*bool, bool) + func (o *LegacyAtlasCluster) GetProviderBackupEnabled() bool + func (o *LegacyAtlasCluster) GetProviderBackupEnabledOk() (*bool, bool) + func (o *LegacyAtlasCluster) GetProviderSettings() ClusterProviderSettings + func (o *LegacyAtlasCluster) GetProviderSettingsOk() (*ClusterProviderSettings, bool) + func (o *LegacyAtlasCluster) GetReplicationFactor() int + func (o *LegacyAtlasCluster) GetReplicationFactorOk() (*int, bool) + func (o *LegacyAtlasCluster) GetReplicationSpec() map[string]RegionSpec + func (o *LegacyAtlasCluster) GetReplicationSpecOk() (*map[string]RegionSpec, bool) + func (o *LegacyAtlasCluster) GetReplicationSpecs() []LegacyReplicationSpec + func (o *LegacyAtlasCluster) GetReplicationSpecsOk() (*[]LegacyReplicationSpec, bool) + func (o *LegacyAtlasCluster) GetRootCertType() string + func (o *LegacyAtlasCluster) GetRootCertTypeOk() (*string, bool) + func (o *LegacyAtlasCluster) GetSrvAddress() string + func (o *LegacyAtlasCluster) GetSrvAddressOk() (*string, bool) + func (o *LegacyAtlasCluster) GetStateName() string + func (o *LegacyAtlasCluster) GetStateNameOk() (*string, bool) + func (o *LegacyAtlasCluster) GetTags() []ResourceTag + func (o *LegacyAtlasCluster) GetTagsOk() (*[]ResourceTag, bool) + func (o *LegacyAtlasCluster) GetTerminationProtectionEnabled() bool + func (o *LegacyAtlasCluster) GetTerminationProtectionEnabledOk() (*bool, bool) + func (o *LegacyAtlasCluster) GetVersionReleaseSystem() string + func (o *LegacyAtlasCluster) GetVersionReleaseSystemOk() (*string, bool) + func (o *LegacyAtlasCluster) HasAcceptDataRisksAndForceReplicaSetReconfig() bool + func (o *LegacyAtlasCluster) HasAutoScaling() bool + func (o *LegacyAtlasCluster) HasBackupEnabled() bool + func (o *LegacyAtlasCluster) HasBiConnector() bool + func (o *LegacyAtlasCluster) HasClusterType() bool + func (o *LegacyAtlasCluster) HasConnectionStrings() bool + func (o *LegacyAtlasCluster) HasCreateDate() bool + func (o *LegacyAtlasCluster) HasDiskSizeGB() bool + func (o *LegacyAtlasCluster) HasDiskWarmingMode() bool + func (o *LegacyAtlasCluster) HasEncryptionAtRestProvider() bool + func (o *LegacyAtlasCluster) HasGroupId() bool + func (o *LegacyAtlasCluster) HasId() bool + func (o *LegacyAtlasCluster) HasLabels() bool + func (o *LegacyAtlasCluster) HasLinks() bool + func (o *LegacyAtlasCluster) HasMongoDBMajorVersion() bool + func (o *LegacyAtlasCluster) HasMongoDBVersion() bool + func (o *LegacyAtlasCluster) HasMongoURI() bool + func (o *LegacyAtlasCluster) HasMongoURIUpdated() bool + func (o *LegacyAtlasCluster) HasMongoURIWithOptions() bool + func (o *LegacyAtlasCluster) HasName() bool + func (o *LegacyAtlasCluster) HasNumShards() bool + func (o *LegacyAtlasCluster) HasPaused() bool + func (o *LegacyAtlasCluster) HasPitEnabled() bool + func (o *LegacyAtlasCluster) HasProviderBackupEnabled() bool + func (o *LegacyAtlasCluster) HasProviderSettings() bool + func (o *LegacyAtlasCluster) HasReplicationFactor() bool + func (o *LegacyAtlasCluster) HasReplicationSpec() bool + func (o *LegacyAtlasCluster) HasReplicationSpecs() bool + func (o *LegacyAtlasCluster) HasRootCertType() bool + func (o *LegacyAtlasCluster) HasSrvAddress() bool + func (o *LegacyAtlasCluster) HasStateName() bool + func (o *LegacyAtlasCluster) HasTags() bool + func (o *LegacyAtlasCluster) HasTerminationProtectionEnabled() bool + func (o *LegacyAtlasCluster) HasVersionReleaseSystem() bool + func (o *LegacyAtlasCluster) SetAcceptDataRisksAndForceReplicaSetReconfig(v time.Time) + func (o *LegacyAtlasCluster) SetAutoScaling(v ClusterAutoScalingSettings) + func (o *LegacyAtlasCluster) SetBackupEnabled(v bool) + func (o *LegacyAtlasCluster) SetBiConnector(v BiConnector) + func (o *LegacyAtlasCluster) SetClusterType(v string) + func (o *LegacyAtlasCluster) SetConnectionStrings(v ClusterConnectionStrings) + func (o *LegacyAtlasCluster) SetCreateDate(v time.Time) + func (o *LegacyAtlasCluster) SetDiskSizeGB(v float64) + func (o *LegacyAtlasCluster) SetDiskWarmingMode(v string) + func (o *LegacyAtlasCluster) SetEncryptionAtRestProvider(v string) + func (o *LegacyAtlasCluster) SetGroupId(v string) + func (o *LegacyAtlasCluster) SetId(v string) + func (o *LegacyAtlasCluster) SetLabels(v []ComponentLabel) + func (o *LegacyAtlasCluster) SetLinks(v []Link) + func (o *LegacyAtlasCluster) SetMongoDBMajorVersion(v string) + func (o *LegacyAtlasCluster) SetMongoDBVersion(v string) + func (o *LegacyAtlasCluster) SetMongoURI(v string) + func (o *LegacyAtlasCluster) SetMongoURIUpdated(v time.Time) + func (o *LegacyAtlasCluster) SetMongoURIWithOptions(v string) + func (o *LegacyAtlasCluster) SetName(v string) + func (o *LegacyAtlasCluster) SetNumShards(v int) + func (o *LegacyAtlasCluster) SetPaused(v bool) + func (o *LegacyAtlasCluster) SetPitEnabled(v bool) + func (o *LegacyAtlasCluster) SetProviderBackupEnabled(v bool) + func (o *LegacyAtlasCluster) SetProviderSettings(v ClusterProviderSettings) + func (o *LegacyAtlasCluster) SetReplicationFactor(v int) + func (o *LegacyAtlasCluster) SetReplicationSpec(v map[string]RegionSpec) + func (o *LegacyAtlasCluster) SetReplicationSpecs(v []LegacyReplicationSpec) + func (o *LegacyAtlasCluster) SetRootCertType(v string) + func (o *LegacyAtlasCluster) SetSrvAddress(v string) + func (o *LegacyAtlasCluster) SetStateName(v string) + func (o *LegacyAtlasCluster) SetTags(v []ResourceTag) + func (o *LegacyAtlasCluster) SetTerminationProtectionEnabled(v bool) + func (o *LegacyAtlasCluster) SetVersionReleaseSystem(v string) + func (o LegacyAtlasCluster) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LegacyAtlasCluster) ToMap() (map[string]interface{}, error) + type LegacyAtlasTenantClusterUpgradeRequest struct + AcceptDataRisksAndForceReplicaSetReconfig *time.Time + AutoScaling *ClusterAutoScalingSettings + BackupEnabled *bool + BiConnector *BiConnector + ClusterType *string + ConnectionStrings *ClusterConnectionStrings + CreateDate *time.Time + DiskSizeGB *float64 + DiskWarmingMode *string + EncryptionAtRestProvider *string + GroupId *string + Id *string + Labels *[]ComponentLabel + Links *[]Link + MongoDBMajorVersion *string + MongoDBVersion *string + MongoURI *string + MongoURIUpdated *time.Time + MongoURIWithOptions *string + Name string + NumShards *int + Paused *bool + PitEnabled *bool + ProviderBackupEnabled *bool + ProviderSettings *ClusterProviderSettings + ReplicationFactor *int + ReplicationSpec *map[string]RegionSpec + ReplicationSpecs *[]LegacyReplicationSpec + RootCertType *string + SrvAddress *string + StateName *string + Tags *[]ResourceTag + TerminationProtectionEnabled *bool + VersionReleaseSystem *string + func NewLegacyAtlasTenantClusterUpgradeRequest(name string) *LegacyAtlasTenantClusterUpgradeRequest + func NewLegacyAtlasTenantClusterUpgradeRequestWithDefaults() *LegacyAtlasTenantClusterUpgradeRequest + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetAcceptDataRisksAndForceReplicaSetReconfig() time.Time + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetAcceptDataRisksAndForceReplicaSetReconfigOk() (*time.Time, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetAutoScaling() ClusterAutoScalingSettings + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetAutoScalingOk() (*ClusterAutoScalingSettings, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetBackupEnabled() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetBackupEnabledOk() (*bool, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetBiConnector() BiConnector + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetBiConnectorOk() (*BiConnector, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetClusterType() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetClusterTypeOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetConnectionStrings() ClusterConnectionStrings + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetConnectionStringsOk() (*ClusterConnectionStrings, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetCreateDate() time.Time + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetCreateDateOk() (*time.Time, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetDiskSizeGB() float64 + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetDiskSizeGBOk() (*float64, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetDiskWarmingMode() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetDiskWarmingModeOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetEncryptionAtRestProvider() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetEncryptionAtRestProviderOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetGroupId() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetGroupIdOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetId() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetIdOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetLabels() []ComponentLabel + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetLabelsOk() (*[]ComponentLabel, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetLinks() []Link + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetLinksOk() (*[]Link, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetMongoDBMajorVersion() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetMongoDBMajorVersionOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetMongoDBVersion() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetMongoDBVersionOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetMongoURI() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetMongoURIOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetMongoURIUpdated() time.Time + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetMongoURIUpdatedOk() (*time.Time, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetMongoURIWithOptions() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetMongoURIWithOptionsOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetName() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetNameOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetNumShards() int + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetNumShardsOk() (*int, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetPaused() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetPausedOk() (*bool, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetPitEnabled() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetPitEnabledOk() (*bool, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetProviderBackupEnabled() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetProviderBackupEnabledOk() (*bool, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetProviderSettings() ClusterProviderSettings + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetProviderSettingsOk() (*ClusterProviderSettings, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetReplicationFactor() int + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetReplicationFactorOk() (*int, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetReplicationSpec() map[string]RegionSpec + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetReplicationSpecOk() (*map[string]RegionSpec, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetReplicationSpecs() []LegacyReplicationSpec + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetReplicationSpecsOk() (*[]LegacyReplicationSpec, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetRootCertType() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetRootCertTypeOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetSrvAddress() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetSrvAddressOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetStateName() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetStateNameOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetTags() []ResourceTag + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetTagsOk() (*[]ResourceTag, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetTerminationProtectionEnabled() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetTerminationProtectionEnabledOk() (*bool, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetVersionReleaseSystem() string + func (o *LegacyAtlasTenantClusterUpgradeRequest) GetVersionReleaseSystemOk() (*string, bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasAcceptDataRisksAndForceReplicaSetReconfig() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasAutoScaling() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasBackupEnabled() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasBiConnector() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasClusterType() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasConnectionStrings() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasCreateDate() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasDiskSizeGB() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasDiskWarmingMode() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasEncryptionAtRestProvider() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasGroupId() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasId() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasLabels() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasLinks() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasMongoDBMajorVersion() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasMongoDBVersion() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasMongoURI() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasMongoURIUpdated() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasMongoURIWithOptions() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasNumShards() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasPaused() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasPitEnabled() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasProviderBackupEnabled() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasProviderSettings() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasReplicationFactor() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasReplicationSpec() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasReplicationSpecs() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasRootCertType() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasSrvAddress() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasStateName() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasTags() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasTerminationProtectionEnabled() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) HasVersionReleaseSystem() bool + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetAcceptDataRisksAndForceReplicaSetReconfig(v time.Time) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetAutoScaling(v ClusterAutoScalingSettings) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetBackupEnabled(v bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetBiConnector(v BiConnector) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetClusterType(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetConnectionStrings(v ClusterConnectionStrings) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetCreateDate(v time.Time) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetDiskSizeGB(v float64) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetDiskWarmingMode(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetEncryptionAtRestProvider(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetGroupId(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetId(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetLabels(v []ComponentLabel) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetLinks(v []Link) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetMongoDBMajorVersion(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetMongoDBVersion(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetMongoURI(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetMongoURIUpdated(v time.Time) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetMongoURIWithOptions(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetName(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetNumShards(v int) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetPaused(v bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetPitEnabled(v bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetProviderBackupEnabled(v bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetProviderSettings(v ClusterProviderSettings) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetReplicationFactor(v int) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetReplicationSpec(v map[string]RegionSpec) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetReplicationSpecs(v []LegacyReplicationSpec) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetRootCertType(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetSrvAddress(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetStateName(v string) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetTags(v []ResourceTag) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetTerminationProtectionEnabled(v bool) + func (o *LegacyAtlasTenantClusterUpgradeRequest) SetVersionReleaseSystem(v string) + func (o LegacyAtlasTenantClusterUpgradeRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LegacyAtlasTenantClusterUpgradeRequest) ToMap() (map[string]interface{}, error) + type LegacyBackupApi interface + DeleteLegacySnapshot func(ctx context.Context, groupId string, clusterName string, snapshotId string) DeleteLegacySnapshotApiRequest + DeleteLegacySnapshotExecute func(r DeleteLegacySnapshotApiRequest) (map[string]interface{}, *http.Response, error) + DeleteLegacySnapshotWithParams func(ctx context.Context, args *DeleteLegacySnapshotApiParams) DeleteLegacySnapshotApiRequest + GetLegacyBackupCheckpoint func(ctx context.Context, groupId string, checkpointId string, clusterName string) GetLegacyBackupCheckpointApiRequest + GetLegacyBackupCheckpointExecute func(r GetLegacyBackupCheckpointApiRequest) (*ApiAtlasCheckpoint, *http.Response, error) + GetLegacyBackupCheckpointWithParams func(ctx context.Context, args *GetLegacyBackupCheckpointApiParams) GetLegacyBackupCheckpointApiRequest + GetLegacyBackupRestoreJob func(ctx context.Context, groupId string, clusterName string, jobId string) GetLegacyBackupRestoreJobApiRequest + GetLegacyBackupRestoreJobExecute func(r GetLegacyBackupRestoreJobApiRequest) (*BackupRestoreJob, *http.Response, error) + GetLegacyBackupRestoreJobWithParams func(ctx context.Context, args *GetLegacyBackupRestoreJobApiParams) GetLegacyBackupRestoreJobApiRequest + GetLegacySnapshot func(ctx context.Context, groupId string, clusterName string, snapshotId string) GetLegacySnapshotApiRequest + GetLegacySnapshotExecute func(r GetLegacySnapshotApiRequest) (*BackupSnapshot, *http.Response, error) + GetLegacySnapshotSchedule func(ctx context.Context, groupId string, clusterName string) GetLegacySnapshotScheduleApiRequest + GetLegacySnapshotScheduleExecute func(r GetLegacySnapshotScheduleApiRequest) (*ApiAtlasSnapshotSchedule, *http.Response, error) + GetLegacySnapshotScheduleWithParams func(ctx context.Context, args *GetLegacySnapshotScheduleApiParams) GetLegacySnapshotScheduleApiRequest + GetLegacySnapshotWithParams func(ctx context.Context, args *GetLegacySnapshotApiParams) GetLegacySnapshotApiRequest + ListLegacyBackupCheckpoints func(ctx context.Context, groupId string, clusterName string) ListLegacyBackupCheckpointsApiRequest + ListLegacyBackupCheckpointsExecute func(r ListLegacyBackupCheckpointsApiRequest) (*PaginatedApiAtlasCheckpoint, *http.Response, error) + ListLegacyBackupCheckpointsWithParams func(ctx context.Context, args *ListLegacyBackupCheckpointsApiParams) ListLegacyBackupCheckpointsApiRequest + ListLegacyBackupRestoreJobs func(ctx context.Context, groupId string, clusterName string) ListLegacyBackupRestoreJobsApiRequest + ListLegacyBackupRestoreJobsExecute func(r ListLegacyBackupRestoreJobsApiRequest) (*PaginatedRestoreJob, *http.Response, error) + ListLegacyBackupRestoreJobsWithParams func(ctx context.Context, args *ListLegacyBackupRestoreJobsApiParams) ListLegacyBackupRestoreJobsApiRequest + ListLegacySnapshots func(ctx context.Context, groupId string, clusterName string) ListLegacySnapshotsApiRequest + ListLegacySnapshotsExecute func(r ListLegacySnapshotsApiRequest) (*PaginatedSnapshot, *http.Response, error) + ListLegacySnapshotsWithParams func(ctx context.Context, args *ListLegacySnapshotsApiParams) ListLegacySnapshotsApiRequest + UpdateLegacySnapshotRetention func(ctx context.Context, groupId string, clusterName string, snapshotId string, ...) UpdateLegacySnapshotRetentionApiRequest + UpdateLegacySnapshotRetentionExecute func(r UpdateLegacySnapshotRetentionApiRequest) (*BackupSnapshot, *http.Response, error) + UpdateLegacySnapshotRetentionWithParams func(ctx context.Context, args *UpdateLegacySnapshotRetentionApiParams) UpdateLegacySnapshotRetentionApiRequest + UpdateLegacySnapshotSchedule func(ctx context.Context, groupId string, clusterName string, ...) UpdateLegacySnapshotScheduleApiRequest + UpdateLegacySnapshotScheduleExecute func(r UpdateLegacySnapshotScheduleApiRequest) (*ApiAtlasSnapshotSchedule, *http.Response, error) + UpdateLegacySnapshotScheduleWithParams func(ctx context.Context, args *UpdateLegacySnapshotScheduleApiParams) UpdateLegacySnapshotScheduleApiRequest + type LegacyBackupApiService service + func (a *LegacyBackupApiService) DeleteLegacySnapshot(ctx context.Context, groupId string, clusterName string, snapshotId string) DeleteLegacySnapshotApiRequest + func (a *LegacyBackupApiService) DeleteLegacySnapshotExecute(r DeleteLegacySnapshotApiRequest) (map[string]interface{}, *http.Response, error) + func (a *LegacyBackupApiService) DeleteLegacySnapshotWithParams(ctx context.Context, args *DeleteLegacySnapshotApiParams) DeleteLegacySnapshotApiRequest + func (a *LegacyBackupApiService) GetLegacyBackupCheckpoint(ctx context.Context, groupId string, checkpointId string, clusterName string) GetLegacyBackupCheckpointApiRequest + func (a *LegacyBackupApiService) GetLegacyBackupCheckpointExecute(r GetLegacyBackupCheckpointApiRequest) (*ApiAtlasCheckpoint, *http.Response, error) + func (a *LegacyBackupApiService) GetLegacyBackupCheckpointWithParams(ctx context.Context, args *GetLegacyBackupCheckpointApiParams) GetLegacyBackupCheckpointApiRequest + func (a *LegacyBackupApiService) GetLegacyBackupRestoreJob(ctx context.Context, groupId string, clusterName string, jobId string) GetLegacyBackupRestoreJobApiRequest + func (a *LegacyBackupApiService) GetLegacyBackupRestoreJobExecute(r GetLegacyBackupRestoreJobApiRequest) (*BackupRestoreJob, *http.Response, error) + func (a *LegacyBackupApiService) GetLegacyBackupRestoreJobWithParams(ctx context.Context, args *GetLegacyBackupRestoreJobApiParams) GetLegacyBackupRestoreJobApiRequest + func (a *LegacyBackupApiService) GetLegacySnapshot(ctx context.Context, groupId string, clusterName string, snapshotId string) GetLegacySnapshotApiRequest + func (a *LegacyBackupApiService) GetLegacySnapshotExecute(r GetLegacySnapshotApiRequest) (*BackupSnapshot, *http.Response, error) + func (a *LegacyBackupApiService) GetLegacySnapshotSchedule(ctx context.Context, groupId string, clusterName string) GetLegacySnapshotScheduleApiRequest + func (a *LegacyBackupApiService) GetLegacySnapshotScheduleExecute(r GetLegacySnapshotScheduleApiRequest) (*ApiAtlasSnapshotSchedule, *http.Response, error) + func (a *LegacyBackupApiService) GetLegacySnapshotScheduleWithParams(ctx context.Context, args *GetLegacySnapshotScheduleApiParams) GetLegacySnapshotScheduleApiRequest + func (a *LegacyBackupApiService) GetLegacySnapshotWithParams(ctx context.Context, args *GetLegacySnapshotApiParams) GetLegacySnapshotApiRequest + func (a *LegacyBackupApiService) ListLegacyBackupCheckpoints(ctx context.Context, groupId string, clusterName string) ListLegacyBackupCheckpointsApiRequest + func (a *LegacyBackupApiService) ListLegacyBackupCheckpointsExecute(r ListLegacyBackupCheckpointsApiRequest) (*PaginatedApiAtlasCheckpoint, *http.Response, error) + func (a *LegacyBackupApiService) ListLegacyBackupCheckpointsWithParams(ctx context.Context, args *ListLegacyBackupCheckpointsApiParams) ListLegacyBackupCheckpointsApiRequest + func (a *LegacyBackupApiService) ListLegacyBackupRestoreJobs(ctx context.Context, groupId string, clusterName string) ListLegacyBackupRestoreJobsApiRequest + func (a *LegacyBackupApiService) ListLegacyBackupRestoreJobsExecute(r ListLegacyBackupRestoreJobsApiRequest) (*PaginatedRestoreJob, *http.Response, error) + func (a *LegacyBackupApiService) ListLegacyBackupRestoreJobsWithParams(ctx context.Context, args *ListLegacyBackupRestoreJobsApiParams) ListLegacyBackupRestoreJobsApiRequest + func (a *LegacyBackupApiService) ListLegacySnapshots(ctx context.Context, groupId string, clusterName string) ListLegacySnapshotsApiRequest + func (a *LegacyBackupApiService) ListLegacySnapshotsExecute(r ListLegacySnapshotsApiRequest) (*PaginatedSnapshot, *http.Response, error) + func (a *LegacyBackupApiService) ListLegacySnapshotsWithParams(ctx context.Context, args *ListLegacySnapshotsApiParams) ListLegacySnapshotsApiRequest + func (a *LegacyBackupApiService) UpdateLegacySnapshotRetention(ctx context.Context, groupId string, clusterName string, snapshotId string, ...) UpdateLegacySnapshotRetentionApiRequest + func (a *LegacyBackupApiService) UpdateLegacySnapshotRetentionExecute(r UpdateLegacySnapshotRetentionApiRequest) (*BackupSnapshot, *http.Response, error) + func (a *LegacyBackupApiService) UpdateLegacySnapshotRetentionWithParams(ctx context.Context, args *UpdateLegacySnapshotRetentionApiParams) UpdateLegacySnapshotRetentionApiRequest + func (a *LegacyBackupApiService) UpdateLegacySnapshotSchedule(ctx context.Context, groupId string, clusterName string, ...) UpdateLegacySnapshotScheduleApiRequest + func (a *LegacyBackupApiService) UpdateLegacySnapshotScheduleExecute(r UpdateLegacySnapshotScheduleApiRequest) (*ApiAtlasSnapshotSchedule, *http.Response, error) + func (a *LegacyBackupApiService) UpdateLegacySnapshotScheduleWithParams(ctx context.Context, args *UpdateLegacySnapshotScheduleApiParams) UpdateLegacySnapshotScheduleApiRequest + type LegacyBackupRestoreJobsApi interface + CreateLegacyBackupRestoreJob func(ctx context.Context, groupId string, clusterName string, ...) CreateLegacyBackupRestoreJobApiRequest + CreateLegacyBackupRestoreJobExecute func(r CreateLegacyBackupRestoreJobApiRequest) (*PaginatedRestoreJob, *http.Response, error) + CreateLegacyBackupRestoreJobWithParams func(ctx context.Context, args *CreateLegacyBackupRestoreJobApiParams) CreateLegacyBackupRestoreJobApiRequest + type LegacyBackupRestoreJobsApiService service + func (a *LegacyBackupRestoreJobsApiService) CreateLegacyBackupRestoreJob(ctx context.Context, groupId string, clusterName string, ...) CreateLegacyBackupRestoreJobApiRequest + func (a *LegacyBackupRestoreJobsApiService) CreateLegacyBackupRestoreJobExecute(r CreateLegacyBackupRestoreJobApiRequest) (*PaginatedRestoreJob, *http.Response, error) + func (a *LegacyBackupRestoreJobsApiService) CreateLegacyBackupRestoreJobWithParams(ctx context.Context, args *CreateLegacyBackupRestoreJobApiParams) CreateLegacyBackupRestoreJobApiRequest + type LegacyReplicationSpec struct + Id *string + NumShards *int + RegionsConfig *map[string]RegionSpec + ZoneName *string + func NewLegacyReplicationSpec() *LegacyReplicationSpec + func NewLegacyReplicationSpecWithDefaults() *LegacyReplicationSpec + func (o *LegacyReplicationSpec) GetId() string + func (o *LegacyReplicationSpec) GetIdOk() (*string, bool) + func (o *LegacyReplicationSpec) GetNumShards() int + func (o *LegacyReplicationSpec) GetNumShardsOk() (*int, bool) + func (o *LegacyReplicationSpec) GetRegionsConfig() map[string]RegionSpec + func (o *LegacyReplicationSpec) GetRegionsConfigOk() (*map[string]RegionSpec, bool) + func (o *LegacyReplicationSpec) GetZoneName() string + func (o *LegacyReplicationSpec) GetZoneNameOk() (*string, bool) + func (o *LegacyReplicationSpec) HasId() bool + func (o *LegacyReplicationSpec) HasNumShards() bool + func (o *LegacyReplicationSpec) HasRegionsConfig() bool + func (o *LegacyReplicationSpec) HasZoneName() bool + func (o *LegacyReplicationSpec) SetId(v string) + func (o *LegacyReplicationSpec) SetNumShards(v int) + func (o *LegacyReplicationSpec) SetRegionsConfig(v map[string]RegionSpec) + func (o *LegacyReplicationSpec) SetZoneName(v string) + func (o LegacyReplicationSpec) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LegacyReplicationSpec) ToMap() (map[string]interface{}, error) + type Link struct + Href *string + Rel *string + func NewLink() *Link + func NewLinkWithDefaults() *Link + func (o *Link) GetHref() string + func (o *Link) GetHrefOk() (*string, bool) + func (o *Link) GetRel() string + func (o *Link) GetRelOk() (*string, bool) + func (o *Link) HasHref() bool + func (o *Link) HasRel() bool + func (o *Link) SetHref(v string) + func (o *Link) SetRel(v string) + func (o Link) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o Link) ToMap() (map[string]interface{}, error) + type LinkAtlas struct + Href *string + Rel *string + func NewLinkAtlas() *LinkAtlas + func NewLinkAtlasWithDefaults() *LinkAtlas + func (o *LinkAtlas) GetHref() string + func (o *LinkAtlas) GetHrefOk() (*string, bool) + func (o *LinkAtlas) GetRel() string + func (o *LinkAtlas) GetRelOk() (*string, bool) + func (o *LinkAtlas) HasHref() bool + func (o *LinkAtlas) HasRel() bool + func (o *LinkAtlas) SetHref(v string) + func (o *LinkAtlas) SetRel(v string) + func (o LinkAtlas) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LinkAtlas) ToMap() (map[string]interface{}, error) + type ListAccessLogsByClusterNameApiParams struct + AuthResult *bool + ClusterName string + End *int64 + GroupId string + IpAddress *string + NLogs *int + Start *int64 + type ListAccessLogsByClusterNameApiRequest struct + ApiService AccessTrackingApi + func (r ListAccessLogsByClusterNameApiRequest) AuthResult(authResult bool) ListAccessLogsByClusterNameApiRequest + func (r ListAccessLogsByClusterNameApiRequest) End(end int64) ListAccessLogsByClusterNameApiRequest + func (r ListAccessLogsByClusterNameApiRequest) Execute() (*MongoDBAccessLogsList, *http.Response, error) + func (r ListAccessLogsByClusterNameApiRequest) IpAddress(ipAddress string) ListAccessLogsByClusterNameApiRequest + func (r ListAccessLogsByClusterNameApiRequest) NLogs(nLogs int) ListAccessLogsByClusterNameApiRequest + func (r ListAccessLogsByClusterNameApiRequest) Start(start int64) ListAccessLogsByClusterNameApiRequest + type ListAccessLogsByHostnameApiParams struct + AuthResult *bool + End *int64 + GroupId string + Hostname string + IpAddress *string + NLogs *int + Start *int64 + type ListAccessLogsByHostnameApiRequest struct + ApiService AccessTrackingApi + func (r ListAccessLogsByHostnameApiRequest) AuthResult(authResult bool) ListAccessLogsByHostnameApiRequest + func (r ListAccessLogsByHostnameApiRequest) End(end int64) ListAccessLogsByHostnameApiRequest + func (r ListAccessLogsByHostnameApiRequest) Execute() (*MongoDBAccessLogsList, *http.Response, error) + func (r ListAccessLogsByHostnameApiRequest) IpAddress(ipAddress string) ListAccessLogsByHostnameApiRequest + func (r ListAccessLogsByHostnameApiRequest) NLogs(nLogs int) ListAccessLogsByHostnameApiRequest + func (r ListAccessLogsByHostnameApiRequest) Start(start int64) ListAccessLogsByHostnameApiRequest + type ListAlertConfigurationMatchersFieldNamesApiParams struct + type ListAlertConfigurationMatchersFieldNamesApiRequest struct + ApiService AlertConfigurationsApi + func (r ListAlertConfigurationMatchersFieldNamesApiRequest) Execute() ([]string, *http.Response, error) + type ListAlertConfigurationsApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListAlertConfigurationsApiRequest struct + ApiService AlertConfigurationsApi + func (r ListAlertConfigurationsApiRequest) Execute() (*PaginatedAlertConfig, *http.Response, error) + func (r ListAlertConfigurationsApiRequest) IncludeCount(includeCount bool) ListAlertConfigurationsApiRequest + func (r ListAlertConfigurationsApiRequest) ItemsPerPage(itemsPerPage int) ListAlertConfigurationsApiRequest + func (r ListAlertConfigurationsApiRequest) PageNum(pageNum int) ListAlertConfigurationsApiRequest + type ListAlertConfigurationsByAlertIdApiParams struct + AlertId string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListAlertConfigurationsByAlertIdApiRequest struct + ApiService AlertConfigurationsApi + func (r ListAlertConfigurationsByAlertIdApiRequest) Execute() (*PaginatedAlertConfig, *http.Response, error) + func (r ListAlertConfigurationsByAlertIdApiRequest) IncludeCount(includeCount bool) ListAlertConfigurationsByAlertIdApiRequest + func (r ListAlertConfigurationsByAlertIdApiRequest) ItemsPerPage(itemsPerPage int) ListAlertConfigurationsByAlertIdApiRequest + func (r ListAlertConfigurationsByAlertIdApiRequest) PageNum(pageNum int) ListAlertConfigurationsByAlertIdApiRequest + type ListAlertsApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + Status *string + type ListAlertsApiRequest struct + ApiService AlertsApi + func (r ListAlertsApiRequest) Execute() (*PaginatedAlert, *http.Response, error) + func (r ListAlertsApiRequest) IncludeCount(includeCount bool) ListAlertsApiRequest + func (r ListAlertsApiRequest) ItemsPerPage(itemsPerPage int) ListAlertsApiRequest + func (r ListAlertsApiRequest) PageNum(pageNum int) ListAlertsApiRequest + func (r ListAlertsApiRequest) Status(status string) ListAlertsApiRequest + type ListAlertsByAlertConfigurationIdApiParams struct + AlertConfigId string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListAlertsByAlertConfigurationIdApiRequest struct + ApiService AlertsApi + func (r ListAlertsByAlertConfigurationIdApiRequest) Execute() (*PaginatedAlert, *http.Response, error) + func (r ListAlertsByAlertConfigurationIdApiRequest) IncludeCount(includeCount bool) ListAlertsByAlertConfigurationIdApiRequest + func (r ListAlertsByAlertConfigurationIdApiRequest) ItemsPerPage(itemsPerPage int) ListAlertsByAlertConfigurationIdApiRequest + func (r ListAlertsByAlertConfigurationIdApiRequest) PageNum(pageNum int) ListAlertsByAlertConfigurationIdApiRequest + type ListApiKeyAccessListsEntriesApiParams struct + ApiUserId string + IncludeCount *bool + ItemsPerPage *int + OrgId string + PageNum *int + type ListApiKeyAccessListsEntriesApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r ListApiKeyAccessListsEntriesApiRequest) Execute() (*PaginatedApiUserAccessList, *http.Response, error) + func (r ListApiKeyAccessListsEntriesApiRequest) IncludeCount(includeCount bool) ListApiKeyAccessListsEntriesApiRequest + func (r ListApiKeyAccessListsEntriesApiRequest) ItemsPerPage(itemsPerPage int) ListApiKeyAccessListsEntriesApiRequest + func (r ListApiKeyAccessListsEntriesApiRequest) PageNum(pageNum int) ListApiKeyAccessListsEntriesApiRequest + type ListApiKeysApiParams struct + IncludeCount *bool + ItemsPerPage *int + OrgId string + PageNum *int + type ListApiKeysApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r ListApiKeysApiRequest) Execute() (*PaginatedApiApiUser, *http.Response, error) + func (r ListApiKeysApiRequest) IncludeCount(includeCount bool) ListApiKeysApiRequest + func (r ListApiKeysApiRequest) ItemsPerPage(itemsPerPage int) ListApiKeysApiRequest + func (r ListApiKeysApiRequest) PageNum(pageNum int) ListApiKeysApiRequest + type ListAtlasProcessesApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListAtlasProcessesApiRequest struct + ApiService MonitoringAndLogsApi + func (r ListAtlasProcessesApiRequest) Execute() (*PaginatedHostViewAtlas, *http.Response, error) + func (r ListAtlasProcessesApiRequest) IncludeCount(includeCount bool) ListAtlasProcessesApiRequest + func (r ListAtlasProcessesApiRequest) ItemsPerPage(itemsPerPage int) ListAtlasProcessesApiRequest + func (r ListAtlasProcessesApiRequest) PageNum(pageNum int) ListAtlasProcessesApiRequest + type ListAtlasSearchIndexesApiParams struct + ClusterName string + CollectionName string + DatabaseName string + GroupId string + type ListAtlasSearchIndexesApiRequest struct + ApiService AtlasSearchApi + func (r ListAtlasSearchIndexesApiRequest) Execute() ([]ClusterSearchIndex, *http.Response, error) + type ListBackupExportJobsApiParams struct + ClusterName string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListBackupExportJobsApiRequest struct + ApiService CloudBackupsApi + func (r ListBackupExportJobsApiRequest) Execute() (*PaginatedApiAtlasDiskBackupExportJob, *http.Response, error) + func (r ListBackupExportJobsApiRequest) IncludeCount(includeCount bool) ListBackupExportJobsApiRequest + func (r ListBackupExportJobsApiRequest) ItemsPerPage(itemsPerPage int) ListBackupExportJobsApiRequest + func (r ListBackupExportJobsApiRequest) PageNum(pageNum int) ListBackupExportJobsApiRequest + type ListBackupRestoreJobsApiParams struct + ClusterName string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListBackupRestoreJobsApiRequest struct + ApiService CloudBackupsApi + func (r ListBackupRestoreJobsApiRequest) Execute() (*PaginatedCloudBackupRestoreJob, *http.Response, error) + func (r ListBackupRestoreJobsApiRequest) IncludeCount(includeCount bool) ListBackupRestoreJobsApiRequest + func (r ListBackupRestoreJobsApiRequest) ItemsPerPage(itemsPerPage int) ListBackupRestoreJobsApiRequest + func (r ListBackupRestoreJobsApiRequest) PageNum(pageNum int) ListBackupRestoreJobsApiRequest + type ListCloudProviderAccessRolesApiParams struct + GroupId string + type ListCloudProviderAccessRolesApiRequest struct + ApiService CloudProviderAccessApi + func (r ListCloudProviderAccessRolesApiRequest) Execute() (*CloudProviderAccessRoles, *http.Response, error) + type ListCloudProviderRegionsApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + Providers *[]string + Tier *string + type ListCloudProviderRegionsApiRequest struct + ApiService ClustersApi + func (r ListCloudProviderRegionsApiRequest) Execute() (*PaginatedApiAtlasProviderRegions, *http.Response, error) + func (r ListCloudProviderRegionsApiRequest) IncludeCount(includeCount bool) ListCloudProviderRegionsApiRequest + func (r ListCloudProviderRegionsApiRequest) ItemsPerPage(itemsPerPage int) ListCloudProviderRegionsApiRequest + func (r ListCloudProviderRegionsApiRequest) PageNum(pageNum int) ListCloudProviderRegionsApiRequest + func (r ListCloudProviderRegionsApiRequest) Providers(providers []string) ListCloudProviderRegionsApiRequest + func (r ListCloudProviderRegionsApiRequest) Tier(tier string) ListCloudProviderRegionsApiRequest + type ListClustersApiParams struct + GroupId string + IncludeCount *bool + IncludeDeletedWithRetainedBackups *bool + ItemsPerPage *int + PageNum *int + type ListClustersApiRequest struct + ApiService ClustersApi + func (r ListClustersApiRequest) Execute() (*PaginatedAdvancedClusterDescription, *http.Response, error) + func (r ListClustersApiRequest) IncludeCount(includeCount bool) ListClustersApiRequest + func (r ListClustersApiRequest) IncludeDeletedWithRetainedBackups(includeDeletedWithRetainedBackups bool) ListClustersApiRequest + func (r ListClustersApiRequest) ItemsPerPage(itemsPerPage int) ListClustersApiRequest + func (r ListClustersApiRequest) PageNum(pageNum int) ListClustersApiRequest + type ListClustersForAllProjectsApiParams struct + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListClustersForAllProjectsApiRequest struct + ApiService ClustersApi + func (r ListClustersForAllProjectsApiRequest) Execute() (*PaginatedOrgGroup, *http.Response, error) + func (r ListClustersForAllProjectsApiRequest) IncludeCount(includeCount bool) ListClustersForAllProjectsApiRequest + func (r ListClustersForAllProjectsApiRequest) ItemsPerPage(itemsPerPage int) ListClustersForAllProjectsApiRequest + func (r ListClustersForAllProjectsApiRequest) PageNum(pageNum int) ListClustersForAllProjectsApiRequest + type ListConnectedOrgConfigsApiParams struct + FederationSettingsId string + type ListConnectedOrgConfigsApiRequest struct + ApiService FederatedAuthenticationApi + func (r ListConnectedOrgConfigsApiRequest) Execute() ([]ConnectedOrgConfig, *http.Response, error) + type ListCustomDatabaseRolesApiParams struct + GroupId string + type ListCustomDatabaseRolesApiRequest struct + ApiService CustomDatabaseRolesApi + func (r ListCustomDatabaseRolesApiRequest) Execute() ([]UserCustomDBRole, *http.Response, error) + type ListDataFederationPrivateEndpointsApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListDataFederationPrivateEndpointsApiRequest struct + ApiService DataFederationApi + func (r ListDataFederationPrivateEndpointsApiRequest) Execute() (*PaginatedPrivateNetworkEndpointIdEntry, *http.Response, error) + func (r ListDataFederationPrivateEndpointsApiRequest) IncludeCount(includeCount bool) ListDataFederationPrivateEndpointsApiRequest + func (r ListDataFederationPrivateEndpointsApiRequest) ItemsPerPage(itemsPerPage int) ListDataFederationPrivateEndpointsApiRequest + func (r ListDataFederationPrivateEndpointsApiRequest) PageNum(pageNum int) ListDataFederationPrivateEndpointsApiRequest + type ListDatabaseUserCertificatesApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + Username string + type ListDatabaseUserCertificatesApiRequest struct + ApiService X509AuthenticationApi + func (r ListDatabaseUserCertificatesApiRequest) Execute() (*PaginatedUserCert, *http.Response, error) + func (r ListDatabaseUserCertificatesApiRequest) IncludeCount(includeCount bool) ListDatabaseUserCertificatesApiRequest + func (r ListDatabaseUserCertificatesApiRequest) ItemsPerPage(itemsPerPage int) ListDatabaseUserCertificatesApiRequest + func (r ListDatabaseUserCertificatesApiRequest) PageNum(pageNum int) ListDatabaseUserCertificatesApiRequest + type ListDatabaseUsersApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListDatabaseUsersApiRequest struct + ApiService DatabaseUsersApi + func (r ListDatabaseUsersApiRequest) Execute() (*PaginatedApiAtlasDatabaseUser, *http.Response, error) + func (r ListDatabaseUsersApiRequest) IncludeCount(includeCount bool) ListDatabaseUsersApiRequest + func (r ListDatabaseUsersApiRequest) ItemsPerPage(itemsPerPage int) ListDatabaseUsersApiRequest + func (r ListDatabaseUsersApiRequest) PageNum(pageNum int) ListDatabaseUsersApiRequest + type ListDatabasesApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + ProcessId string + type ListDatabasesApiRequest struct + ApiService MonitoringAndLogsApi + func (r ListDatabasesApiRequest) Execute() (*PaginatedDatabase, *http.Response, error) + func (r ListDatabasesApiRequest) IncludeCount(includeCount bool) ListDatabasesApiRequest + func (r ListDatabasesApiRequest) ItemsPerPage(itemsPerPage int) ListDatabasesApiRequest + func (r ListDatabasesApiRequest) PageNum(pageNum int) ListDatabasesApiRequest + type ListDiskMeasurementsApiParams struct + GroupId string + PartitionName string + ProcessId string + type ListDiskMeasurementsApiRequest struct + ApiService MonitoringAndLogsApi + func (r ListDiskMeasurementsApiRequest) Execute() (*MeasurementDiskPartition, *http.Response, error) + type ListDiskPartitionsApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + ProcessId string + type ListDiskPartitionsApiRequest struct + ApiService MonitoringAndLogsApi + func (r ListDiskPartitionsApiRequest) Execute() (*PaginatedDiskPartition, *http.Response, error) + func (r ListDiskPartitionsApiRequest) IncludeCount(includeCount bool) ListDiskPartitionsApiRequest + func (r ListDiskPartitionsApiRequest) ItemsPerPage(itemsPerPage int) ListDiskPartitionsApiRequest + func (r ListDiskPartitionsApiRequest) PageNum(pageNum int) ListDiskPartitionsApiRequest + type ListExportBucketsApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListExportBucketsApiRequest struct + ApiService CloudBackupsApi + func (r ListExportBucketsApiRequest) Execute() (*PaginatedBackupSnapshotExportBucket, *http.Response, error) + func (r ListExportBucketsApiRequest) IncludeCount(includeCount bool) ListExportBucketsApiRequest + func (r ListExportBucketsApiRequest) ItemsPerPage(itemsPerPage int) ListExportBucketsApiRequest + func (r ListExportBucketsApiRequest) PageNum(pageNum int) ListExportBucketsApiRequest + type ListFederatedDatabasesApiParams struct + GroupId string + Type_ *string + type ListFederatedDatabasesApiRequest struct + ApiService DataFederationApi + func (r ListFederatedDatabasesApiRequest) Execute() ([]DataLakeTenant, *http.Response, error) + func (r ListFederatedDatabasesApiRequest) Type_(type_ string) ListFederatedDatabasesApiRequest + type ListIdentityProvidersApiParams struct + FederationSettingsId string + Protocol *string + type ListIdentityProvidersApiRequest struct + ApiService FederatedAuthenticationApi + func (r ListIdentityProvidersApiRequest) Execute() (*PaginatedFederationIdentityProvider, *http.Response, error) + func (r ListIdentityProvidersApiRequest) Protocol(protocol string) ListIdentityProvidersApiRequest + type ListIndexMetricsApiParams struct + CollectionName string + DatabaseName string + End *time.Time + Granularity *string + GroupId string + Metrics *[]string + Period *string + ProcessId string + Start *time.Time + type ListIndexMetricsApiRequest struct + ApiService MonitoringAndLogsApi + func (r ListIndexMetricsApiRequest) End(end time.Time) ListIndexMetricsApiRequest + func (r ListIndexMetricsApiRequest) Execute() (*MeasurementsIndexes, *http.Response, error) + func (r ListIndexMetricsApiRequest) Granularity(granularity string) ListIndexMetricsApiRequest + func (r ListIndexMetricsApiRequest) Metrics(metrics []string) ListIndexMetricsApiRequest + func (r ListIndexMetricsApiRequest) Period(period string) ListIndexMetricsApiRequest + func (r ListIndexMetricsApiRequest) Start(start time.Time) ListIndexMetricsApiRequest + type ListInvoicesApiParams struct + IncludeCount *bool + ItemsPerPage *int + OrgId string + PageNum *int + type ListInvoicesApiRequest struct + ApiService InvoicesApi + func (r ListInvoicesApiRequest) Execute() (*PaginatedApiInvoice, *http.Response, error) + func (r ListInvoicesApiRequest) IncludeCount(includeCount bool) ListInvoicesApiRequest + func (r ListInvoicesApiRequest) ItemsPerPage(itemsPerPage int) ListInvoicesApiRequest + func (r ListInvoicesApiRequest) PageNum(pageNum int) ListInvoicesApiRequest + type ListLegacyBackupCheckpointsApiParams struct + ClusterName string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListLegacyBackupCheckpointsApiRequest struct + ApiService LegacyBackupApi + func (r ListLegacyBackupCheckpointsApiRequest) Execute() (*PaginatedApiAtlasCheckpoint, *http.Response, error) + func (r ListLegacyBackupCheckpointsApiRequest) IncludeCount(includeCount bool) ListLegacyBackupCheckpointsApiRequest + func (r ListLegacyBackupCheckpointsApiRequest) ItemsPerPage(itemsPerPage int) ListLegacyBackupCheckpointsApiRequest + func (r ListLegacyBackupCheckpointsApiRequest) PageNum(pageNum int) ListLegacyBackupCheckpointsApiRequest + type ListLegacyBackupRestoreJobsApiParams struct + BatchId *string + ClusterName string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListLegacyBackupRestoreJobsApiRequest struct + ApiService LegacyBackupApi + func (r ListLegacyBackupRestoreJobsApiRequest) BatchId(batchId string) ListLegacyBackupRestoreJobsApiRequest + func (r ListLegacyBackupRestoreJobsApiRequest) Execute() (*PaginatedRestoreJob, *http.Response, error) + func (r ListLegacyBackupRestoreJobsApiRequest) IncludeCount(includeCount bool) ListLegacyBackupRestoreJobsApiRequest + func (r ListLegacyBackupRestoreJobsApiRequest) ItemsPerPage(itemsPerPage int) ListLegacyBackupRestoreJobsApiRequest + func (r ListLegacyBackupRestoreJobsApiRequest) PageNum(pageNum int) ListLegacyBackupRestoreJobsApiRequest + type ListLegacySnapshotsApiParams struct + ClusterName string + Completed *string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListLegacySnapshotsApiRequest struct + ApiService LegacyBackupApi + func (r ListLegacySnapshotsApiRequest) Completed(completed string) ListLegacySnapshotsApiRequest + func (r ListLegacySnapshotsApiRequest) Execute() (*PaginatedSnapshot, *http.Response, error) + func (r ListLegacySnapshotsApiRequest) IncludeCount(includeCount bool) ListLegacySnapshotsApiRequest + func (r ListLegacySnapshotsApiRequest) ItemsPerPage(itemsPerPage int) ListLegacySnapshotsApiRequest + func (r ListLegacySnapshotsApiRequest) PageNum(pageNum int) ListLegacySnapshotsApiRequest + type ListMetricTypesApiParams struct + GroupId string + ProcessId string + type ListMetricTypesApiRequest struct + ApiService MonitoringAndLogsApi + func (r ListMetricTypesApiRequest) Execute() (*CloudSearchMetrics, *http.Response, error) + type ListOnlineArchivesApiParams struct + ClusterName string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListOnlineArchivesApiRequest struct + ApiService OnlineArchiveApi + func (r ListOnlineArchivesApiRequest) Execute() (*PaginatedOnlineArchive, *http.Response, error) + func (r ListOnlineArchivesApiRequest) IncludeCount(includeCount bool) ListOnlineArchivesApiRequest + func (r ListOnlineArchivesApiRequest) ItemsPerPage(itemsPerPage int) ListOnlineArchivesApiRequest + func (r ListOnlineArchivesApiRequest) PageNum(pageNum int) ListOnlineArchivesApiRequest + type ListOrganizationEventsApiParams struct + EventType *[]string + IncludeCount *bool + IncludeRaw *bool + ItemsPerPage *int + MaxDate *time.Time + MinDate *time.Time + OrgId string + PageNum *int + type ListOrganizationEventsApiRequest struct + ApiService EventsApi + func (r ListOrganizationEventsApiRequest) EventType(eventType []string) ListOrganizationEventsApiRequest + func (r ListOrganizationEventsApiRequest) Execute() (*OrgPaginatedEvent, *http.Response, error) + func (r ListOrganizationEventsApiRequest) IncludeCount(includeCount bool) ListOrganizationEventsApiRequest + func (r ListOrganizationEventsApiRequest) IncludeRaw(includeRaw bool) ListOrganizationEventsApiRequest + func (r ListOrganizationEventsApiRequest) ItemsPerPage(itemsPerPage int) ListOrganizationEventsApiRequest + func (r ListOrganizationEventsApiRequest) MaxDate(maxDate time.Time) ListOrganizationEventsApiRequest + func (r ListOrganizationEventsApiRequest) MinDate(minDate time.Time) ListOrganizationEventsApiRequest + func (r ListOrganizationEventsApiRequest) PageNum(pageNum int) ListOrganizationEventsApiRequest + type ListOrganizationInvitationsApiParams struct + OrgId string + Username *string + type ListOrganizationInvitationsApiRequest struct + ApiService OrganizationsApi + func (r ListOrganizationInvitationsApiRequest) Execute() ([]OrganizationInvitation, *http.Response, error) + func (r ListOrganizationInvitationsApiRequest) Username(username string) ListOrganizationInvitationsApiRequest + type ListOrganizationProjectsApiParams struct + IncludeCount *bool + ItemsPerPage *int + Name *string + OrgId string + PageNum *int + type ListOrganizationProjectsApiRequest struct + ApiService OrganizationsApi + func (r ListOrganizationProjectsApiRequest) Execute() (*PaginatedAtlasGroup, *http.Response, error) + func (r ListOrganizationProjectsApiRequest) IncludeCount(includeCount bool) ListOrganizationProjectsApiRequest + func (r ListOrganizationProjectsApiRequest) ItemsPerPage(itemsPerPage int) ListOrganizationProjectsApiRequest + func (r ListOrganizationProjectsApiRequest) Name(name string) ListOrganizationProjectsApiRequest + func (r ListOrganizationProjectsApiRequest) PageNum(pageNum int) ListOrganizationProjectsApiRequest + type ListOrganizationTeamsApiParams struct + IncludeCount *bool + ItemsPerPage *int + OrgId string + PageNum *int + type ListOrganizationTeamsApiRequest struct + ApiService TeamsApi + func (r ListOrganizationTeamsApiRequest) Execute() (*PaginatedTeam, *http.Response, error) + func (r ListOrganizationTeamsApiRequest) IncludeCount(includeCount bool) ListOrganizationTeamsApiRequest + func (r ListOrganizationTeamsApiRequest) ItemsPerPage(itemsPerPage int) ListOrganizationTeamsApiRequest + func (r ListOrganizationTeamsApiRequest) PageNum(pageNum int) ListOrganizationTeamsApiRequest + type ListOrganizationUsersApiParams struct + IncludeCount *bool + ItemsPerPage *int + OrgId string + PageNum *int + type ListOrganizationUsersApiRequest struct + ApiService OrganizationsApi + func (r ListOrganizationUsersApiRequest) Execute() (*PaginatedAppUser, *http.Response, error) + func (r ListOrganizationUsersApiRequest) IncludeCount(includeCount bool) ListOrganizationUsersApiRequest + func (r ListOrganizationUsersApiRequest) ItemsPerPage(itemsPerPage int) ListOrganizationUsersApiRequest + func (r ListOrganizationUsersApiRequest) PageNum(pageNum int) ListOrganizationUsersApiRequest + type ListOrganizationsApiParams struct + IncludeCount *bool + ItemsPerPage *int + Name *string + PageNum *int + type ListOrganizationsApiRequest struct + ApiService OrganizationsApi + func (r ListOrganizationsApiRequest) Execute() (*PaginatedOrganization, *http.Response, error) + func (r ListOrganizationsApiRequest) IncludeCount(includeCount bool) ListOrganizationsApiRequest + func (r ListOrganizationsApiRequest) ItemsPerPage(itemsPerPage int) ListOrganizationsApiRequest + func (r ListOrganizationsApiRequest) Name(name string) ListOrganizationsApiRequest + func (r ListOrganizationsApiRequest) PageNum(pageNum int) ListOrganizationsApiRequest + type ListPeeringConnectionsApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + ProviderName *string + type ListPeeringConnectionsApiRequest struct + ApiService NetworkPeeringApi + func (r ListPeeringConnectionsApiRequest) Execute() (*PaginatedContainerPeer, *http.Response, error) + func (r ListPeeringConnectionsApiRequest) IncludeCount(includeCount bool) ListPeeringConnectionsApiRequest + func (r ListPeeringConnectionsApiRequest) ItemsPerPage(itemsPerPage int) ListPeeringConnectionsApiRequest + func (r ListPeeringConnectionsApiRequest) PageNum(pageNum int) ListPeeringConnectionsApiRequest + func (r ListPeeringConnectionsApiRequest) ProviderName(providerName string) ListPeeringConnectionsApiRequest + type ListPeeringContainerByCloudProviderApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + ProviderName *string + type ListPeeringContainerByCloudProviderApiRequest struct + ApiService NetworkPeeringApi + func (r ListPeeringContainerByCloudProviderApiRequest) Execute() (*PaginatedCloudProviderContainer, *http.Response, error) + func (r ListPeeringContainerByCloudProviderApiRequest) IncludeCount(includeCount bool) ListPeeringContainerByCloudProviderApiRequest + func (r ListPeeringContainerByCloudProviderApiRequest) ItemsPerPage(itemsPerPage int) ListPeeringContainerByCloudProviderApiRequest + func (r ListPeeringContainerByCloudProviderApiRequest) PageNum(pageNum int) ListPeeringContainerByCloudProviderApiRequest + func (r ListPeeringContainerByCloudProviderApiRequest) ProviderName(providerName string) ListPeeringContainerByCloudProviderApiRequest + type ListPeeringContainersApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListPeeringContainersApiRequest struct + ApiService NetworkPeeringApi + func (r ListPeeringContainersApiRequest) Execute() (*PaginatedCloudProviderContainer, *http.Response, error) + func (r ListPeeringContainersApiRequest) IncludeCount(includeCount bool) ListPeeringContainersApiRequest + func (r ListPeeringContainersApiRequest) ItemsPerPage(itemsPerPage int) ListPeeringContainersApiRequest + func (r ListPeeringContainersApiRequest) PageNum(pageNum int) ListPeeringContainersApiRequest + type ListPendingInvoicesApiParams struct + OrgId string + type ListPendingInvoicesApiRequest struct + ApiService InvoicesApi + func (r ListPendingInvoicesApiRequest) Execute() (*PaginatedApiInvoice, *http.Response, error) + type ListPipelineRunsApiParams struct + CreatedBefore *time.Time + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + PipelineName string + type ListPipelineRunsApiRequest struct + ApiService DataLakePipelinesApi + func (r ListPipelineRunsApiRequest) CreatedBefore(createdBefore time.Time) ListPipelineRunsApiRequest + func (r ListPipelineRunsApiRequest) Execute() (*PaginatedPipelineRun, *http.Response, error) + func (r ListPipelineRunsApiRequest) IncludeCount(includeCount bool) ListPipelineRunsApiRequest + func (r ListPipelineRunsApiRequest) ItemsPerPage(itemsPerPage int) ListPipelineRunsApiRequest + func (r ListPipelineRunsApiRequest) PageNum(pageNum int) ListPipelineRunsApiRequest + type ListPipelineSchedulesApiParams struct + GroupId string + PipelineName string + type ListPipelineSchedulesApiRequest struct + ApiService DataLakePipelinesApi + func (r ListPipelineSchedulesApiRequest) Execute() ([]DiskBackupApiPolicyItem, *http.Response, error) + type ListPipelineSnapshotsApiParams struct + CompletedAfter *time.Time + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + PipelineName string + type ListPipelineSnapshotsApiRequest struct + ApiService DataLakePipelinesApi + func (r ListPipelineSnapshotsApiRequest) CompletedAfter(completedAfter time.Time) ListPipelineSnapshotsApiRequest + func (r ListPipelineSnapshotsApiRequest) Execute() (*PaginatedBackupSnapshot, *http.Response, error) + func (r ListPipelineSnapshotsApiRequest) IncludeCount(includeCount bool) ListPipelineSnapshotsApiRequest + func (r ListPipelineSnapshotsApiRequest) ItemsPerPage(itemsPerPage int) ListPipelineSnapshotsApiRequest + func (r ListPipelineSnapshotsApiRequest) PageNum(pageNum int) ListPipelineSnapshotsApiRequest + type ListPipelinesApiParams struct + GroupId string + type ListPipelinesApiRequest struct + ApiService DataLakePipelinesApi + func (r ListPipelinesApiRequest) Execute() ([]DataLakeIngestionPipeline, *http.Response, error) + type ListPrivateEndpointServicesApiParams struct + CloudProvider string + GroupId string + type ListPrivateEndpointServicesApiRequest struct + ApiService PrivateEndpointServicesApi + func (r ListPrivateEndpointServicesApiRequest) Execute() ([]EndpointService, *http.Response, error) + type ListProjectApiKeysApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListProjectApiKeysApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r ListProjectApiKeysApiRequest) Execute() (*PaginatedApiApiUser, *http.Response, error) + func (r ListProjectApiKeysApiRequest) IncludeCount(includeCount bool) ListProjectApiKeysApiRequest + func (r ListProjectApiKeysApiRequest) ItemsPerPage(itemsPerPage int) ListProjectApiKeysApiRequest + func (r ListProjectApiKeysApiRequest) PageNum(pageNum int) ListProjectApiKeysApiRequest + type ListProjectEventsApiParams struct + ClusterNames *[]string + EventType *[]string + ExcludedEventType *[]string + GroupId string + IncludeCount *bool + IncludeRaw *bool + ItemsPerPage *int + MaxDate *time.Time + MinDate *time.Time + PageNum *int + type ListProjectEventsApiRequest struct + ApiService EventsApi + func (r ListProjectEventsApiRequest) ClusterNames(clusterNames []string) ListProjectEventsApiRequest + func (r ListProjectEventsApiRequest) EventType(eventType []string) ListProjectEventsApiRequest + func (r ListProjectEventsApiRequest) ExcludedEventType(excludedEventType []string) ListProjectEventsApiRequest + func (r ListProjectEventsApiRequest) Execute() (*GroupPaginatedEvent, *http.Response, error) + func (r ListProjectEventsApiRequest) IncludeCount(includeCount bool) ListProjectEventsApiRequest + func (r ListProjectEventsApiRequest) IncludeRaw(includeRaw bool) ListProjectEventsApiRequest + func (r ListProjectEventsApiRequest) ItemsPerPage(itemsPerPage int) ListProjectEventsApiRequest + func (r ListProjectEventsApiRequest) MaxDate(maxDate time.Time) ListProjectEventsApiRequest + func (r ListProjectEventsApiRequest) MinDate(minDate time.Time) ListProjectEventsApiRequest + func (r ListProjectEventsApiRequest) PageNum(pageNum int) ListProjectEventsApiRequest + type ListProjectInvitationsApiParams struct + GroupId string + Username *string + type ListProjectInvitationsApiRequest struct + ApiService ProjectsApi + func (r ListProjectInvitationsApiRequest) Execute() ([]GroupInvitation, *http.Response, error) + func (r ListProjectInvitationsApiRequest) Username(username string) ListProjectInvitationsApiRequest + type ListProjectIpAccessListsApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListProjectIpAccessListsApiRequest struct + ApiService ProjectIPAccessListApi + func (r ListProjectIpAccessListsApiRequest) Execute() (*PaginatedNetworkAccess, *http.Response, error) + func (r ListProjectIpAccessListsApiRequest) IncludeCount(includeCount bool) ListProjectIpAccessListsApiRequest + func (r ListProjectIpAccessListsApiRequest) ItemsPerPage(itemsPerPage int) ListProjectIpAccessListsApiRequest + func (r ListProjectIpAccessListsApiRequest) PageNum(pageNum int) ListProjectIpAccessListsApiRequest + type ListProjectLimitsApiParams struct + GroupId string + type ListProjectLimitsApiRequest struct + ApiService ProjectsApi + func (r ListProjectLimitsApiRequest) Execute() ([]DataFederationLimit, *http.Response, error) + type ListProjectTeamsApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListProjectTeamsApiRequest struct + ApiService TeamsApi + func (r ListProjectTeamsApiRequest) Execute() (*PaginatedTeamRole, *http.Response, error) + func (r ListProjectTeamsApiRequest) IncludeCount(includeCount bool) ListProjectTeamsApiRequest + func (r ListProjectTeamsApiRequest) ItemsPerPage(itemsPerPage int) ListProjectTeamsApiRequest + func (r ListProjectTeamsApiRequest) PageNum(pageNum int) ListProjectTeamsApiRequest + type ListProjectUsersApiParams struct + FlattenTeams *bool + GroupId string + IncludeCount *bool + IncludeOrgUsers *bool + ItemsPerPage *int + PageNum *int + type ListProjectUsersApiRequest struct + ApiService ProjectsApi + func (r ListProjectUsersApiRequest) Execute() (*PaginatedAppUser, *http.Response, error) + func (r ListProjectUsersApiRequest) FlattenTeams(flattenTeams bool) ListProjectUsersApiRequest + func (r ListProjectUsersApiRequest) IncludeCount(includeCount bool) ListProjectUsersApiRequest + func (r ListProjectUsersApiRequest) IncludeOrgUsers(includeOrgUsers bool) ListProjectUsersApiRequest + func (r ListProjectUsersApiRequest) ItemsPerPage(itemsPerPage int) ListProjectUsersApiRequest + func (r ListProjectUsersApiRequest) PageNum(pageNum int) ListProjectUsersApiRequest + type ListProjectsApiParams struct + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListProjectsApiRequest struct + ApiService ProjectsApi + func (r ListProjectsApiRequest) Execute() (*PaginatedAtlasGroup, *http.Response, error) + func (r ListProjectsApiRequest) IncludeCount(includeCount bool) ListProjectsApiRequest + func (r ListProjectsApiRequest) ItemsPerPage(itemsPerPage int) ListProjectsApiRequest + func (r ListProjectsApiRequest) PageNum(pageNum int) ListProjectsApiRequest + type ListReplicaSetBackupsApiParams struct + ClusterName string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListReplicaSetBackupsApiRequest struct + ApiService CloudBackupsApi + func (r ListReplicaSetBackupsApiRequest) Execute() (*PaginatedCloudBackupReplicaSet, *http.Response, error) + func (r ListReplicaSetBackupsApiRequest) IncludeCount(includeCount bool) ListReplicaSetBackupsApiRequest + func (r ListReplicaSetBackupsApiRequest) ItemsPerPage(itemsPerPage int) ListReplicaSetBackupsApiRequest + func (r ListReplicaSetBackupsApiRequest) PageNum(pageNum int) ListReplicaSetBackupsApiRequest + type ListRoleMappingsApiParams struct + FederationSettingsId string + OrgId string + type ListRoleMappingsApiRequest struct + ApiService FederatedAuthenticationApi + func (r ListRoleMappingsApiRequest) Execute() (*PaginatedRoleMapping, *http.Response, error) + type ListServerlessBackupRestoreJobsApiParams struct + ClusterName string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListServerlessBackupRestoreJobsApiRequest struct + ApiService CloudBackupsApi + func (r ListServerlessBackupRestoreJobsApiRequest) Execute() (*PaginatedApiAtlasServerlessBackupRestoreJob, *http.Response, error) + func (r ListServerlessBackupRestoreJobsApiRequest) IncludeCount(includeCount bool) ListServerlessBackupRestoreJobsApiRequest + func (r ListServerlessBackupRestoreJobsApiRequest) ItemsPerPage(itemsPerPage int) ListServerlessBackupRestoreJobsApiRequest + func (r ListServerlessBackupRestoreJobsApiRequest) PageNum(pageNum int) ListServerlessBackupRestoreJobsApiRequest + type ListServerlessBackupsApiParams struct + ClusterName string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListServerlessBackupsApiRequest struct + ApiService CloudBackupsApi + func (r ListServerlessBackupsApiRequest) Execute() (*PaginatedApiAtlasServerlessBackupSnapshot, *http.Response, error) + func (r ListServerlessBackupsApiRequest) IncludeCount(includeCount bool) ListServerlessBackupsApiRequest + func (r ListServerlessBackupsApiRequest) ItemsPerPage(itemsPerPage int) ListServerlessBackupsApiRequest + func (r ListServerlessBackupsApiRequest) PageNum(pageNum int) ListServerlessBackupsApiRequest + type ListServerlessInstancesApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListServerlessInstancesApiRequest struct + ApiService ServerlessInstancesApi + func (r ListServerlessInstancesApiRequest) Execute() (*PaginatedServerlessInstanceDescription, *http.Response, error) + func (r ListServerlessInstancesApiRequest) IncludeCount(includeCount bool) ListServerlessInstancesApiRequest + func (r ListServerlessInstancesApiRequest) ItemsPerPage(itemsPerPage int) ListServerlessInstancesApiRequest + func (r ListServerlessInstancesApiRequest) PageNum(pageNum int) ListServerlessInstancesApiRequest + type ListServerlessPrivateEndpointsApiParams struct + GroupId string + InstanceName string + type ListServerlessPrivateEndpointsApiRequest struct + ApiService ServerlessPrivateEndpointsApi + func (r ListServerlessPrivateEndpointsApiRequest) Execute() ([]ServerlessTenantEndpoint, *http.Response, error) + type ListShardedClusterBackupsApiParams struct + ClusterName string + GroupId string + type ListShardedClusterBackupsApiRequest struct + ApiService CloudBackupsApi + func (r ListShardedClusterBackupsApiRequest) Execute() (*PaginatedCloudBackupShardedClusterSnapshot, *http.Response, error) + type ListSharedClusterBackupRestoreJobsApiParams struct + ClusterName string + GroupId string + type ListSharedClusterBackupRestoreJobsApiRequest struct + ApiService SharedTierRestoreJobsApi + func (r ListSharedClusterBackupRestoreJobsApiRequest) Execute() (*PaginatedTenantRestore, *http.Response, error) + type ListSharedClusterBackupsApiParams struct + ClusterName string + GroupId string + type ListSharedClusterBackupsApiRequest struct + ApiService SharedTierSnapshotsApi + func (r ListSharedClusterBackupsApiRequest) Execute() (*PaginatedTenantSnapshot, *http.Response, error) + type ListSlowQueriesApiParams struct + Duration *int64 + GroupId string + NLogs *int64 + Namespaces *[]string + ProcessId string + Since *int64 + type ListSlowQueriesApiRequest struct + ApiService PerformanceAdvisorApi + func (r ListSlowQueriesApiRequest) Duration(duration int64) ListSlowQueriesApiRequest + func (r ListSlowQueriesApiRequest) Execute() (*PerformanceAdvisorSlowQueryList, *http.Response, error) + func (r ListSlowQueriesApiRequest) NLogs(nLogs int64) ListSlowQueriesApiRequest + func (r ListSlowQueriesApiRequest) Namespaces(namespaces []string) ListSlowQueriesApiRequest + func (r ListSlowQueriesApiRequest) Since(since int64) ListSlowQueriesApiRequest + type ListSlowQueryNamespacesApiParams struct + Duration *int64 + GroupId string + ProcessId string + Since *int64 + type ListSlowQueryNamespacesApiRequest struct + ApiService PerformanceAdvisorApi + func (r ListSlowQueryNamespacesApiRequest) Duration(duration int64) ListSlowQueryNamespacesApiRequest + func (r ListSlowQueryNamespacesApiRequest) Execute() (*Namespaces, *http.Response, error) + func (r ListSlowQueryNamespacesApiRequest) Since(since int64) ListSlowQueryNamespacesApiRequest + type ListSourceProjectsApiParams struct + OrgId string + type ListSourceProjectsApiRequest struct + ApiService CloudMigrationServiceApi + func (r ListSourceProjectsApiRequest) Execute() ([]LiveImportAvailableProject, *http.Response, error) + type ListStreamConnectionsApiParams struct + GroupId string + ItemsPerPage *int + PageNum *int + TenantName string + type ListStreamConnectionsApiRequest struct + ApiService StreamsApi + func (r ListStreamConnectionsApiRequest) Execute() (*PaginatedApiStreamsConnection, *http.Response, error) + func (r ListStreamConnectionsApiRequest) ItemsPerPage(itemsPerPage int) ListStreamConnectionsApiRequest + func (r ListStreamConnectionsApiRequest) PageNum(pageNum int) ListStreamConnectionsApiRequest + type ListStreamInstancesApiParams struct + GroupId string + ItemsPerPage *int + PageNum *int + type ListStreamInstancesApiRequest struct + ApiService StreamsApi + func (r ListStreamInstancesApiRequest) Execute() (*PaginatedApiStreamsTenant, *http.Response, error) + func (r ListStreamInstancesApiRequest) ItemsPerPage(itemsPerPage int) ListStreamInstancesApiRequest + func (r ListStreamInstancesApiRequest) PageNum(pageNum int) ListStreamInstancesApiRequest + type ListSuggestedIndexesApiParams struct + Duration *int64 + GroupId string + IncludeCount *bool + ItemsPerPage *int + NExamples *int64 + NIndexes *int64 + Namespaces *[]string + PageNum *int + ProcessId string + Since *int64 + type ListSuggestedIndexesApiRequest struct + ApiService PerformanceAdvisorApi + func (r ListSuggestedIndexesApiRequest) Duration(duration int64) ListSuggestedIndexesApiRequest + func (r ListSuggestedIndexesApiRequest) Execute() (*PerformanceAdvisorResponse, *http.Response, error) + func (r ListSuggestedIndexesApiRequest) IncludeCount(includeCount bool) ListSuggestedIndexesApiRequest + func (r ListSuggestedIndexesApiRequest) ItemsPerPage(itemsPerPage int) ListSuggestedIndexesApiRequest + func (r ListSuggestedIndexesApiRequest) NExamples(nExamples int64) ListSuggestedIndexesApiRequest + func (r ListSuggestedIndexesApiRequest) NIndexes(nIndexes int64) ListSuggestedIndexesApiRequest + func (r ListSuggestedIndexesApiRequest) Namespaces(namespaces []string) ListSuggestedIndexesApiRequest + func (r ListSuggestedIndexesApiRequest) PageNum(pageNum int) ListSuggestedIndexesApiRequest + func (r ListSuggestedIndexesApiRequest) Since(since int64) ListSuggestedIndexesApiRequest + type ListTeamUsersApiParams struct + ItemsPerPage *int + OrgId string + PageNum *int + TeamId string + type ListTeamUsersApiRequest struct + ApiService TeamsApi + func (r ListTeamUsersApiRequest) Execute() (*PaginatedApiAppUser, *http.Response, error) + func (r ListTeamUsersApiRequest) ItemsPerPage(itemsPerPage int) ListTeamUsersApiRequest + func (r ListTeamUsersApiRequest) PageNum(pageNum int) ListTeamUsersApiRequest + type ListThirdPartyIntegrationsApiParams struct + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + type ListThirdPartyIntegrationsApiRequest struct + ApiService ThirdPartyIntegrationsApi + func (r ListThirdPartyIntegrationsApiRequest) Execute() (*PaginatedIntegration, *http.Response, error) + func (r ListThirdPartyIntegrationsApiRequest) IncludeCount(includeCount bool) ListThirdPartyIntegrationsApiRequest + func (r ListThirdPartyIntegrationsApiRequest) ItemsPerPage(itemsPerPage int) ListThirdPartyIntegrationsApiRequest + func (r ListThirdPartyIntegrationsApiRequest) PageNum(pageNum int) ListThirdPartyIntegrationsApiRequest + type LiveImportAvailableProject struct + Deployments *[]AvailableClustersDeployment + MigrationHosts *[]string + Name string + ProjectId string + func NewLiveImportAvailableProject(name string, projectId string) *LiveImportAvailableProject + func NewLiveImportAvailableProjectWithDefaults() *LiveImportAvailableProject + func (o *LiveImportAvailableProject) GetDeployments() []AvailableClustersDeployment + func (o *LiveImportAvailableProject) GetDeploymentsOk() (*[]AvailableClustersDeployment, bool) + func (o *LiveImportAvailableProject) GetMigrationHosts() []string + func (o *LiveImportAvailableProject) GetMigrationHostsOk() (*[]string, bool) + func (o *LiveImportAvailableProject) GetName() string + func (o *LiveImportAvailableProject) GetNameOk() (*string, bool) + func (o *LiveImportAvailableProject) GetProjectId() string + func (o *LiveImportAvailableProject) GetProjectIdOk() (*string, bool) + func (o *LiveImportAvailableProject) HasDeployments() bool + func (o *LiveImportAvailableProject) HasMigrationHosts() bool + func (o *LiveImportAvailableProject) SetDeployments(v []AvailableClustersDeployment) + func (o *LiveImportAvailableProject) SetMigrationHosts(v []string) + func (o *LiveImportAvailableProject) SetName(v string) + func (o *LiveImportAvailableProject) SetProjectId(v string) + func (o LiveImportAvailableProject) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LiveImportAvailableProject) ToMap() (map[string]interface{}, error) + type LiveImportValidation struct + ErrorMessage *string + GroupId *string + Id *string + SourceGroupId *string + Status *string + func NewLiveImportValidation() *LiveImportValidation + func NewLiveImportValidationWithDefaults() *LiveImportValidation + func (o *LiveImportValidation) GetErrorMessage() string + func (o *LiveImportValidation) GetErrorMessageOk() (*string, bool) + func (o *LiveImportValidation) GetGroupId() string + func (o *LiveImportValidation) GetGroupIdOk() (*string, bool) + func (o *LiveImportValidation) GetId() string + func (o *LiveImportValidation) GetIdOk() (*string, bool) + func (o *LiveImportValidation) GetSourceGroupId() string + func (o *LiveImportValidation) GetSourceGroupIdOk() (*string, bool) + func (o *LiveImportValidation) GetStatus() string + func (o *LiveImportValidation) GetStatusOk() (*string, bool) + func (o *LiveImportValidation) HasErrorMessage() bool + func (o *LiveImportValidation) HasGroupId() bool + func (o *LiveImportValidation) HasId() bool + func (o *LiveImportValidation) HasSourceGroupId() bool + func (o *LiveImportValidation) HasStatus() bool + func (o *LiveImportValidation) SetErrorMessage(v string) + func (o *LiveImportValidation) SetGroupId(v string) + func (o *LiveImportValidation) SetId(v string) + func (o *LiveImportValidation) SetSourceGroupId(v string) + func (o *LiveImportValidation) SetStatus(v string) + func (o LiveImportValidation) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LiveImportValidation) ToMap() (map[string]interface{}, error) + type LiveMigrationRequest struct + Destination Destination + DropEnabled bool + Id *string + MigrationHosts *[]string + Sharding *ShardingRequest + Source Source + func NewLiveMigrationRequest(destination Destination, dropEnabled bool, source Source) *LiveMigrationRequest + func NewLiveMigrationRequestWithDefaults() *LiveMigrationRequest + func (o *LiveMigrationRequest) GetDestination() Destination + func (o *LiveMigrationRequest) GetDestinationOk() (*Destination, bool) + func (o *LiveMigrationRequest) GetDropEnabled() bool + func (o *LiveMigrationRequest) GetDropEnabledOk() (*bool, bool) + func (o *LiveMigrationRequest) GetId() string + func (o *LiveMigrationRequest) GetIdOk() (*string, bool) + func (o *LiveMigrationRequest) GetMigrationHosts() []string + func (o *LiveMigrationRequest) GetMigrationHostsOk() (*[]string, bool) + func (o *LiveMigrationRequest) GetSharding() ShardingRequest + func (o *LiveMigrationRequest) GetShardingOk() (*ShardingRequest, bool) + func (o *LiveMigrationRequest) GetSource() Source + func (o *LiveMigrationRequest) GetSourceOk() (*Source, bool) + func (o *LiveMigrationRequest) HasId() bool + func (o *LiveMigrationRequest) HasMigrationHosts() bool + func (o *LiveMigrationRequest) HasSharding() bool + func (o *LiveMigrationRequest) SetDestination(v Destination) + func (o *LiveMigrationRequest) SetDropEnabled(v bool) + func (o *LiveMigrationRequest) SetId(v string) + func (o *LiveMigrationRequest) SetMigrationHosts(v []string) + func (o *LiveMigrationRequest) SetSharding(v ShardingRequest) + func (o *LiveMigrationRequest) SetSource(v Source) + func (o LiveMigrationRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LiveMigrationRequest) ToMap() (map[string]interface{}, error) + type LiveMigrationResponse struct + Id *string + LagTimeSeconds *int64 + MigrationHosts *[]string + ReadyForCutover *bool + Status *string + func NewLiveMigrationResponse() *LiveMigrationResponse + func NewLiveMigrationResponseWithDefaults() *LiveMigrationResponse + func (o *LiveMigrationResponse) GetId() string + func (o *LiveMigrationResponse) GetIdOk() (*string, bool) + func (o *LiveMigrationResponse) GetLagTimeSeconds() int64 + func (o *LiveMigrationResponse) GetLagTimeSecondsOk() (*int64, bool) + func (o *LiveMigrationResponse) GetMigrationHosts() []string + func (o *LiveMigrationResponse) GetMigrationHostsOk() (*[]string, bool) + func (o *LiveMigrationResponse) GetReadyForCutover() bool + func (o *LiveMigrationResponse) GetReadyForCutoverOk() (*bool, bool) + func (o *LiveMigrationResponse) GetStatus() string + func (o *LiveMigrationResponse) GetStatusOk() (*string, bool) + func (o *LiveMigrationResponse) HasId() bool + func (o *LiveMigrationResponse) HasLagTimeSeconds() bool + func (o *LiveMigrationResponse) HasMigrationHosts() bool + func (o *LiveMigrationResponse) HasReadyForCutover() bool + func (o *LiveMigrationResponse) HasStatus() bool + func (o *LiveMigrationResponse) SetId(v string) + func (o *LiveMigrationResponse) SetLagTimeSeconds(v int64) + func (o *LiveMigrationResponse) SetMigrationHosts(v []string) + func (o *LiveMigrationResponse) SetReadyForCutover(v bool) + func (o *LiveMigrationResponse) SetStatus(v string) + func (o LiveMigrationResponse) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o LiveMigrationResponse) ToMap() (map[string]interface{}, error) + type LoadSampleDatasetApiParams struct + GroupId string + Name string + type LoadSampleDatasetApiRequest struct + ApiService ClustersApi + func (r LoadSampleDatasetApiRequest) Execute() (*SampleDatasetStatus, *http.Response, error) + type MaintenanceWindowsApi interface + DeferMaintenanceWindow func(ctx context.Context, groupId string) DeferMaintenanceWindowApiRequest + DeferMaintenanceWindowExecute func(r DeferMaintenanceWindowApiRequest) (*http.Response, error) + DeferMaintenanceWindowWithParams func(ctx context.Context, args *DeferMaintenanceWindowApiParams) DeferMaintenanceWindowApiRequest + GetMaintenanceWindow func(ctx context.Context, groupId string) GetMaintenanceWindowApiRequest + GetMaintenanceWindowExecute func(r GetMaintenanceWindowApiRequest) (*GroupMaintenanceWindow, *http.Response, error) + GetMaintenanceWindowWithParams func(ctx context.Context, args *GetMaintenanceWindowApiParams) GetMaintenanceWindowApiRequest + ResetMaintenanceWindow func(ctx context.Context, groupId string) ResetMaintenanceWindowApiRequest + ResetMaintenanceWindowExecute func(r ResetMaintenanceWindowApiRequest) (*http.Response, error) + ResetMaintenanceWindowWithParams func(ctx context.Context, args *ResetMaintenanceWindowApiParams) ResetMaintenanceWindowApiRequest + ToggleMaintenanceAutoDefer func(ctx context.Context, groupId string) ToggleMaintenanceAutoDeferApiRequest + ToggleMaintenanceAutoDeferExecute func(r ToggleMaintenanceAutoDeferApiRequest) (*http.Response, error) + ToggleMaintenanceAutoDeferWithParams func(ctx context.Context, args *ToggleMaintenanceAutoDeferApiParams) ToggleMaintenanceAutoDeferApiRequest + UpdateMaintenanceWindow func(ctx context.Context, groupId string, ...) UpdateMaintenanceWindowApiRequest + UpdateMaintenanceWindowExecute func(r UpdateMaintenanceWindowApiRequest) (map[string]interface{}, *http.Response, error) + UpdateMaintenanceWindowWithParams func(ctx context.Context, args *UpdateMaintenanceWindowApiParams) UpdateMaintenanceWindowApiRequest + type MaintenanceWindowsApiService service + func (a *MaintenanceWindowsApiService) DeferMaintenanceWindow(ctx context.Context, groupId string) DeferMaintenanceWindowApiRequest + func (a *MaintenanceWindowsApiService) DeferMaintenanceWindowExecute(r DeferMaintenanceWindowApiRequest) (*http.Response, error) + func (a *MaintenanceWindowsApiService) DeferMaintenanceWindowWithParams(ctx context.Context, args *DeferMaintenanceWindowApiParams) DeferMaintenanceWindowApiRequest + func (a *MaintenanceWindowsApiService) GetMaintenanceWindow(ctx context.Context, groupId string) GetMaintenanceWindowApiRequest + func (a *MaintenanceWindowsApiService) GetMaintenanceWindowExecute(r GetMaintenanceWindowApiRequest) (*GroupMaintenanceWindow, *http.Response, error) + func (a *MaintenanceWindowsApiService) GetMaintenanceWindowWithParams(ctx context.Context, args *GetMaintenanceWindowApiParams) GetMaintenanceWindowApiRequest + func (a *MaintenanceWindowsApiService) ResetMaintenanceWindow(ctx context.Context, groupId string) ResetMaintenanceWindowApiRequest + func (a *MaintenanceWindowsApiService) ResetMaintenanceWindowExecute(r ResetMaintenanceWindowApiRequest) (*http.Response, error) + func (a *MaintenanceWindowsApiService) ResetMaintenanceWindowWithParams(ctx context.Context, args *ResetMaintenanceWindowApiParams) ResetMaintenanceWindowApiRequest + func (a *MaintenanceWindowsApiService) ToggleMaintenanceAutoDefer(ctx context.Context, groupId string) ToggleMaintenanceAutoDeferApiRequest + func (a *MaintenanceWindowsApiService) ToggleMaintenanceAutoDeferExecute(r ToggleMaintenanceAutoDeferApiRequest) (*http.Response, error) + func (a *MaintenanceWindowsApiService) ToggleMaintenanceAutoDeferWithParams(ctx context.Context, args *ToggleMaintenanceAutoDeferApiParams) ToggleMaintenanceAutoDeferApiRequest + func (a *MaintenanceWindowsApiService) UpdateMaintenanceWindow(ctx context.Context, groupId string, ...) UpdateMaintenanceWindowApiRequest + func (a *MaintenanceWindowsApiService) UpdateMaintenanceWindowExecute(r UpdateMaintenanceWindowApiRequest) (map[string]interface{}, *http.Response, error) + func (a *MaintenanceWindowsApiService) UpdateMaintenanceWindowWithParams(ctx context.Context, args *UpdateMaintenanceWindowApiParams) UpdateMaintenanceWindowApiRequest + type ManagedNamespace struct + Collection *string + CustomShardKey *string + Db *string + IsCustomShardKeyHashed *bool + IsShardKeyUnique *bool + NumInitialChunks *int64 + PresplitHashedZones *bool + func NewManagedNamespace() *ManagedNamespace + func NewManagedNamespaceWithDefaults() *ManagedNamespace + func (o *ManagedNamespace) GetCollection() string + func (o *ManagedNamespace) GetCollectionOk() (*string, bool) + func (o *ManagedNamespace) GetCustomShardKey() string + func (o *ManagedNamespace) GetCustomShardKeyOk() (*string, bool) + func (o *ManagedNamespace) GetDb() string + func (o *ManagedNamespace) GetDbOk() (*string, bool) + func (o *ManagedNamespace) GetIsCustomShardKeyHashed() bool + func (o *ManagedNamespace) GetIsCustomShardKeyHashedOk() (*bool, bool) + func (o *ManagedNamespace) GetIsShardKeyUnique() bool + func (o *ManagedNamespace) GetIsShardKeyUniqueOk() (*bool, bool) + func (o *ManagedNamespace) GetNumInitialChunks() int64 + func (o *ManagedNamespace) GetNumInitialChunksOk() (*int64, bool) + func (o *ManagedNamespace) GetPresplitHashedZones() bool + func (o *ManagedNamespace) GetPresplitHashedZonesOk() (*bool, bool) + func (o *ManagedNamespace) HasCollection() bool + func (o *ManagedNamespace) HasCustomShardKey() bool + func (o *ManagedNamespace) HasDb() bool + func (o *ManagedNamespace) HasIsCustomShardKeyHashed() bool + func (o *ManagedNamespace) HasIsShardKeyUnique() bool + func (o *ManagedNamespace) HasNumInitialChunks() bool + func (o *ManagedNamespace) HasPresplitHashedZones() bool + func (o *ManagedNamespace) SetCollection(v string) + func (o *ManagedNamespace) SetCustomShardKey(v string) + func (o *ManagedNamespace) SetDb(v string) + func (o *ManagedNamespace) SetIsCustomShardKeyHashed(v bool) + func (o *ManagedNamespace) SetIsShardKeyUnique(v bool) + func (o *ManagedNamespace) SetNumInitialChunks(v int64) + func (o *ManagedNamespace) SetPresplitHashedZones(v bool) + func (o ManagedNamespace) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ManagedNamespace) ToMap() (map[string]interface{}, error) + type ManagedNamespaces struct + Collection string + CustomShardKey string + Db string + IsCustomShardKeyHashed *bool + IsShardKeyUnique *bool + NumInitialChunks *int64 + PresplitHashedZones *bool + func NewManagedNamespaces(collection string, customShardKey string, db string) *ManagedNamespaces + func NewManagedNamespacesWithDefaults() *ManagedNamespaces + func (o *ManagedNamespaces) GetCollection() string + func (o *ManagedNamespaces) GetCollectionOk() (*string, bool) + func (o *ManagedNamespaces) GetCustomShardKey() string + func (o *ManagedNamespaces) GetCustomShardKeyOk() (*string, bool) + func (o *ManagedNamespaces) GetDb() string + func (o *ManagedNamespaces) GetDbOk() (*string, bool) + func (o *ManagedNamespaces) GetIsCustomShardKeyHashed() bool + func (o *ManagedNamespaces) GetIsCustomShardKeyHashedOk() (*bool, bool) + func (o *ManagedNamespaces) GetIsShardKeyUnique() bool + func (o *ManagedNamespaces) GetIsShardKeyUniqueOk() (*bool, bool) + func (o *ManagedNamespaces) GetNumInitialChunks() int64 + func (o *ManagedNamespaces) GetNumInitialChunksOk() (*int64, bool) + func (o *ManagedNamespaces) GetPresplitHashedZones() bool + func (o *ManagedNamespaces) GetPresplitHashedZonesOk() (*bool, bool) + func (o *ManagedNamespaces) HasIsCustomShardKeyHashed() bool + func (o *ManagedNamespaces) HasIsShardKeyUnique() bool + func (o *ManagedNamespaces) HasNumInitialChunks() bool + func (o *ManagedNamespaces) HasPresplitHashedZones() bool + func (o *ManagedNamespaces) SetCollection(v string) + func (o *ManagedNamespaces) SetCustomShardKey(v string) + func (o *ManagedNamespaces) SetDb(v string) + func (o *ManagedNamespaces) SetIsCustomShardKeyHashed(v bool) + func (o *ManagedNamespaces) SetIsShardKeyUnique(v bool) + func (o *ManagedNamespaces) SetNumInitialChunks(v int64) + func (o *ManagedNamespaces) SetPresplitHashedZones(v bool) + func (o ManagedNamespaces) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ManagedNamespaces) ToMap() (map[string]interface{}, error) + type MeasurementDiskPartition struct + Links *[]Link + PartitionName *string + func NewMeasurementDiskPartition() *MeasurementDiskPartition + func NewMeasurementDiskPartitionWithDefaults() *MeasurementDiskPartition + func (o *MeasurementDiskPartition) GetLinks() []Link + func (o *MeasurementDiskPartition) GetLinksOk() (*[]Link, bool) + func (o *MeasurementDiskPartition) GetPartitionName() string + func (o *MeasurementDiskPartition) GetPartitionNameOk() (*string, bool) + func (o *MeasurementDiskPartition) HasLinks() bool + func (o *MeasurementDiskPartition) HasPartitionName() bool + func (o *MeasurementDiskPartition) SetLinks(v []Link) + func (o *MeasurementDiskPartition) SetPartitionName(v string) + func (o MeasurementDiskPartition) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o MeasurementDiskPartition) ToMap() (map[string]interface{}, error) + type MeasurementsIndexes struct + CollectionName *string + DatabaseName *string + End *time.Time + Granularity *string + GroupId *string + IndexIds *[]string + IndexStatsMeasurements *[]MetricsMeasurement + Links *[]Link + ProcessId *string + Start *time.Time + func NewMeasurementsIndexes() *MeasurementsIndexes + func NewMeasurementsIndexesWithDefaults() *MeasurementsIndexes + func (o *MeasurementsIndexes) GetCollectionName() string + func (o *MeasurementsIndexes) GetCollectionNameOk() (*string, bool) + func (o *MeasurementsIndexes) GetDatabaseName() string + func (o *MeasurementsIndexes) GetDatabaseNameOk() (*string, bool) + func (o *MeasurementsIndexes) GetEnd() time.Time + func (o *MeasurementsIndexes) GetEndOk() (*time.Time, bool) + func (o *MeasurementsIndexes) GetGranularity() string + func (o *MeasurementsIndexes) GetGranularityOk() (*string, bool) + func (o *MeasurementsIndexes) GetGroupId() string + func (o *MeasurementsIndexes) GetGroupIdOk() (*string, bool) + func (o *MeasurementsIndexes) GetIndexIds() []string + func (o *MeasurementsIndexes) GetIndexIdsOk() (*[]string, bool) + func (o *MeasurementsIndexes) GetIndexStatsMeasurements() []MetricsMeasurement + func (o *MeasurementsIndexes) GetIndexStatsMeasurementsOk() (*[]MetricsMeasurement, bool) + func (o *MeasurementsIndexes) GetLinks() []Link + func (o *MeasurementsIndexes) GetLinksOk() (*[]Link, bool) + func (o *MeasurementsIndexes) GetProcessId() string + func (o *MeasurementsIndexes) GetProcessIdOk() (*string, bool) + func (o *MeasurementsIndexes) GetStart() time.Time + func (o *MeasurementsIndexes) GetStartOk() (*time.Time, bool) + func (o *MeasurementsIndexes) HasCollectionName() bool + func (o *MeasurementsIndexes) HasDatabaseName() bool + func (o *MeasurementsIndexes) HasEnd() bool + func (o *MeasurementsIndexes) HasGranularity() bool + func (o *MeasurementsIndexes) HasGroupId() bool + func (o *MeasurementsIndexes) HasIndexIds() bool + func (o *MeasurementsIndexes) HasIndexStatsMeasurements() bool + func (o *MeasurementsIndexes) HasLinks() bool + func (o *MeasurementsIndexes) HasProcessId() bool + func (o *MeasurementsIndexes) HasStart() bool + func (o *MeasurementsIndexes) SetCollectionName(v string) + func (o *MeasurementsIndexes) SetDatabaseName(v string) + func (o *MeasurementsIndexes) SetEnd(v time.Time) + func (o *MeasurementsIndexes) SetGranularity(v string) + func (o *MeasurementsIndexes) SetGroupId(v string) + func (o *MeasurementsIndexes) SetIndexIds(v []string) + func (o *MeasurementsIndexes) SetIndexStatsMeasurements(v []MetricsMeasurement) + func (o *MeasurementsIndexes) SetLinks(v []Link) + func (o *MeasurementsIndexes) SetProcessId(v string) + func (o *MeasurementsIndexes) SetStart(v time.Time) + func (o MeasurementsIndexes) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o MeasurementsIndexes) ToMap() (map[string]interface{}, error) + type MeasurementsNonIndex struct + End *time.Time + Granularity *string + GroupId *string + HardwareMeasurements *[]MetricsMeasurement + Links *[]Link + ProcessId *string + Start *time.Time + StatusMeasurements *[]MetricsMeasurement + func NewMeasurementsNonIndex() *MeasurementsNonIndex + func NewMeasurementsNonIndexWithDefaults() *MeasurementsNonIndex + func (o *MeasurementsNonIndex) GetEnd() time.Time + func (o *MeasurementsNonIndex) GetEndOk() (*time.Time, bool) + func (o *MeasurementsNonIndex) GetGranularity() string + func (o *MeasurementsNonIndex) GetGranularityOk() (*string, bool) + func (o *MeasurementsNonIndex) GetGroupId() string + func (o *MeasurementsNonIndex) GetGroupIdOk() (*string, bool) + func (o *MeasurementsNonIndex) GetHardwareMeasurements() []MetricsMeasurement + func (o *MeasurementsNonIndex) GetHardwareMeasurementsOk() (*[]MetricsMeasurement, bool) + func (o *MeasurementsNonIndex) GetLinks() []Link + func (o *MeasurementsNonIndex) GetLinksOk() (*[]Link, bool) + func (o *MeasurementsNonIndex) GetProcessId() string + func (o *MeasurementsNonIndex) GetProcessIdOk() (*string, bool) + func (o *MeasurementsNonIndex) GetStart() time.Time + func (o *MeasurementsNonIndex) GetStartOk() (*time.Time, bool) + func (o *MeasurementsNonIndex) GetStatusMeasurements() []MetricsMeasurement + func (o *MeasurementsNonIndex) GetStatusMeasurementsOk() (*[]MetricsMeasurement, bool) + func (o *MeasurementsNonIndex) HasEnd() bool + func (o *MeasurementsNonIndex) HasGranularity() bool + func (o *MeasurementsNonIndex) HasGroupId() bool + func (o *MeasurementsNonIndex) HasHardwareMeasurements() bool + func (o *MeasurementsNonIndex) HasLinks() bool + func (o *MeasurementsNonIndex) HasProcessId() bool + func (o *MeasurementsNonIndex) HasStart() bool + func (o *MeasurementsNonIndex) HasStatusMeasurements() bool + func (o *MeasurementsNonIndex) SetEnd(v time.Time) + func (o *MeasurementsNonIndex) SetGranularity(v string) + func (o *MeasurementsNonIndex) SetGroupId(v string) + func (o *MeasurementsNonIndex) SetHardwareMeasurements(v []MetricsMeasurement) + func (o *MeasurementsNonIndex) SetLinks(v []Link) + func (o *MeasurementsNonIndex) SetProcessId(v string) + func (o *MeasurementsNonIndex) SetStart(v time.Time) + func (o *MeasurementsNonIndex) SetStatusMeasurements(v []MetricsMeasurement) + func (o MeasurementsNonIndex) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o MeasurementsNonIndex) ToMap() (map[string]interface{}, error) + type MesurementsDatabase struct + DatabaseName *string + Links *[]Link + func NewMesurementsDatabase() *MesurementsDatabase + func NewMesurementsDatabaseWithDefaults() *MesurementsDatabase + func (o *MesurementsDatabase) GetDatabaseName() string + func (o *MesurementsDatabase) GetDatabaseNameOk() (*string, bool) + func (o *MesurementsDatabase) GetLinks() []Link + func (o *MesurementsDatabase) GetLinksOk() (*[]Link, bool) + func (o *MesurementsDatabase) HasDatabaseName() bool + func (o *MesurementsDatabase) HasLinks() bool + func (o *MesurementsDatabase) SetDatabaseName(v string) + func (o *MesurementsDatabase) SetLinks(v []Link) + func (o MesurementsDatabase) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o MesurementsDatabase) ToMap() (map[string]interface{}, error) + type MetricDataPoint struct + Timestamp *time.Time + Value *float32 + func NewMetricDataPoint() *MetricDataPoint + func NewMetricDataPointWithDefaults() *MetricDataPoint + func (o *MetricDataPoint) GetTimestamp() time.Time + func (o *MetricDataPoint) GetTimestampOk() (*time.Time, bool) + func (o *MetricDataPoint) GetValue() float32 + func (o *MetricDataPoint) GetValueOk() (*float32, bool) + func (o *MetricDataPoint) HasTimestamp() bool + func (o *MetricDataPoint) HasValue() bool + func (o *MetricDataPoint) SetTimestamp(v time.Time) + func (o *MetricDataPoint) SetValue(v float32) + func (o MetricDataPoint) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o MetricDataPoint) ToMap() (map[string]interface{}, error) + type MetricDataPointAtlas struct + Timestamp *time.Time + Value *float32 + func NewMetricDataPointAtlas() *MetricDataPointAtlas + func NewMetricDataPointAtlasWithDefaults() *MetricDataPointAtlas + func (o *MetricDataPointAtlas) GetTimestamp() time.Time + func (o *MetricDataPointAtlas) GetTimestampOk() (*time.Time, bool) + func (o *MetricDataPointAtlas) GetValue() float32 + func (o *MetricDataPointAtlas) GetValueOk() (*float32, bool) + func (o *MetricDataPointAtlas) HasTimestamp() bool + func (o *MetricDataPointAtlas) HasValue() bool + func (o *MetricDataPointAtlas) SetTimestamp(v time.Time) + func (o *MetricDataPointAtlas) SetValue(v float32) + func (o MetricDataPointAtlas) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o MetricDataPointAtlas) ToMap() (map[string]interface{}, error) + type MetricsMeasurement struct + DataPoints *[]MetricDataPoint + Name *string + Units *string + func NewMetricsMeasurement() *MetricsMeasurement + func NewMetricsMeasurementWithDefaults() *MetricsMeasurement + func (o *MetricsMeasurement) GetDataPoints() []MetricDataPoint + func (o *MetricsMeasurement) GetDataPointsOk() (*[]MetricDataPoint, bool) + func (o *MetricsMeasurement) GetName() string + func (o *MetricsMeasurement) GetNameOk() (*string, bool) + func (o *MetricsMeasurement) GetUnits() string + func (o *MetricsMeasurement) GetUnitsOk() (*string, bool) + func (o *MetricsMeasurement) HasDataPoints() bool + func (o *MetricsMeasurement) HasName() bool + func (o *MetricsMeasurement) HasUnits() bool + func (o *MetricsMeasurement) SetDataPoints(v []MetricDataPoint) + func (o *MetricsMeasurement) SetName(v string) + func (o *MetricsMeasurement) SetUnits(v string) + func (o MetricsMeasurement) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o MetricsMeasurement) ToMap() (map[string]interface{}, error) + type MetricsMeasurementAtlas struct + DataPoints *[]MetricDataPointAtlas + Name *string + Units *string + func NewMetricsMeasurementAtlas() *MetricsMeasurementAtlas + func NewMetricsMeasurementAtlasWithDefaults() *MetricsMeasurementAtlas + func (o *MetricsMeasurementAtlas) GetDataPoints() []MetricDataPointAtlas + func (o *MetricsMeasurementAtlas) GetDataPointsOk() (*[]MetricDataPointAtlas, bool) + func (o *MetricsMeasurementAtlas) GetName() string + func (o *MetricsMeasurementAtlas) GetNameOk() (*string, bool) + func (o *MetricsMeasurementAtlas) GetUnits() string + func (o *MetricsMeasurementAtlas) GetUnitsOk() (*string, bool) + func (o *MetricsMeasurementAtlas) HasDataPoints() bool + func (o *MetricsMeasurementAtlas) HasName() bool + func (o *MetricsMeasurementAtlas) HasUnits() bool + func (o *MetricsMeasurementAtlas) SetDataPoints(v []MetricDataPointAtlas) + func (o *MetricsMeasurementAtlas) SetName(v string) + func (o *MetricsMeasurementAtlas) SetUnits(v string) + func (o MetricsMeasurementAtlas) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o MetricsMeasurementAtlas) ToMap() (map[string]interface{}, error) + type MongoDBAccessLogs struct + AuthResult *bool + AuthSource *string + FailureReason *string + GroupId *string + Hostname *string + IpAddress *string + LogLine *string + Timestamp *string + Username *string + func NewMongoDBAccessLogs() *MongoDBAccessLogs + func NewMongoDBAccessLogsWithDefaults() *MongoDBAccessLogs + func (o *MongoDBAccessLogs) GetAuthResult() bool + func (o *MongoDBAccessLogs) GetAuthResultOk() (*bool, bool) + func (o *MongoDBAccessLogs) GetAuthSource() string + func (o *MongoDBAccessLogs) GetAuthSourceOk() (*string, bool) + func (o *MongoDBAccessLogs) GetFailureReason() string + func (o *MongoDBAccessLogs) GetFailureReasonOk() (*string, bool) + func (o *MongoDBAccessLogs) GetGroupId() string + func (o *MongoDBAccessLogs) GetGroupIdOk() (*string, bool) + func (o *MongoDBAccessLogs) GetHostname() string + func (o *MongoDBAccessLogs) GetHostnameOk() (*string, bool) + func (o *MongoDBAccessLogs) GetIpAddress() string + func (o *MongoDBAccessLogs) GetIpAddressOk() (*string, bool) + func (o *MongoDBAccessLogs) GetLogLine() string + func (o *MongoDBAccessLogs) GetLogLineOk() (*string, bool) + func (o *MongoDBAccessLogs) GetTimestamp() string + func (o *MongoDBAccessLogs) GetTimestampOk() (*string, bool) + func (o *MongoDBAccessLogs) GetUsername() string + func (o *MongoDBAccessLogs) GetUsernameOk() (*string, bool) + func (o *MongoDBAccessLogs) HasAuthResult() bool + func (o *MongoDBAccessLogs) HasAuthSource() bool + func (o *MongoDBAccessLogs) HasFailureReason() bool + func (o *MongoDBAccessLogs) HasGroupId() bool + func (o *MongoDBAccessLogs) HasHostname() bool + func (o *MongoDBAccessLogs) HasIpAddress() bool + func (o *MongoDBAccessLogs) HasLogLine() bool + func (o *MongoDBAccessLogs) HasTimestamp() bool + func (o *MongoDBAccessLogs) HasUsername() bool + func (o *MongoDBAccessLogs) SetAuthResult(v bool) + func (o *MongoDBAccessLogs) SetAuthSource(v string) + func (o *MongoDBAccessLogs) SetFailureReason(v string) + func (o *MongoDBAccessLogs) SetGroupId(v string) + func (o *MongoDBAccessLogs) SetHostname(v string) + func (o *MongoDBAccessLogs) SetIpAddress(v string) + func (o *MongoDBAccessLogs) SetLogLine(v string) + func (o *MongoDBAccessLogs) SetTimestamp(v string) + func (o *MongoDBAccessLogs) SetUsername(v string) + func (o MongoDBAccessLogs) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o MongoDBAccessLogs) ToMap() (map[string]interface{}, error) + type MongoDBAccessLogsList struct + AccessLogs *[]MongoDBAccessLogs + func NewMongoDBAccessLogsList() *MongoDBAccessLogsList + func NewMongoDBAccessLogsListWithDefaults() *MongoDBAccessLogsList + func (o *MongoDBAccessLogsList) GetAccessLogs() []MongoDBAccessLogs + func (o *MongoDBAccessLogsList) GetAccessLogsOk() (*[]MongoDBAccessLogs, bool) + func (o *MongoDBAccessLogsList) HasAccessLogs() bool + func (o *MongoDBAccessLogsList) SetAccessLogs(v []MongoDBAccessLogs) + func (o MongoDBAccessLogsList) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o MongoDBAccessLogsList) ToMap() (map[string]interface{}, error) + type MongoDBCloudUsersApi interface + CreateUser func(ctx context.Context, cloudAppUser *CloudAppUser) CreateUserApiRequest + CreateUserExecute func(r CreateUserApiRequest) (*CloudAppUser, *http.Response, error) + CreateUserWithParams func(ctx context.Context, args *CreateUserApiParams) CreateUserApiRequest + GetUser func(ctx context.Context, userId string) GetUserApiRequest + GetUserByUsername func(ctx context.Context, userName string) GetUserByUsernameApiRequest + GetUserByUsernameExecute func(r GetUserByUsernameApiRequest) (*CloudAppUser, *http.Response, error) + GetUserByUsernameWithParams func(ctx context.Context, args *GetUserByUsernameApiParams) GetUserByUsernameApiRequest + GetUserExecute func(r GetUserApiRequest) (*CloudAppUser, *http.Response, error) + GetUserWithParams func(ctx context.Context, args *GetUserApiParams) GetUserApiRequest + type MongoDBCloudUsersApiService service + func (a *MongoDBCloudUsersApiService) CreateUser(ctx context.Context, cloudAppUser *CloudAppUser) CreateUserApiRequest + func (a *MongoDBCloudUsersApiService) CreateUserExecute(r CreateUserApiRequest) (*CloudAppUser, *http.Response, error) + func (a *MongoDBCloudUsersApiService) CreateUserWithParams(ctx context.Context, args *CreateUserApiParams) CreateUserApiRequest + func (a *MongoDBCloudUsersApiService) GetUser(ctx context.Context, userId string) GetUserApiRequest + func (a *MongoDBCloudUsersApiService) GetUserByUsername(ctx context.Context, userName string) GetUserByUsernameApiRequest + func (a *MongoDBCloudUsersApiService) GetUserByUsernameExecute(r GetUserByUsernameApiRequest) (*CloudAppUser, *http.Response, error) + func (a *MongoDBCloudUsersApiService) GetUserByUsernameWithParams(ctx context.Context, args *GetUserByUsernameApiParams) GetUserByUsernameApiRequest + func (a *MongoDBCloudUsersApiService) GetUserExecute(r GetUserApiRequest) (*CloudAppUser, *http.Response, error) + func (a *MongoDBCloudUsersApiService) GetUserWithParams(ctx context.Context, args *GetUserApiParams) GetUserApiRequest + type MonitoringAndLogsApi interface + GetAtlasProcess func(ctx context.Context, groupId string, processId string) GetAtlasProcessApiRequest + GetAtlasProcessExecute func(r GetAtlasProcessApiRequest) (*ApiHostViewAtlas, *http.Response, error) + GetAtlasProcessWithParams func(ctx context.Context, args *GetAtlasProcessApiParams) GetAtlasProcessApiRequest + GetDatabase func(ctx context.Context, groupId string, databaseName string, processId string) GetDatabaseApiRequest + GetDatabaseExecute func(r GetDatabaseApiRequest) (*MesurementsDatabase, *http.Response, error) + GetDatabaseMeasurements func(ctx context.Context, groupId string, databaseName string, processId string) GetDatabaseMeasurementsApiRequest + GetDatabaseMeasurementsExecute func(r GetDatabaseMeasurementsApiRequest) (*ApiMeasurementsGeneralViewAtlas, *http.Response, error) + GetDatabaseMeasurementsWithParams func(ctx context.Context, args *GetDatabaseMeasurementsApiParams) GetDatabaseMeasurementsApiRequest + GetDatabaseWithParams func(ctx context.Context, args *GetDatabaseApiParams) GetDatabaseApiRequest + GetDiskMeasurements func(ctx context.Context, groupId string, partitionName string, processId string) GetDiskMeasurementsApiRequest + GetDiskMeasurementsExecute func(r GetDiskMeasurementsApiRequest) (*ApiMeasurementsGeneralViewAtlas, *http.Response, error) + GetDiskMeasurementsWithParams func(ctx context.Context, args *GetDiskMeasurementsApiParams) GetDiskMeasurementsApiRequest + GetHostLogs func(ctx context.Context, groupId string, hostName string, logName string) GetHostLogsApiRequest + GetHostLogsExecute func(r GetHostLogsApiRequest) (io.ReadCloser, *http.Response, error) + GetHostLogsWithParams func(ctx context.Context, args *GetHostLogsApiParams) GetHostLogsApiRequest + GetHostMeasurements func(ctx context.Context, groupId string, processId string) GetHostMeasurementsApiRequest + GetHostMeasurementsExecute func(r GetHostMeasurementsApiRequest) (*ApiMeasurementsGeneralViewAtlas, *http.Response, error) + GetHostMeasurementsWithParams func(ctx context.Context, args *GetHostMeasurementsApiParams) GetHostMeasurementsApiRequest + GetIndexMetrics func(ctx context.Context, processId string, indexName string, databaseName string, ...) GetIndexMetricsApiRequest + GetIndexMetricsExecute func(r GetIndexMetricsApiRequest) (*MeasurementsIndexes, *http.Response, error) + GetIndexMetricsWithParams func(ctx context.Context, args *GetIndexMetricsApiParams) GetIndexMetricsApiRequest + GetMeasurements func(ctx context.Context, processId string, groupId string) GetMeasurementsApiRequest + GetMeasurementsExecute func(r GetMeasurementsApiRequest) (*MeasurementsNonIndex, *http.Response, error) + GetMeasurementsWithParams func(ctx context.Context, args *GetMeasurementsApiParams) GetMeasurementsApiRequest + ListAtlasProcesses func(ctx context.Context, groupId string) ListAtlasProcessesApiRequest + ListAtlasProcessesExecute func(r ListAtlasProcessesApiRequest) (*PaginatedHostViewAtlas, *http.Response, error) + ListAtlasProcessesWithParams func(ctx context.Context, args *ListAtlasProcessesApiParams) ListAtlasProcessesApiRequest + ListDatabases func(ctx context.Context, groupId string, processId string) ListDatabasesApiRequest + ListDatabasesExecute func(r ListDatabasesApiRequest) (*PaginatedDatabase, *http.Response, error) + ListDatabasesWithParams func(ctx context.Context, args *ListDatabasesApiParams) ListDatabasesApiRequest + ListDiskMeasurements func(ctx context.Context, partitionName string, groupId string, processId string) ListDiskMeasurementsApiRequest + ListDiskMeasurementsExecute func(r ListDiskMeasurementsApiRequest) (*MeasurementDiskPartition, *http.Response, error) + ListDiskMeasurementsWithParams func(ctx context.Context, args *ListDiskMeasurementsApiParams) ListDiskMeasurementsApiRequest + ListDiskPartitions func(ctx context.Context, groupId string, processId string) ListDiskPartitionsApiRequest + ListDiskPartitionsExecute func(r ListDiskPartitionsApiRequest) (*PaginatedDiskPartition, *http.Response, error) + ListDiskPartitionsWithParams func(ctx context.Context, args *ListDiskPartitionsApiParams) ListDiskPartitionsApiRequest + ListIndexMetrics func(ctx context.Context, processId string, databaseName string, ...) ListIndexMetricsApiRequest + ListIndexMetricsExecute func(r ListIndexMetricsApiRequest) (*MeasurementsIndexes, *http.Response, error) + ListIndexMetricsWithParams func(ctx context.Context, args *ListIndexMetricsApiParams) ListIndexMetricsApiRequest + ListMetricTypes func(ctx context.Context, processId string, groupId string) ListMetricTypesApiRequest + ListMetricTypesExecute func(r ListMetricTypesApiRequest) (*CloudSearchMetrics, *http.Response, error) + ListMetricTypesWithParams func(ctx context.Context, args *ListMetricTypesApiParams) ListMetricTypesApiRequest + type MonitoringAndLogsApiService service + func (a *MonitoringAndLogsApiService) GetAtlasProcess(ctx context.Context, groupId string, processId string) GetAtlasProcessApiRequest + func (a *MonitoringAndLogsApiService) GetAtlasProcessExecute(r GetAtlasProcessApiRequest) (*ApiHostViewAtlas, *http.Response, error) + func (a *MonitoringAndLogsApiService) GetAtlasProcessWithParams(ctx context.Context, args *GetAtlasProcessApiParams) GetAtlasProcessApiRequest + func (a *MonitoringAndLogsApiService) GetDatabase(ctx context.Context, groupId string, databaseName string, processId string) GetDatabaseApiRequest + func (a *MonitoringAndLogsApiService) GetDatabaseExecute(r GetDatabaseApiRequest) (*MesurementsDatabase, *http.Response, error) + func (a *MonitoringAndLogsApiService) GetDatabaseMeasurements(ctx context.Context, groupId string, databaseName string, processId string) GetDatabaseMeasurementsApiRequest + func (a *MonitoringAndLogsApiService) GetDatabaseMeasurementsExecute(r GetDatabaseMeasurementsApiRequest) (*ApiMeasurementsGeneralViewAtlas, *http.Response, error) + func (a *MonitoringAndLogsApiService) GetDatabaseMeasurementsWithParams(ctx context.Context, args *GetDatabaseMeasurementsApiParams) GetDatabaseMeasurementsApiRequest + func (a *MonitoringAndLogsApiService) GetDatabaseWithParams(ctx context.Context, args *GetDatabaseApiParams) GetDatabaseApiRequest + func (a *MonitoringAndLogsApiService) GetDiskMeasurements(ctx context.Context, groupId string, partitionName string, processId string) GetDiskMeasurementsApiRequest + func (a *MonitoringAndLogsApiService) GetDiskMeasurementsExecute(r GetDiskMeasurementsApiRequest) (*ApiMeasurementsGeneralViewAtlas, *http.Response, error) + func (a *MonitoringAndLogsApiService) GetDiskMeasurementsWithParams(ctx context.Context, args *GetDiskMeasurementsApiParams) GetDiskMeasurementsApiRequest + func (a *MonitoringAndLogsApiService) GetHostLogs(ctx context.Context, groupId string, hostName string, logName string) GetHostLogsApiRequest + func (a *MonitoringAndLogsApiService) GetHostLogsExecute(r GetHostLogsApiRequest) (io.ReadCloser, *http.Response, error) + func (a *MonitoringAndLogsApiService) GetHostLogsWithParams(ctx context.Context, args *GetHostLogsApiParams) GetHostLogsApiRequest + func (a *MonitoringAndLogsApiService) GetHostMeasurements(ctx context.Context, groupId string, processId string) GetHostMeasurementsApiRequest + func (a *MonitoringAndLogsApiService) GetHostMeasurementsExecute(r GetHostMeasurementsApiRequest) (*ApiMeasurementsGeneralViewAtlas, *http.Response, error) + func (a *MonitoringAndLogsApiService) GetHostMeasurementsWithParams(ctx context.Context, args *GetHostMeasurementsApiParams) GetHostMeasurementsApiRequest + func (a *MonitoringAndLogsApiService) GetIndexMetrics(ctx context.Context, processId string, indexName string, databaseName string, ...) GetIndexMetricsApiRequest + func (a *MonitoringAndLogsApiService) GetIndexMetricsExecute(r GetIndexMetricsApiRequest) (*MeasurementsIndexes, *http.Response, error) + func (a *MonitoringAndLogsApiService) GetIndexMetricsWithParams(ctx context.Context, args *GetIndexMetricsApiParams) GetIndexMetricsApiRequest + func (a *MonitoringAndLogsApiService) GetMeasurements(ctx context.Context, processId string, groupId string) GetMeasurementsApiRequest + func (a *MonitoringAndLogsApiService) GetMeasurementsExecute(r GetMeasurementsApiRequest) (*MeasurementsNonIndex, *http.Response, error) + func (a *MonitoringAndLogsApiService) GetMeasurementsWithParams(ctx context.Context, args *GetMeasurementsApiParams) GetMeasurementsApiRequest + func (a *MonitoringAndLogsApiService) ListAtlasProcesses(ctx context.Context, groupId string) ListAtlasProcessesApiRequest + func (a *MonitoringAndLogsApiService) ListAtlasProcessesExecute(r ListAtlasProcessesApiRequest) (*PaginatedHostViewAtlas, *http.Response, error) + func (a *MonitoringAndLogsApiService) ListAtlasProcessesWithParams(ctx context.Context, args *ListAtlasProcessesApiParams) ListAtlasProcessesApiRequest + func (a *MonitoringAndLogsApiService) ListDatabases(ctx context.Context, groupId string, processId string) ListDatabasesApiRequest + func (a *MonitoringAndLogsApiService) ListDatabasesExecute(r ListDatabasesApiRequest) (*PaginatedDatabase, *http.Response, error) + func (a *MonitoringAndLogsApiService) ListDatabasesWithParams(ctx context.Context, args *ListDatabasesApiParams) ListDatabasesApiRequest + func (a *MonitoringAndLogsApiService) ListDiskMeasurements(ctx context.Context, partitionName string, groupId string, processId string) ListDiskMeasurementsApiRequest + func (a *MonitoringAndLogsApiService) ListDiskMeasurementsExecute(r ListDiskMeasurementsApiRequest) (*MeasurementDiskPartition, *http.Response, error) + func (a *MonitoringAndLogsApiService) ListDiskMeasurementsWithParams(ctx context.Context, args *ListDiskMeasurementsApiParams) ListDiskMeasurementsApiRequest + func (a *MonitoringAndLogsApiService) ListDiskPartitions(ctx context.Context, groupId string, processId string) ListDiskPartitionsApiRequest + func (a *MonitoringAndLogsApiService) ListDiskPartitionsExecute(r ListDiskPartitionsApiRequest) (*PaginatedDiskPartition, *http.Response, error) + func (a *MonitoringAndLogsApiService) ListDiskPartitionsWithParams(ctx context.Context, args *ListDiskPartitionsApiParams) ListDiskPartitionsApiRequest + func (a *MonitoringAndLogsApiService) ListIndexMetrics(ctx context.Context, processId string, databaseName string, ...) ListIndexMetricsApiRequest + func (a *MonitoringAndLogsApiService) ListIndexMetricsExecute(r ListIndexMetricsApiRequest) (*MeasurementsIndexes, *http.Response, error) + func (a *MonitoringAndLogsApiService) ListIndexMetricsWithParams(ctx context.Context, args *ListIndexMetricsApiParams) ListIndexMetricsApiRequest + func (a *MonitoringAndLogsApiService) ListMetricTypes(ctx context.Context, processId string, groupId string) ListMetricTypesApiRequest + func (a *MonitoringAndLogsApiService) ListMetricTypesExecute(r ListMetricTypesApiRequest) (*CloudSearchMetrics, *http.Response, error) + func (a *MonitoringAndLogsApiService) ListMetricTypesWithParams(ctx context.Context, args *ListMetricTypesApiParams) ListMetricTypesApiRequest + type NamespaceObj struct + Namespace *string + Type *string + func NewNamespaceObj() *NamespaceObj + func NewNamespaceObjWithDefaults() *NamespaceObj + func (o *NamespaceObj) GetNamespace() string + func (o *NamespaceObj) GetNamespaceOk() (*string, bool) + func (o *NamespaceObj) GetType() string + func (o *NamespaceObj) GetTypeOk() (*string, bool) + func (o *NamespaceObj) HasNamespace() bool + func (o *NamespaceObj) HasType() bool + func (o *NamespaceObj) SetNamespace(v string) + func (o *NamespaceObj) SetType(v string) + func (o NamespaceObj) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o NamespaceObj) ToMap() (map[string]interface{}, error) + type Namespaces struct + Namespaces *[]NamespaceObj + func NewNamespaces() *Namespaces + func NewNamespacesWithDefaults() *Namespaces + func (o *Namespaces) GetNamespaces() []NamespaceObj + func (o *Namespaces) GetNamespacesOk() (*[]NamespaceObj, bool) + func (o *Namespaces) HasNamespaces() bool + func (o *Namespaces) SetNamespaces(v []NamespaceObj) + func (o Namespaces) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o Namespaces) ToMap() (map[string]interface{}, error) + type NetworkPeeringApi interface + CreatePeeringConnection func(ctx context.Context, groupId string, ...) CreatePeeringConnectionApiRequest + CreatePeeringConnectionExecute func(r CreatePeeringConnectionApiRequest) (*BaseNetworkPeeringConnectionSettings, *http.Response, error) + CreatePeeringConnectionWithParams func(ctx context.Context, args *CreatePeeringConnectionApiParams) CreatePeeringConnectionApiRequest + CreatePeeringContainer func(ctx context.Context, groupId string, ...) CreatePeeringContainerApiRequest + CreatePeeringContainerExecute func(r CreatePeeringContainerApiRequest) (*CloudProviderContainer, *http.Response, error) + CreatePeeringContainerWithParams func(ctx context.Context, args *CreatePeeringContainerApiParams) CreatePeeringContainerApiRequest + DeletePeeringConnection func(ctx context.Context, groupId string, peerId string) DeletePeeringConnectionApiRequest + DeletePeeringConnectionExecute func(r DeletePeeringConnectionApiRequest) (map[string]interface{}, *http.Response, error) + DeletePeeringConnectionWithParams func(ctx context.Context, args *DeletePeeringConnectionApiParams) DeletePeeringConnectionApiRequest + DeletePeeringContainer func(ctx context.Context, groupId string, containerId string) DeletePeeringContainerApiRequest + DeletePeeringContainerExecute func(r DeletePeeringContainerApiRequest) (map[string]interface{}, *http.Response, error) + DeletePeeringContainerWithParams func(ctx context.Context, args *DeletePeeringContainerApiParams) DeletePeeringContainerApiRequest + DisablePeering func(ctx context.Context, groupId string, privateIPMode *PrivateIPMode) DisablePeeringApiRequest + DisablePeeringExecute func(r DisablePeeringApiRequest) (*PrivateIPMode, *http.Response, error) + DisablePeeringWithParams func(ctx context.Context, args *DisablePeeringApiParams) DisablePeeringApiRequest + GetPeeringConnection func(ctx context.Context, groupId string, peerId string) GetPeeringConnectionApiRequest + GetPeeringConnectionExecute func(r GetPeeringConnectionApiRequest) (*BaseNetworkPeeringConnectionSettings, *http.Response, error) + GetPeeringConnectionWithParams func(ctx context.Context, args *GetPeeringConnectionApiParams) GetPeeringConnectionApiRequest + GetPeeringContainer func(ctx context.Context, groupId string, containerId string) GetPeeringContainerApiRequest + GetPeeringContainerExecute func(r GetPeeringContainerApiRequest) (*CloudProviderContainer, *http.Response, error) + GetPeeringContainerWithParams func(ctx context.Context, args *GetPeeringContainerApiParams) GetPeeringContainerApiRequest + ListPeeringConnections func(ctx context.Context, groupId string) ListPeeringConnectionsApiRequest + ListPeeringConnectionsExecute func(r ListPeeringConnectionsApiRequest) (*PaginatedContainerPeer, *http.Response, error) + ListPeeringConnectionsWithParams func(ctx context.Context, args *ListPeeringConnectionsApiParams) ListPeeringConnectionsApiRequest + ListPeeringContainerByCloudProvider func(ctx context.Context, groupId string) ListPeeringContainerByCloudProviderApiRequest + ListPeeringContainerByCloudProviderExecute func(r ListPeeringContainerByCloudProviderApiRequest) (*PaginatedCloudProviderContainer, *http.Response, error) + ListPeeringContainerByCloudProviderWithParams func(ctx context.Context, args *ListPeeringContainerByCloudProviderApiParams) ListPeeringContainerByCloudProviderApiRequest + ListPeeringContainers func(ctx context.Context, groupId string) ListPeeringContainersApiRequest + ListPeeringContainersExecute func(r ListPeeringContainersApiRequest) (*PaginatedCloudProviderContainer, *http.Response, error) + ListPeeringContainersWithParams func(ctx context.Context, args *ListPeeringContainersApiParams) ListPeeringContainersApiRequest + UpdatePeeringConnection func(ctx context.Context, groupId string, peerId string, ...) UpdatePeeringConnectionApiRequest + UpdatePeeringConnectionExecute func(r UpdatePeeringConnectionApiRequest) (*BaseNetworkPeeringConnectionSettings, *http.Response, error) + UpdatePeeringConnectionWithParams func(ctx context.Context, args *UpdatePeeringConnectionApiParams) UpdatePeeringConnectionApiRequest + UpdatePeeringContainer func(ctx context.Context, groupId string, containerId string, ...) UpdatePeeringContainerApiRequest + UpdatePeeringContainerExecute func(r UpdatePeeringContainerApiRequest) (*CloudProviderContainer, *http.Response, error) + UpdatePeeringContainerWithParams func(ctx context.Context, args *UpdatePeeringContainerApiParams) UpdatePeeringContainerApiRequest + VerifyConnectViaPeeringOnlyModeForOneProject func(ctx context.Context, groupId string) VerifyConnectViaPeeringOnlyModeForOneProjectApiRequest + VerifyConnectViaPeeringOnlyModeForOneProjectExecute func(r VerifyConnectViaPeeringOnlyModeForOneProjectApiRequest) (*PrivateIPMode, *http.Response, error) + VerifyConnectViaPeeringOnlyModeForOneProjectWithParams func(ctx context.Context, ...) VerifyConnectViaPeeringOnlyModeForOneProjectApiRequest + type NetworkPeeringApiService service + func (a *NetworkPeeringApiService) CreatePeeringConnection(ctx context.Context, groupId string, ...) CreatePeeringConnectionApiRequest + func (a *NetworkPeeringApiService) CreatePeeringConnectionExecute(r CreatePeeringConnectionApiRequest) (*BaseNetworkPeeringConnectionSettings, *http.Response, error) + func (a *NetworkPeeringApiService) CreatePeeringConnectionWithParams(ctx context.Context, args *CreatePeeringConnectionApiParams) CreatePeeringConnectionApiRequest + func (a *NetworkPeeringApiService) CreatePeeringContainer(ctx context.Context, groupId string, ...) CreatePeeringContainerApiRequest + func (a *NetworkPeeringApiService) CreatePeeringContainerExecute(r CreatePeeringContainerApiRequest) (*CloudProviderContainer, *http.Response, error) + func (a *NetworkPeeringApiService) CreatePeeringContainerWithParams(ctx context.Context, args *CreatePeeringContainerApiParams) CreatePeeringContainerApiRequest + func (a *NetworkPeeringApiService) DeletePeeringConnection(ctx context.Context, groupId string, peerId string) DeletePeeringConnectionApiRequest + func (a *NetworkPeeringApiService) DeletePeeringConnectionExecute(r DeletePeeringConnectionApiRequest) (map[string]interface{}, *http.Response, error) + func (a *NetworkPeeringApiService) DeletePeeringConnectionWithParams(ctx context.Context, args *DeletePeeringConnectionApiParams) DeletePeeringConnectionApiRequest + func (a *NetworkPeeringApiService) DeletePeeringContainer(ctx context.Context, groupId string, containerId string) DeletePeeringContainerApiRequest + func (a *NetworkPeeringApiService) DeletePeeringContainerExecute(r DeletePeeringContainerApiRequest) (map[string]interface{}, *http.Response, error) + func (a *NetworkPeeringApiService) DeletePeeringContainerWithParams(ctx context.Context, args *DeletePeeringContainerApiParams) DeletePeeringContainerApiRequest + func (a *NetworkPeeringApiService) DisablePeering(ctx context.Context, groupId string, privateIPMode *PrivateIPMode) DisablePeeringApiRequest + func (a *NetworkPeeringApiService) DisablePeeringExecute(r DisablePeeringApiRequest) (*PrivateIPMode, *http.Response, error) + func (a *NetworkPeeringApiService) DisablePeeringWithParams(ctx context.Context, args *DisablePeeringApiParams) DisablePeeringApiRequest + func (a *NetworkPeeringApiService) GetPeeringConnection(ctx context.Context, groupId string, peerId string) GetPeeringConnectionApiRequest + func (a *NetworkPeeringApiService) GetPeeringConnectionExecute(r GetPeeringConnectionApiRequest) (*BaseNetworkPeeringConnectionSettings, *http.Response, error) + func (a *NetworkPeeringApiService) GetPeeringConnectionWithParams(ctx context.Context, args *GetPeeringConnectionApiParams) GetPeeringConnectionApiRequest + func (a *NetworkPeeringApiService) GetPeeringContainer(ctx context.Context, groupId string, containerId string) GetPeeringContainerApiRequest + func (a *NetworkPeeringApiService) GetPeeringContainerExecute(r GetPeeringContainerApiRequest) (*CloudProviderContainer, *http.Response, error) + func (a *NetworkPeeringApiService) GetPeeringContainerWithParams(ctx context.Context, args *GetPeeringContainerApiParams) GetPeeringContainerApiRequest + func (a *NetworkPeeringApiService) ListPeeringConnections(ctx context.Context, groupId string) ListPeeringConnectionsApiRequest + func (a *NetworkPeeringApiService) ListPeeringConnectionsExecute(r ListPeeringConnectionsApiRequest) (*PaginatedContainerPeer, *http.Response, error) + func (a *NetworkPeeringApiService) ListPeeringConnectionsWithParams(ctx context.Context, args *ListPeeringConnectionsApiParams) ListPeeringConnectionsApiRequest + func (a *NetworkPeeringApiService) ListPeeringContainerByCloudProvider(ctx context.Context, groupId string) ListPeeringContainerByCloudProviderApiRequest + func (a *NetworkPeeringApiService) ListPeeringContainerByCloudProviderExecute(r ListPeeringContainerByCloudProviderApiRequest) (*PaginatedCloudProviderContainer, *http.Response, error) + func (a *NetworkPeeringApiService) ListPeeringContainerByCloudProviderWithParams(ctx context.Context, args *ListPeeringContainerByCloudProviderApiParams) ListPeeringContainerByCloudProviderApiRequest + func (a *NetworkPeeringApiService) ListPeeringContainers(ctx context.Context, groupId string) ListPeeringContainersApiRequest + func (a *NetworkPeeringApiService) ListPeeringContainersExecute(r ListPeeringContainersApiRequest) (*PaginatedCloudProviderContainer, *http.Response, error) + func (a *NetworkPeeringApiService) ListPeeringContainersWithParams(ctx context.Context, args *ListPeeringContainersApiParams) ListPeeringContainersApiRequest + func (a *NetworkPeeringApiService) UpdatePeeringConnection(ctx context.Context, groupId string, peerId string, ...) UpdatePeeringConnectionApiRequest + func (a *NetworkPeeringApiService) UpdatePeeringConnectionExecute(r UpdatePeeringConnectionApiRequest) (*BaseNetworkPeeringConnectionSettings, *http.Response, error) + func (a *NetworkPeeringApiService) UpdatePeeringConnectionWithParams(ctx context.Context, args *UpdatePeeringConnectionApiParams) UpdatePeeringConnectionApiRequest + func (a *NetworkPeeringApiService) UpdatePeeringContainer(ctx context.Context, groupId string, containerId string, ...) UpdatePeeringContainerApiRequest + func (a *NetworkPeeringApiService) UpdatePeeringContainerExecute(r UpdatePeeringContainerApiRequest) (*CloudProviderContainer, *http.Response, error) + func (a *NetworkPeeringApiService) UpdatePeeringContainerWithParams(ctx context.Context, args *UpdatePeeringContainerApiParams) UpdatePeeringContainerApiRequest + func (a *NetworkPeeringApiService) VerifyConnectViaPeeringOnlyModeForOneProject(ctx context.Context, groupId string) VerifyConnectViaPeeringOnlyModeForOneProjectApiRequest + func (a *NetworkPeeringApiService) VerifyConnectViaPeeringOnlyModeForOneProjectExecute(r VerifyConnectViaPeeringOnlyModeForOneProjectApiRequest) (*PrivateIPMode, *http.Response, error) + func (a *NetworkPeeringApiService) VerifyConnectViaPeeringOnlyModeForOneProjectWithParams(ctx context.Context, ...) VerifyConnectViaPeeringOnlyModeForOneProjectApiRequest + type NetworkPermissionEntry struct + AwsSecurityGroup *string + CidrBlock *string + Comment *string + DeleteAfterDate *time.Time + GroupId *string + IpAddress *string + Links *[]Link + func NewNetworkPermissionEntry() *NetworkPermissionEntry + func NewNetworkPermissionEntryWithDefaults() *NetworkPermissionEntry + func (o *NetworkPermissionEntry) GetAwsSecurityGroup() string + func (o *NetworkPermissionEntry) GetAwsSecurityGroupOk() (*string, bool) + func (o *NetworkPermissionEntry) GetCidrBlock() string + func (o *NetworkPermissionEntry) GetCidrBlockOk() (*string, bool) + func (o *NetworkPermissionEntry) GetComment() string + func (o *NetworkPermissionEntry) GetCommentOk() (*string, bool) + func (o *NetworkPermissionEntry) GetDeleteAfterDate() time.Time + func (o *NetworkPermissionEntry) GetDeleteAfterDateOk() (*time.Time, bool) + func (o *NetworkPermissionEntry) GetGroupId() string + func (o *NetworkPermissionEntry) GetGroupIdOk() (*string, bool) + func (o *NetworkPermissionEntry) GetIpAddress() string + func (o *NetworkPermissionEntry) GetIpAddressOk() (*string, bool) + func (o *NetworkPermissionEntry) GetLinks() []Link + func (o *NetworkPermissionEntry) GetLinksOk() (*[]Link, bool) + func (o *NetworkPermissionEntry) HasAwsSecurityGroup() bool + func (o *NetworkPermissionEntry) HasCidrBlock() bool + func (o *NetworkPermissionEntry) HasComment() bool + func (o *NetworkPermissionEntry) HasDeleteAfterDate() bool + func (o *NetworkPermissionEntry) HasGroupId() bool + func (o *NetworkPermissionEntry) HasIpAddress() bool + func (o *NetworkPermissionEntry) HasLinks() bool + func (o *NetworkPermissionEntry) SetAwsSecurityGroup(v string) + func (o *NetworkPermissionEntry) SetCidrBlock(v string) + func (o *NetworkPermissionEntry) SetComment(v string) + func (o *NetworkPermissionEntry) SetDeleteAfterDate(v time.Time) + func (o *NetworkPermissionEntry) SetGroupId(v string) + func (o *NetworkPermissionEntry) SetIpAddress(v string) + func (o *NetworkPermissionEntry) SetLinks(v []Link) + func (o NetworkPermissionEntry) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o NetworkPermissionEntry) ToMap() (map[string]interface{}, error) + type NetworkPermissionEntryStatus struct + STATUS string + func NewNetworkPermissionEntryStatus(sTATUS string) *NetworkPermissionEntryStatus + func NewNetworkPermissionEntryStatusWithDefaults() *NetworkPermissionEntryStatus + func (o *NetworkPermissionEntryStatus) GetSTATUS() string + func (o *NetworkPermissionEntryStatus) GetSTATUSOk() (*string, bool) + func (o *NetworkPermissionEntryStatus) SetSTATUS(v string) + func (o NetworkPermissionEntryStatus) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o NetworkPermissionEntryStatus) ToMap() (map[string]interface{}, error) + type NumberMetricValue struct + Number *float64 + Units *string + func NewNumberMetricValue() *NumberMetricValue + func NewNumberMetricValueWithDefaults() *NumberMetricValue + func (o *NumberMetricValue) GetNumber() float64 + func (o *NumberMetricValue) GetNumberOk() (*float64, bool) + func (o *NumberMetricValue) GetUnits() string + func (o *NumberMetricValue) GetUnitsOk() (*string, bool) + func (o *NumberMetricValue) HasNumber() bool + func (o *NumberMetricValue) HasUnits() bool + func (o *NumberMetricValue) SetNumber(v float64) + func (o *NumberMetricValue) SetUnits(v string) + func (o NumberMetricValue) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o NumberMetricValue) ToMap() (map[string]interface{}, error) + type OnlineArchiveApi interface + CreateOnlineArchive func(ctx context.Context, groupId string, clusterName string, ...) CreateOnlineArchiveApiRequest + CreateOnlineArchiveExecute func(r CreateOnlineArchiveApiRequest) (*BackupOnlineArchive, *http.Response, error) + CreateOnlineArchiveWithParams func(ctx context.Context, args *CreateOnlineArchiveApiParams) CreateOnlineArchiveApiRequest + DeleteOnlineArchive func(ctx context.Context, groupId string, archiveId string, clusterName string) DeleteOnlineArchiveApiRequest + DeleteOnlineArchiveExecute func(r DeleteOnlineArchiveApiRequest) (map[string]interface{}, *http.Response, error) + DeleteOnlineArchiveWithParams func(ctx context.Context, args *DeleteOnlineArchiveApiParams) DeleteOnlineArchiveApiRequest + DownloadOnlineArchiveQueryLogs func(ctx context.Context, groupId string, clusterName string) DownloadOnlineArchiveQueryLogsApiRequest + DownloadOnlineArchiveQueryLogsExecute func(r DownloadOnlineArchiveQueryLogsApiRequest) (io.ReadCloser, *http.Response, error) + DownloadOnlineArchiveQueryLogsWithParams func(ctx context.Context, args *DownloadOnlineArchiveQueryLogsApiParams) DownloadOnlineArchiveQueryLogsApiRequest + GetOnlineArchive func(ctx context.Context, groupId string, archiveId string, clusterName string) GetOnlineArchiveApiRequest + GetOnlineArchiveExecute func(r GetOnlineArchiveApiRequest) (*BackupOnlineArchive, *http.Response, error) + GetOnlineArchiveWithParams func(ctx context.Context, args *GetOnlineArchiveApiParams) GetOnlineArchiveApiRequest + ListOnlineArchives func(ctx context.Context, groupId string, clusterName string) ListOnlineArchivesApiRequest + ListOnlineArchivesExecute func(r ListOnlineArchivesApiRequest) (*PaginatedOnlineArchive, *http.Response, error) + ListOnlineArchivesWithParams func(ctx context.Context, args *ListOnlineArchivesApiParams) ListOnlineArchivesApiRequest + UpdateOnlineArchive func(ctx context.Context, groupId string, archiveId string, clusterName string, ...) UpdateOnlineArchiveApiRequest + UpdateOnlineArchiveExecute func(r UpdateOnlineArchiveApiRequest) (*BackupOnlineArchive, *http.Response, error) + UpdateOnlineArchiveWithParams func(ctx context.Context, args *UpdateOnlineArchiveApiParams) UpdateOnlineArchiveApiRequest + type OnlineArchiveApiService service + func (a *OnlineArchiveApiService) CreateOnlineArchive(ctx context.Context, groupId string, clusterName string, ...) CreateOnlineArchiveApiRequest + func (a *OnlineArchiveApiService) CreateOnlineArchiveExecute(r CreateOnlineArchiveApiRequest) (*BackupOnlineArchive, *http.Response, error) + func (a *OnlineArchiveApiService) CreateOnlineArchiveWithParams(ctx context.Context, args *CreateOnlineArchiveApiParams) CreateOnlineArchiveApiRequest + func (a *OnlineArchiveApiService) DeleteOnlineArchive(ctx context.Context, groupId string, archiveId string, clusterName string) DeleteOnlineArchiveApiRequest + func (a *OnlineArchiveApiService) DeleteOnlineArchiveExecute(r DeleteOnlineArchiveApiRequest) (map[string]interface{}, *http.Response, error) + func (a *OnlineArchiveApiService) DeleteOnlineArchiveWithParams(ctx context.Context, args *DeleteOnlineArchiveApiParams) DeleteOnlineArchiveApiRequest + func (a *OnlineArchiveApiService) DownloadOnlineArchiveQueryLogs(ctx context.Context, groupId string, clusterName string) DownloadOnlineArchiveQueryLogsApiRequest + func (a *OnlineArchiveApiService) DownloadOnlineArchiveQueryLogsExecute(r DownloadOnlineArchiveQueryLogsApiRequest) (io.ReadCloser, *http.Response, error) + func (a *OnlineArchiveApiService) DownloadOnlineArchiveQueryLogsWithParams(ctx context.Context, args *DownloadOnlineArchiveQueryLogsApiParams) DownloadOnlineArchiveQueryLogsApiRequest + func (a *OnlineArchiveApiService) GetOnlineArchive(ctx context.Context, groupId string, archiveId string, clusterName string) GetOnlineArchiveApiRequest + func (a *OnlineArchiveApiService) GetOnlineArchiveExecute(r GetOnlineArchiveApiRequest) (*BackupOnlineArchive, *http.Response, error) + func (a *OnlineArchiveApiService) GetOnlineArchiveWithParams(ctx context.Context, args *GetOnlineArchiveApiParams) GetOnlineArchiveApiRequest + func (a *OnlineArchiveApiService) ListOnlineArchives(ctx context.Context, groupId string, clusterName string) ListOnlineArchivesApiRequest + func (a *OnlineArchiveApiService) ListOnlineArchivesExecute(r ListOnlineArchivesApiRequest) (*PaginatedOnlineArchive, *http.Response, error) + func (a *OnlineArchiveApiService) ListOnlineArchivesWithParams(ctx context.Context, args *ListOnlineArchivesApiParams) ListOnlineArchivesApiRequest + func (a *OnlineArchiveApiService) UpdateOnlineArchive(ctx context.Context, groupId string, archiveId string, clusterName string, ...) UpdateOnlineArchiveApiRequest + func (a *OnlineArchiveApiService) UpdateOnlineArchiveExecute(r UpdateOnlineArchiveApiRequest) (*BackupOnlineArchive, *http.Response, error) + func (a *OnlineArchiveApiService) UpdateOnlineArchiveWithParams(ctx context.Context, args *UpdateOnlineArchiveApiParams) UpdateOnlineArchiveApiRequest + type OnlineArchiveSchedule struct + DayOfMonth *int + DayOfWeek *int + EndHour *int + EndMinute *int + StartHour *int + StartMinute *int + Type string + func NewOnlineArchiveSchedule(type_ string) *OnlineArchiveSchedule + func NewOnlineArchiveScheduleWithDefaults() *OnlineArchiveSchedule + func (o *OnlineArchiveSchedule) GetDayOfMonth() int + func (o *OnlineArchiveSchedule) GetDayOfMonthOk() (*int, bool) + func (o *OnlineArchiveSchedule) GetDayOfWeek() int + func (o *OnlineArchiveSchedule) GetDayOfWeekOk() (*int, bool) + func (o *OnlineArchiveSchedule) GetEndHour() int + func (o *OnlineArchiveSchedule) GetEndHourOk() (*int, bool) + func (o *OnlineArchiveSchedule) GetEndMinute() int + func (o *OnlineArchiveSchedule) GetEndMinuteOk() (*int, bool) + func (o *OnlineArchiveSchedule) GetStartHour() int + func (o *OnlineArchiveSchedule) GetStartHourOk() (*int, bool) + func (o *OnlineArchiveSchedule) GetStartMinute() int + func (o *OnlineArchiveSchedule) GetStartMinuteOk() (*int, bool) + func (o *OnlineArchiveSchedule) GetType() string + func (o *OnlineArchiveSchedule) GetTypeOk() (*string, bool) + func (o *OnlineArchiveSchedule) HasDayOfMonth() bool + func (o *OnlineArchiveSchedule) HasDayOfWeek() bool + func (o *OnlineArchiveSchedule) HasEndHour() bool + func (o *OnlineArchiveSchedule) HasEndMinute() bool + func (o *OnlineArchiveSchedule) HasStartHour() bool + func (o *OnlineArchiveSchedule) HasStartMinute() bool + func (o *OnlineArchiveSchedule) SetDayOfMonth(v int) + func (o *OnlineArchiveSchedule) SetDayOfWeek(v int) + func (o *OnlineArchiveSchedule) SetEndHour(v int) + func (o *OnlineArchiveSchedule) SetEndMinute(v int) + func (o *OnlineArchiveSchedule) SetStartHour(v int) + func (o *OnlineArchiveSchedule) SetStartMinute(v int) + func (o *OnlineArchiveSchedule) SetType(v string) + func (o OnlineArchiveSchedule) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o OnlineArchiveSchedule) ToMap() (map[string]interface{}, error) + type OrgFederationSettings struct + FederatedDomains *[]string + HasRoleMappings *bool + Id *string + IdentityProviderId *string + IdentityProviderStatus *string + func NewOrgFederationSettings() *OrgFederationSettings + func NewOrgFederationSettingsWithDefaults() *OrgFederationSettings + func (o *OrgFederationSettings) GetFederatedDomains() []string + func (o *OrgFederationSettings) GetFederatedDomainsOk() (*[]string, bool) + func (o *OrgFederationSettings) GetHasRoleMappings() bool + func (o *OrgFederationSettings) GetHasRoleMappingsOk() (*bool, bool) + func (o *OrgFederationSettings) GetId() string + func (o *OrgFederationSettings) GetIdOk() (*string, bool) + func (o *OrgFederationSettings) GetIdentityProviderId() string + func (o *OrgFederationSettings) GetIdentityProviderIdOk() (*string, bool) + func (o *OrgFederationSettings) GetIdentityProviderStatus() string + func (o *OrgFederationSettings) GetIdentityProviderStatusOk() (*string, bool) + func (o *OrgFederationSettings) HasFederatedDomains() bool + func (o *OrgFederationSettings) HasHasRoleMappings() bool + func (o *OrgFederationSettings) HasId() bool + func (o *OrgFederationSettings) HasIdentityProviderId() bool + func (o *OrgFederationSettings) HasIdentityProviderStatus() bool + func (o *OrgFederationSettings) SetFederatedDomains(v []string) + func (o *OrgFederationSettings) SetHasRoleMappings(v bool) + func (o *OrgFederationSettings) SetId(v string) + func (o *OrgFederationSettings) SetIdentityProviderId(v string) + func (o *OrgFederationSettings) SetIdentityProviderStatus(v string) + func (o OrgFederationSettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o OrgFederationSettings) ToMap() (map[string]interface{}, error) + type OrgGroup struct + Clusters *[]CloudCluster + GroupId *string + GroupName *string + OrgId *string + OrgName *string + PlanType *string + Tags *[]string + func NewOrgGroup() *OrgGroup + func NewOrgGroupWithDefaults() *OrgGroup + func (o *OrgGroup) GetClusters() []CloudCluster + func (o *OrgGroup) GetClustersOk() (*[]CloudCluster, bool) + func (o *OrgGroup) GetGroupId() string + func (o *OrgGroup) GetGroupIdOk() (*string, bool) + func (o *OrgGroup) GetGroupName() string + func (o *OrgGroup) GetGroupNameOk() (*string, bool) + func (o *OrgGroup) GetOrgId() string + func (o *OrgGroup) GetOrgIdOk() (*string, bool) + func (o *OrgGroup) GetOrgName() string + func (o *OrgGroup) GetOrgNameOk() (*string, bool) + func (o *OrgGroup) GetPlanType() string + func (o *OrgGroup) GetPlanTypeOk() (*string, bool) + func (o *OrgGroup) GetTags() []string + func (o *OrgGroup) GetTagsOk() (*[]string, bool) + func (o *OrgGroup) HasClusters() bool + func (o *OrgGroup) HasGroupId() bool + func (o *OrgGroup) HasGroupName() bool + func (o *OrgGroup) HasOrgId() bool + func (o *OrgGroup) HasOrgName() bool + func (o *OrgGroup) HasPlanType() bool + func (o *OrgGroup) HasTags() bool + func (o *OrgGroup) SetClusters(v []CloudCluster) + func (o *OrgGroup) SetGroupId(v string) + func (o *OrgGroup) SetGroupName(v string) + func (o *OrgGroup) SetOrgId(v string) + func (o *OrgGroup) SetOrgName(v string) + func (o *OrgGroup) SetPlanType(v string) + func (o *OrgGroup) SetTags(v []string) + func (o OrgGroup) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o OrgGroup) ToMap() (map[string]interface{}, error) + type OrgPaginatedEvent struct + Links *[]Link + Results *[]EventViewForOrg + TotalCount *int + func NewOrgPaginatedEvent() *OrgPaginatedEvent + func NewOrgPaginatedEventWithDefaults() *OrgPaginatedEvent + func (o *OrgPaginatedEvent) GetLinks() []Link + func (o *OrgPaginatedEvent) GetLinksOk() (*[]Link, bool) + func (o *OrgPaginatedEvent) GetResults() []EventViewForOrg + func (o *OrgPaginatedEvent) GetResultsOk() (*[]EventViewForOrg, bool) + func (o *OrgPaginatedEvent) GetTotalCount() int + func (o *OrgPaginatedEvent) GetTotalCountOk() (*int, bool) + func (o *OrgPaginatedEvent) HasLinks() bool + func (o *OrgPaginatedEvent) HasResults() bool + func (o *OrgPaginatedEvent) HasTotalCount() bool + func (o *OrgPaginatedEvent) SetLinks(v []Link) + func (o *OrgPaginatedEvent) SetResults(v []EventViewForOrg) + func (o *OrgPaginatedEvent) SetTotalCount(v int) + func (o OrgPaginatedEvent) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o OrgPaginatedEvent) ToMap() (map[string]interface{}, error) + type OrganizationInvitation struct + CreatedAt *time.Time + ExpiresAt *time.Time + GroupRoleAssignments *[]GroupRole + Id *string + InviterUsername *string + Links *[]Link + OrgId *string + OrgName string + Roles *[]string + TeamIds *[]string + Username *string + func NewOrganizationInvitation(orgName string) *OrganizationInvitation + func NewOrganizationInvitationWithDefaults() *OrganizationInvitation + func (o *OrganizationInvitation) GetCreatedAt() time.Time + func (o *OrganizationInvitation) GetCreatedAtOk() (*time.Time, bool) + func (o *OrganizationInvitation) GetExpiresAt() time.Time + func (o *OrganizationInvitation) GetExpiresAtOk() (*time.Time, bool) + func (o *OrganizationInvitation) GetGroupRoleAssignments() []GroupRole + func (o *OrganizationInvitation) GetGroupRoleAssignmentsOk() (*[]GroupRole, bool) + func (o *OrganizationInvitation) GetId() string + func (o *OrganizationInvitation) GetIdOk() (*string, bool) + func (o *OrganizationInvitation) GetInviterUsername() string + func (o *OrganizationInvitation) GetInviterUsernameOk() (*string, bool) + func (o *OrganizationInvitation) GetLinks() []Link + func (o *OrganizationInvitation) GetLinksOk() (*[]Link, bool) + func (o *OrganizationInvitation) GetOrgId() string + func (o *OrganizationInvitation) GetOrgIdOk() (*string, bool) + func (o *OrganizationInvitation) GetOrgName() string + func (o *OrganizationInvitation) GetOrgNameOk() (*string, bool) + func (o *OrganizationInvitation) GetRoles() []string + func (o *OrganizationInvitation) GetRolesOk() (*[]string, bool) + func (o *OrganizationInvitation) GetTeamIds() []string + func (o *OrganizationInvitation) GetTeamIdsOk() (*[]string, bool) + func (o *OrganizationInvitation) GetUsername() string + func (o *OrganizationInvitation) GetUsernameOk() (*string, bool) + func (o *OrganizationInvitation) HasCreatedAt() bool + func (o *OrganizationInvitation) HasExpiresAt() bool + func (o *OrganizationInvitation) HasGroupRoleAssignments() bool + func (o *OrganizationInvitation) HasId() bool + func (o *OrganizationInvitation) HasInviterUsername() bool + func (o *OrganizationInvitation) HasLinks() bool + func (o *OrganizationInvitation) HasOrgId() bool + func (o *OrganizationInvitation) HasRoles() bool + func (o *OrganizationInvitation) HasTeamIds() bool + func (o *OrganizationInvitation) HasUsername() bool + func (o *OrganizationInvitation) SetCreatedAt(v time.Time) + func (o *OrganizationInvitation) SetExpiresAt(v time.Time) + func (o *OrganizationInvitation) SetGroupRoleAssignments(v []GroupRole) + func (o *OrganizationInvitation) SetId(v string) + func (o *OrganizationInvitation) SetInviterUsername(v string) + func (o *OrganizationInvitation) SetLinks(v []Link) + func (o *OrganizationInvitation) SetOrgId(v string) + func (o *OrganizationInvitation) SetOrgName(v string) + func (o *OrganizationInvitation) SetRoles(v []string) + func (o *OrganizationInvitation) SetTeamIds(v []string) + func (o *OrganizationInvitation) SetUsername(v string) + func (o OrganizationInvitation) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o OrganizationInvitation) ToMap() (map[string]interface{}, error) + type OrganizationInvitationGroupRoleAssignmentsRequest struct + GroupId *string + Roles *[]string + func NewOrganizationInvitationGroupRoleAssignmentsRequest() *OrganizationInvitationGroupRoleAssignmentsRequest + func NewOrganizationInvitationGroupRoleAssignmentsRequestWithDefaults() *OrganizationInvitationGroupRoleAssignmentsRequest + func (o *OrganizationInvitationGroupRoleAssignmentsRequest) GetGroupId() string + func (o *OrganizationInvitationGroupRoleAssignmentsRequest) GetGroupIdOk() (*string, bool) + func (o *OrganizationInvitationGroupRoleAssignmentsRequest) GetRoles() []string + func (o *OrganizationInvitationGroupRoleAssignmentsRequest) GetRolesOk() (*[]string, bool) + func (o *OrganizationInvitationGroupRoleAssignmentsRequest) HasGroupId() bool + func (o *OrganizationInvitationGroupRoleAssignmentsRequest) HasRoles() bool + func (o *OrganizationInvitationGroupRoleAssignmentsRequest) SetGroupId(v string) + func (o *OrganizationInvitationGroupRoleAssignmentsRequest) SetRoles(v []string) + func (o OrganizationInvitationGroupRoleAssignmentsRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o OrganizationInvitationGroupRoleAssignmentsRequest) ToMap() (map[string]interface{}, error) + type OrganizationInvitationRequest struct + GroupRoleAssignments *[]OrganizationInvitationGroupRoleAssignmentsRequest + Roles *[]string + TeamIds *[]string + Username *string + func NewOrganizationInvitationRequest() *OrganizationInvitationRequest + func NewOrganizationInvitationRequestWithDefaults() *OrganizationInvitationRequest + func (o *OrganizationInvitationRequest) GetGroupRoleAssignments() []OrganizationInvitationGroupRoleAssignmentsRequest + func (o *OrganizationInvitationRequest) GetGroupRoleAssignmentsOk() (*[]OrganizationInvitationGroupRoleAssignmentsRequest, bool) + func (o *OrganizationInvitationRequest) GetRoles() []string + func (o *OrganizationInvitationRequest) GetRolesOk() (*[]string, bool) + func (o *OrganizationInvitationRequest) GetTeamIds() []string + func (o *OrganizationInvitationRequest) GetTeamIdsOk() (*[]string, bool) + func (o *OrganizationInvitationRequest) GetUsername() string + func (o *OrganizationInvitationRequest) GetUsernameOk() (*string, bool) + func (o *OrganizationInvitationRequest) HasGroupRoleAssignments() bool + func (o *OrganizationInvitationRequest) HasRoles() bool + func (o *OrganizationInvitationRequest) HasTeamIds() bool + func (o *OrganizationInvitationRequest) HasUsername() bool + func (o *OrganizationInvitationRequest) SetGroupRoleAssignments(v []OrganizationInvitationGroupRoleAssignmentsRequest) + func (o *OrganizationInvitationRequest) SetRoles(v []string) + func (o *OrganizationInvitationRequest) SetTeamIds(v []string) + func (o *OrganizationInvitationRequest) SetUsername(v string) + func (o OrganizationInvitationRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o OrganizationInvitationRequest) ToMap() (map[string]interface{}, error) + type OrganizationInvitationUpdateRequest struct + GroupRoleAssignments *[]OrganizationInvitationGroupRoleAssignmentsRequest + Roles *[]string + TeamIds *[]string + func NewOrganizationInvitationUpdateRequest() *OrganizationInvitationUpdateRequest + func NewOrganizationInvitationUpdateRequestWithDefaults() *OrganizationInvitationUpdateRequest + func (o *OrganizationInvitationUpdateRequest) GetGroupRoleAssignments() []OrganizationInvitationGroupRoleAssignmentsRequest + func (o *OrganizationInvitationUpdateRequest) GetGroupRoleAssignmentsOk() (*[]OrganizationInvitationGroupRoleAssignmentsRequest, bool) + func (o *OrganizationInvitationUpdateRequest) GetRoles() []string + func (o *OrganizationInvitationUpdateRequest) GetRolesOk() (*[]string, bool) + func (o *OrganizationInvitationUpdateRequest) GetTeamIds() []string + func (o *OrganizationInvitationUpdateRequest) GetTeamIdsOk() (*[]string, bool) + func (o *OrganizationInvitationUpdateRequest) HasGroupRoleAssignments() bool + func (o *OrganizationInvitationUpdateRequest) HasRoles() bool + func (o *OrganizationInvitationUpdateRequest) HasTeamIds() bool + func (o *OrganizationInvitationUpdateRequest) SetGroupRoleAssignments(v []OrganizationInvitationGroupRoleAssignmentsRequest) + func (o *OrganizationInvitationUpdateRequest) SetRoles(v []string) + func (o *OrganizationInvitationUpdateRequest) SetTeamIds(v []string) + func (o OrganizationInvitationUpdateRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o OrganizationInvitationUpdateRequest) ToMap() (map[string]interface{}, error) + type OrganizationSettings struct + ApiAccessListRequired *bool + MultiFactorAuthRequired *bool + RestrictEmployeeAccess *bool + func NewOrganizationSettings() *OrganizationSettings + func NewOrganizationSettingsWithDefaults() *OrganizationSettings + func (o *OrganizationSettings) GetApiAccessListRequired() bool + func (o *OrganizationSettings) GetApiAccessListRequiredOk() (*bool, bool) + func (o *OrganizationSettings) GetMultiFactorAuthRequired() bool + func (o *OrganizationSettings) GetMultiFactorAuthRequiredOk() (*bool, bool) + func (o *OrganizationSettings) GetRestrictEmployeeAccess() bool + func (o *OrganizationSettings) GetRestrictEmployeeAccessOk() (*bool, bool) + func (o *OrganizationSettings) HasApiAccessListRequired() bool + func (o *OrganizationSettings) HasMultiFactorAuthRequired() bool + func (o *OrganizationSettings) HasRestrictEmployeeAccess() bool + func (o *OrganizationSettings) SetApiAccessListRequired(v bool) + func (o *OrganizationSettings) SetMultiFactorAuthRequired(v bool) + func (o *OrganizationSettings) SetRestrictEmployeeAccess(v bool) + func (o OrganizationSettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o OrganizationSettings) ToMap() (map[string]interface{}, error) + type OrganizationsApi interface + CreateOrganization func(ctx context.Context, createOrganizationRequest *CreateOrganizationRequest) CreateOrganizationApiRequest + CreateOrganizationExecute func(r CreateOrganizationApiRequest) (*CreateOrganizationResponse, *http.Response, error) + CreateOrganizationInvitation func(ctx context.Context, orgId string, ...) CreateOrganizationInvitationApiRequest + CreateOrganizationInvitationExecute func(r CreateOrganizationInvitationApiRequest) (*OrganizationInvitation, *http.Response, error) + CreateOrganizationInvitationWithParams func(ctx context.Context, args *CreateOrganizationInvitationApiParams) CreateOrganizationInvitationApiRequest + CreateOrganizationWithParams func(ctx context.Context, args *CreateOrganizationApiParams) CreateOrganizationApiRequest + DeleteOrganization func(ctx context.Context, orgId string) DeleteOrganizationApiRequest + DeleteOrganizationExecute func(r DeleteOrganizationApiRequest) (map[string]interface{}, *http.Response, error) + DeleteOrganizationInvitation func(ctx context.Context, orgId string, invitationId string) DeleteOrganizationInvitationApiRequest + DeleteOrganizationInvitationExecute func(r DeleteOrganizationInvitationApiRequest) (map[string]interface{}, *http.Response, error) + DeleteOrganizationInvitationWithParams func(ctx context.Context, args *DeleteOrganizationInvitationApiParams) DeleteOrganizationInvitationApiRequest + DeleteOrganizationWithParams func(ctx context.Context, args *DeleteOrganizationApiParams) DeleteOrganizationApiRequest + GetOrganization func(ctx context.Context, orgId string) GetOrganizationApiRequest + GetOrganizationExecute func(r GetOrganizationApiRequest) (*AtlasOrganization, *http.Response, error) + GetOrganizationInvitation func(ctx context.Context, orgId string, invitationId string) GetOrganizationInvitationApiRequest + GetOrganizationInvitationExecute func(r GetOrganizationInvitationApiRequest) (*OrganizationInvitation, *http.Response, error) + GetOrganizationInvitationWithParams func(ctx context.Context, args *GetOrganizationInvitationApiParams) GetOrganizationInvitationApiRequest + GetOrganizationSettings func(ctx context.Context, orgId string) GetOrganizationSettingsApiRequest + GetOrganizationSettingsExecute func(r GetOrganizationSettingsApiRequest) (*OrganizationSettings, *http.Response, error) + GetOrganizationSettingsWithParams func(ctx context.Context, args *GetOrganizationSettingsApiParams) GetOrganizationSettingsApiRequest + GetOrganizationWithParams func(ctx context.Context, args *GetOrganizationApiParams) GetOrganizationApiRequest + ListOrganizationInvitations func(ctx context.Context, orgId string) ListOrganizationInvitationsApiRequest + ListOrganizationInvitationsExecute func(r ListOrganizationInvitationsApiRequest) ([]OrganizationInvitation, *http.Response, error) + ListOrganizationInvitationsWithParams func(ctx context.Context, args *ListOrganizationInvitationsApiParams) ListOrganizationInvitationsApiRequest + ListOrganizationProjects func(ctx context.Context, orgId string) ListOrganizationProjectsApiRequest + ListOrganizationProjectsExecute func(r ListOrganizationProjectsApiRequest) (*PaginatedAtlasGroup, *http.Response, error) + ListOrganizationProjectsWithParams func(ctx context.Context, args *ListOrganizationProjectsApiParams) ListOrganizationProjectsApiRequest + ListOrganizationUsers func(ctx context.Context, orgId string) ListOrganizationUsersApiRequest + ListOrganizationUsersExecute func(r ListOrganizationUsersApiRequest) (*PaginatedAppUser, *http.Response, error) + ListOrganizationUsersWithParams func(ctx context.Context, args *ListOrganizationUsersApiParams) ListOrganizationUsersApiRequest + ListOrganizations func(ctx context.Context) ListOrganizationsApiRequest + ListOrganizationsExecute func(r ListOrganizationsApiRequest) (*PaginatedOrganization, *http.Response, error) + ListOrganizationsWithParams func(ctx context.Context, args *ListOrganizationsApiParams) ListOrganizationsApiRequest + RemoveOrganizationUser func(ctx context.Context, orgId string, userId string) RemoveOrganizationUserApiRequest + RemoveOrganizationUserExecute func(r RemoveOrganizationUserApiRequest) (map[string]interface{}, *http.Response, error) + RemoveOrganizationUserWithParams func(ctx context.Context, args *RemoveOrganizationUserApiParams) RemoveOrganizationUserApiRequest + RenameOrganization func(ctx context.Context, orgId string, atlasOrganization *AtlasOrganization) RenameOrganizationApiRequest + RenameOrganizationExecute func(r RenameOrganizationApiRequest) (*AtlasOrganization, *http.Response, error) + RenameOrganizationWithParams func(ctx context.Context, args *RenameOrganizationApiParams) RenameOrganizationApiRequest + UpdateOrganizationInvitation func(ctx context.Context, orgId string, ...) UpdateOrganizationInvitationApiRequest + UpdateOrganizationInvitationById func(ctx context.Context, orgId string, invitationId string, ...) UpdateOrganizationInvitationByIdApiRequest + UpdateOrganizationInvitationByIdExecute func(r UpdateOrganizationInvitationByIdApiRequest) (*OrganizationInvitation, *http.Response, error) + UpdateOrganizationInvitationByIdWithParams func(ctx context.Context, args *UpdateOrganizationInvitationByIdApiParams) UpdateOrganizationInvitationByIdApiRequest + UpdateOrganizationInvitationExecute func(r UpdateOrganizationInvitationApiRequest) (*OrganizationInvitation, *http.Response, error) + UpdateOrganizationInvitationWithParams func(ctx context.Context, args *UpdateOrganizationInvitationApiParams) UpdateOrganizationInvitationApiRequest + UpdateOrganizationRoles func(ctx context.Context, orgId string, userId string, ...) UpdateOrganizationRolesApiRequest + UpdateOrganizationRolesExecute func(r UpdateOrganizationRolesApiRequest) (*UpdateOrgRolesForUser, *http.Response, error) + UpdateOrganizationRolesWithParams func(ctx context.Context, args *UpdateOrganizationRolesApiParams) UpdateOrganizationRolesApiRequest + UpdateOrganizationSettings func(ctx context.Context, orgId string, organizationSettings *OrganizationSettings) UpdateOrganizationSettingsApiRequest + UpdateOrganizationSettingsExecute func(r UpdateOrganizationSettingsApiRequest) (*OrganizationSettings, *http.Response, error) + UpdateOrganizationSettingsWithParams func(ctx context.Context, args *UpdateOrganizationSettingsApiParams) UpdateOrganizationSettingsApiRequest + type OrganizationsApiService service + func (a *OrganizationsApiService) CreateOrganization(ctx context.Context, createOrganizationRequest *CreateOrganizationRequest) CreateOrganizationApiRequest + func (a *OrganizationsApiService) CreateOrganizationExecute(r CreateOrganizationApiRequest) (*CreateOrganizationResponse, *http.Response, error) + func (a *OrganizationsApiService) CreateOrganizationInvitation(ctx context.Context, orgId string, ...) CreateOrganizationInvitationApiRequest + func (a *OrganizationsApiService) CreateOrganizationInvitationExecute(r CreateOrganizationInvitationApiRequest) (*OrganizationInvitation, *http.Response, error) + func (a *OrganizationsApiService) CreateOrganizationInvitationWithParams(ctx context.Context, args *CreateOrganizationInvitationApiParams) CreateOrganizationInvitationApiRequest + func (a *OrganizationsApiService) CreateOrganizationWithParams(ctx context.Context, args *CreateOrganizationApiParams) CreateOrganizationApiRequest + func (a *OrganizationsApiService) DeleteOrganization(ctx context.Context, orgId string) DeleteOrganizationApiRequest + func (a *OrganizationsApiService) DeleteOrganizationExecute(r DeleteOrganizationApiRequest) (map[string]interface{}, *http.Response, error) + func (a *OrganizationsApiService) DeleteOrganizationInvitation(ctx context.Context, orgId string, invitationId string) DeleteOrganizationInvitationApiRequest + func (a *OrganizationsApiService) DeleteOrganizationInvitationExecute(r DeleteOrganizationInvitationApiRequest) (map[string]interface{}, *http.Response, error) + func (a *OrganizationsApiService) DeleteOrganizationInvitationWithParams(ctx context.Context, args *DeleteOrganizationInvitationApiParams) DeleteOrganizationInvitationApiRequest + func (a *OrganizationsApiService) DeleteOrganizationWithParams(ctx context.Context, args *DeleteOrganizationApiParams) DeleteOrganizationApiRequest + func (a *OrganizationsApiService) GetOrganization(ctx context.Context, orgId string) GetOrganizationApiRequest + func (a *OrganizationsApiService) GetOrganizationExecute(r GetOrganizationApiRequest) (*AtlasOrganization, *http.Response, error) + func (a *OrganizationsApiService) GetOrganizationInvitation(ctx context.Context, orgId string, invitationId string) GetOrganizationInvitationApiRequest + func (a *OrganizationsApiService) GetOrganizationInvitationExecute(r GetOrganizationInvitationApiRequest) (*OrganizationInvitation, *http.Response, error) + func (a *OrganizationsApiService) GetOrganizationInvitationWithParams(ctx context.Context, args *GetOrganizationInvitationApiParams) GetOrganizationInvitationApiRequest + func (a *OrganizationsApiService) GetOrganizationSettings(ctx context.Context, orgId string) GetOrganizationSettingsApiRequest + func (a *OrganizationsApiService) GetOrganizationSettingsExecute(r GetOrganizationSettingsApiRequest) (*OrganizationSettings, *http.Response, error) + func (a *OrganizationsApiService) GetOrganizationSettingsWithParams(ctx context.Context, args *GetOrganizationSettingsApiParams) GetOrganizationSettingsApiRequest + func (a *OrganizationsApiService) GetOrganizationWithParams(ctx context.Context, args *GetOrganizationApiParams) GetOrganizationApiRequest + func (a *OrganizationsApiService) ListOrganizationInvitations(ctx context.Context, orgId string) ListOrganizationInvitationsApiRequest + func (a *OrganizationsApiService) ListOrganizationInvitationsExecute(r ListOrganizationInvitationsApiRequest) ([]OrganizationInvitation, *http.Response, error) + func (a *OrganizationsApiService) ListOrganizationInvitationsWithParams(ctx context.Context, args *ListOrganizationInvitationsApiParams) ListOrganizationInvitationsApiRequest + func (a *OrganizationsApiService) ListOrganizationProjects(ctx context.Context, orgId string) ListOrganizationProjectsApiRequest + func (a *OrganizationsApiService) ListOrganizationProjectsExecute(r ListOrganizationProjectsApiRequest) (*PaginatedAtlasGroup, *http.Response, error) + func (a *OrganizationsApiService) ListOrganizationProjectsWithParams(ctx context.Context, args *ListOrganizationProjectsApiParams) ListOrganizationProjectsApiRequest + func (a *OrganizationsApiService) ListOrganizationUsers(ctx context.Context, orgId string) ListOrganizationUsersApiRequest + func (a *OrganizationsApiService) ListOrganizationUsersExecute(r ListOrganizationUsersApiRequest) (*PaginatedAppUser, *http.Response, error) + func (a *OrganizationsApiService) ListOrganizationUsersWithParams(ctx context.Context, args *ListOrganizationUsersApiParams) ListOrganizationUsersApiRequest + func (a *OrganizationsApiService) ListOrganizations(ctx context.Context) ListOrganizationsApiRequest + func (a *OrganizationsApiService) ListOrganizationsExecute(r ListOrganizationsApiRequest) (*PaginatedOrganization, *http.Response, error) + func (a *OrganizationsApiService) ListOrganizationsWithParams(ctx context.Context, args *ListOrganizationsApiParams) ListOrganizationsApiRequest + func (a *OrganizationsApiService) RemoveOrganizationUser(ctx context.Context, orgId string, userId string) RemoveOrganizationUserApiRequest + func (a *OrganizationsApiService) RemoveOrganizationUserExecute(r RemoveOrganizationUserApiRequest) (map[string]interface{}, *http.Response, error) + func (a *OrganizationsApiService) RemoveOrganizationUserWithParams(ctx context.Context, args *RemoveOrganizationUserApiParams) RemoveOrganizationUserApiRequest + func (a *OrganizationsApiService) RenameOrganization(ctx context.Context, orgId string, atlasOrganization *AtlasOrganization) RenameOrganizationApiRequest + func (a *OrganizationsApiService) RenameOrganizationExecute(r RenameOrganizationApiRequest) (*AtlasOrganization, *http.Response, error) + func (a *OrganizationsApiService) RenameOrganizationWithParams(ctx context.Context, args *RenameOrganizationApiParams) RenameOrganizationApiRequest + func (a *OrganizationsApiService) UpdateOrganizationInvitation(ctx context.Context, orgId string, ...) UpdateOrganizationInvitationApiRequest + func (a *OrganizationsApiService) UpdateOrganizationInvitationById(ctx context.Context, orgId string, invitationId string, ...) UpdateOrganizationInvitationByIdApiRequest + func (a *OrganizationsApiService) UpdateOrganizationInvitationByIdExecute(r UpdateOrganizationInvitationByIdApiRequest) (*OrganizationInvitation, *http.Response, error) + func (a *OrganizationsApiService) UpdateOrganizationInvitationByIdWithParams(ctx context.Context, args *UpdateOrganizationInvitationByIdApiParams) UpdateOrganizationInvitationByIdApiRequest + func (a *OrganizationsApiService) UpdateOrganizationInvitationExecute(r UpdateOrganizationInvitationApiRequest) (*OrganizationInvitation, *http.Response, error) + func (a *OrganizationsApiService) UpdateOrganizationInvitationWithParams(ctx context.Context, args *UpdateOrganizationInvitationApiParams) UpdateOrganizationInvitationApiRequest + func (a *OrganizationsApiService) UpdateOrganizationRoles(ctx context.Context, orgId string, userId string, ...) UpdateOrganizationRolesApiRequest + func (a *OrganizationsApiService) UpdateOrganizationRolesExecute(r UpdateOrganizationRolesApiRequest) (*UpdateOrgRolesForUser, *http.Response, error) + func (a *OrganizationsApiService) UpdateOrganizationRolesWithParams(ctx context.Context, args *UpdateOrganizationRolesApiParams) UpdateOrganizationRolesApiRequest + func (a *OrganizationsApiService) UpdateOrganizationSettings(ctx context.Context, orgId string, organizationSettings *OrganizationSettings) UpdateOrganizationSettingsApiRequest + func (a *OrganizationsApiService) UpdateOrganizationSettingsExecute(r UpdateOrganizationSettingsApiRequest) (*OrganizationSettings, *http.Response, error) + func (a *OrganizationsApiService) UpdateOrganizationSettingsWithParams(ctx context.Context, args *UpdateOrganizationSettingsApiParams) UpdateOrganizationSettingsApiRequest + type OutboundControlPlaneCloudProviderIPAddresses struct + Aws *map[string][]string + Azure *map[string][]string + Gcp *map[string][]string + func NewOutboundControlPlaneCloudProviderIPAddresses() *OutboundControlPlaneCloudProviderIPAddresses + func NewOutboundControlPlaneCloudProviderIPAddressesWithDefaults() *OutboundControlPlaneCloudProviderIPAddresses + func (o *OutboundControlPlaneCloudProviderIPAddresses) GetAws() map[string][]string + func (o *OutboundControlPlaneCloudProviderIPAddresses) GetAwsOk() (*map[string][]string, bool) + func (o *OutboundControlPlaneCloudProviderIPAddresses) GetAzure() map[string][]string + func (o *OutboundControlPlaneCloudProviderIPAddresses) GetAzureOk() (*map[string][]string, bool) + func (o *OutboundControlPlaneCloudProviderIPAddresses) GetGcp() map[string][]string + func (o *OutboundControlPlaneCloudProviderIPAddresses) GetGcpOk() (*map[string][]string, bool) + func (o *OutboundControlPlaneCloudProviderIPAddresses) HasAws() bool + func (o *OutboundControlPlaneCloudProviderIPAddresses) HasAzure() bool + func (o *OutboundControlPlaneCloudProviderIPAddresses) HasGcp() bool + func (o *OutboundControlPlaneCloudProviderIPAddresses) SetAws(v map[string][]string) + func (o *OutboundControlPlaneCloudProviderIPAddresses) SetAzure(v map[string][]string) + func (o *OutboundControlPlaneCloudProviderIPAddresses) SetGcp(v map[string][]string) + func (o OutboundControlPlaneCloudProviderIPAddresses) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o OutboundControlPlaneCloudProviderIPAddresses) ToMap() (map[string]interface{}, error) + type PaginatedAdvancedClusterDescription struct + Links *[]Link + Results *[]AdvancedClusterDescription + TotalCount *int + func NewPaginatedAdvancedClusterDescription() *PaginatedAdvancedClusterDescription + func NewPaginatedAdvancedClusterDescriptionWithDefaults() *PaginatedAdvancedClusterDescription + func (o *PaginatedAdvancedClusterDescription) GetLinks() []Link + func (o *PaginatedAdvancedClusterDescription) GetLinksOk() (*[]Link, bool) + func (o *PaginatedAdvancedClusterDescription) GetResults() []AdvancedClusterDescription + func (o *PaginatedAdvancedClusterDescription) GetResultsOk() (*[]AdvancedClusterDescription, bool) + func (o *PaginatedAdvancedClusterDescription) GetTotalCount() int + func (o *PaginatedAdvancedClusterDescription) GetTotalCountOk() (*int, bool) + func (o *PaginatedAdvancedClusterDescription) HasLinks() bool + func (o *PaginatedAdvancedClusterDescription) HasResults() bool + func (o *PaginatedAdvancedClusterDescription) HasTotalCount() bool + func (o *PaginatedAdvancedClusterDescription) SetLinks(v []Link) + func (o *PaginatedAdvancedClusterDescription) SetResults(v []AdvancedClusterDescription) + func (o *PaginatedAdvancedClusterDescription) SetTotalCount(v int) + func (o PaginatedAdvancedClusterDescription) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedAdvancedClusterDescription) ToMap() (map[string]interface{}, error) + type PaginatedAlert struct + Links *[]Link + Results *[]AlertViewForNdsGroup + TotalCount *int + func NewPaginatedAlert() *PaginatedAlert + func NewPaginatedAlertWithDefaults() *PaginatedAlert + func (o *PaginatedAlert) GetLinks() []Link + func (o *PaginatedAlert) GetLinksOk() (*[]Link, bool) + func (o *PaginatedAlert) GetResults() []AlertViewForNdsGroup + func (o *PaginatedAlert) GetResultsOk() (*[]AlertViewForNdsGroup, bool) + func (o *PaginatedAlert) GetTotalCount() int + func (o *PaginatedAlert) GetTotalCountOk() (*int, bool) + func (o *PaginatedAlert) HasLinks() bool + func (o *PaginatedAlert) HasResults() bool + func (o *PaginatedAlert) HasTotalCount() bool + func (o *PaginatedAlert) SetLinks(v []Link) + func (o *PaginatedAlert) SetResults(v []AlertViewForNdsGroup) + func (o *PaginatedAlert) SetTotalCount(v int) + func (o PaginatedAlert) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedAlert) ToMap() (map[string]interface{}, error) + type PaginatedAlertConfig struct + Links *[]Link + Results *[]GroupAlertsConfig + TotalCount *int + func NewPaginatedAlertConfig() *PaginatedAlertConfig + func NewPaginatedAlertConfigWithDefaults() *PaginatedAlertConfig + func (o *PaginatedAlertConfig) GetLinks() []Link + func (o *PaginatedAlertConfig) GetLinksOk() (*[]Link, bool) + func (o *PaginatedAlertConfig) GetResults() []GroupAlertsConfig + func (o *PaginatedAlertConfig) GetResultsOk() (*[]GroupAlertsConfig, bool) + func (o *PaginatedAlertConfig) GetTotalCount() int + func (o *PaginatedAlertConfig) GetTotalCountOk() (*int, bool) + func (o *PaginatedAlertConfig) HasLinks() bool + func (o *PaginatedAlertConfig) HasResults() bool + func (o *PaginatedAlertConfig) HasTotalCount() bool + func (o *PaginatedAlertConfig) SetLinks(v []Link) + func (o *PaginatedAlertConfig) SetResults(v []GroupAlertsConfig) + func (o *PaginatedAlertConfig) SetTotalCount(v int) + func (o PaginatedAlertConfig) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedAlertConfig) ToMap() (map[string]interface{}, error) + type PaginatedApiApiUser struct + Links *[]Link + Results *[]ApiKeyUserDetails + TotalCount *int + func NewPaginatedApiApiUser() *PaginatedApiApiUser + func NewPaginatedApiApiUserWithDefaults() *PaginatedApiApiUser + func (o *PaginatedApiApiUser) GetLinks() []Link + func (o *PaginatedApiApiUser) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiApiUser) GetResults() []ApiKeyUserDetails + func (o *PaginatedApiApiUser) GetResultsOk() (*[]ApiKeyUserDetails, bool) + func (o *PaginatedApiApiUser) GetTotalCount() int + func (o *PaginatedApiApiUser) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiApiUser) HasLinks() bool + func (o *PaginatedApiApiUser) HasResults() bool + func (o *PaginatedApiApiUser) HasTotalCount() bool + func (o *PaginatedApiApiUser) SetLinks(v []Link) + func (o *PaginatedApiApiUser) SetResults(v []ApiKeyUserDetails) + func (o *PaginatedApiApiUser) SetTotalCount(v int) + func (o PaginatedApiApiUser) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiApiUser) ToMap() (map[string]interface{}, error) + type PaginatedApiAppUser struct + Links *[]Link + Results *[]CloudAppUser + TotalCount *int + func NewPaginatedApiAppUser() *PaginatedApiAppUser + func NewPaginatedApiAppUserWithDefaults() *PaginatedApiAppUser + func (o *PaginatedApiAppUser) GetLinks() []Link + func (o *PaginatedApiAppUser) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiAppUser) GetResults() []CloudAppUser + func (o *PaginatedApiAppUser) GetResultsOk() (*[]CloudAppUser, bool) + func (o *PaginatedApiAppUser) GetTotalCount() int + func (o *PaginatedApiAppUser) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiAppUser) HasLinks() bool + func (o *PaginatedApiAppUser) HasResults() bool + func (o *PaginatedApiAppUser) HasTotalCount() bool + func (o *PaginatedApiAppUser) SetLinks(v []Link) + func (o *PaginatedApiAppUser) SetResults(v []CloudAppUser) + func (o *PaginatedApiAppUser) SetTotalCount(v int) + func (o PaginatedApiAppUser) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiAppUser) ToMap() (map[string]interface{}, error) + type PaginatedApiAtlasCheckpoint struct + Links *[]Link + Results *[]ApiAtlasCheckpoint + TotalCount *int + func NewPaginatedApiAtlasCheckpoint() *PaginatedApiAtlasCheckpoint + func NewPaginatedApiAtlasCheckpointWithDefaults() *PaginatedApiAtlasCheckpoint + func (o *PaginatedApiAtlasCheckpoint) GetLinks() []Link + func (o *PaginatedApiAtlasCheckpoint) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiAtlasCheckpoint) GetResults() []ApiAtlasCheckpoint + func (o *PaginatedApiAtlasCheckpoint) GetResultsOk() (*[]ApiAtlasCheckpoint, bool) + func (o *PaginatedApiAtlasCheckpoint) GetTotalCount() int + func (o *PaginatedApiAtlasCheckpoint) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiAtlasCheckpoint) HasLinks() bool + func (o *PaginatedApiAtlasCheckpoint) HasResults() bool + func (o *PaginatedApiAtlasCheckpoint) HasTotalCount() bool + func (o *PaginatedApiAtlasCheckpoint) SetLinks(v []Link) + func (o *PaginatedApiAtlasCheckpoint) SetResults(v []ApiAtlasCheckpoint) + func (o *PaginatedApiAtlasCheckpoint) SetTotalCount(v int) + func (o PaginatedApiAtlasCheckpoint) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiAtlasCheckpoint) ToMap() (map[string]interface{}, error) + type PaginatedApiAtlasDatabaseUser struct + Links *[]Link + Results *[]CloudDatabaseUser + TotalCount *int + func NewPaginatedApiAtlasDatabaseUser() *PaginatedApiAtlasDatabaseUser + func NewPaginatedApiAtlasDatabaseUserWithDefaults() *PaginatedApiAtlasDatabaseUser + func (o *PaginatedApiAtlasDatabaseUser) GetLinks() []Link + func (o *PaginatedApiAtlasDatabaseUser) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiAtlasDatabaseUser) GetResults() []CloudDatabaseUser + func (o *PaginatedApiAtlasDatabaseUser) GetResultsOk() (*[]CloudDatabaseUser, bool) + func (o *PaginatedApiAtlasDatabaseUser) GetTotalCount() int + func (o *PaginatedApiAtlasDatabaseUser) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiAtlasDatabaseUser) HasLinks() bool + func (o *PaginatedApiAtlasDatabaseUser) HasResults() bool + func (o *PaginatedApiAtlasDatabaseUser) HasTotalCount() bool + func (o *PaginatedApiAtlasDatabaseUser) SetLinks(v []Link) + func (o *PaginatedApiAtlasDatabaseUser) SetResults(v []CloudDatabaseUser) + func (o *PaginatedApiAtlasDatabaseUser) SetTotalCount(v int) + func (o PaginatedApiAtlasDatabaseUser) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiAtlasDatabaseUser) ToMap() (map[string]interface{}, error) + type PaginatedApiAtlasDiskBackupExportJob struct + Links *[]Link + Results *[]DiskBackupExportJob + TotalCount *int + func NewPaginatedApiAtlasDiskBackupExportJob() *PaginatedApiAtlasDiskBackupExportJob + func NewPaginatedApiAtlasDiskBackupExportJobWithDefaults() *PaginatedApiAtlasDiskBackupExportJob + func (o *PaginatedApiAtlasDiskBackupExportJob) GetLinks() []Link + func (o *PaginatedApiAtlasDiskBackupExportJob) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiAtlasDiskBackupExportJob) GetResults() []DiskBackupExportJob + func (o *PaginatedApiAtlasDiskBackupExportJob) GetResultsOk() (*[]DiskBackupExportJob, bool) + func (o *PaginatedApiAtlasDiskBackupExportJob) GetTotalCount() int + func (o *PaginatedApiAtlasDiskBackupExportJob) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiAtlasDiskBackupExportJob) HasLinks() bool + func (o *PaginatedApiAtlasDiskBackupExportJob) HasResults() bool + func (o *PaginatedApiAtlasDiskBackupExportJob) HasTotalCount() bool + func (o *PaginatedApiAtlasDiskBackupExportJob) SetLinks(v []Link) + func (o *PaginatedApiAtlasDiskBackupExportJob) SetResults(v []DiskBackupExportJob) + func (o *PaginatedApiAtlasDiskBackupExportJob) SetTotalCount(v int) + func (o PaginatedApiAtlasDiskBackupExportJob) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiAtlasDiskBackupExportJob) ToMap() (map[string]interface{}, error) + type PaginatedApiAtlasProviderRegions struct + Links *[]Link + Results *[]CloudProviderRegions + TotalCount *int + func NewPaginatedApiAtlasProviderRegions() *PaginatedApiAtlasProviderRegions + func NewPaginatedApiAtlasProviderRegionsWithDefaults() *PaginatedApiAtlasProviderRegions + func (o *PaginatedApiAtlasProviderRegions) GetLinks() []Link + func (o *PaginatedApiAtlasProviderRegions) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiAtlasProviderRegions) GetResults() []CloudProviderRegions + func (o *PaginatedApiAtlasProviderRegions) GetResultsOk() (*[]CloudProviderRegions, bool) + func (o *PaginatedApiAtlasProviderRegions) GetTotalCount() int + func (o *PaginatedApiAtlasProviderRegions) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiAtlasProviderRegions) HasLinks() bool + func (o *PaginatedApiAtlasProviderRegions) HasResults() bool + func (o *PaginatedApiAtlasProviderRegions) HasTotalCount() bool + func (o *PaginatedApiAtlasProviderRegions) SetLinks(v []Link) + func (o *PaginatedApiAtlasProviderRegions) SetResults(v []CloudProviderRegions) + func (o *PaginatedApiAtlasProviderRegions) SetTotalCount(v int) + func (o PaginatedApiAtlasProviderRegions) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiAtlasProviderRegions) ToMap() (map[string]interface{}, error) + type PaginatedApiAtlasServerlessBackupRestoreJob struct + Links *[]Link + Results *[]ServerlessBackupRestoreJob + TotalCount *int + func NewPaginatedApiAtlasServerlessBackupRestoreJob() *PaginatedApiAtlasServerlessBackupRestoreJob + func NewPaginatedApiAtlasServerlessBackupRestoreJobWithDefaults() *PaginatedApiAtlasServerlessBackupRestoreJob + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) GetLinks() []Link + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) GetResults() []ServerlessBackupRestoreJob + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) GetResultsOk() (*[]ServerlessBackupRestoreJob, bool) + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) GetTotalCount() int + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) HasLinks() bool + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) HasResults() bool + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) HasTotalCount() bool + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) SetLinks(v []Link) + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) SetResults(v []ServerlessBackupRestoreJob) + func (o *PaginatedApiAtlasServerlessBackupRestoreJob) SetTotalCount(v int) + func (o PaginatedApiAtlasServerlessBackupRestoreJob) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiAtlasServerlessBackupRestoreJob) ToMap() (map[string]interface{}, error) + type PaginatedApiAtlasServerlessBackupSnapshot struct + Links *[]Link + Results *[]ServerlessBackupSnapshot + TotalCount *int + func NewPaginatedApiAtlasServerlessBackupSnapshot() *PaginatedApiAtlasServerlessBackupSnapshot + func NewPaginatedApiAtlasServerlessBackupSnapshotWithDefaults() *PaginatedApiAtlasServerlessBackupSnapshot + func (o *PaginatedApiAtlasServerlessBackupSnapshot) GetLinks() []Link + func (o *PaginatedApiAtlasServerlessBackupSnapshot) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiAtlasServerlessBackupSnapshot) GetResults() []ServerlessBackupSnapshot + func (o *PaginatedApiAtlasServerlessBackupSnapshot) GetResultsOk() (*[]ServerlessBackupSnapshot, bool) + func (o *PaginatedApiAtlasServerlessBackupSnapshot) GetTotalCount() int + func (o *PaginatedApiAtlasServerlessBackupSnapshot) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiAtlasServerlessBackupSnapshot) HasLinks() bool + func (o *PaginatedApiAtlasServerlessBackupSnapshot) HasResults() bool + func (o *PaginatedApiAtlasServerlessBackupSnapshot) HasTotalCount() bool + func (o *PaginatedApiAtlasServerlessBackupSnapshot) SetLinks(v []Link) + func (o *PaginatedApiAtlasServerlessBackupSnapshot) SetResults(v []ServerlessBackupSnapshot) + func (o *PaginatedApiAtlasServerlessBackupSnapshot) SetTotalCount(v int) + func (o PaginatedApiAtlasServerlessBackupSnapshot) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiAtlasServerlessBackupSnapshot) ToMap() (map[string]interface{}, error) + type PaginatedApiInvoice struct + Links *[]Link + Results *[]BillingInvoice + TotalCount *int + func NewPaginatedApiInvoice() *PaginatedApiInvoice + func NewPaginatedApiInvoiceWithDefaults() *PaginatedApiInvoice + func (o *PaginatedApiInvoice) GetLinks() []Link + func (o *PaginatedApiInvoice) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiInvoice) GetResults() []BillingInvoice + func (o *PaginatedApiInvoice) GetResultsOk() (*[]BillingInvoice, bool) + func (o *PaginatedApiInvoice) GetTotalCount() int + func (o *PaginatedApiInvoice) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiInvoice) HasLinks() bool + func (o *PaginatedApiInvoice) HasResults() bool + func (o *PaginatedApiInvoice) HasTotalCount() bool + func (o *PaginatedApiInvoice) SetLinks(v []Link) + func (o *PaginatedApiInvoice) SetResults(v []BillingInvoice) + func (o *PaginatedApiInvoice) SetTotalCount(v int) + func (o PaginatedApiInvoice) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiInvoice) ToMap() (map[string]interface{}, error) + type PaginatedApiStreamsConnection struct + Links *[]Link + Results *[]StreamsConnection + TotalCount *int + func NewPaginatedApiStreamsConnection() *PaginatedApiStreamsConnection + func NewPaginatedApiStreamsConnectionWithDefaults() *PaginatedApiStreamsConnection + func (o *PaginatedApiStreamsConnection) GetLinks() []Link + func (o *PaginatedApiStreamsConnection) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiStreamsConnection) GetResults() []StreamsConnection + func (o *PaginatedApiStreamsConnection) GetResultsOk() (*[]StreamsConnection, bool) + func (o *PaginatedApiStreamsConnection) GetTotalCount() int + func (o *PaginatedApiStreamsConnection) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiStreamsConnection) HasLinks() bool + func (o *PaginatedApiStreamsConnection) HasResults() bool + func (o *PaginatedApiStreamsConnection) HasTotalCount() bool + func (o *PaginatedApiStreamsConnection) SetLinks(v []Link) + func (o *PaginatedApiStreamsConnection) SetResults(v []StreamsConnection) + func (o *PaginatedApiStreamsConnection) SetTotalCount(v int) + func (o PaginatedApiStreamsConnection) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiStreamsConnection) ToMap() (map[string]interface{}, error) + type PaginatedApiStreamsTenant struct + Links *[]Link + Results *[]StreamsTenant + TotalCount *int + func NewPaginatedApiStreamsTenant() *PaginatedApiStreamsTenant + func NewPaginatedApiStreamsTenantWithDefaults() *PaginatedApiStreamsTenant + func (o *PaginatedApiStreamsTenant) GetLinks() []Link + func (o *PaginatedApiStreamsTenant) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiStreamsTenant) GetResults() []StreamsTenant + func (o *PaginatedApiStreamsTenant) GetResultsOk() (*[]StreamsTenant, bool) + func (o *PaginatedApiStreamsTenant) GetTotalCount() int + func (o *PaginatedApiStreamsTenant) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiStreamsTenant) HasLinks() bool + func (o *PaginatedApiStreamsTenant) HasResults() bool + func (o *PaginatedApiStreamsTenant) HasTotalCount() bool + func (o *PaginatedApiStreamsTenant) SetLinks(v []Link) + func (o *PaginatedApiStreamsTenant) SetResults(v []StreamsTenant) + func (o *PaginatedApiStreamsTenant) SetTotalCount(v int) + func (o PaginatedApiStreamsTenant) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiStreamsTenant) ToMap() (map[string]interface{}, error) + type PaginatedApiUserAccessList struct + Links *[]Link + Results *[]UserAccessList + TotalCount *int + func NewPaginatedApiUserAccessList() *PaginatedApiUserAccessList + func NewPaginatedApiUserAccessListWithDefaults() *PaginatedApiUserAccessList + func (o *PaginatedApiUserAccessList) GetLinks() []Link + func (o *PaginatedApiUserAccessList) GetLinksOk() (*[]Link, bool) + func (o *PaginatedApiUserAccessList) GetResults() []UserAccessList + func (o *PaginatedApiUserAccessList) GetResultsOk() (*[]UserAccessList, bool) + func (o *PaginatedApiUserAccessList) GetTotalCount() int + func (o *PaginatedApiUserAccessList) GetTotalCountOk() (*int, bool) + func (o *PaginatedApiUserAccessList) HasLinks() bool + func (o *PaginatedApiUserAccessList) HasResults() bool + func (o *PaginatedApiUserAccessList) HasTotalCount() bool + func (o *PaginatedApiUserAccessList) SetLinks(v []Link) + func (o *PaginatedApiUserAccessList) SetResults(v []UserAccessList) + func (o *PaginatedApiUserAccessList) SetTotalCount(v int) + func (o PaginatedApiUserAccessList) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedApiUserAccessList) ToMap() (map[string]interface{}, error) + type PaginatedAppUser struct + Links *[]Link + Results *[]CloudAppUser + TotalCount *int + func NewPaginatedAppUser() *PaginatedAppUser + func NewPaginatedAppUserWithDefaults() *PaginatedAppUser + func (o *PaginatedAppUser) GetLinks() []Link + func (o *PaginatedAppUser) GetLinksOk() (*[]Link, bool) + func (o *PaginatedAppUser) GetResults() []CloudAppUser + func (o *PaginatedAppUser) GetResultsOk() (*[]CloudAppUser, bool) + func (o *PaginatedAppUser) GetTotalCount() int + func (o *PaginatedAppUser) GetTotalCountOk() (*int, bool) + func (o *PaginatedAppUser) HasLinks() bool + func (o *PaginatedAppUser) HasResults() bool + func (o *PaginatedAppUser) HasTotalCount() bool + func (o *PaginatedAppUser) SetLinks(v []Link) + func (o *PaginatedAppUser) SetResults(v []CloudAppUser) + func (o *PaginatedAppUser) SetTotalCount(v int) + func (o PaginatedAppUser) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedAppUser) ToMap() (map[string]interface{}, error) + type PaginatedAtlasGroup struct + Links *[]Link + Results *[]Group + TotalCount *int + func NewPaginatedAtlasGroup() *PaginatedAtlasGroup + func NewPaginatedAtlasGroupWithDefaults() *PaginatedAtlasGroup + func (o *PaginatedAtlasGroup) GetLinks() []Link + func (o *PaginatedAtlasGroup) GetLinksOk() (*[]Link, bool) + func (o *PaginatedAtlasGroup) GetResults() []Group + func (o *PaginatedAtlasGroup) GetResultsOk() (*[]Group, bool) + func (o *PaginatedAtlasGroup) GetTotalCount() int + func (o *PaginatedAtlasGroup) GetTotalCountOk() (*int, bool) + func (o *PaginatedAtlasGroup) HasLinks() bool + func (o *PaginatedAtlasGroup) HasResults() bool + func (o *PaginatedAtlasGroup) HasTotalCount() bool + func (o *PaginatedAtlasGroup) SetLinks(v []Link) + func (o *PaginatedAtlasGroup) SetResults(v []Group) + func (o *PaginatedAtlasGroup) SetTotalCount(v int) + func (o PaginatedAtlasGroup) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedAtlasGroup) ToMap() (map[string]interface{}, error) + type PaginatedBackupSnapshot struct + Links *[]Link + Results *[]DiskBackupSnapshot + TotalCount *int + func NewPaginatedBackupSnapshot() *PaginatedBackupSnapshot + func NewPaginatedBackupSnapshotWithDefaults() *PaginatedBackupSnapshot + func (o *PaginatedBackupSnapshot) GetLinks() []Link + func (o *PaginatedBackupSnapshot) GetLinksOk() (*[]Link, bool) + func (o *PaginatedBackupSnapshot) GetResults() []DiskBackupSnapshot + func (o *PaginatedBackupSnapshot) GetResultsOk() (*[]DiskBackupSnapshot, bool) + func (o *PaginatedBackupSnapshot) GetTotalCount() int + func (o *PaginatedBackupSnapshot) GetTotalCountOk() (*int, bool) + func (o *PaginatedBackupSnapshot) HasLinks() bool + func (o *PaginatedBackupSnapshot) HasResults() bool + func (o *PaginatedBackupSnapshot) HasTotalCount() bool + func (o *PaginatedBackupSnapshot) SetLinks(v []Link) + func (o *PaginatedBackupSnapshot) SetResults(v []DiskBackupSnapshot) + func (o *PaginatedBackupSnapshot) SetTotalCount(v int) + func (o PaginatedBackupSnapshot) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedBackupSnapshot) ToMap() (map[string]interface{}, error) + type PaginatedBackupSnapshotExportBucket struct + Links *[]Link + Results *[]DiskBackupSnapshotAWSExportBucket + TotalCount *int + func NewPaginatedBackupSnapshotExportBucket() *PaginatedBackupSnapshotExportBucket + func NewPaginatedBackupSnapshotExportBucketWithDefaults() *PaginatedBackupSnapshotExportBucket + func (o *PaginatedBackupSnapshotExportBucket) GetLinks() []Link + func (o *PaginatedBackupSnapshotExportBucket) GetLinksOk() (*[]Link, bool) + func (o *PaginatedBackupSnapshotExportBucket) GetResults() []DiskBackupSnapshotAWSExportBucket + func (o *PaginatedBackupSnapshotExportBucket) GetResultsOk() (*[]DiskBackupSnapshotAWSExportBucket, bool) + func (o *PaginatedBackupSnapshotExportBucket) GetTotalCount() int + func (o *PaginatedBackupSnapshotExportBucket) GetTotalCountOk() (*int, bool) + func (o *PaginatedBackupSnapshotExportBucket) HasLinks() bool + func (o *PaginatedBackupSnapshotExportBucket) HasResults() bool + func (o *PaginatedBackupSnapshotExportBucket) HasTotalCount() bool + func (o *PaginatedBackupSnapshotExportBucket) SetLinks(v []Link) + func (o *PaginatedBackupSnapshotExportBucket) SetResults(v []DiskBackupSnapshotAWSExportBucket) + func (o *PaginatedBackupSnapshotExportBucket) SetTotalCount(v int) + func (o PaginatedBackupSnapshotExportBucket) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedBackupSnapshotExportBucket) ToMap() (map[string]interface{}, error) + type PaginatedCloudBackupReplicaSet struct + Links *[]Link + Results *[]DiskBackupReplicaSet + TotalCount *int + func NewPaginatedCloudBackupReplicaSet() *PaginatedCloudBackupReplicaSet + func NewPaginatedCloudBackupReplicaSetWithDefaults() *PaginatedCloudBackupReplicaSet + func (o *PaginatedCloudBackupReplicaSet) GetLinks() []Link + func (o *PaginatedCloudBackupReplicaSet) GetLinksOk() (*[]Link, bool) + func (o *PaginatedCloudBackupReplicaSet) GetResults() []DiskBackupReplicaSet + func (o *PaginatedCloudBackupReplicaSet) GetResultsOk() (*[]DiskBackupReplicaSet, bool) + func (o *PaginatedCloudBackupReplicaSet) GetTotalCount() int + func (o *PaginatedCloudBackupReplicaSet) GetTotalCountOk() (*int, bool) + func (o *PaginatedCloudBackupReplicaSet) HasLinks() bool + func (o *PaginatedCloudBackupReplicaSet) HasResults() bool + func (o *PaginatedCloudBackupReplicaSet) HasTotalCount() bool + func (o *PaginatedCloudBackupReplicaSet) SetLinks(v []Link) + func (o *PaginatedCloudBackupReplicaSet) SetResults(v []DiskBackupReplicaSet) + func (o *PaginatedCloudBackupReplicaSet) SetTotalCount(v int) + func (o PaginatedCloudBackupReplicaSet) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedCloudBackupReplicaSet) ToMap() (map[string]interface{}, error) + type PaginatedCloudBackupRestoreJob struct + Links *[]Link + Results *[]DiskBackupSnapshotRestoreJob + TotalCount *int + func NewPaginatedCloudBackupRestoreJob() *PaginatedCloudBackupRestoreJob + func NewPaginatedCloudBackupRestoreJobWithDefaults() *PaginatedCloudBackupRestoreJob + func (o *PaginatedCloudBackupRestoreJob) GetLinks() []Link + func (o *PaginatedCloudBackupRestoreJob) GetLinksOk() (*[]Link, bool) + func (o *PaginatedCloudBackupRestoreJob) GetResults() []DiskBackupSnapshotRestoreJob + func (o *PaginatedCloudBackupRestoreJob) GetResultsOk() (*[]DiskBackupSnapshotRestoreJob, bool) + func (o *PaginatedCloudBackupRestoreJob) GetTotalCount() int + func (o *PaginatedCloudBackupRestoreJob) GetTotalCountOk() (*int, bool) + func (o *PaginatedCloudBackupRestoreJob) HasLinks() bool + func (o *PaginatedCloudBackupRestoreJob) HasResults() bool + func (o *PaginatedCloudBackupRestoreJob) HasTotalCount() bool + func (o *PaginatedCloudBackupRestoreJob) SetLinks(v []Link) + func (o *PaginatedCloudBackupRestoreJob) SetResults(v []DiskBackupSnapshotRestoreJob) + func (o *PaginatedCloudBackupRestoreJob) SetTotalCount(v int) + func (o PaginatedCloudBackupRestoreJob) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedCloudBackupRestoreJob) ToMap() (map[string]interface{}, error) + type PaginatedCloudBackupShardedClusterSnapshot struct + Links *[]Link + Results *[]DiskBackupShardedClusterSnapshot + TotalCount *int + func NewPaginatedCloudBackupShardedClusterSnapshot() *PaginatedCloudBackupShardedClusterSnapshot + func NewPaginatedCloudBackupShardedClusterSnapshotWithDefaults() *PaginatedCloudBackupShardedClusterSnapshot + func (o *PaginatedCloudBackupShardedClusterSnapshot) GetLinks() []Link + func (o *PaginatedCloudBackupShardedClusterSnapshot) GetLinksOk() (*[]Link, bool) + func (o *PaginatedCloudBackupShardedClusterSnapshot) GetResults() []DiskBackupShardedClusterSnapshot + func (o *PaginatedCloudBackupShardedClusterSnapshot) GetResultsOk() (*[]DiskBackupShardedClusterSnapshot, bool) + func (o *PaginatedCloudBackupShardedClusterSnapshot) GetTotalCount() int + func (o *PaginatedCloudBackupShardedClusterSnapshot) GetTotalCountOk() (*int, bool) + func (o *PaginatedCloudBackupShardedClusterSnapshot) HasLinks() bool + func (o *PaginatedCloudBackupShardedClusterSnapshot) HasResults() bool + func (o *PaginatedCloudBackupShardedClusterSnapshot) HasTotalCount() bool + func (o *PaginatedCloudBackupShardedClusterSnapshot) SetLinks(v []Link) + func (o *PaginatedCloudBackupShardedClusterSnapshot) SetResults(v []DiskBackupShardedClusterSnapshot) + func (o *PaginatedCloudBackupShardedClusterSnapshot) SetTotalCount(v int) + func (o PaginatedCloudBackupShardedClusterSnapshot) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedCloudBackupShardedClusterSnapshot) ToMap() (map[string]interface{}, error) + type PaginatedCloudProviderContainer struct + Links *[]Link + Results *[]CloudProviderContainer + TotalCount *int + func NewPaginatedCloudProviderContainer() *PaginatedCloudProviderContainer + func NewPaginatedCloudProviderContainerWithDefaults() *PaginatedCloudProviderContainer + func (o *PaginatedCloudProviderContainer) GetLinks() []Link + func (o *PaginatedCloudProviderContainer) GetLinksOk() (*[]Link, bool) + func (o *PaginatedCloudProviderContainer) GetResults() []CloudProviderContainer + func (o *PaginatedCloudProviderContainer) GetResultsOk() (*[]CloudProviderContainer, bool) + func (o *PaginatedCloudProviderContainer) GetTotalCount() int + func (o *PaginatedCloudProviderContainer) GetTotalCountOk() (*int, bool) + func (o *PaginatedCloudProviderContainer) HasLinks() bool + func (o *PaginatedCloudProviderContainer) HasResults() bool + func (o *PaginatedCloudProviderContainer) HasTotalCount() bool + func (o *PaginatedCloudProviderContainer) SetLinks(v []Link) + func (o *PaginatedCloudProviderContainer) SetResults(v []CloudProviderContainer) + func (o *PaginatedCloudProviderContainer) SetTotalCount(v int) + func (o PaginatedCloudProviderContainer) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedCloudProviderContainer) ToMap() (map[string]interface{}, error) + type PaginatedContainerPeer struct + Links *[]Link + Results *[]BaseNetworkPeeringConnectionSettings + TotalCount *int + func NewPaginatedContainerPeer() *PaginatedContainerPeer + func NewPaginatedContainerPeerWithDefaults() *PaginatedContainerPeer + func (o *PaginatedContainerPeer) GetLinks() []Link + func (o *PaginatedContainerPeer) GetLinksOk() (*[]Link, bool) + func (o *PaginatedContainerPeer) GetResults() []BaseNetworkPeeringConnectionSettings + func (o *PaginatedContainerPeer) GetResultsOk() (*[]BaseNetworkPeeringConnectionSettings, bool) + func (o *PaginatedContainerPeer) GetTotalCount() int + func (o *PaginatedContainerPeer) GetTotalCountOk() (*int, bool) + func (o *PaginatedContainerPeer) HasLinks() bool + func (o *PaginatedContainerPeer) HasResults() bool + func (o *PaginatedContainerPeer) HasTotalCount() bool + func (o *PaginatedContainerPeer) SetLinks(v []Link) + func (o *PaginatedContainerPeer) SetResults(v []BaseNetworkPeeringConnectionSettings) + func (o *PaginatedContainerPeer) SetTotalCount(v int) + func (o PaginatedContainerPeer) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedContainerPeer) ToMap() (map[string]interface{}, error) + type PaginatedDatabase struct + Links *[]Link + Results *[]MesurementsDatabase + TotalCount *int + func NewPaginatedDatabase() *PaginatedDatabase + func NewPaginatedDatabaseWithDefaults() *PaginatedDatabase + func (o *PaginatedDatabase) GetLinks() []Link + func (o *PaginatedDatabase) GetLinksOk() (*[]Link, bool) + func (o *PaginatedDatabase) GetResults() []MesurementsDatabase + func (o *PaginatedDatabase) GetResultsOk() (*[]MesurementsDatabase, bool) + func (o *PaginatedDatabase) GetTotalCount() int + func (o *PaginatedDatabase) GetTotalCountOk() (*int, bool) + func (o *PaginatedDatabase) HasLinks() bool + func (o *PaginatedDatabase) HasResults() bool + func (o *PaginatedDatabase) HasTotalCount() bool + func (o *PaginatedDatabase) SetLinks(v []Link) + func (o *PaginatedDatabase) SetResults(v []MesurementsDatabase) + func (o *PaginatedDatabase) SetTotalCount(v int) + func (o PaginatedDatabase) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedDatabase) ToMap() (map[string]interface{}, error) + type PaginatedDiskPartition struct + Links *[]Link + Results *[]MeasurementDiskPartition + TotalCount *int + func NewPaginatedDiskPartition() *PaginatedDiskPartition + func NewPaginatedDiskPartitionWithDefaults() *PaginatedDiskPartition + func (o *PaginatedDiskPartition) GetLinks() []Link + func (o *PaginatedDiskPartition) GetLinksOk() (*[]Link, bool) + func (o *PaginatedDiskPartition) GetResults() []MeasurementDiskPartition + func (o *PaginatedDiskPartition) GetResultsOk() (*[]MeasurementDiskPartition, bool) + func (o *PaginatedDiskPartition) GetTotalCount() int + func (o *PaginatedDiskPartition) GetTotalCountOk() (*int, bool) + func (o *PaginatedDiskPartition) HasLinks() bool + func (o *PaginatedDiskPartition) HasResults() bool + func (o *PaginatedDiskPartition) HasTotalCount() bool + func (o *PaginatedDiskPartition) SetLinks(v []Link) + func (o *PaginatedDiskPartition) SetResults(v []MeasurementDiskPartition) + func (o *PaginatedDiskPartition) SetTotalCount(v int) + func (o PaginatedDiskPartition) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedDiskPartition) ToMap() (map[string]interface{}, error) + type PaginatedFederationIdentityProvider struct + Links *[]Link + Results *[]FederationIdentityProvider + TotalCount *int + func NewPaginatedFederationIdentityProvider() *PaginatedFederationIdentityProvider + func NewPaginatedFederationIdentityProviderWithDefaults() *PaginatedFederationIdentityProvider + func (o *PaginatedFederationIdentityProvider) GetLinks() []Link + func (o *PaginatedFederationIdentityProvider) GetLinksOk() (*[]Link, bool) + func (o *PaginatedFederationIdentityProvider) GetResults() []FederationIdentityProvider + func (o *PaginatedFederationIdentityProvider) GetResultsOk() (*[]FederationIdentityProvider, bool) + func (o *PaginatedFederationIdentityProvider) GetTotalCount() int + func (o *PaginatedFederationIdentityProvider) GetTotalCountOk() (*int, bool) + func (o *PaginatedFederationIdentityProvider) HasLinks() bool + func (o *PaginatedFederationIdentityProvider) HasResults() bool + func (o *PaginatedFederationIdentityProvider) HasTotalCount() bool + func (o *PaginatedFederationIdentityProvider) SetLinks(v []Link) + func (o *PaginatedFederationIdentityProvider) SetResults(v []FederationIdentityProvider) + func (o *PaginatedFederationIdentityProvider) SetTotalCount(v int) + func (o PaginatedFederationIdentityProvider) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedFederationIdentityProvider) ToMap() (map[string]interface{}, error) + type PaginatedHostViewAtlas struct + Links *[]LinkAtlas + Results *[]ApiHostViewAtlas + TotalCount *int + func NewPaginatedHostViewAtlas() *PaginatedHostViewAtlas + func NewPaginatedHostViewAtlasWithDefaults() *PaginatedHostViewAtlas + func (o *PaginatedHostViewAtlas) GetLinks() []LinkAtlas + func (o *PaginatedHostViewAtlas) GetLinksOk() (*[]LinkAtlas, bool) + func (o *PaginatedHostViewAtlas) GetResults() []ApiHostViewAtlas + func (o *PaginatedHostViewAtlas) GetResultsOk() (*[]ApiHostViewAtlas, bool) + func (o *PaginatedHostViewAtlas) GetTotalCount() int + func (o *PaginatedHostViewAtlas) GetTotalCountOk() (*int, bool) + func (o *PaginatedHostViewAtlas) HasLinks() bool + func (o *PaginatedHostViewAtlas) HasResults() bool + func (o *PaginatedHostViewAtlas) HasTotalCount() bool + func (o *PaginatedHostViewAtlas) SetLinks(v []LinkAtlas) + func (o *PaginatedHostViewAtlas) SetResults(v []ApiHostViewAtlas) + func (o *PaginatedHostViewAtlas) SetTotalCount(v int) + func (o PaginatedHostViewAtlas) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedHostViewAtlas) ToMap() (map[string]interface{}, error) + type PaginatedIntegration struct + Links *[]Link + Results *[]ThridPartyIntegration + TotalCount *int + func NewPaginatedIntegration() *PaginatedIntegration + func NewPaginatedIntegrationWithDefaults() *PaginatedIntegration + func (o *PaginatedIntegration) GetLinks() []Link + func (o *PaginatedIntegration) GetLinksOk() (*[]Link, bool) + func (o *PaginatedIntegration) GetResults() []ThridPartyIntegration + func (o *PaginatedIntegration) GetResultsOk() (*[]ThridPartyIntegration, bool) + func (o *PaginatedIntegration) GetTotalCount() int + func (o *PaginatedIntegration) GetTotalCountOk() (*int, bool) + func (o *PaginatedIntegration) HasLinks() bool + func (o *PaginatedIntegration) HasResults() bool + func (o *PaginatedIntegration) HasTotalCount() bool + func (o *PaginatedIntegration) SetLinks(v []Link) + func (o *PaginatedIntegration) SetResults(v []ThridPartyIntegration) + func (o *PaginatedIntegration) SetTotalCount(v int) + func (o PaginatedIntegration) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedIntegration) ToMap() (map[string]interface{}, error) + type PaginatedNetworkAccess struct + Links *[]Link + Results *[]NetworkPermissionEntry + TotalCount *int + func NewPaginatedNetworkAccess() *PaginatedNetworkAccess + func NewPaginatedNetworkAccessWithDefaults() *PaginatedNetworkAccess + func (o *PaginatedNetworkAccess) GetLinks() []Link + func (o *PaginatedNetworkAccess) GetLinksOk() (*[]Link, bool) + func (o *PaginatedNetworkAccess) GetResults() []NetworkPermissionEntry + func (o *PaginatedNetworkAccess) GetResultsOk() (*[]NetworkPermissionEntry, bool) + func (o *PaginatedNetworkAccess) GetTotalCount() int + func (o *PaginatedNetworkAccess) GetTotalCountOk() (*int, bool) + func (o *PaginatedNetworkAccess) HasLinks() bool + func (o *PaginatedNetworkAccess) HasResults() bool + func (o *PaginatedNetworkAccess) HasTotalCount() bool + func (o *PaginatedNetworkAccess) SetLinks(v []Link) + func (o *PaginatedNetworkAccess) SetResults(v []NetworkPermissionEntry) + func (o *PaginatedNetworkAccess) SetTotalCount(v int) + func (o PaginatedNetworkAccess) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedNetworkAccess) ToMap() (map[string]interface{}, error) + type PaginatedOnlineArchive struct + Links *[]Link + Results *[]BackupOnlineArchive + TotalCount *int + func NewPaginatedOnlineArchive() *PaginatedOnlineArchive + func NewPaginatedOnlineArchiveWithDefaults() *PaginatedOnlineArchive + func (o *PaginatedOnlineArchive) GetLinks() []Link + func (o *PaginatedOnlineArchive) GetLinksOk() (*[]Link, bool) + func (o *PaginatedOnlineArchive) GetResults() []BackupOnlineArchive + func (o *PaginatedOnlineArchive) GetResultsOk() (*[]BackupOnlineArchive, bool) + func (o *PaginatedOnlineArchive) GetTotalCount() int + func (o *PaginatedOnlineArchive) GetTotalCountOk() (*int, bool) + func (o *PaginatedOnlineArchive) HasLinks() bool + func (o *PaginatedOnlineArchive) HasResults() bool + func (o *PaginatedOnlineArchive) HasTotalCount() bool + func (o *PaginatedOnlineArchive) SetLinks(v []Link) + func (o *PaginatedOnlineArchive) SetResults(v []BackupOnlineArchive) + func (o *PaginatedOnlineArchive) SetTotalCount(v int) + func (o PaginatedOnlineArchive) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedOnlineArchive) ToMap() (map[string]interface{}, error) + type PaginatedOrgGroup struct + Links *[]Link + Results *[]OrgGroup + TotalCount *int + func NewPaginatedOrgGroup() *PaginatedOrgGroup + func NewPaginatedOrgGroupWithDefaults() *PaginatedOrgGroup + func (o *PaginatedOrgGroup) GetLinks() []Link + func (o *PaginatedOrgGroup) GetLinksOk() (*[]Link, bool) + func (o *PaginatedOrgGroup) GetResults() []OrgGroup + func (o *PaginatedOrgGroup) GetResultsOk() (*[]OrgGroup, bool) + func (o *PaginatedOrgGroup) GetTotalCount() int + func (o *PaginatedOrgGroup) GetTotalCountOk() (*int, bool) + func (o *PaginatedOrgGroup) HasLinks() bool + func (o *PaginatedOrgGroup) HasResults() bool + func (o *PaginatedOrgGroup) HasTotalCount() bool + func (o *PaginatedOrgGroup) SetLinks(v []Link) + func (o *PaginatedOrgGroup) SetResults(v []OrgGroup) + func (o *PaginatedOrgGroup) SetTotalCount(v int) + func (o PaginatedOrgGroup) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedOrgGroup) ToMap() (map[string]interface{}, error) + type PaginatedOrganization struct + Links *[]Link + Results *[]AtlasOrganization + TotalCount *int + func NewPaginatedOrganization() *PaginatedOrganization + func NewPaginatedOrganizationWithDefaults() *PaginatedOrganization + func (o *PaginatedOrganization) GetLinks() []Link + func (o *PaginatedOrganization) GetLinksOk() (*[]Link, bool) + func (o *PaginatedOrganization) GetResults() []AtlasOrganization + func (o *PaginatedOrganization) GetResultsOk() (*[]AtlasOrganization, bool) + func (o *PaginatedOrganization) GetTotalCount() int + func (o *PaginatedOrganization) GetTotalCountOk() (*int, bool) + func (o *PaginatedOrganization) HasLinks() bool + func (o *PaginatedOrganization) HasResults() bool + func (o *PaginatedOrganization) HasTotalCount() bool + func (o *PaginatedOrganization) SetLinks(v []Link) + func (o *PaginatedOrganization) SetResults(v []AtlasOrganization) + func (o *PaginatedOrganization) SetTotalCount(v int) + func (o PaginatedOrganization) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedOrganization) ToMap() (map[string]interface{}, error) + type PaginatedPipelineRun struct + Links *[]Link + Results *[]IngestionPipelineRun + TotalCount *int + func NewPaginatedPipelineRun() *PaginatedPipelineRun + func NewPaginatedPipelineRunWithDefaults() *PaginatedPipelineRun + func (o *PaginatedPipelineRun) GetLinks() []Link + func (o *PaginatedPipelineRun) GetLinksOk() (*[]Link, bool) + func (o *PaginatedPipelineRun) GetResults() []IngestionPipelineRun + func (o *PaginatedPipelineRun) GetResultsOk() (*[]IngestionPipelineRun, bool) + func (o *PaginatedPipelineRun) GetTotalCount() int + func (o *PaginatedPipelineRun) GetTotalCountOk() (*int, bool) + func (o *PaginatedPipelineRun) HasLinks() bool + func (o *PaginatedPipelineRun) HasResults() bool + func (o *PaginatedPipelineRun) HasTotalCount() bool + func (o *PaginatedPipelineRun) SetLinks(v []Link) + func (o *PaginatedPipelineRun) SetResults(v []IngestionPipelineRun) + func (o *PaginatedPipelineRun) SetTotalCount(v int) + func (o PaginatedPipelineRun) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedPipelineRun) ToMap() (map[string]interface{}, error) + type PaginatedPrivateNetworkEndpointIdEntry struct + Links *[]Link + Results *[]PrivateNetworkEndpointIdEntry + TotalCount *int + func NewPaginatedPrivateNetworkEndpointIdEntry() *PaginatedPrivateNetworkEndpointIdEntry + func NewPaginatedPrivateNetworkEndpointIdEntryWithDefaults() *PaginatedPrivateNetworkEndpointIdEntry + func (o *PaginatedPrivateNetworkEndpointIdEntry) GetLinks() []Link + func (o *PaginatedPrivateNetworkEndpointIdEntry) GetLinksOk() (*[]Link, bool) + func (o *PaginatedPrivateNetworkEndpointIdEntry) GetResults() []PrivateNetworkEndpointIdEntry + func (o *PaginatedPrivateNetworkEndpointIdEntry) GetResultsOk() (*[]PrivateNetworkEndpointIdEntry, bool) + func (o *PaginatedPrivateNetworkEndpointIdEntry) GetTotalCount() int + func (o *PaginatedPrivateNetworkEndpointIdEntry) GetTotalCountOk() (*int, bool) + func (o *PaginatedPrivateNetworkEndpointIdEntry) HasLinks() bool + func (o *PaginatedPrivateNetworkEndpointIdEntry) HasResults() bool + func (o *PaginatedPrivateNetworkEndpointIdEntry) HasTotalCount() bool + func (o *PaginatedPrivateNetworkEndpointIdEntry) SetLinks(v []Link) + func (o *PaginatedPrivateNetworkEndpointIdEntry) SetResults(v []PrivateNetworkEndpointIdEntry) + func (o *PaginatedPrivateNetworkEndpointIdEntry) SetTotalCount(v int) + func (o PaginatedPrivateNetworkEndpointIdEntry) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedPrivateNetworkEndpointIdEntry) ToMap() (map[string]interface{}, error) + type PaginatedRestoreJob struct + Links *[]Link + Results *[]BackupRestoreJob + TotalCount *int + func NewPaginatedRestoreJob() *PaginatedRestoreJob + func NewPaginatedRestoreJobWithDefaults() *PaginatedRestoreJob + func (o *PaginatedRestoreJob) GetLinks() []Link + func (o *PaginatedRestoreJob) GetLinksOk() (*[]Link, bool) + func (o *PaginatedRestoreJob) GetResults() []BackupRestoreJob + func (o *PaginatedRestoreJob) GetResultsOk() (*[]BackupRestoreJob, bool) + func (o *PaginatedRestoreJob) GetTotalCount() int + func (o *PaginatedRestoreJob) GetTotalCountOk() (*int, bool) + func (o *PaginatedRestoreJob) HasLinks() bool + func (o *PaginatedRestoreJob) HasResults() bool + func (o *PaginatedRestoreJob) HasTotalCount() bool + func (o *PaginatedRestoreJob) SetLinks(v []Link) + func (o *PaginatedRestoreJob) SetResults(v []BackupRestoreJob) + func (o *PaginatedRestoreJob) SetTotalCount(v int) + func (o PaginatedRestoreJob) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedRestoreJob) ToMap() (map[string]interface{}, error) + type PaginatedRoleMapping struct + Links *[]Link + Results *[]AuthFederationRoleMapping + TotalCount *int + func NewPaginatedRoleMapping() *PaginatedRoleMapping + func NewPaginatedRoleMappingWithDefaults() *PaginatedRoleMapping + func (o *PaginatedRoleMapping) GetLinks() []Link + func (o *PaginatedRoleMapping) GetLinksOk() (*[]Link, bool) + func (o *PaginatedRoleMapping) GetResults() []AuthFederationRoleMapping + func (o *PaginatedRoleMapping) GetResultsOk() (*[]AuthFederationRoleMapping, bool) + func (o *PaginatedRoleMapping) GetTotalCount() int + func (o *PaginatedRoleMapping) GetTotalCountOk() (*int, bool) + func (o *PaginatedRoleMapping) HasLinks() bool + func (o *PaginatedRoleMapping) HasResults() bool + func (o *PaginatedRoleMapping) HasTotalCount() bool + func (o *PaginatedRoleMapping) SetLinks(v []Link) + func (o *PaginatedRoleMapping) SetResults(v []AuthFederationRoleMapping) + func (o *PaginatedRoleMapping) SetTotalCount(v int) + func (o PaginatedRoleMapping) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedRoleMapping) ToMap() (map[string]interface{}, error) + type PaginatedServerlessInstanceDescription struct + Links *[]Link + Results *[]ServerlessInstanceDescription + TotalCount *int + func NewPaginatedServerlessInstanceDescription() *PaginatedServerlessInstanceDescription + func NewPaginatedServerlessInstanceDescriptionWithDefaults() *PaginatedServerlessInstanceDescription + func (o *PaginatedServerlessInstanceDescription) GetLinks() []Link + func (o *PaginatedServerlessInstanceDescription) GetLinksOk() (*[]Link, bool) + func (o *PaginatedServerlessInstanceDescription) GetResults() []ServerlessInstanceDescription + func (o *PaginatedServerlessInstanceDescription) GetResultsOk() (*[]ServerlessInstanceDescription, bool) + func (o *PaginatedServerlessInstanceDescription) GetTotalCount() int + func (o *PaginatedServerlessInstanceDescription) GetTotalCountOk() (*int, bool) + func (o *PaginatedServerlessInstanceDescription) HasLinks() bool + func (o *PaginatedServerlessInstanceDescription) HasResults() bool + func (o *PaginatedServerlessInstanceDescription) HasTotalCount() bool + func (o *PaginatedServerlessInstanceDescription) SetLinks(v []Link) + func (o *PaginatedServerlessInstanceDescription) SetResults(v []ServerlessInstanceDescription) + func (o *PaginatedServerlessInstanceDescription) SetTotalCount(v int) + func (o PaginatedServerlessInstanceDescription) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedServerlessInstanceDescription) ToMap() (map[string]interface{}, error) + type PaginatedSnapshot struct + Links *[]Link + Results *[]BackupSnapshot + TotalCount *int + func NewPaginatedSnapshot() *PaginatedSnapshot + func NewPaginatedSnapshotWithDefaults() *PaginatedSnapshot + func (o *PaginatedSnapshot) GetLinks() []Link + func (o *PaginatedSnapshot) GetLinksOk() (*[]Link, bool) + func (o *PaginatedSnapshot) GetResults() []BackupSnapshot + func (o *PaginatedSnapshot) GetResultsOk() (*[]BackupSnapshot, bool) + func (o *PaginatedSnapshot) GetTotalCount() int + func (o *PaginatedSnapshot) GetTotalCountOk() (*int, bool) + func (o *PaginatedSnapshot) HasLinks() bool + func (o *PaginatedSnapshot) HasResults() bool + func (o *PaginatedSnapshot) HasTotalCount() bool + func (o *PaginatedSnapshot) SetLinks(v []Link) + func (o *PaginatedSnapshot) SetResults(v []BackupSnapshot) + func (o *PaginatedSnapshot) SetTotalCount(v int) + func (o PaginatedSnapshot) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedSnapshot) ToMap() (map[string]interface{}, error) + type PaginatedTeam struct + Links *[]Link + Results *[]TeamResponse + TotalCount *int + func NewPaginatedTeam() *PaginatedTeam + func NewPaginatedTeamWithDefaults() *PaginatedTeam + func (o *PaginatedTeam) GetLinks() []Link + func (o *PaginatedTeam) GetLinksOk() (*[]Link, bool) + func (o *PaginatedTeam) GetResults() []TeamResponse + func (o *PaginatedTeam) GetResultsOk() (*[]TeamResponse, bool) + func (o *PaginatedTeam) GetTotalCount() int + func (o *PaginatedTeam) GetTotalCountOk() (*int, bool) + func (o *PaginatedTeam) HasLinks() bool + func (o *PaginatedTeam) HasResults() bool + func (o *PaginatedTeam) HasTotalCount() bool + func (o *PaginatedTeam) SetLinks(v []Link) + func (o *PaginatedTeam) SetResults(v []TeamResponse) + func (o *PaginatedTeam) SetTotalCount(v int) + func (o PaginatedTeam) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedTeam) ToMap() (map[string]interface{}, error) + type PaginatedTeamRole struct + Links *[]Link + Results *[]TeamRole + TotalCount *int + func NewPaginatedTeamRole() *PaginatedTeamRole + func NewPaginatedTeamRoleWithDefaults() *PaginatedTeamRole + func (o *PaginatedTeamRole) GetLinks() []Link + func (o *PaginatedTeamRole) GetLinksOk() (*[]Link, bool) + func (o *PaginatedTeamRole) GetResults() []TeamRole + func (o *PaginatedTeamRole) GetResultsOk() (*[]TeamRole, bool) + func (o *PaginatedTeamRole) GetTotalCount() int + func (o *PaginatedTeamRole) GetTotalCountOk() (*int, bool) + func (o *PaginatedTeamRole) HasLinks() bool + func (o *PaginatedTeamRole) HasResults() bool + func (o *PaginatedTeamRole) HasTotalCount() bool + func (o *PaginatedTeamRole) SetLinks(v []Link) + func (o *PaginatedTeamRole) SetResults(v []TeamRole) + func (o *PaginatedTeamRole) SetTotalCount(v int) + func (o PaginatedTeamRole) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedTeamRole) ToMap() (map[string]interface{}, error) + type PaginatedTenantRestore struct + Links *[]Link + Results *[]TenantRestore + TotalCount *int + func NewPaginatedTenantRestore() *PaginatedTenantRestore + func NewPaginatedTenantRestoreWithDefaults() *PaginatedTenantRestore + func (o *PaginatedTenantRestore) GetLinks() []Link + func (o *PaginatedTenantRestore) GetLinksOk() (*[]Link, bool) + func (o *PaginatedTenantRestore) GetResults() []TenantRestore + func (o *PaginatedTenantRestore) GetResultsOk() (*[]TenantRestore, bool) + func (o *PaginatedTenantRestore) GetTotalCount() int + func (o *PaginatedTenantRestore) GetTotalCountOk() (*int, bool) + func (o *PaginatedTenantRestore) HasLinks() bool + func (o *PaginatedTenantRestore) HasResults() bool + func (o *PaginatedTenantRestore) HasTotalCount() bool + func (o *PaginatedTenantRestore) SetLinks(v []Link) + func (o *PaginatedTenantRestore) SetResults(v []TenantRestore) + func (o *PaginatedTenantRestore) SetTotalCount(v int) + func (o PaginatedTenantRestore) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedTenantRestore) ToMap() (map[string]interface{}, error) + type PaginatedTenantSnapshot struct + Links *[]Link + Results *[]BackupTenantSnapshot + TotalCount *int + func NewPaginatedTenantSnapshot() *PaginatedTenantSnapshot + func NewPaginatedTenantSnapshotWithDefaults() *PaginatedTenantSnapshot + func (o *PaginatedTenantSnapshot) GetLinks() []Link + func (o *PaginatedTenantSnapshot) GetLinksOk() (*[]Link, bool) + func (o *PaginatedTenantSnapshot) GetResults() []BackupTenantSnapshot + func (o *PaginatedTenantSnapshot) GetResultsOk() (*[]BackupTenantSnapshot, bool) + func (o *PaginatedTenantSnapshot) GetTotalCount() int + func (o *PaginatedTenantSnapshot) GetTotalCountOk() (*int, bool) + func (o *PaginatedTenantSnapshot) HasLinks() bool + func (o *PaginatedTenantSnapshot) HasResults() bool + func (o *PaginatedTenantSnapshot) HasTotalCount() bool + func (o *PaginatedTenantSnapshot) SetLinks(v []Link) + func (o *PaginatedTenantSnapshot) SetResults(v []BackupTenantSnapshot) + func (o *PaginatedTenantSnapshot) SetTotalCount(v int) + func (o PaginatedTenantSnapshot) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedTenantSnapshot) ToMap() (map[string]interface{}, error) + type PaginatedUserCert struct + Links *[]Link + Results *[]UserCert + TotalCount *int + func NewPaginatedUserCert() *PaginatedUserCert + func NewPaginatedUserCertWithDefaults() *PaginatedUserCert + func (o *PaginatedUserCert) GetLinks() []Link + func (o *PaginatedUserCert) GetLinksOk() (*[]Link, bool) + func (o *PaginatedUserCert) GetResults() []UserCert + func (o *PaginatedUserCert) GetResultsOk() (*[]UserCert, bool) + func (o *PaginatedUserCert) GetTotalCount() int + func (o *PaginatedUserCert) GetTotalCountOk() (*int, bool) + func (o *PaginatedUserCert) HasLinks() bool + func (o *PaginatedUserCert) HasResults() bool + func (o *PaginatedUserCert) HasTotalCount() bool + func (o *PaginatedUserCert) SetLinks(v []Link) + func (o *PaginatedUserCert) SetResults(v []UserCert) + func (o *PaginatedUserCert) SetTotalCount(v int) + func (o PaginatedUserCert) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PaginatedUserCert) ToMap() (map[string]interface{}, error) + type PartitionField struct + FieldName string + FieldType *string + Order int + func NewPartitionField(fieldName string, order int) *PartitionField + func NewPartitionFieldWithDefaults() *PartitionField + func (o *PartitionField) GetFieldName() string + func (o *PartitionField) GetFieldNameOk() (*string, bool) + func (o *PartitionField) GetFieldType() string + func (o *PartitionField) GetFieldTypeOk() (*string, bool) + func (o *PartitionField) GetOrder() int + func (o *PartitionField) GetOrderOk() (*int, bool) + func (o *PartitionField) HasFieldType() bool + func (o *PartitionField) SetFieldName(v string) + func (o *PartitionField) SetFieldType(v string) + func (o *PartitionField) SetOrder(v int) + func (o PartitionField) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PartitionField) ToMap() (map[string]interface{}, error) + type PausePipelineApiParams struct + GroupId string + PipelineName string + type PausePipelineApiRequest struct + ApiService DataLakePipelinesApi + func (r PausePipelineApiRequest) Execute() (*DataLakeIngestionPipeline, *http.Response, error) + type PemFileInfo struct + Certificates *[]X509Certificate + FileName *string + func NewPemFileInfo() *PemFileInfo + func NewPemFileInfoWithDefaults() *PemFileInfo + func (o *PemFileInfo) GetCertificates() []X509Certificate + func (o *PemFileInfo) GetCertificatesOk() (*[]X509Certificate, bool) + func (o *PemFileInfo) GetFileName() string + func (o *PemFileInfo) GetFileNameOk() (*string, bool) + func (o *PemFileInfo) HasCertificates() bool + func (o *PemFileInfo) HasFileName() bool + func (o *PemFileInfo) SetCertificates(v []X509Certificate) + func (o *PemFileInfo) SetFileName(v string) + func (o PemFileInfo) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PemFileInfo) ToMap() (map[string]interface{}, error) + type PemFileInfoUpdate struct + Certificates *[]X509CertificateUpdate + FileName *string + func NewPemFileInfoUpdate() *PemFileInfoUpdate + func NewPemFileInfoUpdateWithDefaults() *PemFileInfoUpdate + func (o *PemFileInfoUpdate) GetCertificates() []X509CertificateUpdate + func (o *PemFileInfoUpdate) GetCertificatesOk() (*[]X509CertificateUpdate, bool) + func (o *PemFileInfoUpdate) GetFileName() string + func (o *PemFileInfoUpdate) GetFileNameOk() (*string, bool) + func (o *PemFileInfoUpdate) HasCertificates() bool + func (o *PemFileInfoUpdate) HasFileName() bool + func (o *PemFileInfoUpdate) SetCertificates(v []X509CertificateUpdate) + func (o *PemFileInfoUpdate) SetFileName(v string) + func (o PemFileInfoUpdate) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PemFileInfoUpdate) ToMap() (map[string]interface{}, error) + type PerformanceAdvisorApi interface + DisableSlowOperationThresholding func(ctx context.Context, groupId string) DisableSlowOperationThresholdingApiRequest + DisableSlowOperationThresholdingExecute func(r DisableSlowOperationThresholdingApiRequest) (*http.Response, error) + DisableSlowOperationThresholdingWithParams func(ctx context.Context, args *DisableSlowOperationThresholdingApiParams) DisableSlowOperationThresholdingApiRequest + EnableSlowOperationThresholding func(ctx context.Context, groupId string) EnableSlowOperationThresholdingApiRequest + EnableSlowOperationThresholdingExecute func(r EnableSlowOperationThresholdingApiRequest) (*http.Response, error) + EnableSlowOperationThresholdingWithParams func(ctx context.Context, args *EnableSlowOperationThresholdingApiParams) EnableSlowOperationThresholdingApiRequest + ListSlowQueries func(ctx context.Context, groupId string, processId string) ListSlowQueriesApiRequest + ListSlowQueriesExecute func(r ListSlowQueriesApiRequest) (*PerformanceAdvisorSlowQueryList, *http.Response, error) + ListSlowQueriesWithParams func(ctx context.Context, args *ListSlowQueriesApiParams) ListSlowQueriesApiRequest + ListSlowQueryNamespaces func(ctx context.Context, groupId string, processId string) ListSlowQueryNamespacesApiRequest + ListSlowQueryNamespacesExecute func(r ListSlowQueryNamespacesApiRequest) (*Namespaces, *http.Response, error) + ListSlowQueryNamespacesWithParams func(ctx context.Context, args *ListSlowQueryNamespacesApiParams) ListSlowQueryNamespacesApiRequest + ListSuggestedIndexes func(ctx context.Context, groupId string, processId string) ListSuggestedIndexesApiRequest + ListSuggestedIndexesExecute func(r ListSuggestedIndexesApiRequest) (*PerformanceAdvisorResponse, *http.Response, error) + ListSuggestedIndexesWithParams func(ctx context.Context, args *ListSuggestedIndexesApiParams) ListSuggestedIndexesApiRequest + type PerformanceAdvisorApiService service + func (a *PerformanceAdvisorApiService) DisableSlowOperationThresholding(ctx context.Context, groupId string) DisableSlowOperationThresholdingApiRequest + func (a *PerformanceAdvisorApiService) DisableSlowOperationThresholdingExecute(r DisableSlowOperationThresholdingApiRequest) (*http.Response, error) + func (a *PerformanceAdvisorApiService) DisableSlowOperationThresholdingWithParams(ctx context.Context, args *DisableSlowOperationThresholdingApiParams) DisableSlowOperationThresholdingApiRequest + func (a *PerformanceAdvisorApiService) EnableSlowOperationThresholding(ctx context.Context, groupId string) EnableSlowOperationThresholdingApiRequest + func (a *PerformanceAdvisorApiService) EnableSlowOperationThresholdingExecute(r EnableSlowOperationThresholdingApiRequest) (*http.Response, error) + func (a *PerformanceAdvisorApiService) EnableSlowOperationThresholdingWithParams(ctx context.Context, args *EnableSlowOperationThresholdingApiParams) EnableSlowOperationThresholdingApiRequest + func (a *PerformanceAdvisorApiService) ListSlowQueries(ctx context.Context, groupId string, processId string) ListSlowQueriesApiRequest + func (a *PerformanceAdvisorApiService) ListSlowQueriesExecute(r ListSlowQueriesApiRequest) (*PerformanceAdvisorSlowQueryList, *http.Response, error) + func (a *PerformanceAdvisorApiService) ListSlowQueriesWithParams(ctx context.Context, args *ListSlowQueriesApiParams) ListSlowQueriesApiRequest + func (a *PerformanceAdvisorApiService) ListSlowQueryNamespaces(ctx context.Context, groupId string, processId string) ListSlowQueryNamespacesApiRequest + func (a *PerformanceAdvisorApiService) ListSlowQueryNamespacesExecute(r ListSlowQueryNamespacesApiRequest) (*Namespaces, *http.Response, error) + func (a *PerformanceAdvisorApiService) ListSlowQueryNamespacesWithParams(ctx context.Context, args *ListSlowQueryNamespacesApiParams) ListSlowQueryNamespacesApiRequest + func (a *PerformanceAdvisorApiService) ListSuggestedIndexes(ctx context.Context, groupId string, processId string) ListSuggestedIndexesApiRequest + func (a *PerformanceAdvisorApiService) ListSuggestedIndexesExecute(r ListSuggestedIndexesApiRequest) (*PerformanceAdvisorResponse, *http.Response, error) + func (a *PerformanceAdvisorApiService) ListSuggestedIndexesWithParams(ctx context.Context, args *ListSuggestedIndexesApiParams) ListSuggestedIndexesApiRequest + type PerformanceAdvisorIndex struct + AvgObjSize *float64 + Id *string + Impact *[]string + Index *[]map[string]int + Namespace *string + Weight *float64 + func NewPerformanceAdvisorIndex() *PerformanceAdvisorIndex + func NewPerformanceAdvisorIndexWithDefaults() *PerformanceAdvisorIndex + func (o *PerformanceAdvisorIndex) GetAvgObjSize() float64 + func (o *PerformanceAdvisorIndex) GetAvgObjSizeOk() (*float64, bool) + func (o *PerformanceAdvisorIndex) GetId() string + func (o *PerformanceAdvisorIndex) GetIdOk() (*string, bool) + func (o *PerformanceAdvisorIndex) GetImpact() []string + func (o *PerformanceAdvisorIndex) GetImpactOk() (*[]string, bool) + func (o *PerformanceAdvisorIndex) GetIndex() []map[string]int + func (o *PerformanceAdvisorIndex) GetIndexOk() (*[]map[string]int, bool) + func (o *PerformanceAdvisorIndex) GetNamespace() string + func (o *PerformanceAdvisorIndex) GetNamespaceOk() (*string, bool) + func (o *PerformanceAdvisorIndex) GetWeight() float64 + func (o *PerformanceAdvisorIndex) GetWeightOk() (*float64, bool) + func (o *PerformanceAdvisorIndex) HasAvgObjSize() bool + func (o *PerformanceAdvisorIndex) HasId() bool + func (o *PerformanceAdvisorIndex) HasImpact() bool + func (o *PerformanceAdvisorIndex) HasIndex() bool + func (o *PerformanceAdvisorIndex) HasNamespace() bool + func (o *PerformanceAdvisorIndex) HasWeight() bool + func (o *PerformanceAdvisorIndex) SetAvgObjSize(v float64) + func (o *PerformanceAdvisorIndex) SetId(v string) + func (o *PerformanceAdvisorIndex) SetImpact(v []string) + func (o *PerformanceAdvisorIndex) SetIndex(v []map[string]int) + func (o *PerformanceAdvisorIndex) SetNamespace(v string) + func (o *PerformanceAdvisorIndex) SetWeight(v float64) + func (o PerformanceAdvisorIndex) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PerformanceAdvisorIndex) ToMap() (map[string]interface{}, error) + type PerformanceAdvisorOpStats struct + Ms *int64 + NReturned *int64 + NScanned *int64 + Ts *int64 + func NewPerformanceAdvisorOpStats() *PerformanceAdvisorOpStats + func NewPerformanceAdvisorOpStatsWithDefaults() *PerformanceAdvisorOpStats + func (o *PerformanceAdvisorOpStats) GetMs() int64 + func (o *PerformanceAdvisorOpStats) GetMsOk() (*int64, bool) + func (o *PerformanceAdvisorOpStats) GetNReturned() int64 + func (o *PerformanceAdvisorOpStats) GetNReturnedOk() (*int64, bool) + func (o *PerformanceAdvisorOpStats) GetNScanned() int64 + func (o *PerformanceAdvisorOpStats) GetNScannedOk() (*int64, bool) + func (o *PerformanceAdvisorOpStats) GetTs() int64 + func (o *PerformanceAdvisorOpStats) GetTsOk() (*int64, bool) + func (o *PerformanceAdvisorOpStats) HasMs() bool + func (o *PerformanceAdvisorOpStats) HasNReturned() bool + func (o *PerformanceAdvisorOpStats) HasNScanned() bool + func (o *PerformanceAdvisorOpStats) HasTs() bool + func (o *PerformanceAdvisorOpStats) SetMs(v int64) + func (o *PerformanceAdvisorOpStats) SetNReturned(v int64) + func (o *PerformanceAdvisorOpStats) SetNScanned(v int64) + func (o *PerformanceAdvisorOpStats) SetTs(v int64) + func (o PerformanceAdvisorOpStats) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PerformanceAdvisorOpStats) ToMap() (map[string]interface{}, error) + type PerformanceAdvisorOperation struct + Predicates *[]map[string]interface{} + Stats *PerformanceAdvisorOpStats + func NewPerformanceAdvisorOperation() *PerformanceAdvisorOperation + func NewPerformanceAdvisorOperationWithDefaults() *PerformanceAdvisorOperation + func (o *PerformanceAdvisorOperation) GetPredicates() []map[string]interface{} + func (o *PerformanceAdvisorOperation) GetPredicatesOk() (*[]map[string]interface{}, bool) + func (o *PerformanceAdvisorOperation) GetStats() PerformanceAdvisorOpStats + func (o *PerformanceAdvisorOperation) GetStatsOk() (*PerformanceAdvisorOpStats, bool) + func (o *PerformanceAdvisorOperation) HasPredicates() bool + func (o *PerformanceAdvisorOperation) HasStats() bool + func (o *PerformanceAdvisorOperation) SetPredicates(v []map[string]interface{}) + func (o *PerformanceAdvisorOperation) SetStats(v PerformanceAdvisorOpStats) + func (o PerformanceAdvisorOperation) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PerformanceAdvisorOperation) ToMap() (map[string]interface{}, error) + type PerformanceAdvisorResponse struct + Shapes *[]PerformanceAdvisorShape + SuggestedIndexes *[]PerformanceAdvisorIndex + func NewPerformanceAdvisorResponse() *PerformanceAdvisorResponse + func NewPerformanceAdvisorResponseWithDefaults() *PerformanceAdvisorResponse + func (o *PerformanceAdvisorResponse) GetShapes() []PerformanceAdvisorShape + func (o *PerformanceAdvisorResponse) GetShapesOk() (*[]PerformanceAdvisorShape, bool) + func (o *PerformanceAdvisorResponse) GetSuggestedIndexes() []PerformanceAdvisorIndex + func (o *PerformanceAdvisorResponse) GetSuggestedIndexesOk() (*[]PerformanceAdvisorIndex, bool) + func (o *PerformanceAdvisorResponse) HasShapes() bool + func (o *PerformanceAdvisorResponse) HasSuggestedIndexes() bool + func (o *PerformanceAdvisorResponse) SetShapes(v []PerformanceAdvisorShape) + func (o *PerformanceAdvisorResponse) SetSuggestedIndexes(v []PerformanceAdvisorIndex) + func (o PerformanceAdvisorResponse) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PerformanceAdvisorResponse) ToMap() (map[string]interface{}, error) + type PerformanceAdvisorShape struct + AvgMs *int64 + Count *int64 + Id *string + InefficiencyScore *int64 + Namespace *string + Operations *[]PerformanceAdvisorOperation + func NewPerformanceAdvisorShape() *PerformanceAdvisorShape + func NewPerformanceAdvisorShapeWithDefaults() *PerformanceAdvisorShape + func (o *PerformanceAdvisorShape) GetAvgMs() int64 + func (o *PerformanceAdvisorShape) GetAvgMsOk() (*int64, bool) + func (o *PerformanceAdvisorShape) GetCount() int64 + func (o *PerformanceAdvisorShape) GetCountOk() (*int64, bool) + func (o *PerformanceAdvisorShape) GetId() string + func (o *PerformanceAdvisorShape) GetIdOk() (*string, bool) + func (o *PerformanceAdvisorShape) GetInefficiencyScore() int64 + func (o *PerformanceAdvisorShape) GetInefficiencyScoreOk() (*int64, bool) + func (o *PerformanceAdvisorShape) GetNamespace() string + func (o *PerformanceAdvisorShape) GetNamespaceOk() (*string, bool) + func (o *PerformanceAdvisorShape) GetOperations() []PerformanceAdvisorOperation + func (o *PerformanceAdvisorShape) GetOperationsOk() (*[]PerformanceAdvisorOperation, bool) + func (o *PerformanceAdvisorShape) HasAvgMs() bool + func (o *PerformanceAdvisorShape) HasCount() bool + func (o *PerformanceAdvisorShape) HasId() bool + func (o *PerformanceAdvisorShape) HasInefficiencyScore() bool + func (o *PerformanceAdvisorShape) HasNamespace() bool + func (o *PerformanceAdvisorShape) HasOperations() bool + func (o *PerformanceAdvisorShape) SetAvgMs(v int64) + func (o *PerformanceAdvisorShape) SetCount(v int64) + func (o *PerformanceAdvisorShape) SetId(v string) + func (o *PerformanceAdvisorShape) SetInefficiencyScore(v int64) + func (o *PerformanceAdvisorShape) SetNamespace(v string) + func (o *PerformanceAdvisorShape) SetOperations(v []PerformanceAdvisorOperation) + func (o PerformanceAdvisorShape) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PerformanceAdvisorShape) ToMap() (map[string]interface{}, error) + type PerformanceAdvisorSlowQuery struct + Line *string + Namespace *string + func NewPerformanceAdvisorSlowQuery() *PerformanceAdvisorSlowQuery + func NewPerformanceAdvisorSlowQueryWithDefaults() *PerformanceAdvisorSlowQuery + func (o *PerformanceAdvisorSlowQuery) GetLine() string + func (o *PerformanceAdvisorSlowQuery) GetLineOk() (*string, bool) + func (o *PerformanceAdvisorSlowQuery) GetNamespace() string + func (o *PerformanceAdvisorSlowQuery) GetNamespaceOk() (*string, bool) + func (o *PerformanceAdvisorSlowQuery) HasLine() bool + func (o *PerformanceAdvisorSlowQuery) HasNamespace() bool + func (o *PerformanceAdvisorSlowQuery) SetLine(v string) + func (o *PerformanceAdvisorSlowQuery) SetNamespace(v string) + func (o PerformanceAdvisorSlowQuery) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PerformanceAdvisorSlowQuery) ToMap() (map[string]interface{}, error) + type PerformanceAdvisorSlowQueryList struct + SlowQueries *[]PerformanceAdvisorSlowQuery + func NewPerformanceAdvisorSlowQueryList() *PerformanceAdvisorSlowQueryList + func NewPerformanceAdvisorSlowQueryListWithDefaults() *PerformanceAdvisorSlowQueryList + func (o *PerformanceAdvisorSlowQueryList) GetSlowQueries() []PerformanceAdvisorSlowQuery + func (o *PerformanceAdvisorSlowQueryList) GetSlowQueriesOk() (*[]PerformanceAdvisorSlowQuery, bool) + func (o *PerformanceAdvisorSlowQueryList) HasSlowQueries() bool + func (o *PerformanceAdvisorSlowQueryList) SetSlowQueries(v []PerformanceAdvisorSlowQuery) + func (o PerformanceAdvisorSlowQueryList) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PerformanceAdvisorSlowQueryList) ToMap() (map[string]interface{}, error) + type PipelineRunStats struct + BytesExported *int64 + NumDocs *int64 + func NewPipelineRunStats() *PipelineRunStats + func NewPipelineRunStatsWithDefaults() *PipelineRunStats + func (o *PipelineRunStats) GetBytesExported() int64 + func (o *PipelineRunStats) GetBytesExportedOk() (*int64, bool) + func (o *PipelineRunStats) GetNumDocs() int64 + func (o *PipelineRunStats) GetNumDocsOk() (*int64, bool) + func (o *PipelineRunStats) HasBytesExported() bool + func (o *PipelineRunStats) HasNumDocs() bool + func (o *PipelineRunStats) SetBytesExported(v int64) + func (o *PipelineRunStats) SetNumDocs(v int64) + func (o PipelineRunStats) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PipelineRunStats) ToMap() (map[string]interface{}, error) + type PrivateEndpointHostname struct + Hostname *string + PrivateEndpoint *string + func NewPrivateEndpointHostname() *PrivateEndpointHostname + func NewPrivateEndpointHostnameWithDefaults() *PrivateEndpointHostname + func (o *PrivateEndpointHostname) GetHostname() string + func (o *PrivateEndpointHostname) GetHostnameOk() (*string, bool) + func (o *PrivateEndpointHostname) GetPrivateEndpoint() string + func (o *PrivateEndpointHostname) GetPrivateEndpointOk() (*string, bool) + func (o *PrivateEndpointHostname) HasHostname() bool + func (o *PrivateEndpointHostname) HasPrivateEndpoint() bool + func (o *PrivateEndpointHostname) SetHostname(v string) + func (o *PrivateEndpointHostname) SetPrivateEndpoint(v string) + func (o PrivateEndpointHostname) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PrivateEndpointHostname) ToMap() (map[string]interface{}, error) + type PrivateEndpointServicesApi interface + CreatePrivateEndpoint func(ctx context.Context, groupId string, cloudProvider string, ...) CreatePrivateEndpointApiRequest + CreatePrivateEndpointExecute func(r CreatePrivateEndpointApiRequest) (*PrivateLinkEndpoint, *http.Response, error) + CreatePrivateEndpointService func(ctx context.Context, groupId string, ...) CreatePrivateEndpointServiceApiRequest + CreatePrivateEndpointServiceExecute func(r CreatePrivateEndpointServiceApiRequest) (*EndpointService, *http.Response, error) + CreatePrivateEndpointServiceWithParams func(ctx context.Context, args *CreatePrivateEndpointServiceApiParams) CreatePrivateEndpointServiceApiRequest + CreatePrivateEndpointWithParams func(ctx context.Context, args *CreatePrivateEndpointApiParams) CreatePrivateEndpointApiRequest + DeletePrivateEndpoint func(ctx context.Context, groupId string, cloudProvider string, endpointId string, ...) DeletePrivateEndpointApiRequest + DeletePrivateEndpointExecute func(r DeletePrivateEndpointApiRequest) (map[string]interface{}, *http.Response, error) + DeletePrivateEndpointService func(ctx context.Context, groupId string, cloudProvider string, ...) DeletePrivateEndpointServiceApiRequest + DeletePrivateEndpointServiceExecute func(r DeletePrivateEndpointServiceApiRequest) (map[string]interface{}, *http.Response, error) + DeletePrivateEndpointServiceWithParams func(ctx context.Context, args *DeletePrivateEndpointServiceApiParams) DeletePrivateEndpointServiceApiRequest + DeletePrivateEndpointWithParams func(ctx context.Context, args *DeletePrivateEndpointApiParams) DeletePrivateEndpointApiRequest + GetPrivateEndpoint func(ctx context.Context, groupId string, cloudProvider string, endpointId string, ...) GetPrivateEndpointApiRequest + GetPrivateEndpointExecute func(r GetPrivateEndpointApiRequest) (*PrivateLinkEndpoint, *http.Response, error) + GetPrivateEndpointService func(ctx context.Context, groupId string, cloudProvider string, ...) GetPrivateEndpointServiceApiRequest + GetPrivateEndpointServiceExecute func(r GetPrivateEndpointServiceApiRequest) (*EndpointService, *http.Response, error) + GetPrivateEndpointServiceWithParams func(ctx context.Context, args *GetPrivateEndpointServiceApiParams) GetPrivateEndpointServiceApiRequest + GetPrivateEndpointWithParams func(ctx context.Context, args *GetPrivateEndpointApiParams) GetPrivateEndpointApiRequest + GetRegionalizedPrivateEndpointSetting func(ctx context.Context, groupId string) GetRegionalizedPrivateEndpointSettingApiRequest + GetRegionalizedPrivateEndpointSettingExecute func(r GetRegionalizedPrivateEndpointSettingApiRequest) (*ProjectSettingItem, *http.Response, error) + GetRegionalizedPrivateEndpointSettingWithParams func(ctx context.Context, args *GetRegionalizedPrivateEndpointSettingApiParams) GetRegionalizedPrivateEndpointSettingApiRequest + ListPrivateEndpointServices func(ctx context.Context, groupId string, cloudProvider string) ListPrivateEndpointServicesApiRequest + ListPrivateEndpointServicesExecute func(r ListPrivateEndpointServicesApiRequest) ([]EndpointService, *http.Response, error) + ListPrivateEndpointServicesWithParams func(ctx context.Context, args *ListPrivateEndpointServicesApiParams) ListPrivateEndpointServicesApiRequest + ToggleRegionalizedPrivateEndpointSetting func(ctx context.Context, groupId string, projectSettingItem *ProjectSettingItem) ToggleRegionalizedPrivateEndpointSettingApiRequest + ToggleRegionalizedPrivateEndpointSettingExecute func(r ToggleRegionalizedPrivateEndpointSettingApiRequest) (*ProjectSettingItem, *http.Response, error) + ToggleRegionalizedPrivateEndpointSettingWithParams func(ctx context.Context, args *ToggleRegionalizedPrivateEndpointSettingApiParams) ToggleRegionalizedPrivateEndpointSettingApiRequest + type PrivateEndpointServicesApiService service + func (a *PrivateEndpointServicesApiService) CreatePrivateEndpoint(ctx context.Context, groupId string, cloudProvider string, ...) CreatePrivateEndpointApiRequest + func (a *PrivateEndpointServicesApiService) CreatePrivateEndpointExecute(r CreatePrivateEndpointApiRequest) (*PrivateLinkEndpoint, *http.Response, error) + func (a *PrivateEndpointServicesApiService) CreatePrivateEndpointService(ctx context.Context, groupId string, ...) CreatePrivateEndpointServiceApiRequest + func (a *PrivateEndpointServicesApiService) CreatePrivateEndpointServiceExecute(r CreatePrivateEndpointServiceApiRequest) (*EndpointService, *http.Response, error) + func (a *PrivateEndpointServicesApiService) CreatePrivateEndpointServiceWithParams(ctx context.Context, args *CreatePrivateEndpointServiceApiParams) CreatePrivateEndpointServiceApiRequest + func (a *PrivateEndpointServicesApiService) CreatePrivateEndpointWithParams(ctx context.Context, args *CreatePrivateEndpointApiParams) CreatePrivateEndpointApiRequest + func (a *PrivateEndpointServicesApiService) DeletePrivateEndpoint(ctx context.Context, groupId string, cloudProvider string, endpointId string, ...) DeletePrivateEndpointApiRequest + func (a *PrivateEndpointServicesApiService) DeletePrivateEndpointExecute(r DeletePrivateEndpointApiRequest) (map[string]interface{}, *http.Response, error) + func (a *PrivateEndpointServicesApiService) DeletePrivateEndpointService(ctx context.Context, groupId string, cloudProvider string, ...) DeletePrivateEndpointServiceApiRequest + func (a *PrivateEndpointServicesApiService) DeletePrivateEndpointServiceExecute(r DeletePrivateEndpointServiceApiRequest) (map[string]interface{}, *http.Response, error) + func (a *PrivateEndpointServicesApiService) DeletePrivateEndpointServiceWithParams(ctx context.Context, args *DeletePrivateEndpointServiceApiParams) DeletePrivateEndpointServiceApiRequest + func (a *PrivateEndpointServicesApiService) DeletePrivateEndpointWithParams(ctx context.Context, args *DeletePrivateEndpointApiParams) DeletePrivateEndpointApiRequest + func (a *PrivateEndpointServicesApiService) GetPrivateEndpoint(ctx context.Context, groupId string, cloudProvider string, endpointId string, ...) GetPrivateEndpointApiRequest + func (a *PrivateEndpointServicesApiService) GetPrivateEndpointExecute(r GetPrivateEndpointApiRequest) (*PrivateLinkEndpoint, *http.Response, error) + func (a *PrivateEndpointServicesApiService) GetPrivateEndpointService(ctx context.Context, groupId string, cloudProvider string, ...) GetPrivateEndpointServiceApiRequest + func (a *PrivateEndpointServicesApiService) GetPrivateEndpointServiceExecute(r GetPrivateEndpointServiceApiRequest) (*EndpointService, *http.Response, error) + func (a *PrivateEndpointServicesApiService) GetPrivateEndpointServiceWithParams(ctx context.Context, args *GetPrivateEndpointServiceApiParams) GetPrivateEndpointServiceApiRequest + func (a *PrivateEndpointServicesApiService) GetPrivateEndpointWithParams(ctx context.Context, args *GetPrivateEndpointApiParams) GetPrivateEndpointApiRequest + func (a *PrivateEndpointServicesApiService) GetRegionalizedPrivateEndpointSetting(ctx context.Context, groupId string) GetRegionalizedPrivateEndpointSettingApiRequest + func (a *PrivateEndpointServicesApiService) GetRegionalizedPrivateEndpointSettingExecute(r GetRegionalizedPrivateEndpointSettingApiRequest) (*ProjectSettingItem, *http.Response, error) + func (a *PrivateEndpointServicesApiService) GetRegionalizedPrivateEndpointSettingWithParams(ctx context.Context, args *GetRegionalizedPrivateEndpointSettingApiParams) GetRegionalizedPrivateEndpointSettingApiRequest + func (a *PrivateEndpointServicesApiService) ListPrivateEndpointServices(ctx context.Context, groupId string, cloudProvider string) ListPrivateEndpointServicesApiRequest + func (a *PrivateEndpointServicesApiService) ListPrivateEndpointServicesExecute(r ListPrivateEndpointServicesApiRequest) ([]EndpointService, *http.Response, error) + func (a *PrivateEndpointServicesApiService) ListPrivateEndpointServicesWithParams(ctx context.Context, args *ListPrivateEndpointServicesApiParams) ListPrivateEndpointServicesApiRequest + func (a *PrivateEndpointServicesApiService) ToggleRegionalizedPrivateEndpointSetting(ctx context.Context, groupId string, projectSettingItem *ProjectSettingItem) ToggleRegionalizedPrivateEndpointSettingApiRequest + func (a *PrivateEndpointServicesApiService) ToggleRegionalizedPrivateEndpointSettingExecute(r ToggleRegionalizedPrivateEndpointSettingApiRequest) (*ProjectSettingItem, *http.Response, error) + func (a *PrivateEndpointServicesApiService) ToggleRegionalizedPrivateEndpointSettingWithParams(ctx context.Context, args *ToggleRegionalizedPrivateEndpointSettingApiParams) ToggleRegionalizedPrivateEndpointSettingApiRequest + type PrivateIPMode struct + Enabled bool + func NewPrivateIPMode(enabled bool) *PrivateIPMode + func NewPrivateIPModeWithDefaults() *PrivateIPMode + func (o *PrivateIPMode) GetEnabled() bool + func (o *PrivateIPMode) GetEnabledOk() (*bool, bool) + func (o *PrivateIPMode) SetEnabled(v bool) + func (o PrivateIPMode) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PrivateIPMode) ToMap() (map[string]interface{}, error) + type PrivateLinkEndpoint struct + CloudProvider string + ConnectionStatus *string + DeleteRequested *bool + EndpointGroupName *string + Endpoints *[]GCPConsumerForwardingRule + ErrorMessage *string + InterfaceEndpointId *string + PrivateEndpointConnectionName *string + PrivateEndpointIPAddress *string + PrivateEndpointResourceId *string + Status *string + func NewPrivateLinkEndpoint(cloudProvider string) *PrivateLinkEndpoint + func NewPrivateLinkEndpointWithDefaults() *PrivateLinkEndpoint + func (o *PrivateLinkEndpoint) GetCloudProvider() string + func (o *PrivateLinkEndpoint) GetCloudProviderOk() (*string, bool) + func (o *PrivateLinkEndpoint) GetConnectionStatus() string + func (o *PrivateLinkEndpoint) GetConnectionStatusOk() (*string, bool) + func (o *PrivateLinkEndpoint) GetDeleteRequested() bool + func (o *PrivateLinkEndpoint) GetDeleteRequestedOk() (*bool, bool) + func (o *PrivateLinkEndpoint) GetEndpointGroupName() string + func (o *PrivateLinkEndpoint) GetEndpointGroupNameOk() (*string, bool) + func (o *PrivateLinkEndpoint) GetEndpoints() []GCPConsumerForwardingRule + func (o *PrivateLinkEndpoint) GetEndpointsOk() (*[]GCPConsumerForwardingRule, bool) + func (o *PrivateLinkEndpoint) GetErrorMessage() string + func (o *PrivateLinkEndpoint) GetErrorMessageOk() (*string, bool) + func (o *PrivateLinkEndpoint) GetInterfaceEndpointId() string + func (o *PrivateLinkEndpoint) GetInterfaceEndpointIdOk() (*string, bool) + func (o *PrivateLinkEndpoint) GetPrivateEndpointConnectionName() string + func (o *PrivateLinkEndpoint) GetPrivateEndpointConnectionNameOk() (*string, bool) + func (o *PrivateLinkEndpoint) GetPrivateEndpointIPAddress() string + func (o *PrivateLinkEndpoint) GetPrivateEndpointIPAddressOk() (*string, bool) + func (o *PrivateLinkEndpoint) GetPrivateEndpointResourceId() string + func (o *PrivateLinkEndpoint) GetPrivateEndpointResourceIdOk() (*string, bool) + func (o *PrivateLinkEndpoint) GetStatus() string + func (o *PrivateLinkEndpoint) GetStatusOk() (*string, bool) + func (o *PrivateLinkEndpoint) HasConnectionStatus() bool + func (o *PrivateLinkEndpoint) HasDeleteRequested() bool + func (o *PrivateLinkEndpoint) HasEndpointGroupName() bool + func (o *PrivateLinkEndpoint) HasEndpoints() bool + func (o *PrivateLinkEndpoint) HasErrorMessage() bool + func (o *PrivateLinkEndpoint) HasInterfaceEndpointId() bool + func (o *PrivateLinkEndpoint) HasPrivateEndpointConnectionName() bool + func (o *PrivateLinkEndpoint) HasPrivateEndpointIPAddress() bool + func (o *PrivateLinkEndpoint) HasPrivateEndpointResourceId() bool + func (o *PrivateLinkEndpoint) HasStatus() bool + func (o *PrivateLinkEndpoint) SetCloudProvider(v string) + func (o *PrivateLinkEndpoint) SetConnectionStatus(v string) + func (o *PrivateLinkEndpoint) SetDeleteRequested(v bool) + func (o *PrivateLinkEndpoint) SetEndpointGroupName(v string) + func (o *PrivateLinkEndpoint) SetEndpoints(v []GCPConsumerForwardingRule) + func (o *PrivateLinkEndpoint) SetErrorMessage(v string) + func (o *PrivateLinkEndpoint) SetInterfaceEndpointId(v string) + func (o *PrivateLinkEndpoint) SetPrivateEndpointConnectionName(v string) + func (o *PrivateLinkEndpoint) SetPrivateEndpointIPAddress(v string) + func (o *PrivateLinkEndpoint) SetPrivateEndpointResourceId(v string) + func (o *PrivateLinkEndpoint) SetStatus(v string) + func (o PrivateLinkEndpoint) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PrivateLinkEndpoint) ToMap() (map[string]interface{}, error) + type PrivateNetworkEndpointIdEntry struct + Comment *string + CustomerEndpointDNSName *string + EndpointId string + Provider *string + Region *string + Type *string + func NewPrivateNetworkEndpointIdEntry(endpointId string) *PrivateNetworkEndpointIdEntry + func NewPrivateNetworkEndpointIdEntryWithDefaults() *PrivateNetworkEndpointIdEntry + func (o *PrivateNetworkEndpointIdEntry) GetComment() string + func (o *PrivateNetworkEndpointIdEntry) GetCommentOk() (*string, bool) + func (o *PrivateNetworkEndpointIdEntry) GetCustomerEndpointDNSName() string + func (o *PrivateNetworkEndpointIdEntry) GetCustomerEndpointDNSNameOk() (*string, bool) + func (o *PrivateNetworkEndpointIdEntry) GetEndpointId() string + func (o *PrivateNetworkEndpointIdEntry) GetEndpointIdOk() (*string, bool) + func (o *PrivateNetworkEndpointIdEntry) GetProvider() string + func (o *PrivateNetworkEndpointIdEntry) GetProviderOk() (*string, bool) + func (o *PrivateNetworkEndpointIdEntry) GetRegion() string + func (o *PrivateNetworkEndpointIdEntry) GetRegionOk() (*string, bool) + func (o *PrivateNetworkEndpointIdEntry) GetType() string + func (o *PrivateNetworkEndpointIdEntry) GetTypeOk() (*string, bool) + func (o *PrivateNetworkEndpointIdEntry) HasComment() bool + func (o *PrivateNetworkEndpointIdEntry) HasCustomerEndpointDNSName() bool + func (o *PrivateNetworkEndpointIdEntry) HasProvider() bool + func (o *PrivateNetworkEndpointIdEntry) HasRegion() bool + func (o *PrivateNetworkEndpointIdEntry) HasType() bool + func (o *PrivateNetworkEndpointIdEntry) SetComment(v string) + func (o *PrivateNetworkEndpointIdEntry) SetCustomerEndpointDNSName(v string) + func (o *PrivateNetworkEndpointIdEntry) SetEndpointId(v string) + func (o *PrivateNetworkEndpointIdEntry) SetProvider(v string) + func (o *PrivateNetworkEndpointIdEntry) SetRegion(v string) + func (o *PrivateNetworkEndpointIdEntry) SetType(v string) + func (o PrivateNetworkEndpointIdEntry) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PrivateNetworkEndpointIdEntry) ToMap() (map[string]interface{}, error) + type ProgrammaticAPIKeysApi interface + AddProjectApiKey func(ctx context.Context, groupId string, apiUserId string, ...) AddProjectApiKeyApiRequest + AddProjectApiKeyExecute func(r AddProjectApiKeyApiRequest) (*ApiKeyUserDetails, *http.Response, error) + AddProjectApiKeyWithParams func(ctx context.Context, args *AddProjectApiKeyApiParams) AddProjectApiKeyApiRequest + CreateApiKey func(ctx context.Context, orgId string, ...) CreateApiKeyApiRequest + CreateApiKeyAccessList func(ctx context.Context, orgId string, apiUserId string, ...) CreateApiKeyAccessListApiRequest + CreateApiKeyAccessListExecute func(r CreateApiKeyAccessListApiRequest) (*PaginatedApiUserAccessList, *http.Response, error) + CreateApiKeyAccessListWithParams func(ctx context.Context, args *CreateApiKeyAccessListApiParams) CreateApiKeyAccessListApiRequest + CreateApiKeyExecute func(r CreateApiKeyApiRequest) (*ApiKeyUserDetails, *http.Response, error) + CreateApiKeyWithParams func(ctx context.Context, args *CreateApiKeyApiParams) CreateApiKeyApiRequest + CreateProjectApiKey func(ctx context.Context, groupId string, ...) CreateProjectApiKeyApiRequest + CreateProjectApiKeyExecute func(r CreateProjectApiKeyApiRequest) (*ApiKeyUserDetails, *http.Response, error) + CreateProjectApiKeyWithParams func(ctx context.Context, args *CreateProjectApiKeyApiParams) CreateProjectApiKeyApiRequest + DeleteApiKey func(ctx context.Context, orgId string, apiUserId string) DeleteApiKeyApiRequest + DeleteApiKeyAccessListEntry func(ctx context.Context, orgId string, apiUserId string, ipAddress string) DeleteApiKeyAccessListEntryApiRequest + DeleteApiKeyAccessListEntryExecute func(r DeleteApiKeyAccessListEntryApiRequest) (map[string]interface{}, *http.Response, error) + DeleteApiKeyAccessListEntryWithParams func(ctx context.Context, args *DeleteApiKeyAccessListEntryApiParams) DeleteApiKeyAccessListEntryApiRequest + DeleteApiKeyExecute func(r DeleteApiKeyApiRequest) (map[string]interface{}, *http.Response, error) + DeleteApiKeyWithParams func(ctx context.Context, args *DeleteApiKeyApiParams) DeleteApiKeyApiRequest + GetApiKey func(ctx context.Context, orgId string, apiUserId string) GetApiKeyApiRequest + GetApiKeyAccessList func(ctx context.Context, orgId string, ipAddress string, apiUserId string) GetApiKeyAccessListApiRequest + GetApiKeyAccessListExecute func(r GetApiKeyAccessListApiRequest) (*UserAccessList, *http.Response, error) + GetApiKeyAccessListWithParams func(ctx context.Context, args *GetApiKeyAccessListApiParams) GetApiKeyAccessListApiRequest + GetApiKeyExecute func(r GetApiKeyApiRequest) (*ApiKeyUserDetails, *http.Response, error) + GetApiKeyWithParams func(ctx context.Context, args *GetApiKeyApiParams) GetApiKeyApiRequest + ListApiKeyAccessListsEntries func(ctx context.Context, orgId string, apiUserId string) ListApiKeyAccessListsEntriesApiRequest + ListApiKeyAccessListsEntriesExecute func(r ListApiKeyAccessListsEntriesApiRequest) (*PaginatedApiUserAccessList, *http.Response, error) + ListApiKeyAccessListsEntriesWithParams func(ctx context.Context, args *ListApiKeyAccessListsEntriesApiParams) ListApiKeyAccessListsEntriesApiRequest + ListApiKeys func(ctx context.Context, orgId string) ListApiKeysApiRequest + ListApiKeysExecute func(r ListApiKeysApiRequest) (*PaginatedApiApiUser, *http.Response, error) + ListApiKeysWithParams func(ctx context.Context, args *ListApiKeysApiParams) ListApiKeysApiRequest + ListProjectApiKeys func(ctx context.Context, groupId string) ListProjectApiKeysApiRequest + ListProjectApiKeysExecute func(r ListProjectApiKeysApiRequest) (*PaginatedApiApiUser, *http.Response, error) + ListProjectApiKeysWithParams func(ctx context.Context, args *ListProjectApiKeysApiParams) ListProjectApiKeysApiRequest + RemoveProjectApiKey func(ctx context.Context, groupId string, apiUserId string) RemoveProjectApiKeyApiRequest + RemoveProjectApiKeyExecute func(r RemoveProjectApiKeyApiRequest) (map[string]interface{}, *http.Response, error) + RemoveProjectApiKeyWithParams func(ctx context.Context, args *RemoveProjectApiKeyApiParams) RemoveProjectApiKeyApiRequest + UpdateApiKey func(ctx context.Context, orgId string, apiUserId string, ...) UpdateApiKeyApiRequest + UpdateApiKeyExecute func(r UpdateApiKeyApiRequest) (*ApiKeyUserDetails, *http.Response, error) + UpdateApiKeyRoles func(ctx context.Context, groupId string, apiUserId string, ...) UpdateApiKeyRolesApiRequest + UpdateApiKeyRolesExecute func(r UpdateApiKeyRolesApiRequest) (*ApiKeyUserDetails, *http.Response, error) + UpdateApiKeyRolesWithParams func(ctx context.Context, args *UpdateApiKeyRolesApiParams) UpdateApiKeyRolesApiRequest + UpdateApiKeyWithParams func(ctx context.Context, args *UpdateApiKeyApiParams) UpdateApiKeyApiRequest + type ProgrammaticAPIKeysApiService service + func (a *ProgrammaticAPIKeysApiService) AddProjectApiKey(ctx context.Context, groupId string, apiUserId string, ...) AddProjectApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) AddProjectApiKeyExecute(r AddProjectApiKeyApiRequest) (*ApiKeyUserDetails, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) AddProjectApiKeyWithParams(ctx context.Context, args *AddProjectApiKeyApiParams) AddProjectApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) CreateApiKey(ctx context.Context, orgId string, ...) CreateApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) CreateApiKeyAccessList(ctx context.Context, orgId string, apiUserId string, ...) CreateApiKeyAccessListApiRequest + func (a *ProgrammaticAPIKeysApiService) CreateApiKeyAccessListExecute(r CreateApiKeyAccessListApiRequest) (*PaginatedApiUserAccessList, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) CreateApiKeyAccessListWithParams(ctx context.Context, args *CreateApiKeyAccessListApiParams) CreateApiKeyAccessListApiRequest + func (a *ProgrammaticAPIKeysApiService) CreateApiKeyExecute(r CreateApiKeyApiRequest) (*ApiKeyUserDetails, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) CreateApiKeyWithParams(ctx context.Context, args *CreateApiKeyApiParams) CreateApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) CreateProjectApiKey(ctx context.Context, groupId string, ...) CreateProjectApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) CreateProjectApiKeyExecute(r CreateProjectApiKeyApiRequest) (*ApiKeyUserDetails, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) CreateProjectApiKeyWithParams(ctx context.Context, args *CreateProjectApiKeyApiParams) CreateProjectApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) DeleteApiKey(ctx context.Context, orgId string, apiUserId string) DeleteApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) DeleteApiKeyAccessListEntry(ctx context.Context, orgId string, apiUserId string, ipAddress string) DeleteApiKeyAccessListEntryApiRequest + func (a *ProgrammaticAPIKeysApiService) DeleteApiKeyAccessListEntryExecute(r DeleteApiKeyAccessListEntryApiRequest) (map[string]interface{}, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) DeleteApiKeyAccessListEntryWithParams(ctx context.Context, args *DeleteApiKeyAccessListEntryApiParams) DeleteApiKeyAccessListEntryApiRequest + func (a *ProgrammaticAPIKeysApiService) DeleteApiKeyExecute(r DeleteApiKeyApiRequest) (map[string]interface{}, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) DeleteApiKeyWithParams(ctx context.Context, args *DeleteApiKeyApiParams) DeleteApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) GetApiKey(ctx context.Context, orgId string, apiUserId string) GetApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) GetApiKeyAccessList(ctx context.Context, orgId string, ipAddress string, apiUserId string) GetApiKeyAccessListApiRequest + func (a *ProgrammaticAPIKeysApiService) GetApiKeyAccessListExecute(r GetApiKeyAccessListApiRequest) (*UserAccessList, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) GetApiKeyAccessListWithParams(ctx context.Context, args *GetApiKeyAccessListApiParams) GetApiKeyAccessListApiRequest + func (a *ProgrammaticAPIKeysApiService) GetApiKeyExecute(r GetApiKeyApiRequest) (*ApiKeyUserDetails, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) GetApiKeyWithParams(ctx context.Context, args *GetApiKeyApiParams) GetApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) ListApiKeyAccessListsEntries(ctx context.Context, orgId string, apiUserId string) ListApiKeyAccessListsEntriesApiRequest + func (a *ProgrammaticAPIKeysApiService) ListApiKeyAccessListsEntriesExecute(r ListApiKeyAccessListsEntriesApiRequest) (*PaginatedApiUserAccessList, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) ListApiKeyAccessListsEntriesWithParams(ctx context.Context, args *ListApiKeyAccessListsEntriesApiParams) ListApiKeyAccessListsEntriesApiRequest + func (a *ProgrammaticAPIKeysApiService) ListApiKeys(ctx context.Context, orgId string) ListApiKeysApiRequest + func (a *ProgrammaticAPIKeysApiService) ListApiKeysExecute(r ListApiKeysApiRequest) (*PaginatedApiApiUser, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) ListApiKeysWithParams(ctx context.Context, args *ListApiKeysApiParams) ListApiKeysApiRequest + func (a *ProgrammaticAPIKeysApiService) ListProjectApiKeys(ctx context.Context, groupId string) ListProjectApiKeysApiRequest + func (a *ProgrammaticAPIKeysApiService) ListProjectApiKeysExecute(r ListProjectApiKeysApiRequest) (*PaginatedApiApiUser, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) ListProjectApiKeysWithParams(ctx context.Context, args *ListProjectApiKeysApiParams) ListProjectApiKeysApiRequest + func (a *ProgrammaticAPIKeysApiService) RemoveProjectApiKey(ctx context.Context, groupId string, apiUserId string) RemoveProjectApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) RemoveProjectApiKeyExecute(r RemoveProjectApiKeyApiRequest) (map[string]interface{}, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) RemoveProjectApiKeyWithParams(ctx context.Context, args *RemoveProjectApiKeyApiParams) RemoveProjectApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) UpdateApiKey(ctx context.Context, orgId string, apiUserId string, ...) UpdateApiKeyApiRequest + func (a *ProgrammaticAPIKeysApiService) UpdateApiKeyExecute(r UpdateApiKeyApiRequest) (*ApiKeyUserDetails, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) UpdateApiKeyRoles(ctx context.Context, groupId string, apiUserId string, ...) UpdateApiKeyRolesApiRequest + func (a *ProgrammaticAPIKeysApiService) UpdateApiKeyRolesExecute(r UpdateApiKeyRolesApiRequest) (*ApiKeyUserDetails, *http.Response, error) + func (a *ProgrammaticAPIKeysApiService) UpdateApiKeyRolesWithParams(ctx context.Context, args *UpdateApiKeyRolesApiParams) UpdateApiKeyRolesApiRequest + func (a *ProgrammaticAPIKeysApiService) UpdateApiKeyWithParams(ctx context.Context, args *UpdateApiKeyApiParams) UpdateApiKeyApiRequest + type ProjectIPAccessListApi interface + CreateProjectIpAccessList func(ctx context.Context, groupId string, ...) CreateProjectIpAccessListApiRequest + CreateProjectIpAccessListExecute func(r CreateProjectIpAccessListApiRequest) (*PaginatedNetworkAccess, *http.Response, error) + CreateProjectIpAccessListWithParams func(ctx context.Context, args *CreateProjectIpAccessListApiParams) CreateProjectIpAccessListApiRequest + DeleteProjectIpAccessList func(ctx context.Context, groupId string, entryValue string) DeleteProjectIpAccessListApiRequest + DeleteProjectIpAccessListExecute func(r DeleteProjectIpAccessListApiRequest) (map[string]interface{}, *http.Response, error) + DeleteProjectIpAccessListWithParams func(ctx context.Context, args *DeleteProjectIpAccessListApiParams) DeleteProjectIpAccessListApiRequest + GetProjectIpAccessListStatus func(ctx context.Context, groupId string, entryValue string) GetProjectIpAccessListStatusApiRequest + GetProjectIpAccessListStatusExecute func(r GetProjectIpAccessListStatusApiRequest) (*NetworkPermissionEntryStatus, *http.Response, error) + GetProjectIpAccessListStatusWithParams func(ctx context.Context, args *GetProjectIpAccessListStatusApiParams) GetProjectIpAccessListStatusApiRequest + GetProjectIpList func(ctx context.Context, groupId string, entryValue string) GetProjectIpListApiRequest + GetProjectIpListExecute func(r GetProjectIpListApiRequest) (*NetworkPermissionEntry, *http.Response, error) + GetProjectIpListWithParams func(ctx context.Context, args *GetProjectIpListApiParams) GetProjectIpListApiRequest + ListProjectIpAccessLists func(ctx context.Context, groupId string) ListProjectIpAccessListsApiRequest + ListProjectIpAccessListsExecute func(r ListProjectIpAccessListsApiRequest) (*PaginatedNetworkAccess, *http.Response, error) + ListProjectIpAccessListsWithParams func(ctx context.Context, args *ListProjectIpAccessListsApiParams) ListProjectIpAccessListsApiRequest + type ProjectIPAccessListApiService service + func (a *ProjectIPAccessListApiService) CreateProjectIpAccessList(ctx context.Context, groupId string, ...) CreateProjectIpAccessListApiRequest + func (a *ProjectIPAccessListApiService) CreateProjectIpAccessListExecute(r CreateProjectIpAccessListApiRequest) (*PaginatedNetworkAccess, *http.Response, error) + func (a *ProjectIPAccessListApiService) CreateProjectIpAccessListWithParams(ctx context.Context, args *CreateProjectIpAccessListApiParams) CreateProjectIpAccessListApiRequest + func (a *ProjectIPAccessListApiService) DeleteProjectIpAccessList(ctx context.Context, groupId string, entryValue string) DeleteProjectIpAccessListApiRequest + func (a *ProjectIPAccessListApiService) DeleteProjectIpAccessListExecute(r DeleteProjectIpAccessListApiRequest) (map[string]interface{}, *http.Response, error) + func (a *ProjectIPAccessListApiService) DeleteProjectIpAccessListWithParams(ctx context.Context, args *DeleteProjectIpAccessListApiParams) DeleteProjectIpAccessListApiRequest + func (a *ProjectIPAccessListApiService) GetProjectIpAccessListStatus(ctx context.Context, groupId string, entryValue string) GetProjectIpAccessListStatusApiRequest + func (a *ProjectIPAccessListApiService) GetProjectIpAccessListStatusExecute(r GetProjectIpAccessListStatusApiRequest) (*NetworkPermissionEntryStatus, *http.Response, error) + func (a *ProjectIPAccessListApiService) GetProjectIpAccessListStatusWithParams(ctx context.Context, args *GetProjectIpAccessListStatusApiParams) GetProjectIpAccessListStatusApiRequest + func (a *ProjectIPAccessListApiService) GetProjectIpList(ctx context.Context, groupId string, entryValue string) GetProjectIpListApiRequest + func (a *ProjectIPAccessListApiService) GetProjectIpListExecute(r GetProjectIpListApiRequest) (*NetworkPermissionEntry, *http.Response, error) + func (a *ProjectIPAccessListApiService) GetProjectIpListWithParams(ctx context.Context, args *GetProjectIpListApiParams) GetProjectIpListApiRequest + func (a *ProjectIPAccessListApiService) ListProjectIpAccessLists(ctx context.Context, groupId string) ListProjectIpAccessListsApiRequest + func (a *ProjectIPAccessListApiService) ListProjectIpAccessListsExecute(r ListProjectIpAccessListsApiRequest) (*PaginatedNetworkAccess, *http.Response, error) + func (a *ProjectIPAccessListApiService) ListProjectIpAccessListsWithParams(ctx context.Context, args *ListProjectIpAccessListsApiParams) ListProjectIpAccessListsApiRequest + type ProjectSettingItem struct + Enabled bool + func NewProjectSettingItem(enabled bool) *ProjectSettingItem + func NewProjectSettingItemWithDefaults() *ProjectSettingItem + func (o *ProjectSettingItem) GetEnabled() bool + func (o *ProjectSettingItem) GetEnabledOk() (*bool, bool) + func (o *ProjectSettingItem) SetEnabled(v bool) + func (o ProjectSettingItem) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ProjectSettingItem) ToMap() (map[string]interface{}, error) + type ProjectsApi interface + AddUserToProject func(ctx context.Context, groupId string, ...) AddUserToProjectApiRequest + AddUserToProjectExecute func(r AddUserToProjectApiRequest) (*OrganizationInvitation, *http.Response, error) + AddUserToProjectWithParams func(ctx context.Context, args *AddUserToProjectApiParams) AddUserToProjectApiRequest + CreateProject func(ctx context.Context, group *Group) CreateProjectApiRequest + CreateProjectExecute func(r CreateProjectApiRequest) (*Group, *http.Response, error) + CreateProjectInvitation func(ctx context.Context, groupId string, ...) CreateProjectInvitationApiRequest + CreateProjectInvitationExecute func(r CreateProjectInvitationApiRequest) (*GroupInvitation, *http.Response, error) + CreateProjectInvitationWithParams func(ctx context.Context, args *CreateProjectInvitationApiParams) CreateProjectInvitationApiRequest + CreateProjectWithParams func(ctx context.Context, args *CreateProjectApiParams) CreateProjectApiRequest + DeleteProject func(ctx context.Context, groupId string) DeleteProjectApiRequest + DeleteProjectExecute func(r DeleteProjectApiRequest) (map[string]interface{}, *http.Response, error) + DeleteProjectInvitation func(ctx context.Context, groupId string, invitationId string) DeleteProjectInvitationApiRequest + DeleteProjectInvitationExecute func(r DeleteProjectInvitationApiRequest) (map[string]interface{}, *http.Response, error) + DeleteProjectInvitationWithParams func(ctx context.Context, args *DeleteProjectInvitationApiParams) DeleteProjectInvitationApiRequest + DeleteProjectLimit func(ctx context.Context, limitName string, groupId string) DeleteProjectLimitApiRequest + DeleteProjectLimitExecute func(r DeleteProjectLimitApiRequest) (map[string]interface{}, *http.Response, error) + DeleteProjectLimitWithParams func(ctx context.Context, args *DeleteProjectLimitApiParams) DeleteProjectLimitApiRequest + DeleteProjectWithParams func(ctx context.Context, args *DeleteProjectApiParams) DeleteProjectApiRequest + GetProject func(ctx context.Context, groupId string) GetProjectApiRequest + GetProjectByName func(ctx context.Context, groupName string) GetProjectByNameApiRequest + GetProjectByNameExecute func(r GetProjectByNameApiRequest) (*Group, *http.Response, error) + GetProjectByNameWithParams func(ctx context.Context, args *GetProjectByNameApiParams) GetProjectByNameApiRequest + GetProjectExecute func(r GetProjectApiRequest) (*Group, *http.Response, error) + GetProjectInvitation func(ctx context.Context, groupId string, invitationId string) GetProjectInvitationApiRequest + GetProjectInvitationExecute func(r GetProjectInvitationApiRequest) (*GroupInvitation, *http.Response, error) + GetProjectInvitationWithParams func(ctx context.Context, args *GetProjectInvitationApiParams) GetProjectInvitationApiRequest + GetProjectLimit func(ctx context.Context, limitName string, groupId string) GetProjectLimitApiRequest + GetProjectLimitExecute func(r GetProjectLimitApiRequest) (*DataFederationLimit, *http.Response, error) + GetProjectLimitWithParams func(ctx context.Context, args *GetProjectLimitApiParams) GetProjectLimitApiRequest + GetProjectSettings func(ctx context.Context, groupId string) GetProjectSettingsApiRequest + GetProjectSettingsExecute func(r GetProjectSettingsApiRequest) (*GroupSettings, *http.Response, error) + GetProjectSettingsWithParams func(ctx context.Context, args *GetProjectSettingsApiParams) GetProjectSettingsApiRequest + GetProjectWithParams func(ctx context.Context, args *GetProjectApiParams) GetProjectApiRequest + ListProjectInvitations func(ctx context.Context, groupId string) ListProjectInvitationsApiRequest + ListProjectInvitationsExecute func(r ListProjectInvitationsApiRequest) ([]GroupInvitation, *http.Response, error) + ListProjectInvitationsWithParams func(ctx context.Context, args *ListProjectInvitationsApiParams) ListProjectInvitationsApiRequest + ListProjectLimits func(ctx context.Context, groupId string) ListProjectLimitsApiRequest + ListProjectLimitsExecute func(r ListProjectLimitsApiRequest) ([]DataFederationLimit, *http.Response, error) + ListProjectLimitsWithParams func(ctx context.Context, args *ListProjectLimitsApiParams) ListProjectLimitsApiRequest + ListProjectUsers func(ctx context.Context, groupId string) ListProjectUsersApiRequest + ListProjectUsersExecute func(r ListProjectUsersApiRequest) (*PaginatedAppUser, *http.Response, error) + ListProjectUsersWithParams func(ctx context.Context, args *ListProjectUsersApiParams) ListProjectUsersApiRequest + ListProjects func(ctx context.Context) ListProjectsApiRequest + ListProjectsExecute func(r ListProjectsApiRequest) (*PaginatedAtlasGroup, *http.Response, error) + ListProjectsWithParams func(ctx context.Context, args *ListProjectsApiParams) ListProjectsApiRequest + RemoveProjectUser func(ctx context.Context, groupId string, userId string) RemoveProjectUserApiRequest + RemoveProjectUserExecute func(r RemoveProjectUserApiRequest) (*http.Response, error) + RemoveProjectUserWithParams func(ctx context.Context, args *RemoveProjectUserApiParams) RemoveProjectUserApiRequest + ReturnAllIPAddresses func(ctx context.Context, groupId string) ReturnAllIPAddressesApiRequest + ReturnAllIPAddressesExecute func(r ReturnAllIPAddressesApiRequest) (*GroupIPAddresses, *http.Response, error) + ReturnAllIPAddressesWithParams func(ctx context.Context, args *ReturnAllIPAddressesApiParams) ReturnAllIPAddressesApiRequest + SetProjectLimit func(ctx context.Context, limitName string, groupId string, ...) SetProjectLimitApiRequest + SetProjectLimitExecute func(r SetProjectLimitApiRequest) (*DataFederationLimit, *http.Response, error) + SetProjectLimitWithParams func(ctx context.Context, args *SetProjectLimitApiParams) SetProjectLimitApiRequest + UpdateProject func(ctx context.Context, groupId string, groupName *GroupName) UpdateProjectApiRequest + UpdateProjectExecute func(r UpdateProjectApiRequest) (*Group, *http.Response, error) + UpdateProjectInvitation func(ctx context.Context, groupId string, ...) UpdateProjectInvitationApiRequest + UpdateProjectInvitationById func(ctx context.Context, groupId string, invitationId string, ...) UpdateProjectInvitationByIdApiRequest + UpdateProjectInvitationByIdExecute func(r UpdateProjectInvitationByIdApiRequest) (*GroupInvitation, *http.Response, error) + UpdateProjectInvitationByIdWithParams func(ctx context.Context, args *UpdateProjectInvitationByIdApiParams) UpdateProjectInvitationByIdApiRequest + UpdateProjectInvitationExecute func(r UpdateProjectInvitationApiRequest) (*GroupInvitation, *http.Response, error) + UpdateProjectInvitationWithParams func(ctx context.Context, args *UpdateProjectInvitationApiParams) UpdateProjectInvitationApiRequest + UpdateProjectRoles func(ctx context.Context, groupId string, userId string, ...) UpdateProjectRolesApiRequest + UpdateProjectRolesExecute func(r UpdateProjectRolesApiRequest) (*UpdateGroupRolesForUser, *http.Response, error) + UpdateProjectRolesWithParams func(ctx context.Context, args *UpdateProjectRolesApiParams) UpdateProjectRolesApiRequest + UpdateProjectSettings func(ctx context.Context, groupId string, groupSettings *GroupSettings) UpdateProjectSettingsApiRequest + UpdateProjectSettingsExecute func(r UpdateProjectSettingsApiRequest) (*GroupSettings, *http.Response, error) + UpdateProjectSettingsWithParams func(ctx context.Context, args *UpdateProjectSettingsApiParams) UpdateProjectSettingsApiRequest + UpdateProjectWithParams func(ctx context.Context, args *UpdateProjectApiParams) UpdateProjectApiRequest + type ProjectsApiService service + func (a *ProjectsApiService) AddUserToProject(ctx context.Context, groupId string, ...) AddUserToProjectApiRequest + func (a *ProjectsApiService) AddUserToProjectExecute(r AddUserToProjectApiRequest) (*OrganizationInvitation, *http.Response, error) + func (a *ProjectsApiService) AddUserToProjectWithParams(ctx context.Context, args *AddUserToProjectApiParams) AddUserToProjectApiRequest + func (a *ProjectsApiService) CreateProject(ctx context.Context, group *Group) CreateProjectApiRequest + func (a *ProjectsApiService) CreateProjectExecute(r CreateProjectApiRequest) (*Group, *http.Response, error) + func (a *ProjectsApiService) CreateProjectInvitation(ctx context.Context, groupId string, ...) CreateProjectInvitationApiRequest + func (a *ProjectsApiService) CreateProjectInvitationExecute(r CreateProjectInvitationApiRequest) (*GroupInvitation, *http.Response, error) + func (a *ProjectsApiService) CreateProjectInvitationWithParams(ctx context.Context, args *CreateProjectInvitationApiParams) CreateProjectInvitationApiRequest + func (a *ProjectsApiService) CreateProjectWithParams(ctx context.Context, args *CreateProjectApiParams) CreateProjectApiRequest + func (a *ProjectsApiService) DeleteProject(ctx context.Context, groupId string) DeleteProjectApiRequest + func (a *ProjectsApiService) DeleteProjectExecute(r DeleteProjectApiRequest) (map[string]interface{}, *http.Response, error) + func (a *ProjectsApiService) DeleteProjectInvitation(ctx context.Context, groupId string, invitationId string) DeleteProjectInvitationApiRequest + func (a *ProjectsApiService) DeleteProjectInvitationExecute(r DeleteProjectInvitationApiRequest) (map[string]interface{}, *http.Response, error) + func (a *ProjectsApiService) DeleteProjectInvitationWithParams(ctx context.Context, args *DeleteProjectInvitationApiParams) DeleteProjectInvitationApiRequest + func (a *ProjectsApiService) DeleteProjectLimit(ctx context.Context, limitName string, groupId string) DeleteProjectLimitApiRequest + func (a *ProjectsApiService) DeleteProjectLimitExecute(r DeleteProjectLimitApiRequest) (map[string]interface{}, *http.Response, error) + func (a *ProjectsApiService) DeleteProjectLimitWithParams(ctx context.Context, args *DeleteProjectLimitApiParams) DeleteProjectLimitApiRequest + func (a *ProjectsApiService) DeleteProjectWithParams(ctx context.Context, args *DeleteProjectApiParams) DeleteProjectApiRequest + func (a *ProjectsApiService) GetProject(ctx context.Context, groupId string) GetProjectApiRequest + func (a *ProjectsApiService) GetProjectByName(ctx context.Context, groupName string) GetProjectByNameApiRequest + func (a *ProjectsApiService) GetProjectByNameExecute(r GetProjectByNameApiRequest) (*Group, *http.Response, error) + func (a *ProjectsApiService) GetProjectByNameWithParams(ctx context.Context, args *GetProjectByNameApiParams) GetProjectByNameApiRequest + func (a *ProjectsApiService) GetProjectExecute(r GetProjectApiRequest) (*Group, *http.Response, error) + func (a *ProjectsApiService) GetProjectInvitation(ctx context.Context, groupId string, invitationId string) GetProjectInvitationApiRequest + func (a *ProjectsApiService) GetProjectInvitationExecute(r GetProjectInvitationApiRequest) (*GroupInvitation, *http.Response, error) + func (a *ProjectsApiService) GetProjectInvitationWithParams(ctx context.Context, args *GetProjectInvitationApiParams) GetProjectInvitationApiRequest + func (a *ProjectsApiService) GetProjectLimit(ctx context.Context, limitName string, groupId string) GetProjectLimitApiRequest + func (a *ProjectsApiService) GetProjectLimitExecute(r GetProjectLimitApiRequest) (*DataFederationLimit, *http.Response, error) + func (a *ProjectsApiService) GetProjectLimitWithParams(ctx context.Context, args *GetProjectLimitApiParams) GetProjectLimitApiRequest + func (a *ProjectsApiService) GetProjectSettings(ctx context.Context, groupId string) GetProjectSettingsApiRequest + func (a *ProjectsApiService) GetProjectSettingsExecute(r GetProjectSettingsApiRequest) (*GroupSettings, *http.Response, error) + func (a *ProjectsApiService) GetProjectSettingsWithParams(ctx context.Context, args *GetProjectSettingsApiParams) GetProjectSettingsApiRequest + func (a *ProjectsApiService) GetProjectWithParams(ctx context.Context, args *GetProjectApiParams) GetProjectApiRequest + func (a *ProjectsApiService) ListProjectInvitations(ctx context.Context, groupId string) ListProjectInvitationsApiRequest + func (a *ProjectsApiService) ListProjectInvitationsExecute(r ListProjectInvitationsApiRequest) ([]GroupInvitation, *http.Response, error) + func (a *ProjectsApiService) ListProjectInvitationsWithParams(ctx context.Context, args *ListProjectInvitationsApiParams) ListProjectInvitationsApiRequest + func (a *ProjectsApiService) ListProjectLimits(ctx context.Context, groupId string) ListProjectLimitsApiRequest + func (a *ProjectsApiService) ListProjectLimitsExecute(r ListProjectLimitsApiRequest) ([]DataFederationLimit, *http.Response, error) + func (a *ProjectsApiService) ListProjectLimitsWithParams(ctx context.Context, args *ListProjectLimitsApiParams) ListProjectLimitsApiRequest + func (a *ProjectsApiService) ListProjectUsers(ctx context.Context, groupId string) ListProjectUsersApiRequest + func (a *ProjectsApiService) ListProjectUsersExecute(r ListProjectUsersApiRequest) (*PaginatedAppUser, *http.Response, error) + func (a *ProjectsApiService) ListProjectUsersWithParams(ctx context.Context, args *ListProjectUsersApiParams) ListProjectUsersApiRequest + func (a *ProjectsApiService) ListProjects(ctx context.Context) ListProjectsApiRequest + func (a *ProjectsApiService) ListProjectsExecute(r ListProjectsApiRequest) (*PaginatedAtlasGroup, *http.Response, error) + func (a *ProjectsApiService) ListProjectsWithParams(ctx context.Context, args *ListProjectsApiParams) ListProjectsApiRequest + func (a *ProjectsApiService) RemoveProjectUser(ctx context.Context, groupId string, userId string) RemoveProjectUserApiRequest + func (a *ProjectsApiService) RemoveProjectUserExecute(r RemoveProjectUserApiRequest) (*http.Response, error) + func (a *ProjectsApiService) RemoveProjectUserWithParams(ctx context.Context, args *RemoveProjectUserApiParams) RemoveProjectUserApiRequest + func (a *ProjectsApiService) ReturnAllIPAddresses(ctx context.Context, groupId string) ReturnAllIPAddressesApiRequest + func (a *ProjectsApiService) ReturnAllIPAddressesExecute(r ReturnAllIPAddressesApiRequest) (*GroupIPAddresses, *http.Response, error) + func (a *ProjectsApiService) ReturnAllIPAddressesWithParams(ctx context.Context, args *ReturnAllIPAddressesApiParams) ReturnAllIPAddressesApiRequest + func (a *ProjectsApiService) SetProjectLimit(ctx context.Context, limitName string, groupId string, ...) SetProjectLimitApiRequest + func (a *ProjectsApiService) SetProjectLimitExecute(r SetProjectLimitApiRequest) (*DataFederationLimit, *http.Response, error) + func (a *ProjectsApiService) SetProjectLimitWithParams(ctx context.Context, args *SetProjectLimitApiParams) SetProjectLimitApiRequest + func (a *ProjectsApiService) UpdateProject(ctx context.Context, groupId string, groupName *GroupName) UpdateProjectApiRequest + func (a *ProjectsApiService) UpdateProjectExecute(r UpdateProjectApiRequest) (*Group, *http.Response, error) + func (a *ProjectsApiService) UpdateProjectInvitation(ctx context.Context, groupId string, ...) UpdateProjectInvitationApiRequest + func (a *ProjectsApiService) UpdateProjectInvitationById(ctx context.Context, groupId string, invitationId string, ...) UpdateProjectInvitationByIdApiRequest + func (a *ProjectsApiService) UpdateProjectInvitationByIdExecute(r UpdateProjectInvitationByIdApiRequest) (*GroupInvitation, *http.Response, error) + func (a *ProjectsApiService) UpdateProjectInvitationByIdWithParams(ctx context.Context, args *UpdateProjectInvitationByIdApiParams) UpdateProjectInvitationByIdApiRequest + func (a *ProjectsApiService) UpdateProjectInvitationExecute(r UpdateProjectInvitationApiRequest) (*GroupInvitation, *http.Response, error) + func (a *ProjectsApiService) UpdateProjectInvitationWithParams(ctx context.Context, args *UpdateProjectInvitationApiParams) UpdateProjectInvitationApiRequest + func (a *ProjectsApiService) UpdateProjectRoles(ctx context.Context, groupId string, userId string, ...) UpdateProjectRolesApiRequest + func (a *ProjectsApiService) UpdateProjectRolesExecute(r UpdateProjectRolesApiRequest) (*UpdateGroupRolesForUser, *http.Response, error) + func (a *ProjectsApiService) UpdateProjectRolesWithParams(ctx context.Context, args *UpdateProjectRolesApiParams) UpdateProjectRolesApiRequest + func (a *ProjectsApiService) UpdateProjectSettings(ctx context.Context, groupId string, groupSettings *GroupSettings) UpdateProjectSettingsApiRequest + func (a *ProjectsApiService) UpdateProjectSettingsExecute(r UpdateProjectSettingsApiRequest) (*GroupSettings, *http.Response, error) + func (a *ProjectsApiService) UpdateProjectSettingsWithParams(ctx context.Context, args *UpdateProjectSettingsApiParams) UpdateProjectSettingsApiRequest + func (a *ProjectsApiService) UpdateProjectWithParams(ctx context.Context, args *UpdateProjectApiParams) UpdateProjectApiRequest + type PushBasedLogExportApi interface + CreatePushBasedLogConfiguration func(ctx context.Context, groupId string, ...) CreatePushBasedLogConfigurationApiRequest + CreatePushBasedLogConfigurationExecute func(r CreatePushBasedLogConfigurationApiRequest) (*http.Response, error) + CreatePushBasedLogConfigurationWithParams func(ctx context.Context, args *CreatePushBasedLogConfigurationApiParams) CreatePushBasedLogConfigurationApiRequest + DeletePushBasedLogConfiguration func(ctx context.Context, groupId string) DeletePushBasedLogConfigurationApiRequest + DeletePushBasedLogConfigurationExecute func(r DeletePushBasedLogConfigurationApiRequest) (*http.Response, error) + DeletePushBasedLogConfigurationWithParams func(ctx context.Context, args *DeletePushBasedLogConfigurationApiParams) DeletePushBasedLogConfigurationApiRequest + GetPushBasedLogConfiguration func(ctx context.Context, groupId string) GetPushBasedLogConfigurationApiRequest + GetPushBasedLogConfigurationExecute func(r GetPushBasedLogConfigurationApiRequest) (*PushBasedLogExportProject, *http.Response, error) + GetPushBasedLogConfigurationWithParams func(ctx context.Context, args *GetPushBasedLogConfigurationApiParams) GetPushBasedLogConfigurationApiRequest + UpdatePushBasedLogConfiguration func(ctx context.Context, groupId string, ...) UpdatePushBasedLogConfigurationApiRequest + UpdatePushBasedLogConfigurationExecute func(r UpdatePushBasedLogConfigurationApiRequest) (*http.Response, error) + UpdatePushBasedLogConfigurationWithParams func(ctx context.Context, args *UpdatePushBasedLogConfigurationApiParams) UpdatePushBasedLogConfigurationApiRequest + type PushBasedLogExportApiService service + func (a *PushBasedLogExportApiService) CreatePushBasedLogConfiguration(ctx context.Context, groupId string, ...) CreatePushBasedLogConfigurationApiRequest + func (a *PushBasedLogExportApiService) CreatePushBasedLogConfigurationExecute(r CreatePushBasedLogConfigurationApiRequest) (*http.Response, error) + func (a *PushBasedLogExportApiService) CreatePushBasedLogConfigurationWithParams(ctx context.Context, args *CreatePushBasedLogConfigurationApiParams) CreatePushBasedLogConfigurationApiRequest + func (a *PushBasedLogExportApiService) DeletePushBasedLogConfiguration(ctx context.Context, groupId string) DeletePushBasedLogConfigurationApiRequest + func (a *PushBasedLogExportApiService) DeletePushBasedLogConfigurationExecute(r DeletePushBasedLogConfigurationApiRequest) (*http.Response, error) + func (a *PushBasedLogExportApiService) DeletePushBasedLogConfigurationWithParams(ctx context.Context, args *DeletePushBasedLogConfigurationApiParams) DeletePushBasedLogConfigurationApiRequest + func (a *PushBasedLogExportApiService) GetPushBasedLogConfiguration(ctx context.Context, groupId string) GetPushBasedLogConfigurationApiRequest + func (a *PushBasedLogExportApiService) GetPushBasedLogConfigurationExecute(r GetPushBasedLogConfigurationApiRequest) (*PushBasedLogExportProject, *http.Response, error) + func (a *PushBasedLogExportApiService) GetPushBasedLogConfigurationWithParams(ctx context.Context, args *GetPushBasedLogConfigurationApiParams) GetPushBasedLogConfigurationApiRequest + func (a *PushBasedLogExportApiService) UpdatePushBasedLogConfiguration(ctx context.Context, groupId string, ...) UpdatePushBasedLogConfigurationApiRequest + func (a *PushBasedLogExportApiService) UpdatePushBasedLogConfigurationExecute(r UpdatePushBasedLogConfigurationApiRequest) (*http.Response, error) + func (a *PushBasedLogExportApiService) UpdatePushBasedLogConfigurationWithParams(ctx context.Context, args *UpdatePushBasedLogConfigurationApiParams) UpdatePushBasedLogConfigurationApiRequest + type PushBasedLogExportProject struct + BucketName *string + CreateDate *time.Time + IamRoleId *string + Links *[]Link + PrefixPath *string + State *string + func NewPushBasedLogExportProject() *PushBasedLogExportProject + func NewPushBasedLogExportProjectWithDefaults() *PushBasedLogExportProject + func (o *PushBasedLogExportProject) GetBucketName() string + func (o *PushBasedLogExportProject) GetBucketNameOk() (*string, bool) + func (o *PushBasedLogExportProject) GetCreateDate() time.Time + func (o *PushBasedLogExportProject) GetCreateDateOk() (*time.Time, bool) + func (o *PushBasedLogExportProject) GetIamRoleId() string + func (o *PushBasedLogExportProject) GetIamRoleIdOk() (*string, bool) + func (o *PushBasedLogExportProject) GetLinks() []Link + func (o *PushBasedLogExportProject) GetLinksOk() (*[]Link, bool) + func (o *PushBasedLogExportProject) GetPrefixPath() string + func (o *PushBasedLogExportProject) GetPrefixPathOk() (*string, bool) + func (o *PushBasedLogExportProject) GetState() string + func (o *PushBasedLogExportProject) GetStateOk() (*string, bool) + func (o *PushBasedLogExportProject) HasBucketName() bool + func (o *PushBasedLogExportProject) HasCreateDate() bool + func (o *PushBasedLogExportProject) HasIamRoleId() bool + func (o *PushBasedLogExportProject) HasLinks() bool + func (o *PushBasedLogExportProject) HasPrefixPath() bool + func (o *PushBasedLogExportProject) HasState() bool + func (o *PushBasedLogExportProject) SetBucketName(v string) + func (o *PushBasedLogExportProject) SetCreateDate(v time.Time) + func (o *PushBasedLogExportProject) SetIamRoleId(v string) + func (o *PushBasedLogExportProject) SetLinks(v []Link) + func (o *PushBasedLogExportProject) SetPrefixPath(v string) + func (o *PushBasedLogExportProject) SetState(v string) + func (o PushBasedLogExportProject) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o PushBasedLogExportProject) ToMap() (map[string]interface{}, error) + type Raw struct + AlertConfigId *string + Cid *string + Cre *time.Time + Description *string + Gn *string + Id *string + OrgId *string + OrgName *string + Severity *string + T *string + func NewRaw() *Raw + func NewRawWithDefaults() *Raw + func (o *Raw) GetAlertConfigId() string + func (o *Raw) GetAlertConfigIdOk() (*string, bool) + func (o *Raw) GetCid() string + func (o *Raw) GetCidOk() (*string, bool) + func (o *Raw) GetCre() time.Time + func (o *Raw) GetCreOk() (*time.Time, bool) + func (o *Raw) GetDescription() string + func (o *Raw) GetDescriptionOk() (*string, bool) + func (o *Raw) GetGn() string + func (o *Raw) GetGnOk() (*string, bool) + func (o *Raw) GetId() string + func (o *Raw) GetIdOk() (*string, bool) + func (o *Raw) GetOrgId() string + func (o *Raw) GetOrgIdOk() (*string, bool) + func (o *Raw) GetOrgName() string + func (o *Raw) GetOrgNameOk() (*string, bool) + func (o *Raw) GetSeverity() string + func (o *Raw) GetSeverityOk() (*string, bool) + func (o *Raw) GetT() string + func (o *Raw) GetTOk() (*string, bool) + func (o *Raw) HasAlertConfigId() bool + func (o *Raw) HasCid() bool + func (o *Raw) HasCre() bool + func (o *Raw) HasDescription() bool + func (o *Raw) HasGn() bool + func (o *Raw) HasId() bool + func (o *Raw) HasOrgId() bool + func (o *Raw) HasOrgName() bool + func (o *Raw) HasSeverity() bool + func (o *Raw) HasT() bool + func (o *Raw) SetAlertConfigId(v string) + func (o *Raw) SetCid(v string) + func (o *Raw) SetCre(v time.Time) + func (o *Raw) SetDescription(v string) + func (o *Raw) SetGn(v string) + func (o *Raw) SetId(v string) + func (o *Raw) SetOrgId(v string) + func (o *Raw) SetOrgName(v string) + func (o *Raw) SetSeverity(v string) + func (o *Raw) SetT(v string) + func (o Raw) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o Raw) ToMap() (map[string]interface{}, error) + type RegionSpec struct + AnalyticsNodes *int + ElectableNodes *int + Priority *int + ReadOnlyNodes *int + func NewRegionSpec() *RegionSpec + func NewRegionSpecWithDefaults() *RegionSpec + func (o *RegionSpec) GetAnalyticsNodes() int + func (o *RegionSpec) GetAnalyticsNodesOk() (*int, bool) + func (o *RegionSpec) GetElectableNodes() int + func (o *RegionSpec) GetElectableNodesOk() (*int, bool) + func (o *RegionSpec) GetPriority() int + func (o *RegionSpec) GetPriorityOk() (*int, bool) + func (o *RegionSpec) GetReadOnlyNodes() int + func (o *RegionSpec) GetReadOnlyNodesOk() (*int, bool) + func (o *RegionSpec) HasAnalyticsNodes() bool + func (o *RegionSpec) HasElectableNodes() bool + func (o *RegionSpec) HasPriority() bool + func (o *RegionSpec) HasReadOnlyNodes() bool + func (o *RegionSpec) SetAnalyticsNodes(v int) + func (o *RegionSpec) SetElectableNodes(v int) + func (o *RegionSpec) SetPriority(v int) + func (o *RegionSpec) SetReadOnlyNodes(v int) + func (o RegionSpec) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o RegionSpec) ToMap() (map[string]interface{}, error) + type RemoveConnectedOrgConfigApiParams struct + FederationSettingsId string + OrgId string + type RemoveConnectedOrgConfigApiRequest struct + ApiService FederatedAuthenticationApi + func (r RemoveConnectedOrgConfigApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type RemoveOrganizationUserApiParams struct + OrgId string + UserId string + type RemoveOrganizationUserApiRequest struct + ApiService OrganizationsApi + func (r RemoveOrganizationUserApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type RemoveProjectApiKeyApiParams struct + ApiUserId string + GroupId string + type RemoveProjectApiKeyApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r RemoveProjectApiKeyApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type RemoveProjectTeamApiParams struct + GroupId string + TeamId string + type RemoveProjectTeamApiRequest struct + ApiService TeamsApi + func (r RemoveProjectTeamApiRequest) Execute() (*http.Response, error) + type RemoveProjectUserApiParams struct + GroupId string + UserId string + type RemoveProjectUserApiRequest struct + ApiService ProjectsApi + func (r RemoveProjectUserApiRequest) Execute() (*http.Response, error) + type RemoveTeamUserApiParams struct + OrgId string + TeamId string + UserId string + type RemoveTeamUserApiRequest struct + ApiService TeamsApi + func (r RemoveTeamUserApiRequest) Execute() (*http.Response, error) + type RenameOrganizationApiParams struct + AtlasOrganization *AtlasOrganization + OrgId string + type RenameOrganizationApiRequest struct + ApiService OrganizationsApi + func (r RenameOrganizationApiRequest) Execute() (*AtlasOrganization, *http.Response, error) + type RenameTeamApiParams struct + OrgId string + Team *Team + TeamId string + type RenameTeamApiRequest struct + ApiService TeamsApi + func (r RenameTeamApiRequest) Execute() (*TeamResponse, *http.Response, error) + type ReplicationSpec struct + Id *string + NumShards *int + RegionConfigs *[]CloudRegionConfig + ZoneName *string + func NewReplicationSpec() *ReplicationSpec + func NewReplicationSpecWithDefaults() *ReplicationSpec + func (o *ReplicationSpec) GetId() string + func (o *ReplicationSpec) GetIdOk() (*string, bool) + func (o *ReplicationSpec) GetNumShards() int + func (o *ReplicationSpec) GetNumShardsOk() (*int, bool) + func (o *ReplicationSpec) GetRegionConfigs() []CloudRegionConfig + func (o *ReplicationSpec) GetRegionConfigsOk() (*[]CloudRegionConfig, bool) + func (o *ReplicationSpec) GetZoneName() string + func (o *ReplicationSpec) GetZoneNameOk() (*string, bool) + func (o *ReplicationSpec) HasId() bool + func (o *ReplicationSpec) HasNumShards() bool + func (o *ReplicationSpec) HasRegionConfigs() bool + func (o *ReplicationSpec) HasZoneName() bool + func (o *ReplicationSpec) SetId(v string) + func (o *ReplicationSpec) SetNumShards(v int) + func (o *ReplicationSpec) SetRegionConfigs(v []CloudRegionConfig) + func (o *ReplicationSpec) SetZoneName(v string) + func (o ReplicationSpec) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ReplicationSpec) ToMap() (map[string]interface{}, error) + type ResetMaintenanceWindowApiParams struct + GroupId string + type ResetMaintenanceWindowApiRequest struct + ApiService MaintenanceWindowsApi + func (r ResetMaintenanceWindowApiRequest) Execute() (*http.Response, error) + type ResourceTag struct + Key *string + Value *string + func NewResourceTag() *ResourceTag + func NewResourceTagWithDefaults() *ResourceTag + func (o *ResourceTag) GetKey() string + func (o *ResourceTag) GetKeyOk() (*string, bool) + func (o *ResourceTag) GetValue() string + func (o *ResourceTag) GetValueOk() (*string, bool) + func (o *ResourceTag) HasKey() bool + func (o *ResourceTag) HasValue() bool + func (o *ResourceTag) SetKey(v string) + func (o *ResourceTag) SetValue(v string) + func (o ResourceTag) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ResourceTag) ToMap() (map[string]interface{}, error) + type RestoreJobFileHash struct + FileName *string + Hash *string + Links *[]Link + TypeName *string + func NewRestoreJobFileHash() *RestoreJobFileHash + func NewRestoreJobFileHashWithDefaults() *RestoreJobFileHash + func (o *RestoreJobFileHash) GetFileName() string + func (o *RestoreJobFileHash) GetFileNameOk() (*string, bool) + func (o *RestoreJobFileHash) GetHash() string + func (o *RestoreJobFileHash) GetHashOk() (*string, bool) + func (o *RestoreJobFileHash) GetLinks() []Link + func (o *RestoreJobFileHash) GetLinksOk() (*[]Link, bool) + func (o *RestoreJobFileHash) GetTypeName() string + func (o *RestoreJobFileHash) GetTypeNameOk() (*string, bool) + func (o *RestoreJobFileHash) HasFileName() bool + func (o *RestoreJobFileHash) HasHash() bool + func (o *RestoreJobFileHash) HasLinks() bool + func (o *RestoreJobFileHash) HasTypeName() bool + func (o *RestoreJobFileHash) SetFileName(v string) + func (o *RestoreJobFileHash) SetHash(v string) + func (o *RestoreJobFileHash) SetLinks(v []Link) + func (o *RestoreJobFileHash) SetTypeName(v string) + func (o RestoreJobFileHash) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o RestoreJobFileHash) ToMap() (map[string]interface{}, error) + type ResumePipelineApiParams struct + GroupId string + PipelineName string + type ResumePipelineApiRequest struct + ApiService DataLakePipelinesApi + func (r ResumePipelineApiRequest) Execute() (*DataLakeIngestionPipeline, *http.Response, error) + type ReturnAllControlPlaneIPAddressesApiParams struct + type ReturnAllControlPlaneIPAddressesApiRequest struct + ApiService DefaultApi + func (r ReturnAllControlPlaneIPAddressesApiRequest) Execute() (*ControlPlaneIPAddresses, *http.Response, error) + type ReturnAllIPAddressesApiParams struct + GroupId string + type ReturnAllIPAddressesApiRequest struct + ApiService ProjectsApi + func (r ReturnAllIPAddressesApiRequest) Execute() (*GroupIPAddresses, *http.Response, error) + type ReturnFederatedDatabaseQueryLimitApiParams struct + GroupId string + LimitName string + TenantName string + type ReturnFederatedDatabaseQueryLimitApiRequest struct + ApiService DataFederationApi + func (r ReturnFederatedDatabaseQueryLimitApiRequest) Execute() (*DataFederationTenantQueryLimit, *http.Response, error) + type ReturnFederatedDatabaseQueryLimitsApiParams struct + GroupId string + TenantName string + type ReturnFederatedDatabaseQueryLimitsApiRequest struct + ApiService DataFederationApi + func (r ReturnFederatedDatabaseQueryLimitsApiRequest) Execute() ([]DataFederationTenantQueryLimit, *http.Response, error) + type RoleAssignment struct + GroupId *string + OrgId *string + Role *string + func NewRoleAssignment() *RoleAssignment + func NewRoleAssignmentWithDefaults() *RoleAssignment + func (o *RoleAssignment) GetGroupId() string + func (o *RoleAssignment) GetGroupIdOk() (*string, bool) + func (o *RoleAssignment) GetOrgId() string + func (o *RoleAssignment) GetOrgIdOk() (*string, bool) + func (o *RoleAssignment) GetRole() string + func (o *RoleAssignment) GetRoleOk() (*string, bool) + func (o *RoleAssignment) HasGroupId() bool + func (o *RoleAssignment) HasOrgId() bool + func (o *RoleAssignment) HasRole() bool + func (o *RoleAssignment) SetGroupId(v string) + func (o *RoleAssignment) SetOrgId(v string) + func (o *RoleAssignment) SetRole(v string) + func (o RoleAssignment) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o RoleAssignment) ToMap() (map[string]interface{}, error) + type RollingIndexApi interface + CreateRollingIndex func(ctx context.Context, groupId string, clusterName string, ...) CreateRollingIndexApiRequest + CreateRollingIndexExecute func(r CreateRollingIndexApiRequest) (*http.Response, error) + CreateRollingIndexWithParams func(ctx context.Context, args *CreateRollingIndexApiParams) CreateRollingIndexApiRequest + type RollingIndexApiService service + func (a *RollingIndexApiService) CreateRollingIndex(ctx context.Context, groupId string, clusterName string, ...) CreateRollingIndexApiRequest + func (a *RollingIndexApiService) CreateRollingIndexExecute(r CreateRollingIndexApiRequest) (*http.Response, error) + func (a *RollingIndexApiService) CreateRollingIndexWithParams(ctx context.Context, args *CreateRollingIndexApiParams) CreateRollingIndexApiRequest + type RootApi interface + GetSystemStatus func(ctx context.Context) GetSystemStatusApiRequest + GetSystemStatusExecute func(r GetSystemStatusApiRequest) (*SystemStatus, *http.Response, error) + GetSystemStatusWithParams func(ctx context.Context, args *GetSystemStatusApiParams) GetSystemStatusApiRequest + type RootApiService service + func (a *RootApiService) GetSystemStatus(ctx context.Context) GetSystemStatusApiRequest + func (a *RootApiService) GetSystemStatusExecute(r GetSystemStatusApiRequest) (*SystemStatus, *http.Response, error) + func (a *RootApiService) GetSystemStatusWithParams(ctx context.Context, args *GetSystemStatusApiParams) GetSystemStatusApiRequest + type SampleDatasetStatus struct + ClusterName *string + CompleteDate *time.Time + CreateDate *time.Time + ErrorMessage *string + Id *string + State *string + func NewSampleDatasetStatus() *SampleDatasetStatus + func NewSampleDatasetStatusWithDefaults() *SampleDatasetStatus + func (o *SampleDatasetStatus) GetClusterName() string + func (o *SampleDatasetStatus) GetClusterNameOk() (*string, bool) + func (o *SampleDatasetStatus) GetCompleteDate() time.Time + func (o *SampleDatasetStatus) GetCompleteDateOk() (*time.Time, bool) + func (o *SampleDatasetStatus) GetCreateDate() time.Time + func (o *SampleDatasetStatus) GetCreateDateOk() (*time.Time, bool) + func (o *SampleDatasetStatus) GetErrorMessage() string + func (o *SampleDatasetStatus) GetErrorMessageOk() (*string, bool) + func (o *SampleDatasetStatus) GetId() string + func (o *SampleDatasetStatus) GetIdOk() (*string, bool) + func (o *SampleDatasetStatus) GetState() string + func (o *SampleDatasetStatus) GetStateOk() (*string, bool) + func (o *SampleDatasetStatus) HasClusterName() bool + func (o *SampleDatasetStatus) HasCompleteDate() bool + func (o *SampleDatasetStatus) HasCreateDate() bool + func (o *SampleDatasetStatus) HasErrorMessage() bool + func (o *SampleDatasetStatus) HasId() bool + func (o *SampleDatasetStatus) HasState() bool + func (o *SampleDatasetStatus) SetClusterName(v string) + func (o *SampleDatasetStatus) SetCompleteDate(v time.Time) + func (o *SampleDatasetStatus) SetCreateDate(v time.Time) + func (o *SampleDatasetStatus) SetErrorMessage(v string) + func (o *SampleDatasetStatus) SetId(v string) + func (o *SampleDatasetStatus) SetState(v string) + func (o SampleDatasetStatus) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o SampleDatasetStatus) ToMap() (map[string]interface{}, error) + type SaveLDAPConfigurationApiParams struct + GroupId string + UserSecurity *UserSecurity + type SaveLDAPConfigurationApiRequest struct + ApiService LDAPConfigurationApi + func (r SaveLDAPConfigurationApiRequest) Execute() (*UserSecurity, *http.Response, error) + type SearchSynonymMappingDefinition struct + Analyzer string + Name string + Source SynonymSource + func NewSearchSynonymMappingDefinition(analyzer string, name string, source SynonymSource) *SearchSynonymMappingDefinition + func NewSearchSynonymMappingDefinitionWithDefaults() *SearchSynonymMappingDefinition + func (o *SearchSynonymMappingDefinition) GetAnalyzer() string + func (o *SearchSynonymMappingDefinition) GetAnalyzerOk() (*string, bool) + func (o *SearchSynonymMappingDefinition) GetName() string + func (o *SearchSynonymMappingDefinition) GetNameOk() (*string, bool) + func (o *SearchSynonymMappingDefinition) GetSource() SynonymSource + func (o *SearchSynonymMappingDefinition) GetSourceOk() (*SynonymSource, bool) + func (o *SearchSynonymMappingDefinition) SetAnalyzer(v string) + func (o *SearchSynonymMappingDefinition) SetName(v string) + func (o *SearchSynonymMappingDefinition) SetSource(v SynonymSource) + func (o SearchSynonymMappingDefinition) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o SearchSynonymMappingDefinition) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type ServerlessBackupRestoreJob struct + Cancelled *bool + DeliveryType string + DeliveryUrl *[]string + DesiredTimestamp *ApiBSONTimestamp + Expired *bool + ExpiresAt *time.Time + Failed *bool + FinishedAt *time.Time + Id *string + Links *[]Link + OplogInc *int + OplogTs *int + PointInTimeUTCSeconds *int + SnapshotId *string + TargetClusterName string + TargetGroupId string + Timestamp *time.Time + func NewServerlessBackupRestoreJob(deliveryType string, targetClusterName string, targetGroupId string) *ServerlessBackupRestoreJob + func NewServerlessBackupRestoreJobWithDefaults() *ServerlessBackupRestoreJob + func (o *ServerlessBackupRestoreJob) GetCancelled() bool + func (o *ServerlessBackupRestoreJob) GetCancelledOk() (*bool, bool) + func (o *ServerlessBackupRestoreJob) GetDeliveryType() string + func (o *ServerlessBackupRestoreJob) GetDeliveryTypeOk() (*string, bool) + func (o *ServerlessBackupRestoreJob) GetDeliveryUrl() []string + func (o *ServerlessBackupRestoreJob) GetDeliveryUrlOk() (*[]string, bool) + func (o *ServerlessBackupRestoreJob) GetDesiredTimestamp() ApiBSONTimestamp + func (o *ServerlessBackupRestoreJob) GetDesiredTimestampOk() (*ApiBSONTimestamp, bool) + func (o *ServerlessBackupRestoreJob) GetExpired() bool + func (o *ServerlessBackupRestoreJob) GetExpiredOk() (*bool, bool) + func (o *ServerlessBackupRestoreJob) GetExpiresAt() time.Time + func (o *ServerlessBackupRestoreJob) GetExpiresAtOk() (*time.Time, bool) + func (o *ServerlessBackupRestoreJob) GetFailed() bool + func (o *ServerlessBackupRestoreJob) GetFailedOk() (*bool, bool) + func (o *ServerlessBackupRestoreJob) GetFinishedAt() time.Time + func (o *ServerlessBackupRestoreJob) GetFinishedAtOk() (*time.Time, bool) + func (o *ServerlessBackupRestoreJob) GetId() string + func (o *ServerlessBackupRestoreJob) GetIdOk() (*string, bool) + func (o *ServerlessBackupRestoreJob) GetLinks() []Link + func (o *ServerlessBackupRestoreJob) GetLinksOk() (*[]Link, bool) + func (o *ServerlessBackupRestoreJob) GetOplogInc() int + func (o *ServerlessBackupRestoreJob) GetOplogIncOk() (*int, bool) + func (o *ServerlessBackupRestoreJob) GetOplogTs() int + func (o *ServerlessBackupRestoreJob) GetOplogTsOk() (*int, bool) + func (o *ServerlessBackupRestoreJob) GetPointInTimeUTCSeconds() int + func (o *ServerlessBackupRestoreJob) GetPointInTimeUTCSecondsOk() (*int, bool) + func (o *ServerlessBackupRestoreJob) GetSnapshotId() string + func (o *ServerlessBackupRestoreJob) GetSnapshotIdOk() (*string, bool) + func (o *ServerlessBackupRestoreJob) GetTargetClusterName() string + func (o *ServerlessBackupRestoreJob) GetTargetClusterNameOk() (*string, bool) + func (o *ServerlessBackupRestoreJob) GetTargetGroupId() string + func (o *ServerlessBackupRestoreJob) GetTargetGroupIdOk() (*string, bool) + func (o *ServerlessBackupRestoreJob) GetTimestamp() time.Time + func (o *ServerlessBackupRestoreJob) GetTimestampOk() (*time.Time, bool) + func (o *ServerlessBackupRestoreJob) HasCancelled() bool + func (o *ServerlessBackupRestoreJob) HasDeliveryUrl() bool + func (o *ServerlessBackupRestoreJob) HasDesiredTimestamp() bool + func (o *ServerlessBackupRestoreJob) HasExpired() bool + func (o *ServerlessBackupRestoreJob) HasExpiresAt() bool + func (o *ServerlessBackupRestoreJob) HasFailed() bool + func (o *ServerlessBackupRestoreJob) HasFinishedAt() bool + func (o *ServerlessBackupRestoreJob) HasId() bool + func (o *ServerlessBackupRestoreJob) HasLinks() bool + func (o *ServerlessBackupRestoreJob) HasOplogInc() bool + func (o *ServerlessBackupRestoreJob) HasOplogTs() bool + func (o *ServerlessBackupRestoreJob) HasPointInTimeUTCSeconds() bool + func (o *ServerlessBackupRestoreJob) HasSnapshotId() bool + func (o *ServerlessBackupRestoreJob) HasTimestamp() bool + func (o *ServerlessBackupRestoreJob) SetCancelled(v bool) + func (o *ServerlessBackupRestoreJob) SetDeliveryType(v string) + func (o *ServerlessBackupRestoreJob) SetDeliveryUrl(v []string) + func (o *ServerlessBackupRestoreJob) SetDesiredTimestamp(v ApiBSONTimestamp) + func (o *ServerlessBackupRestoreJob) SetExpired(v bool) + func (o *ServerlessBackupRestoreJob) SetExpiresAt(v time.Time) + func (o *ServerlessBackupRestoreJob) SetFailed(v bool) + func (o *ServerlessBackupRestoreJob) SetFinishedAt(v time.Time) + func (o *ServerlessBackupRestoreJob) SetId(v string) + func (o *ServerlessBackupRestoreJob) SetLinks(v []Link) + func (o *ServerlessBackupRestoreJob) SetOplogInc(v int) + func (o *ServerlessBackupRestoreJob) SetOplogTs(v int) + func (o *ServerlessBackupRestoreJob) SetPointInTimeUTCSeconds(v int) + func (o *ServerlessBackupRestoreJob) SetSnapshotId(v string) + func (o *ServerlessBackupRestoreJob) SetTargetClusterName(v string) + func (o *ServerlessBackupRestoreJob) SetTargetGroupId(v string) + func (o *ServerlessBackupRestoreJob) SetTimestamp(v time.Time) + func (o ServerlessBackupRestoreJob) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessBackupRestoreJob) ToMap() (map[string]interface{}, error) + type ServerlessBackupSnapshot struct + CreatedAt *time.Time + ExpiresAt *time.Time + FrequencyType *string + Id *string + Links *[]Link + MongodVersion *string + ServerlessInstanceName *string + SnapshotType *string + Status *string + StorageSizeBytes *int64 + func NewServerlessBackupSnapshot() *ServerlessBackupSnapshot + func NewServerlessBackupSnapshotWithDefaults() *ServerlessBackupSnapshot + func (o *ServerlessBackupSnapshot) GetCreatedAt() time.Time + func (o *ServerlessBackupSnapshot) GetCreatedAtOk() (*time.Time, bool) + func (o *ServerlessBackupSnapshot) GetExpiresAt() time.Time + func (o *ServerlessBackupSnapshot) GetExpiresAtOk() (*time.Time, bool) + func (o *ServerlessBackupSnapshot) GetFrequencyType() string + func (o *ServerlessBackupSnapshot) GetFrequencyTypeOk() (*string, bool) + func (o *ServerlessBackupSnapshot) GetId() string + func (o *ServerlessBackupSnapshot) GetIdOk() (*string, bool) + func (o *ServerlessBackupSnapshot) GetLinks() []Link + func (o *ServerlessBackupSnapshot) GetLinksOk() (*[]Link, bool) + func (o *ServerlessBackupSnapshot) GetMongodVersion() string + func (o *ServerlessBackupSnapshot) GetMongodVersionOk() (*string, bool) + func (o *ServerlessBackupSnapshot) GetServerlessInstanceName() string + func (o *ServerlessBackupSnapshot) GetServerlessInstanceNameOk() (*string, bool) + func (o *ServerlessBackupSnapshot) GetSnapshotType() string + func (o *ServerlessBackupSnapshot) GetSnapshotTypeOk() (*string, bool) + func (o *ServerlessBackupSnapshot) GetStatus() string + func (o *ServerlessBackupSnapshot) GetStatusOk() (*string, bool) + func (o *ServerlessBackupSnapshot) GetStorageSizeBytes() int64 + func (o *ServerlessBackupSnapshot) GetStorageSizeBytesOk() (*int64, bool) + func (o *ServerlessBackupSnapshot) HasCreatedAt() bool + func (o *ServerlessBackupSnapshot) HasExpiresAt() bool + func (o *ServerlessBackupSnapshot) HasFrequencyType() bool + func (o *ServerlessBackupSnapshot) HasId() bool + func (o *ServerlessBackupSnapshot) HasLinks() bool + func (o *ServerlessBackupSnapshot) HasMongodVersion() bool + func (o *ServerlessBackupSnapshot) HasServerlessInstanceName() bool + func (o *ServerlessBackupSnapshot) HasSnapshotType() bool + func (o *ServerlessBackupSnapshot) HasStatus() bool + func (o *ServerlessBackupSnapshot) HasStorageSizeBytes() bool + func (o *ServerlessBackupSnapshot) SetCreatedAt(v time.Time) + func (o *ServerlessBackupSnapshot) SetExpiresAt(v time.Time) + func (o *ServerlessBackupSnapshot) SetFrequencyType(v string) + func (o *ServerlessBackupSnapshot) SetId(v string) + func (o *ServerlessBackupSnapshot) SetLinks(v []Link) + func (o *ServerlessBackupSnapshot) SetMongodVersion(v string) + func (o *ServerlessBackupSnapshot) SetServerlessInstanceName(v string) + func (o *ServerlessBackupSnapshot) SetSnapshotType(v string) + func (o *ServerlessBackupSnapshot) SetStatus(v string) + func (o *ServerlessBackupSnapshot) SetStorageSizeBytes(v int64) + func (o ServerlessBackupSnapshot) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessBackupSnapshot) ToMap() (map[string]interface{}, error) + type ServerlessConnectionStringsPrivateEndpointItem struct + EndpointId *string + ProviderName *string + Region *string + func NewServerlessConnectionStringsPrivateEndpointItem() *ServerlessConnectionStringsPrivateEndpointItem + func NewServerlessConnectionStringsPrivateEndpointItemWithDefaults() *ServerlessConnectionStringsPrivateEndpointItem + func (o *ServerlessConnectionStringsPrivateEndpointItem) GetEndpointId() string + func (o *ServerlessConnectionStringsPrivateEndpointItem) GetEndpointIdOk() (*string, bool) + func (o *ServerlessConnectionStringsPrivateEndpointItem) GetProviderName() string + func (o *ServerlessConnectionStringsPrivateEndpointItem) GetProviderNameOk() (*string, bool) + func (o *ServerlessConnectionStringsPrivateEndpointItem) GetRegion() string + func (o *ServerlessConnectionStringsPrivateEndpointItem) GetRegionOk() (*string, bool) + func (o *ServerlessConnectionStringsPrivateEndpointItem) HasEndpointId() bool + func (o *ServerlessConnectionStringsPrivateEndpointItem) HasProviderName() bool + func (o *ServerlessConnectionStringsPrivateEndpointItem) HasRegion() bool + func (o *ServerlessConnectionStringsPrivateEndpointItem) SetEndpointId(v string) + func (o *ServerlessConnectionStringsPrivateEndpointItem) SetProviderName(v string) + func (o *ServerlessConnectionStringsPrivateEndpointItem) SetRegion(v string) + func (o ServerlessConnectionStringsPrivateEndpointItem) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessConnectionStringsPrivateEndpointItem) ToMap() (map[string]interface{}, error) + type ServerlessConnectionStringsPrivateEndpointList struct + Endpoints *[]ServerlessConnectionStringsPrivateEndpointItem + SrvConnectionString *string + Type *string + func NewServerlessConnectionStringsPrivateEndpointList() *ServerlessConnectionStringsPrivateEndpointList + func NewServerlessConnectionStringsPrivateEndpointListWithDefaults() *ServerlessConnectionStringsPrivateEndpointList + func (o *ServerlessConnectionStringsPrivateEndpointList) GetEndpoints() []ServerlessConnectionStringsPrivateEndpointItem + func (o *ServerlessConnectionStringsPrivateEndpointList) GetEndpointsOk() (*[]ServerlessConnectionStringsPrivateEndpointItem, bool) + func (o *ServerlessConnectionStringsPrivateEndpointList) GetSrvConnectionString() string + func (o *ServerlessConnectionStringsPrivateEndpointList) GetSrvConnectionStringOk() (*string, bool) + func (o *ServerlessConnectionStringsPrivateEndpointList) GetType() string + func (o *ServerlessConnectionStringsPrivateEndpointList) GetTypeOk() (*string, bool) + func (o *ServerlessConnectionStringsPrivateEndpointList) HasEndpoints() bool + func (o *ServerlessConnectionStringsPrivateEndpointList) HasSrvConnectionString() bool + func (o *ServerlessConnectionStringsPrivateEndpointList) HasType() bool + func (o *ServerlessConnectionStringsPrivateEndpointList) SetEndpoints(v []ServerlessConnectionStringsPrivateEndpointItem) + func (o *ServerlessConnectionStringsPrivateEndpointList) SetSrvConnectionString(v string) + func (o *ServerlessConnectionStringsPrivateEndpointList) SetType(v string) + func (o ServerlessConnectionStringsPrivateEndpointList) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessConnectionStringsPrivateEndpointList) ToMap() (map[string]interface{}, error) + type ServerlessInstanceDescription struct + ConnectionStrings *ServerlessInstanceDescriptionConnectionStrings + CreateDate *time.Time + GroupId *string + Id *string + Links *[]Link + MongoDBVersion *string + Name *string + ProviderSettings ServerlessProviderSettings + ServerlessBackupOptions *ClusterServerlessBackupOptions + StateName *string + Tags *[]ResourceTag + TerminationProtectionEnabled *bool + func NewServerlessInstanceDescription(providerSettings ServerlessProviderSettings) *ServerlessInstanceDescription + func NewServerlessInstanceDescriptionWithDefaults() *ServerlessInstanceDescription + func (o *ServerlessInstanceDescription) GetConnectionStrings() ServerlessInstanceDescriptionConnectionStrings + func (o *ServerlessInstanceDescription) GetConnectionStringsOk() (*ServerlessInstanceDescriptionConnectionStrings, bool) + func (o *ServerlessInstanceDescription) GetCreateDate() time.Time + func (o *ServerlessInstanceDescription) GetCreateDateOk() (*time.Time, bool) + func (o *ServerlessInstanceDescription) GetGroupId() string + func (o *ServerlessInstanceDescription) GetGroupIdOk() (*string, bool) + func (o *ServerlessInstanceDescription) GetId() string + func (o *ServerlessInstanceDescription) GetIdOk() (*string, bool) + func (o *ServerlessInstanceDescription) GetLinks() []Link + func (o *ServerlessInstanceDescription) GetLinksOk() (*[]Link, bool) + func (o *ServerlessInstanceDescription) GetMongoDBVersion() string + func (o *ServerlessInstanceDescription) GetMongoDBVersionOk() (*string, bool) + func (o *ServerlessInstanceDescription) GetName() string + func (o *ServerlessInstanceDescription) GetNameOk() (*string, bool) + func (o *ServerlessInstanceDescription) GetProviderSettings() ServerlessProviderSettings + func (o *ServerlessInstanceDescription) GetProviderSettingsOk() (*ServerlessProviderSettings, bool) + func (o *ServerlessInstanceDescription) GetServerlessBackupOptions() ClusterServerlessBackupOptions + func (o *ServerlessInstanceDescription) GetServerlessBackupOptionsOk() (*ClusterServerlessBackupOptions, bool) + func (o *ServerlessInstanceDescription) GetStateName() string + func (o *ServerlessInstanceDescription) GetStateNameOk() (*string, bool) + func (o *ServerlessInstanceDescription) GetTags() []ResourceTag + func (o *ServerlessInstanceDescription) GetTagsOk() (*[]ResourceTag, bool) + func (o *ServerlessInstanceDescription) GetTerminationProtectionEnabled() bool + func (o *ServerlessInstanceDescription) GetTerminationProtectionEnabledOk() (*bool, bool) + func (o *ServerlessInstanceDescription) HasConnectionStrings() bool + func (o *ServerlessInstanceDescription) HasCreateDate() bool + func (o *ServerlessInstanceDescription) HasGroupId() bool + func (o *ServerlessInstanceDescription) HasId() bool + func (o *ServerlessInstanceDescription) HasLinks() bool + func (o *ServerlessInstanceDescription) HasMongoDBVersion() bool + func (o *ServerlessInstanceDescription) HasName() bool + func (o *ServerlessInstanceDescription) HasServerlessBackupOptions() bool + func (o *ServerlessInstanceDescription) HasStateName() bool + func (o *ServerlessInstanceDescription) HasTags() bool + func (o *ServerlessInstanceDescription) HasTerminationProtectionEnabled() bool + func (o *ServerlessInstanceDescription) SetConnectionStrings(v ServerlessInstanceDescriptionConnectionStrings) + func (o *ServerlessInstanceDescription) SetCreateDate(v time.Time) + func (o *ServerlessInstanceDescription) SetGroupId(v string) + func (o *ServerlessInstanceDescription) SetId(v string) + func (o *ServerlessInstanceDescription) SetLinks(v []Link) + func (o *ServerlessInstanceDescription) SetMongoDBVersion(v string) + func (o *ServerlessInstanceDescription) SetName(v string) + func (o *ServerlessInstanceDescription) SetProviderSettings(v ServerlessProviderSettings) + func (o *ServerlessInstanceDescription) SetServerlessBackupOptions(v ClusterServerlessBackupOptions) + func (o *ServerlessInstanceDescription) SetStateName(v string) + func (o *ServerlessInstanceDescription) SetTags(v []ResourceTag) + func (o *ServerlessInstanceDescription) SetTerminationProtectionEnabled(v bool) + func (o ServerlessInstanceDescription) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessInstanceDescription) ToMap() (map[string]interface{}, error) + type ServerlessInstanceDescriptionConnectionStrings struct + PrivateEndpoint *[]ServerlessConnectionStringsPrivateEndpointList + StandardSrv *string + func NewServerlessInstanceDescriptionConnectionStrings() *ServerlessInstanceDescriptionConnectionStrings + func NewServerlessInstanceDescriptionConnectionStringsWithDefaults() *ServerlessInstanceDescriptionConnectionStrings + func (o *ServerlessInstanceDescriptionConnectionStrings) GetPrivateEndpoint() []ServerlessConnectionStringsPrivateEndpointList + func (o *ServerlessInstanceDescriptionConnectionStrings) GetPrivateEndpointOk() (*[]ServerlessConnectionStringsPrivateEndpointList, bool) + func (o *ServerlessInstanceDescriptionConnectionStrings) GetStandardSrv() string + func (o *ServerlessInstanceDescriptionConnectionStrings) GetStandardSrvOk() (*string, bool) + func (o *ServerlessInstanceDescriptionConnectionStrings) HasPrivateEndpoint() bool + func (o *ServerlessInstanceDescriptionConnectionStrings) HasStandardSrv() bool + func (o *ServerlessInstanceDescriptionConnectionStrings) SetPrivateEndpoint(v []ServerlessConnectionStringsPrivateEndpointList) + func (o *ServerlessInstanceDescriptionConnectionStrings) SetStandardSrv(v string) + func (o ServerlessInstanceDescriptionConnectionStrings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessInstanceDescriptionConnectionStrings) ToMap() (map[string]interface{}, error) + type ServerlessInstanceDescriptionCreate struct + Name string + ProviderSettings ServerlessProviderSettings + ServerlessBackupOptions *ClusterServerlessBackupOptions + StateName *string + Tags *[]ResourceTag + TerminationProtectionEnabled *bool + func NewServerlessInstanceDescriptionCreate(name string, providerSettings ServerlessProviderSettings) *ServerlessInstanceDescriptionCreate + func NewServerlessInstanceDescriptionCreateWithDefaults() *ServerlessInstanceDescriptionCreate + func (o *ServerlessInstanceDescriptionCreate) GetName() string + func (o *ServerlessInstanceDescriptionCreate) GetNameOk() (*string, bool) + func (o *ServerlessInstanceDescriptionCreate) GetProviderSettings() ServerlessProviderSettings + func (o *ServerlessInstanceDescriptionCreate) GetProviderSettingsOk() (*ServerlessProviderSettings, bool) + func (o *ServerlessInstanceDescriptionCreate) GetServerlessBackupOptions() ClusterServerlessBackupOptions + func (o *ServerlessInstanceDescriptionCreate) GetServerlessBackupOptionsOk() (*ClusterServerlessBackupOptions, bool) + func (o *ServerlessInstanceDescriptionCreate) GetStateName() string + func (o *ServerlessInstanceDescriptionCreate) GetStateNameOk() (*string, bool) + func (o *ServerlessInstanceDescriptionCreate) GetTags() []ResourceTag + func (o *ServerlessInstanceDescriptionCreate) GetTagsOk() (*[]ResourceTag, bool) + func (o *ServerlessInstanceDescriptionCreate) GetTerminationProtectionEnabled() bool + func (o *ServerlessInstanceDescriptionCreate) GetTerminationProtectionEnabledOk() (*bool, bool) + func (o *ServerlessInstanceDescriptionCreate) HasServerlessBackupOptions() bool + func (o *ServerlessInstanceDescriptionCreate) HasStateName() bool + func (o *ServerlessInstanceDescriptionCreate) HasTags() bool + func (o *ServerlessInstanceDescriptionCreate) HasTerminationProtectionEnabled() bool + func (o *ServerlessInstanceDescriptionCreate) SetName(v string) + func (o *ServerlessInstanceDescriptionCreate) SetProviderSettings(v ServerlessProviderSettings) + func (o *ServerlessInstanceDescriptionCreate) SetServerlessBackupOptions(v ClusterServerlessBackupOptions) + func (o *ServerlessInstanceDescriptionCreate) SetStateName(v string) + func (o *ServerlessInstanceDescriptionCreate) SetTags(v []ResourceTag) + func (o *ServerlessInstanceDescriptionCreate) SetTerminationProtectionEnabled(v bool) + func (o ServerlessInstanceDescriptionCreate) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessInstanceDescriptionCreate) ToMap() (map[string]interface{}, error) + type ServerlessInstanceDescriptionUpdate struct + ServerlessBackupOptions *ClusterServerlessBackupOptions + Tags *[]ResourceTag + TerminationProtectionEnabled *bool + func NewServerlessInstanceDescriptionUpdate() *ServerlessInstanceDescriptionUpdate + func NewServerlessInstanceDescriptionUpdateWithDefaults() *ServerlessInstanceDescriptionUpdate + func (o *ServerlessInstanceDescriptionUpdate) GetServerlessBackupOptions() ClusterServerlessBackupOptions + func (o *ServerlessInstanceDescriptionUpdate) GetServerlessBackupOptionsOk() (*ClusterServerlessBackupOptions, bool) + func (o *ServerlessInstanceDescriptionUpdate) GetTags() []ResourceTag + func (o *ServerlessInstanceDescriptionUpdate) GetTagsOk() (*[]ResourceTag, bool) + func (o *ServerlessInstanceDescriptionUpdate) GetTerminationProtectionEnabled() bool + func (o *ServerlessInstanceDescriptionUpdate) GetTerminationProtectionEnabledOk() (*bool, bool) + func (o *ServerlessInstanceDescriptionUpdate) HasServerlessBackupOptions() bool + func (o *ServerlessInstanceDescriptionUpdate) HasTags() bool + func (o *ServerlessInstanceDescriptionUpdate) HasTerminationProtectionEnabled() bool + func (o *ServerlessInstanceDescriptionUpdate) SetServerlessBackupOptions(v ClusterServerlessBackupOptions) + func (o *ServerlessInstanceDescriptionUpdate) SetTags(v []ResourceTag) + func (o *ServerlessInstanceDescriptionUpdate) SetTerminationProtectionEnabled(v bool) + func (o ServerlessInstanceDescriptionUpdate) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessInstanceDescriptionUpdate) ToMap() (map[string]interface{}, error) + type ServerlessInstancesApi interface + CreateServerlessInstance func(ctx context.Context, groupId string, ...) CreateServerlessInstanceApiRequest + CreateServerlessInstanceExecute func(r CreateServerlessInstanceApiRequest) (*ServerlessInstanceDescription, *http.Response, error) + CreateServerlessInstanceWithParams func(ctx context.Context, args *CreateServerlessInstanceApiParams) CreateServerlessInstanceApiRequest + DeleteServerlessInstance func(ctx context.Context, groupId string, name string) DeleteServerlessInstanceApiRequest + DeleteServerlessInstanceExecute func(r DeleteServerlessInstanceApiRequest) (map[string]interface{}, *http.Response, error) + DeleteServerlessInstanceWithParams func(ctx context.Context, args *DeleteServerlessInstanceApiParams) DeleteServerlessInstanceApiRequest + GetServerlessInstance func(ctx context.Context, groupId string, name string) GetServerlessInstanceApiRequest + GetServerlessInstanceExecute func(r GetServerlessInstanceApiRequest) (*ServerlessInstanceDescription, *http.Response, error) + GetServerlessInstanceWithParams func(ctx context.Context, args *GetServerlessInstanceApiParams) GetServerlessInstanceApiRequest + ListServerlessInstances func(ctx context.Context, groupId string) ListServerlessInstancesApiRequest + ListServerlessInstancesExecute func(r ListServerlessInstancesApiRequest) (*PaginatedServerlessInstanceDescription, *http.Response, error) + ListServerlessInstancesWithParams func(ctx context.Context, args *ListServerlessInstancesApiParams) ListServerlessInstancesApiRequest + UpdateServerlessInstance func(ctx context.Context, groupId string, name string, ...) UpdateServerlessInstanceApiRequest + UpdateServerlessInstanceExecute func(r UpdateServerlessInstanceApiRequest) (*ServerlessInstanceDescription, *http.Response, error) + UpdateServerlessInstanceWithParams func(ctx context.Context, args *UpdateServerlessInstanceApiParams) UpdateServerlessInstanceApiRequest + type ServerlessInstancesApiService service + func (a *ServerlessInstancesApiService) CreateServerlessInstance(ctx context.Context, groupId string, ...) CreateServerlessInstanceApiRequest + func (a *ServerlessInstancesApiService) CreateServerlessInstanceExecute(r CreateServerlessInstanceApiRequest) (*ServerlessInstanceDescription, *http.Response, error) + func (a *ServerlessInstancesApiService) CreateServerlessInstanceWithParams(ctx context.Context, args *CreateServerlessInstanceApiParams) CreateServerlessInstanceApiRequest + func (a *ServerlessInstancesApiService) DeleteServerlessInstance(ctx context.Context, groupId string, name string) DeleteServerlessInstanceApiRequest + func (a *ServerlessInstancesApiService) DeleteServerlessInstanceExecute(r DeleteServerlessInstanceApiRequest) (map[string]interface{}, *http.Response, error) + func (a *ServerlessInstancesApiService) DeleteServerlessInstanceWithParams(ctx context.Context, args *DeleteServerlessInstanceApiParams) DeleteServerlessInstanceApiRequest + func (a *ServerlessInstancesApiService) GetServerlessInstance(ctx context.Context, groupId string, name string) GetServerlessInstanceApiRequest + func (a *ServerlessInstancesApiService) GetServerlessInstanceExecute(r GetServerlessInstanceApiRequest) (*ServerlessInstanceDescription, *http.Response, error) + func (a *ServerlessInstancesApiService) GetServerlessInstanceWithParams(ctx context.Context, args *GetServerlessInstanceApiParams) GetServerlessInstanceApiRequest + func (a *ServerlessInstancesApiService) ListServerlessInstances(ctx context.Context, groupId string) ListServerlessInstancesApiRequest + func (a *ServerlessInstancesApiService) ListServerlessInstancesExecute(r ListServerlessInstancesApiRequest) (*PaginatedServerlessInstanceDescription, *http.Response, error) + func (a *ServerlessInstancesApiService) ListServerlessInstancesWithParams(ctx context.Context, args *ListServerlessInstancesApiParams) ListServerlessInstancesApiRequest + func (a *ServerlessInstancesApiService) UpdateServerlessInstance(ctx context.Context, groupId string, name string, ...) UpdateServerlessInstanceApiRequest + func (a *ServerlessInstancesApiService) UpdateServerlessInstanceExecute(r UpdateServerlessInstanceApiRequest) (*ServerlessInstanceDescription, *http.Response, error) + func (a *ServerlessInstancesApiService) UpdateServerlessInstanceWithParams(ctx context.Context, args *UpdateServerlessInstanceApiParams) UpdateServerlessInstanceApiRequest + type ServerlessMetricThreshold struct + MetricName string + Mode *string + Operator *string + Threshold *float64 + Units *string + func NewServerlessMetricThreshold(metricName string) *ServerlessMetricThreshold + func NewServerlessMetricThresholdWithDefaults() *ServerlessMetricThreshold + func (o *ServerlessMetricThreshold) GetMetricName() string + func (o *ServerlessMetricThreshold) GetMetricNameOk() (*string, bool) + func (o *ServerlessMetricThreshold) GetMode() string + func (o *ServerlessMetricThreshold) GetModeOk() (*string, bool) + func (o *ServerlessMetricThreshold) GetOperator() string + func (o *ServerlessMetricThreshold) GetOperatorOk() (*string, bool) + func (o *ServerlessMetricThreshold) GetThreshold() float64 + func (o *ServerlessMetricThreshold) GetThresholdOk() (*float64, bool) + func (o *ServerlessMetricThreshold) GetUnits() string + func (o *ServerlessMetricThreshold) GetUnitsOk() (*string, bool) + func (o *ServerlessMetricThreshold) HasMode() bool + func (o *ServerlessMetricThreshold) HasOperator() bool + func (o *ServerlessMetricThreshold) HasThreshold() bool + func (o *ServerlessMetricThreshold) HasUnits() bool + func (o *ServerlessMetricThreshold) SetMetricName(v string) + func (o *ServerlessMetricThreshold) SetMode(v string) + func (o *ServerlessMetricThreshold) SetOperator(v string) + func (o *ServerlessMetricThreshold) SetThreshold(v float64) + func (o *ServerlessMetricThreshold) SetUnits(v string) + func (o ServerlessMetricThreshold) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessMetricThreshold) ToMap() (map[string]interface{}, error) + type ServerlessPrivateEndpointsApi interface + CreateServerlessPrivateEndpoint func(ctx context.Context, groupId string, instanceName string, ...) CreateServerlessPrivateEndpointApiRequest + CreateServerlessPrivateEndpointExecute func(r CreateServerlessPrivateEndpointApiRequest) (*ServerlessTenantEndpoint, *http.Response, error) + CreateServerlessPrivateEndpointWithParams func(ctx context.Context, args *CreateServerlessPrivateEndpointApiParams) CreateServerlessPrivateEndpointApiRequest + DeleteServerlessPrivateEndpoint func(ctx context.Context, groupId string, instanceName string, endpointId string) DeleteServerlessPrivateEndpointApiRequest + DeleteServerlessPrivateEndpointExecute func(r DeleteServerlessPrivateEndpointApiRequest) (map[string]interface{}, *http.Response, error) + DeleteServerlessPrivateEndpointWithParams func(ctx context.Context, args *DeleteServerlessPrivateEndpointApiParams) DeleteServerlessPrivateEndpointApiRequest + GetServerlessPrivateEndpoint func(ctx context.Context, groupId string, instanceName string, endpointId string) GetServerlessPrivateEndpointApiRequest + GetServerlessPrivateEndpointExecute func(r GetServerlessPrivateEndpointApiRequest) (*ServerlessTenantEndpoint, *http.Response, error) + GetServerlessPrivateEndpointWithParams func(ctx context.Context, args *GetServerlessPrivateEndpointApiParams) GetServerlessPrivateEndpointApiRequest + ListServerlessPrivateEndpoints func(ctx context.Context, groupId string, instanceName string) ListServerlessPrivateEndpointsApiRequest + ListServerlessPrivateEndpointsExecute func(r ListServerlessPrivateEndpointsApiRequest) ([]ServerlessTenantEndpoint, *http.Response, error) + ListServerlessPrivateEndpointsWithParams func(ctx context.Context, args *ListServerlessPrivateEndpointsApiParams) ListServerlessPrivateEndpointsApiRequest + UpdateServerlessPrivateEndpoint func(ctx context.Context, groupId string, instanceName string, endpointId string, ...) UpdateServerlessPrivateEndpointApiRequest + UpdateServerlessPrivateEndpointExecute func(r UpdateServerlessPrivateEndpointApiRequest) (*ServerlessTenantEndpoint, *http.Response, error) + UpdateServerlessPrivateEndpointWithParams func(ctx context.Context, args *UpdateServerlessPrivateEndpointApiParams) UpdateServerlessPrivateEndpointApiRequest + type ServerlessPrivateEndpointsApiService service + func (a *ServerlessPrivateEndpointsApiService) CreateServerlessPrivateEndpoint(ctx context.Context, groupId string, instanceName string, ...) CreateServerlessPrivateEndpointApiRequest + func (a *ServerlessPrivateEndpointsApiService) CreateServerlessPrivateEndpointExecute(r CreateServerlessPrivateEndpointApiRequest) (*ServerlessTenantEndpoint, *http.Response, error) + func (a *ServerlessPrivateEndpointsApiService) CreateServerlessPrivateEndpointWithParams(ctx context.Context, args *CreateServerlessPrivateEndpointApiParams) CreateServerlessPrivateEndpointApiRequest + func (a *ServerlessPrivateEndpointsApiService) DeleteServerlessPrivateEndpoint(ctx context.Context, groupId string, instanceName string, endpointId string) DeleteServerlessPrivateEndpointApiRequest + func (a *ServerlessPrivateEndpointsApiService) DeleteServerlessPrivateEndpointExecute(r DeleteServerlessPrivateEndpointApiRequest) (map[string]interface{}, *http.Response, error) + func (a *ServerlessPrivateEndpointsApiService) DeleteServerlessPrivateEndpointWithParams(ctx context.Context, args *DeleteServerlessPrivateEndpointApiParams) DeleteServerlessPrivateEndpointApiRequest + func (a *ServerlessPrivateEndpointsApiService) GetServerlessPrivateEndpoint(ctx context.Context, groupId string, instanceName string, endpointId string) GetServerlessPrivateEndpointApiRequest + func (a *ServerlessPrivateEndpointsApiService) GetServerlessPrivateEndpointExecute(r GetServerlessPrivateEndpointApiRequest) (*ServerlessTenantEndpoint, *http.Response, error) + func (a *ServerlessPrivateEndpointsApiService) GetServerlessPrivateEndpointWithParams(ctx context.Context, args *GetServerlessPrivateEndpointApiParams) GetServerlessPrivateEndpointApiRequest + func (a *ServerlessPrivateEndpointsApiService) ListServerlessPrivateEndpoints(ctx context.Context, groupId string, instanceName string) ListServerlessPrivateEndpointsApiRequest + func (a *ServerlessPrivateEndpointsApiService) ListServerlessPrivateEndpointsExecute(r ListServerlessPrivateEndpointsApiRequest) ([]ServerlessTenantEndpoint, *http.Response, error) + func (a *ServerlessPrivateEndpointsApiService) ListServerlessPrivateEndpointsWithParams(ctx context.Context, args *ListServerlessPrivateEndpointsApiParams) ListServerlessPrivateEndpointsApiRequest + func (a *ServerlessPrivateEndpointsApiService) UpdateServerlessPrivateEndpoint(ctx context.Context, groupId string, instanceName string, endpointId string, ...) UpdateServerlessPrivateEndpointApiRequest + func (a *ServerlessPrivateEndpointsApiService) UpdateServerlessPrivateEndpointExecute(r UpdateServerlessPrivateEndpointApiRequest) (*ServerlessTenantEndpoint, *http.Response, error) + func (a *ServerlessPrivateEndpointsApiService) UpdateServerlessPrivateEndpointWithParams(ctx context.Context, args *UpdateServerlessPrivateEndpointApiParams) UpdateServerlessPrivateEndpointApiRequest + type ServerlessProviderSettings struct + BackingProviderName string + ProviderName *string + RegionName string + func NewServerlessProviderSettings(backingProviderName string, regionName string) *ServerlessProviderSettings + func NewServerlessProviderSettingsWithDefaults() *ServerlessProviderSettings + func (o *ServerlessProviderSettings) GetBackingProviderName() string + func (o *ServerlessProviderSettings) GetBackingProviderNameOk() (*string, bool) + func (o *ServerlessProviderSettings) GetProviderName() string + func (o *ServerlessProviderSettings) GetProviderNameOk() (*string, bool) + func (o *ServerlessProviderSettings) GetRegionName() string + func (o *ServerlessProviderSettings) GetRegionNameOk() (*string, bool) + func (o *ServerlessProviderSettings) HasProviderName() bool + func (o *ServerlessProviderSettings) SetBackingProviderName(v string) + func (o *ServerlessProviderSettings) SetProviderName(v string) + func (o *ServerlessProviderSettings) SetRegionName(v string) + func (o ServerlessProviderSettings) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessProviderSettings) ToMap() (map[string]interface{}, error) + type ServerlessTenantCreateRequest struct + Comment *string + func NewServerlessTenantCreateRequest() *ServerlessTenantCreateRequest + func NewServerlessTenantCreateRequestWithDefaults() *ServerlessTenantCreateRequest + func (o *ServerlessTenantCreateRequest) GetComment() string + func (o *ServerlessTenantCreateRequest) GetCommentOk() (*string, bool) + func (o *ServerlessTenantCreateRequest) HasComment() bool + func (o *ServerlessTenantCreateRequest) SetComment(v string) + func (o ServerlessTenantCreateRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessTenantCreateRequest) ToMap() (map[string]interface{}, error) + type ServerlessTenantEndpoint struct + CloudProviderEndpointId *string + Comment *string + EndpointServiceName *string + ErrorMessage *string + Id *string + PrivateEndpointIpAddress *string + PrivateLinkServiceResourceId *string + ProviderName *string + Status *string + func NewServerlessTenantEndpoint() *ServerlessTenantEndpoint + func NewServerlessTenantEndpointWithDefaults() *ServerlessTenantEndpoint + func (o *ServerlessTenantEndpoint) GetCloudProviderEndpointId() string + func (o *ServerlessTenantEndpoint) GetCloudProviderEndpointIdOk() (*string, bool) + func (o *ServerlessTenantEndpoint) GetComment() string + func (o *ServerlessTenantEndpoint) GetCommentOk() (*string, bool) + func (o *ServerlessTenantEndpoint) GetEndpointServiceName() string + func (o *ServerlessTenantEndpoint) GetEndpointServiceNameOk() (*string, bool) + func (o *ServerlessTenantEndpoint) GetErrorMessage() string + func (o *ServerlessTenantEndpoint) GetErrorMessageOk() (*string, bool) + func (o *ServerlessTenantEndpoint) GetId() string + func (o *ServerlessTenantEndpoint) GetIdOk() (*string, bool) + func (o *ServerlessTenantEndpoint) GetPrivateEndpointIpAddress() string + func (o *ServerlessTenantEndpoint) GetPrivateEndpointIpAddressOk() (*string, bool) + func (o *ServerlessTenantEndpoint) GetPrivateLinkServiceResourceId() string + func (o *ServerlessTenantEndpoint) GetPrivateLinkServiceResourceIdOk() (*string, bool) + func (o *ServerlessTenantEndpoint) GetProviderName() string + func (o *ServerlessTenantEndpoint) GetProviderNameOk() (*string, bool) + func (o *ServerlessTenantEndpoint) GetStatus() string + func (o *ServerlessTenantEndpoint) GetStatusOk() (*string, bool) + func (o *ServerlessTenantEndpoint) HasCloudProviderEndpointId() bool + func (o *ServerlessTenantEndpoint) HasComment() bool + func (o *ServerlessTenantEndpoint) HasEndpointServiceName() bool + func (o *ServerlessTenantEndpoint) HasErrorMessage() bool + func (o *ServerlessTenantEndpoint) HasId() bool + func (o *ServerlessTenantEndpoint) HasPrivateEndpointIpAddress() bool + func (o *ServerlessTenantEndpoint) HasPrivateLinkServiceResourceId() bool + func (o *ServerlessTenantEndpoint) HasProviderName() bool + func (o *ServerlessTenantEndpoint) HasStatus() bool + func (o *ServerlessTenantEndpoint) SetCloudProviderEndpointId(v string) + func (o *ServerlessTenantEndpoint) SetComment(v string) + func (o *ServerlessTenantEndpoint) SetEndpointServiceName(v string) + func (o *ServerlessTenantEndpoint) SetErrorMessage(v string) + func (o *ServerlessTenantEndpoint) SetId(v string) + func (o *ServerlessTenantEndpoint) SetPrivateEndpointIpAddress(v string) + func (o *ServerlessTenantEndpoint) SetPrivateLinkServiceResourceId(v string) + func (o *ServerlessTenantEndpoint) SetProviderName(v string) + func (o *ServerlessTenantEndpoint) SetStatus(v string) + func (o ServerlessTenantEndpoint) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessTenantEndpoint) ToMap() (map[string]interface{}, error) + type ServerlessTenantEndpointUpdate struct + CloudProviderEndpointId *string + Comment *string + PrivateEndpointIpAddress *string + ProviderName string + func NewServerlessTenantEndpointUpdate(providerName string) *ServerlessTenantEndpointUpdate + func NewServerlessTenantEndpointUpdateWithDefaults() *ServerlessTenantEndpointUpdate + func (o *ServerlessTenantEndpointUpdate) GetCloudProviderEndpointId() string + func (o *ServerlessTenantEndpointUpdate) GetCloudProviderEndpointIdOk() (*string, bool) + func (o *ServerlessTenantEndpointUpdate) GetComment() string + func (o *ServerlessTenantEndpointUpdate) GetCommentOk() (*string, bool) + func (o *ServerlessTenantEndpointUpdate) GetPrivateEndpointIpAddress() string + func (o *ServerlessTenantEndpointUpdate) GetPrivateEndpointIpAddressOk() (*string, bool) + func (o *ServerlessTenantEndpointUpdate) GetProviderName() string + func (o *ServerlessTenantEndpointUpdate) GetProviderNameOk() (*string, bool) + func (o *ServerlessTenantEndpointUpdate) HasCloudProviderEndpointId() bool + func (o *ServerlessTenantEndpointUpdate) HasComment() bool + func (o *ServerlessTenantEndpointUpdate) HasPrivateEndpointIpAddress() bool + func (o *ServerlessTenantEndpointUpdate) SetCloudProviderEndpointId(v string) + func (o *ServerlessTenantEndpointUpdate) SetComment(v string) + func (o *ServerlessTenantEndpointUpdate) SetPrivateEndpointIpAddress(v string) + func (o *ServerlessTenantEndpointUpdate) SetProviderName(v string) + func (o ServerlessTenantEndpointUpdate) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ServerlessTenantEndpointUpdate) ToMap() (map[string]interface{}, error) + type SetProjectLimitApiParams struct + DataFederationLimit *DataFederationLimit + GroupId string + LimitName string + type SetProjectLimitApiRequest struct + ApiService ProjectsApi + func (r SetProjectLimitApiRequest) Execute() (*DataFederationLimit, *http.Response, error) + type ShardEntry struct + Collection string + Database string + ShardCollection ShardKeys + func NewShardEntry(collection string, database string, shardCollection ShardKeys) *ShardEntry + func NewShardEntryWithDefaults() *ShardEntry + func (o *ShardEntry) GetCollection() string + func (o *ShardEntry) GetCollectionOk() (*string, bool) + func (o *ShardEntry) GetDatabase() string + func (o *ShardEntry) GetDatabaseOk() (*string, bool) + func (o *ShardEntry) GetShardCollection() ShardKeys + func (o *ShardEntry) GetShardCollectionOk() (*ShardKeys, bool) + func (o *ShardEntry) SetCollection(v string) + func (o *ShardEntry) SetDatabase(v string) + func (o *ShardEntry) SetShardCollection(v ShardKeys) + func (o ShardEntry) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ShardEntry) ToMap() (map[string]interface{}, error) + type ShardKeys struct + Key *[]map[string]interface{} + func NewShardKeys() *ShardKeys + func NewShardKeysWithDefaults() *ShardKeys + func (o *ShardKeys) GetKey() []map[string]interface{} + func (o *ShardKeys) GetKeyOk() (*[]map[string]interface{}, bool) + func (o *ShardKeys) HasKey() bool + func (o *ShardKeys) SetKey(v []map[string]interface{}) + func (o ShardKeys) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ShardKeys) ToMap() (map[string]interface{}, error) + type ShardingRequest struct + CreateSupportingIndexes bool + ShardingEntries *[]ShardEntry + func NewShardingRequest(createSupportingIndexes bool) *ShardingRequest + func NewShardingRequestWithDefaults() *ShardingRequest + func (o *ShardingRequest) GetCreateSupportingIndexes() bool + func (o *ShardingRequest) GetCreateSupportingIndexesOk() (*bool, bool) + func (o *ShardingRequest) GetShardingEntries() []ShardEntry + func (o *ShardingRequest) GetShardingEntriesOk() (*[]ShardEntry, bool) + func (o *ShardingRequest) HasShardingEntries() bool + func (o *ShardingRequest) SetCreateSupportingIndexes(v bool) + func (o *ShardingRequest) SetShardingEntries(v []ShardEntry) + func (o ShardingRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ShardingRequest) ToMap() (map[string]interface{}, error) + type SharedTierRestoreJobsApi interface + CreateSharedClusterBackupRestoreJob func(ctx context.Context, clusterName string, groupId string, ...) CreateSharedClusterBackupRestoreJobApiRequest + CreateSharedClusterBackupRestoreJobExecute func(r CreateSharedClusterBackupRestoreJobApiRequest) (*TenantRestore, *http.Response, error) + CreateSharedClusterBackupRestoreJobWithParams func(ctx context.Context, args *CreateSharedClusterBackupRestoreJobApiParams) CreateSharedClusterBackupRestoreJobApiRequest + GetSharedClusterBackupRestoreJob func(ctx context.Context, clusterName string, groupId string, restoreId string) GetSharedClusterBackupRestoreJobApiRequest + GetSharedClusterBackupRestoreJobExecute func(r GetSharedClusterBackupRestoreJobApiRequest) (*TenantRestore, *http.Response, error) + GetSharedClusterBackupRestoreJobWithParams func(ctx context.Context, args *GetSharedClusterBackupRestoreJobApiParams) GetSharedClusterBackupRestoreJobApiRequest + ListSharedClusterBackupRestoreJobs func(ctx context.Context, clusterName string, groupId string) ListSharedClusterBackupRestoreJobsApiRequest + ListSharedClusterBackupRestoreJobsExecute func(r ListSharedClusterBackupRestoreJobsApiRequest) (*PaginatedTenantRestore, *http.Response, error) + ListSharedClusterBackupRestoreJobsWithParams func(ctx context.Context, args *ListSharedClusterBackupRestoreJobsApiParams) ListSharedClusterBackupRestoreJobsApiRequest + type SharedTierRestoreJobsApiService service + func (a *SharedTierRestoreJobsApiService) CreateSharedClusterBackupRestoreJob(ctx context.Context, clusterName string, groupId string, ...) CreateSharedClusterBackupRestoreJobApiRequest + func (a *SharedTierRestoreJobsApiService) CreateSharedClusterBackupRestoreJobExecute(r CreateSharedClusterBackupRestoreJobApiRequest) (*TenantRestore, *http.Response, error) + func (a *SharedTierRestoreJobsApiService) CreateSharedClusterBackupRestoreJobWithParams(ctx context.Context, args *CreateSharedClusterBackupRestoreJobApiParams) CreateSharedClusterBackupRestoreJobApiRequest + func (a *SharedTierRestoreJobsApiService) GetSharedClusterBackupRestoreJob(ctx context.Context, clusterName string, groupId string, restoreId string) GetSharedClusterBackupRestoreJobApiRequest + func (a *SharedTierRestoreJobsApiService) GetSharedClusterBackupRestoreJobExecute(r GetSharedClusterBackupRestoreJobApiRequest) (*TenantRestore, *http.Response, error) + func (a *SharedTierRestoreJobsApiService) GetSharedClusterBackupRestoreJobWithParams(ctx context.Context, args *GetSharedClusterBackupRestoreJobApiParams) GetSharedClusterBackupRestoreJobApiRequest + func (a *SharedTierRestoreJobsApiService) ListSharedClusterBackupRestoreJobs(ctx context.Context, clusterName string, groupId string) ListSharedClusterBackupRestoreJobsApiRequest + func (a *SharedTierRestoreJobsApiService) ListSharedClusterBackupRestoreJobsExecute(r ListSharedClusterBackupRestoreJobsApiRequest) (*PaginatedTenantRestore, *http.Response, error) + func (a *SharedTierRestoreJobsApiService) ListSharedClusterBackupRestoreJobsWithParams(ctx context.Context, args *ListSharedClusterBackupRestoreJobsApiParams) ListSharedClusterBackupRestoreJobsApiRequest + type SharedTierSnapshotsApi interface + DownloadSharedClusterBackup func(ctx context.Context, clusterName string, groupId string, ...) DownloadSharedClusterBackupApiRequest + DownloadSharedClusterBackupExecute func(r DownloadSharedClusterBackupApiRequest) (*TenantRestore, *http.Response, error) + DownloadSharedClusterBackupWithParams func(ctx context.Context, args *DownloadSharedClusterBackupApiParams) DownloadSharedClusterBackupApiRequest + GetSharedClusterBackup func(ctx context.Context, groupId string, clusterName string, snapshotId string) GetSharedClusterBackupApiRequest + GetSharedClusterBackupExecute func(r GetSharedClusterBackupApiRequest) (*BackupTenantSnapshot, *http.Response, error) + GetSharedClusterBackupWithParams func(ctx context.Context, args *GetSharedClusterBackupApiParams) GetSharedClusterBackupApiRequest + ListSharedClusterBackups func(ctx context.Context, groupId string, clusterName string) ListSharedClusterBackupsApiRequest + ListSharedClusterBackupsExecute func(r ListSharedClusterBackupsApiRequest) (*PaginatedTenantSnapshot, *http.Response, error) + ListSharedClusterBackupsWithParams func(ctx context.Context, args *ListSharedClusterBackupsApiParams) ListSharedClusterBackupsApiRequest + type SharedTierSnapshotsApiService service + func (a *SharedTierSnapshotsApiService) DownloadSharedClusterBackup(ctx context.Context, clusterName string, groupId string, ...) DownloadSharedClusterBackupApiRequest + func (a *SharedTierSnapshotsApiService) DownloadSharedClusterBackupExecute(r DownloadSharedClusterBackupApiRequest) (*TenantRestore, *http.Response, error) + func (a *SharedTierSnapshotsApiService) DownloadSharedClusterBackupWithParams(ctx context.Context, args *DownloadSharedClusterBackupApiParams) DownloadSharedClusterBackupApiRequest + func (a *SharedTierSnapshotsApiService) GetSharedClusterBackup(ctx context.Context, groupId string, clusterName string, snapshotId string) GetSharedClusterBackupApiRequest + func (a *SharedTierSnapshotsApiService) GetSharedClusterBackupExecute(r GetSharedClusterBackupApiRequest) (*BackupTenantSnapshot, *http.Response, error) + func (a *SharedTierSnapshotsApiService) GetSharedClusterBackupWithParams(ctx context.Context, args *GetSharedClusterBackupApiParams) GetSharedClusterBackupApiRequest + func (a *SharedTierSnapshotsApiService) ListSharedClusterBackups(ctx context.Context, groupId string, clusterName string) ListSharedClusterBackupsApiRequest + func (a *SharedTierSnapshotsApiService) ListSharedClusterBackupsExecute(r ListSharedClusterBackupsApiRequest) (*PaginatedTenantSnapshot, *http.Response, error) + func (a *SharedTierSnapshotsApiService) ListSharedClusterBackupsWithParams(ctx context.Context, args *ListSharedClusterBackupsApiParams) ListSharedClusterBackupsApiRequest + type Source struct + CaCertificatePath *string + ClusterName string + GroupId string + ManagedAuthentication bool + Password *string + Ssl bool + Username *string + func NewSource(clusterName string, groupId string, managedAuthentication bool, ssl bool) *Source + func NewSourceWithDefaults() *Source + func (o *Source) GetCaCertificatePath() string + func (o *Source) GetCaCertificatePathOk() (*string, bool) + func (o *Source) GetClusterName() string + func (o *Source) GetClusterNameOk() (*string, bool) + func (o *Source) GetGroupId() string + func (o *Source) GetGroupIdOk() (*string, bool) + func (o *Source) GetManagedAuthentication() bool + func (o *Source) GetManagedAuthenticationOk() (*bool, bool) + func (o *Source) GetPassword() string + func (o *Source) GetPasswordOk() (*string, bool) + func (o *Source) GetSsl() bool + func (o *Source) GetSslOk() (*bool, bool) + func (o *Source) GetUsername() string + func (o *Source) GetUsernameOk() (*string, bool) + func (o *Source) HasCaCertificatePath() bool + func (o *Source) HasPassword() bool + func (o *Source) HasUsername() bool + func (o *Source) SetCaCertificatePath(v string) + func (o *Source) SetClusterName(v string) + func (o *Source) SetGroupId(v string) + func (o *Source) SetManagedAuthentication(v bool) + func (o *Source) SetPassword(v string) + func (o *Source) SetSsl(v bool) + func (o *Source) SetUsername(v string) + func (o Source) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o Source) ToMap() (map[string]interface{}, error) + type StartOutageSimulationApiParams struct + ClusterName string + ClusterOutageSimulation *ClusterOutageSimulation + GroupId string + type StartOutageSimulationApiRequest struct + ApiService ClusterOutageSimulationApi + func (r StartOutageSimulationApiRequest) Execute() (*ClusterOutageSimulation, *http.Response, error) + type StreamConfig struct + Links *[]Link + Tier *string + func NewStreamConfig() *StreamConfig + func NewStreamConfigWithDefaults() *StreamConfig + func (o *StreamConfig) GetLinks() []Link + func (o *StreamConfig) GetLinksOk() (*[]Link, bool) + func (o *StreamConfig) GetTier() string + func (o *StreamConfig) GetTierOk() (*string, bool) + func (o *StreamConfig) HasLinks() bool + func (o *StreamConfig) HasTier() bool + func (o *StreamConfig) SetLinks(v []Link) + func (o *StreamConfig) SetTier(v string) + func (o StreamConfig) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o StreamConfig) ToMap() (map[string]interface{}, error) + type StreamsApi interface + CreateStreamConnection func(ctx context.Context, groupId string, tenantName string, ...) CreateStreamConnectionApiRequest + CreateStreamConnectionExecute func(r CreateStreamConnectionApiRequest) (*StreamsConnection, *http.Response, error) + CreateStreamConnectionWithParams func(ctx context.Context, args *CreateStreamConnectionApiParams) CreateStreamConnectionApiRequest + CreateStreamInstance func(ctx context.Context, groupId string, streamsTenant *StreamsTenant) CreateStreamInstanceApiRequest + CreateStreamInstanceExecute func(r CreateStreamInstanceApiRequest) (*StreamsTenant, *http.Response, error) + CreateStreamInstanceWithParams func(ctx context.Context, args *CreateStreamInstanceApiParams) CreateStreamInstanceApiRequest + DeleteStreamConnection func(ctx context.Context, groupId string, tenantName string, connectionName string) DeleteStreamConnectionApiRequest + DeleteStreamConnectionExecute func(r DeleteStreamConnectionApiRequest) (map[string]interface{}, *http.Response, error) + DeleteStreamConnectionWithParams func(ctx context.Context, args *DeleteStreamConnectionApiParams) DeleteStreamConnectionApiRequest + DeleteStreamInstance func(ctx context.Context, groupId string, tenantName string) DeleteStreamInstanceApiRequest + DeleteStreamInstanceExecute func(r DeleteStreamInstanceApiRequest) (map[string]interface{}, *http.Response, error) + DeleteStreamInstanceWithParams func(ctx context.Context, args *DeleteStreamInstanceApiParams) DeleteStreamInstanceApiRequest + GetStreamConnection func(ctx context.Context, groupId string, tenantName string, connectionName string) GetStreamConnectionApiRequest + GetStreamConnectionExecute func(r GetStreamConnectionApiRequest) (*StreamsConnection, *http.Response, error) + GetStreamConnectionWithParams func(ctx context.Context, args *GetStreamConnectionApiParams) GetStreamConnectionApiRequest + GetStreamInstance func(ctx context.Context, groupId string, tenantName string) GetStreamInstanceApiRequest + GetStreamInstanceExecute func(r GetStreamInstanceApiRequest) (*StreamsTenant, *http.Response, error) + GetStreamInstanceWithParams func(ctx context.Context, args *GetStreamInstanceApiParams) GetStreamInstanceApiRequest + ListStreamConnections func(ctx context.Context, groupId string, tenantName string) ListStreamConnectionsApiRequest + ListStreamConnectionsExecute func(r ListStreamConnectionsApiRequest) (*PaginatedApiStreamsConnection, *http.Response, error) + ListStreamConnectionsWithParams func(ctx context.Context, args *ListStreamConnectionsApiParams) ListStreamConnectionsApiRequest + ListStreamInstances func(ctx context.Context, groupId string) ListStreamInstancesApiRequest + ListStreamInstancesExecute func(r ListStreamInstancesApiRequest) (*PaginatedApiStreamsTenant, *http.Response, error) + ListStreamInstancesWithParams func(ctx context.Context, args *ListStreamInstancesApiParams) ListStreamInstancesApiRequest + UpdateStreamConnection func(ctx context.Context, groupId string, tenantName string, connectionName string, ...) UpdateStreamConnectionApiRequest + UpdateStreamConnectionExecute func(r UpdateStreamConnectionApiRequest) (*StreamsConnection, *http.Response, error) + UpdateStreamConnectionWithParams func(ctx context.Context, args *UpdateStreamConnectionApiParams) UpdateStreamConnectionApiRequest + UpdateStreamInstance func(ctx context.Context, groupId string, tenantName string, ...) UpdateStreamInstanceApiRequest + UpdateStreamInstanceExecute func(r UpdateStreamInstanceApiRequest) (*StreamsTenant, *http.Response, error) + UpdateStreamInstanceWithParams func(ctx context.Context, args *UpdateStreamInstanceApiParams) UpdateStreamInstanceApiRequest + type StreamsApiService service + func (a *StreamsApiService) CreateStreamConnection(ctx context.Context, groupId string, tenantName string, ...) CreateStreamConnectionApiRequest + func (a *StreamsApiService) CreateStreamConnectionExecute(r CreateStreamConnectionApiRequest) (*StreamsConnection, *http.Response, error) + func (a *StreamsApiService) CreateStreamConnectionWithParams(ctx context.Context, args *CreateStreamConnectionApiParams) CreateStreamConnectionApiRequest + func (a *StreamsApiService) CreateStreamInstance(ctx context.Context, groupId string, streamsTenant *StreamsTenant) CreateStreamInstanceApiRequest + func (a *StreamsApiService) CreateStreamInstanceExecute(r CreateStreamInstanceApiRequest) (*StreamsTenant, *http.Response, error) + func (a *StreamsApiService) CreateStreamInstanceWithParams(ctx context.Context, args *CreateStreamInstanceApiParams) CreateStreamInstanceApiRequest + func (a *StreamsApiService) DeleteStreamConnection(ctx context.Context, groupId string, tenantName string, connectionName string) DeleteStreamConnectionApiRequest + func (a *StreamsApiService) DeleteStreamConnectionExecute(r DeleteStreamConnectionApiRequest) (map[string]interface{}, *http.Response, error) + func (a *StreamsApiService) DeleteStreamConnectionWithParams(ctx context.Context, args *DeleteStreamConnectionApiParams) DeleteStreamConnectionApiRequest + func (a *StreamsApiService) DeleteStreamInstance(ctx context.Context, groupId string, tenantName string) DeleteStreamInstanceApiRequest + func (a *StreamsApiService) DeleteStreamInstanceExecute(r DeleteStreamInstanceApiRequest) (map[string]interface{}, *http.Response, error) + func (a *StreamsApiService) DeleteStreamInstanceWithParams(ctx context.Context, args *DeleteStreamInstanceApiParams) DeleteStreamInstanceApiRequest + func (a *StreamsApiService) GetStreamConnection(ctx context.Context, groupId string, tenantName string, connectionName string) GetStreamConnectionApiRequest + func (a *StreamsApiService) GetStreamConnectionExecute(r GetStreamConnectionApiRequest) (*StreamsConnection, *http.Response, error) + func (a *StreamsApiService) GetStreamConnectionWithParams(ctx context.Context, args *GetStreamConnectionApiParams) GetStreamConnectionApiRequest + func (a *StreamsApiService) GetStreamInstance(ctx context.Context, groupId string, tenantName string) GetStreamInstanceApiRequest + func (a *StreamsApiService) GetStreamInstanceExecute(r GetStreamInstanceApiRequest) (*StreamsTenant, *http.Response, error) + func (a *StreamsApiService) GetStreamInstanceWithParams(ctx context.Context, args *GetStreamInstanceApiParams) GetStreamInstanceApiRequest + func (a *StreamsApiService) ListStreamConnections(ctx context.Context, groupId string, tenantName string) ListStreamConnectionsApiRequest + func (a *StreamsApiService) ListStreamConnectionsExecute(r ListStreamConnectionsApiRequest) (*PaginatedApiStreamsConnection, *http.Response, error) + func (a *StreamsApiService) ListStreamConnectionsWithParams(ctx context.Context, args *ListStreamConnectionsApiParams) ListStreamConnectionsApiRequest + func (a *StreamsApiService) ListStreamInstances(ctx context.Context, groupId string) ListStreamInstancesApiRequest + func (a *StreamsApiService) ListStreamInstancesExecute(r ListStreamInstancesApiRequest) (*PaginatedApiStreamsTenant, *http.Response, error) + func (a *StreamsApiService) ListStreamInstancesWithParams(ctx context.Context, args *ListStreamInstancesApiParams) ListStreamInstancesApiRequest + func (a *StreamsApiService) UpdateStreamConnection(ctx context.Context, groupId string, tenantName string, connectionName string, ...) UpdateStreamConnectionApiRequest + func (a *StreamsApiService) UpdateStreamConnectionExecute(r UpdateStreamConnectionApiRequest) (*StreamsConnection, *http.Response, error) + func (a *StreamsApiService) UpdateStreamConnectionWithParams(ctx context.Context, args *UpdateStreamConnectionApiParams) UpdateStreamConnectionApiRequest + func (a *StreamsApiService) UpdateStreamInstance(ctx context.Context, groupId string, tenantName string, ...) UpdateStreamInstanceApiRequest + func (a *StreamsApiService) UpdateStreamInstanceExecute(r UpdateStreamInstanceApiRequest) (*StreamsTenant, *http.Response, error) + func (a *StreamsApiService) UpdateStreamInstanceWithParams(ctx context.Context, args *UpdateStreamInstanceApiParams) UpdateStreamInstanceApiRequest + type StreamsConnection struct + Authentication *StreamsKafkaAuthentication + BootstrapServers *string + ClusterName *string + Config *map[string]string + DbRoleToExecute *DBRoleToExecute + Links *[]Link + Name *string + Security *StreamsKafkaSecurity + Type *string + func NewStreamsConnection() *StreamsConnection + func NewStreamsConnectionWithDefaults() *StreamsConnection + func (o *StreamsConnection) GetAuthentication() StreamsKafkaAuthentication + func (o *StreamsConnection) GetAuthenticationOk() (*StreamsKafkaAuthentication, bool) + func (o *StreamsConnection) GetBootstrapServers() string + func (o *StreamsConnection) GetBootstrapServersOk() (*string, bool) + func (o *StreamsConnection) GetClusterName() string + func (o *StreamsConnection) GetClusterNameOk() (*string, bool) + func (o *StreamsConnection) GetConfig() map[string]string + func (o *StreamsConnection) GetConfigOk() (*map[string]string, bool) + func (o *StreamsConnection) GetDbRoleToExecute() DBRoleToExecute + func (o *StreamsConnection) GetDbRoleToExecuteOk() (*DBRoleToExecute, bool) + func (o *StreamsConnection) GetLinks() []Link + func (o *StreamsConnection) GetLinksOk() (*[]Link, bool) + func (o *StreamsConnection) GetName() string + func (o *StreamsConnection) GetNameOk() (*string, bool) + func (o *StreamsConnection) GetSecurity() StreamsKafkaSecurity + func (o *StreamsConnection) GetSecurityOk() (*StreamsKafkaSecurity, bool) + func (o *StreamsConnection) GetType() string + func (o *StreamsConnection) GetTypeOk() (*string, bool) + func (o *StreamsConnection) HasAuthentication() bool + func (o *StreamsConnection) HasBootstrapServers() bool + func (o *StreamsConnection) HasClusterName() bool + func (o *StreamsConnection) HasConfig() bool + func (o *StreamsConnection) HasDbRoleToExecute() bool + func (o *StreamsConnection) HasLinks() bool + func (o *StreamsConnection) HasName() bool + func (o *StreamsConnection) HasSecurity() bool + func (o *StreamsConnection) HasType() bool + func (o *StreamsConnection) SetAuthentication(v StreamsKafkaAuthentication) + func (o *StreamsConnection) SetBootstrapServers(v string) + func (o *StreamsConnection) SetClusterName(v string) + func (o *StreamsConnection) SetConfig(v map[string]string) + func (o *StreamsConnection) SetDbRoleToExecute(v DBRoleToExecute) + func (o *StreamsConnection) SetLinks(v []Link) + func (o *StreamsConnection) SetName(v string) + func (o *StreamsConnection) SetSecurity(v StreamsKafkaSecurity) + func (o *StreamsConnection) SetType(v string) + func (o StreamsConnection) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o StreamsConnection) ToMap() (map[string]interface{}, error) + type StreamsDataProcessRegion struct + CloudProvider string + Links *[]Link + Region string + func NewStreamsDataProcessRegion(cloudProvider string, region string) *StreamsDataProcessRegion + func NewStreamsDataProcessRegionWithDefaults() *StreamsDataProcessRegion + func (o *StreamsDataProcessRegion) GetCloudProvider() string + func (o *StreamsDataProcessRegion) GetCloudProviderOk() (*string, bool) + func (o *StreamsDataProcessRegion) GetLinks() []Link + func (o *StreamsDataProcessRegion) GetLinksOk() (*[]Link, bool) + func (o *StreamsDataProcessRegion) GetRegion() string + func (o *StreamsDataProcessRegion) GetRegionOk() (*string, bool) + func (o *StreamsDataProcessRegion) HasLinks() bool + func (o *StreamsDataProcessRegion) SetCloudProvider(v string) + func (o *StreamsDataProcessRegion) SetLinks(v []Link) + func (o *StreamsDataProcessRegion) SetRegion(v string) + func (o StreamsDataProcessRegion) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o StreamsDataProcessRegion) ToMap() (map[string]interface{}, error) + type StreamsKafkaAuthentication struct + Links *[]Link + Mechanism *string + Password *string + Username *string + func NewStreamsKafkaAuthentication() *StreamsKafkaAuthentication + func NewStreamsKafkaAuthenticationWithDefaults() *StreamsKafkaAuthentication + func (o *StreamsKafkaAuthentication) GetLinks() []Link + func (o *StreamsKafkaAuthentication) GetLinksOk() (*[]Link, bool) + func (o *StreamsKafkaAuthentication) GetMechanism() string + func (o *StreamsKafkaAuthentication) GetMechanismOk() (*string, bool) + func (o *StreamsKafkaAuthentication) GetPassword() string + func (o *StreamsKafkaAuthentication) GetPasswordOk() (*string, bool) + func (o *StreamsKafkaAuthentication) GetUsername() string + func (o *StreamsKafkaAuthentication) GetUsernameOk() (*string, bool) + func (o *StreamsKafkaAuthentication) HasLinks() bool + func (o *StreamsKafkaAuthentication) HasMechanism() bool + func (o *StreamsKafkaAuthentication) HasPassword() bool + func (o *StreamsKafkaAuthentication) HasUsername() bool + func (o *StreamsKafkaAuthentication) SetLinks(v []Link) + func (o *StreamsKafkaAuthentication) SetMechanism(v string) + func (o *StreamsKafkaAuthentication) SetPassword(v string) + func (o *StreamsKafkaAuthentication) SetUsername(v string) + func (o StreamsKafkaAuthentication) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o StreamsKafkaAuthentication) ToMap() (map[string]interface{}, error) + type StreamsKafkaSecurity struct + BrokerPublicCertificate *string + Links *[]Link + Protocol *string + func NewStreamsKafkaSecurity() *StreamsKafkaSecurity + func NewStreamsKafkaSecurityWithDefaults() *StreamsKafkaSecurity + func (o *StreamsKafkaSecurity) GetBrokerPublicCertificate() string + func (o *StreamsKafkaSecurity) GetBrokerPublicCertificateOk() (*string, bool) + func (o *StreamsKafkaSecurity) GetLinks() []Link + func (o *StreamsKafkaSecurity) GetLinksOk() (*[]Link, bool) + func (o *StreamsKafkaSecurity) GetProtocol() string + func (o *StreamsKafkaSecurity) GetProtocolOk() (*string, bool) + func (o *StreamsKafkaSecurity) HasBrokerPublicCertificate() bool + func (o *StreamsKafkaSecurity) HasLinks() bool + func (o *StreamsKafkaSecurity) HasProtocol() bool + func (o *StreamsKafkaSecurity) SetBrokerPublicCertificate(v string) + func (o *StreamsKafkaSecurity) SetLinks(v []Link) + func (o *StreamsKafkaSecurity) SetProtocol(v string) + func (o StreamsKafkaSecurity) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o StreamsKafkaSecurity) ToMap() (map[string]interface{}, error) + type StreamsTenant struct + Connections *[]StreamsConnection + DataProcessRegion *StreamsDataProcessRegion + GroupId *string + Hostnames *[]string + Id *string + Links *[]Link + Name *string + StreamConfig *StreamConfig + func NewStreamsTenant() *StreamsTenant + func NewStreamsTenantWithDefaults() *StreamsTenant + func (o *StreamsTenant) GetConnections() []StreamsConnection + func (o *StreamsTenant) GetConnectionsOk() (*[]StreamsConnection, bool) + func (o *StreamsTenant) GetDataProcessRegion() StreamsDataProcessRegion + func (o *StreamsTenant) GetDataProcessRegionOk() (*StreamsDataProcessRegion, bool) + func (o *StreamsTenant) GetGroupId() string + func (o *StreamsTenant) GetGroupIdOk() (*string, bool) + func (o *StreamsTenant) GetHostnames() []string + func (o *StreamsTenant) GetHostnamesOk() (*[]string, bool) + func (o *StreamsTenant) GetId() string + func (o *StreamsTenant) GetIdOk() (*string, bool) + func (o *StreamsTenant) GetLinks() []Link + func (o *StreamsTenant) GetLinksOk() (*[]Link, bool) + func (o *StreamsTenant) GetName() string + func (o *StreamsTenant) GetNameOk() (*string, bool) + func (o *StreamsTenant) GetStreamConfig() StreamConfig + func (o *StreamsTenant) GetStreamConfigOk() (*StreamConfig, bool) + func (o *StreamsTenant) HasConnections() bool + func (o *StreamsTenant) HasDataProcessRegion() bool + func (o *StreamsTenant) HasGroupId() bool + func (o *StreamsTenant) HasHostnames() bool + func (o *StreamsTenant) HasId() bool + func (o *StreamsTenant) HasLinks() bool + func (o *StreamsTenant) HasName() bool + func (o *StreamsTenant) HasStreamConfig() bool + func (o *StreamsTenant) SetConnections(v []StreamsConnection) + func (o *StreamsTenant) SetDataProcessRegion(v StreamsDataProcessRegion) + func (o *StreamsTenant) SetGroupId(v string) + func (o *StreamsTenant) SetHostnames(v []string) + func (o *StreamsTenant) SetId(v string) + func (o *StreamsTenant) SetLinks(v []Link) + func (o *StreamsTenant) SetName(v string) + func (o *StreamsTenant) SetStreamConfig(v StreamConfig) + func (o StreamsTenant) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o StreamsTenant) ToMap() (map[string]interface{}, error) + type SynonymSource struct + Collection string + func NewSynonymSource(collection string) *SynonymSource + func NewSynonymSourceWithDefaults() *SynonymSource + func (o *SynonymSource) GetCollection() string + func (o *SynonymSource) GetCollectionOk() (*string, bool) + func (o *SynonymSource) SetCollection(v string) + func (o SynonymSource) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o SynonymSource) ToMap() (map[string]interface{}, error) + type SystemStatus struct + ApiKey ApiKey + AppName string + Build string + Links *[]Link + Throttling bool + func NewSystemStatus(apiKey ApiKey, appName string, build string, throttling bool) *SystemStatus + func NewSystemStatusWithDefaults() *SystemStatus + func (o *SystemStatus) GetApiKey() ApiKey + func (o *SystemStatus) GetApiKeyOk() (*ApiKey, bool) + func (o *SystemStatus) GetAppName() string + func (o *SystemStatus) GetAppNameOk() (*string, bool) + func (o *SystemStatus) GetBuild() string + func (o *SystemStatus) GetBuildOk() (*string, bool) + func (o *SystemStatus) GetLinks() []Link + func (o *SystemStatus) GetLinksOk() (*[]Link, bool) + func (o *SystemStatus) GetThrottling() bool + func (o *SystemStatus) GetThrottlingOk() (*bool, bool) + func (o *SystemStatus) HasLinks() bool + func (o *SystemStatus) SetApiKey(v ApiKey) + func (o *SystemStatus) SetAppName(v string) + func (o *SystemStatus) SetBuild(v string) + func (o *SystemStatus) SetLinks(v []Link) + func (o *SystemStatus) SetThrottling(v bool) + func (o SystemStatus) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o SystemStatus) ToMap() (map[string]interface{}, error) + type TakeSnapshotApiParams struct + ClusterName string + DiskBackupOnDemandSnapshotRequest *DiskBackupOnDemandSnapshotRequest + GroupId string + type TakeSnapshotApiRequest struct + ApiService CloudBackupsApi + func (r TakeSnapshotApiRequest) Execute() (*DiskBackupSnapshot, *http.Response, error) + type TargetOrg struct + LinkToken string + func NewTargetOrg(linkToken string) *TargetOrg + func NewTargetOrgWithDefaults() *TargetOrg + func (o *TargetOrg) GetLinkToken() string + func (o *TargetOrg) GetLinkTokenOk() (*string, bool) + func (o *TargetOrg) SetLinkToken(v string) + func (o TargetOrg) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o TargetOrg) ToMap() (map[string]interface{}, error) + type TargetOrgRequest struct + AccessListIps *[]string + func NewTargetOrgRequest() *TargetOrgRequest + func NewTargetOrgRequestWithDefaults() *TargetOrgRequest + func (o *TargetOrgRequest) GetAccessListIps() []string + func (o *TargetOrgRequest) GetAccessListIpsOk() (*[]string, bool) + func (o *TargetOrgRequest) HasAccessListIps() bool + func (o *TargetOrgRequest) SetAccessListIps(v []string) + func (o TargetOrgRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o TargetOrgRequest) ToMap() (map[string]interface{}, error) + type Team struct + Id *string + Links *[]Link + Name string + Usernames *[]string + func NewTeam(name string) *Team + func NewTeamWithDefaults() *Team + func (o *Team) GetId() string + func (o *Team) GetIdOk() (*string, bool) + func (o *Team) GetLinks() []Link + func (o *Team) GetLinksOk() (*[]Link, bool) + func (o *Team) GetName() string + func (o *Team) GetNameOk() (*string, bool) + func (o *Team) GetUsernames() []string + func (o *Team) GetUsernamesOk() (*[]string, bool) + func (o *Team) HasId() bool + func (o *Team) HasLinks() bool + func (o *Team) HasUsernames() bool + func (o *Team) SetId(v string) + func (o *Team) SetLinks(v []Link) + func (o *Team) SetName(v string) + func (o *Team) SetUsernames(v []string) + func (o Team) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o Team) ToMap() (map[string]interface{}, error) + type TeamResponse struct + Id *string + Links *[]Link + Name *string + func NewTeamResponse() *TeamResponse + func NewTeamResponseWithDefaults() *TeamResponse + func (o *TeamResponse) GetId() string + func (o *TeamResponse) GetIdOk() (*string, bool) + func (o *TeamResponse) GetLinks() []Link + func (o *TeamResponse) GetLinksOk() (*[]Link, bool) + func (o *TeamResponse) GetName() string + func (o *TeamResponse) GetNameOk() (*string, bool) + func (o *TeamResponse) HasId() bool + func (o *TeamResponse) HasLinks() bool + func (o *TeamResponse) HasName() bool + func (o *TeamResponse) SetId(v string) + func (o *TeamResponse) SetLinks(v []Link) + func (o *TeamResponse) SetName(v string) + func (o TeamResponse) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o TeamResponse) ToMap() (map[string]interface{}, error) + type TeamRole struct + Links *[]Link + RoleNames *[]string + TeamId *string + func NewTeamRole() *TeamRole + func NewTeamRoleWithDefaults() *TeamRole + func (o *TeamRole) GetLinks() []Link + func (o *TeamRole) GetLinksOk() (*[]Link, bool) + func (o *TeamRole) GetRoleNames() []string + func (o *TeamRole) GetRoleNamesOk() (*[]string, bool) + func (o *TeamRole) GetTeamId() string + func (o *TeamRole) GetTeamIdOk() (*string, bool) + func (o *TeamRole) HasLinks() bool + func (o *TeamRole) HasRoleNames() bool + func (o *TeamRole) HasTeamId() bool + func (o *TeamRole) SetLinks(v []Link) + func (o *TeamRole) SetRoleNames(v []string) + func (o *TeamRole) SetTeamId(v string) + func (o TeamRole) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o TeamRole) ToMap() (map[string]interface{}, error) + type TeamsApi interface + AddAllTeamsToProject func(ctx context.Context, groupId string, teamRole *[]TeamRole) AddAllTeamsToProjectApiRequest + AddAllTeamsToProjectExecute func(r AddAllTeamsToProjectApiRequest) (*PaginatedTeamRole, *http.Response, error) + AddAllTeamsToProjectWithParams func(ctx context.Context, args *AddAllTeamsToProjectApiParams) AddAllTeamsToProjectApiRequest + AddTeamUser func(ctx context.Context, orgId string, teamId string, ...) AddTeamUserApiRequest + AddTeamUserExecute func(r AddTeamUserApiRequest) (*PaginatedApiAppUser, *http.Response, error) + AddTeamUserWithParams func(ctx context.Context, args *AddTeamUserApiParams) AddTeamUserApiRequest + CreateTeam func(ctx context.Context, orgId string, team *Team) CreateTeamApiRequest + CreateTeamExecute func(r CreateTeamApiRequest) (*Team, *http.Response, error) + CreateTeamWithParams func(ctx context.Context, args *CreateTeamApiParams) CreateTeamApiRequest + DeleteTeam func(ctx context.Context, orgId string, teamId string) DeleteTeamApiRequest + DeleteTeamExecute func(r DeleteTeamApiRequest) (map[string]interface{}, *http.Response, error) + DeleteTeamWithParams func(ctx context.Context, args *DeleteTeamApiParams) DeleteTeamApiRequest + GetTeamById func(ctx context.Context, orgId string, teamId string) GetTeamByIdApiRequest + GetTeamByIdExecute func(r GetTeamByIdApiRequest) (*TeamResponse, *http.Response, error) + GetTeamByIdWithParams func(ctx context.Context, args *GetTeamByIdApiParams) GetTeamByIdApiRequest + GetTeamByName func(ctx context.Context, orgId string, teamName string) GetTeamByNameApiRequest + GetTeamByNameExecute func(r GetTeamByNameApiRequest) (*TeamResponse, *http.Response, error) + GetTeamByNameWithParams func(ctx context.Context, args *GetTeamByNameApiParams) GetTeamByNameApiRequest + ListOrganizationTeams func(ctx context.Context, orgId string) ListOrganizationTeamsApiRequest + ListOrganizationTeamsExecute func(r ListOrganizationTeamsApiRequest) (*PaginatedTeam, *http.Response, error) + ListOrganizationTeamsWithParams func(ctx context.Context, args *ListOrganizationTeamsApiParams) ListOrganizationTeamsApiRequest + ListProjectTeams func(ctx context.Context, groupId string) ListProjectTeamsApiRequest + ListProjectTeamsExecute func(r ListProjectTeamsApiRequest) (*PaginatedTeamRole, *http.Response, error) + ListProjectTeamsWithParams func(ctx context.Context, args *ListProjectTeamsApiParams) ListProjectTeamsApiRequest + ListTeamUsers func(ctx context.Context, orgId string, teamId string) ListTeamUsersApiRequest + ListTeamUsersExecute func(r ListTeamUsersApiRequest) (*PaginatedApiAppUser, *http.Response, error) + ListTeamUsersWithParams func(ctx context.Context, args *ListTeamUsersApiParams) ListTeamUsersApiRequest + RemoveProjectTeam func(ctx context.Context, groupId string, teamId string) RemoveProjectTeamApiRequest + RemoveProjectTeamExecute func(r RemoveProjectTeamApiRequest) (*http.Response, error) + RemoveProjectTeamWithParams func(ctx context.Context, args *RemoveProjectTeamApiParams) RemoveProjectTeamApiRequest + RemoveTeamUser func(ctx context.Context, orgId string, teamId string, userId string) RemoveTeamUserApiRequest + RemoveTeamUserExecute func(r RemoveTeamUserApiRequest) (*http.Response, error) + RemoveTeamUserWithParams func(ctx context.Context, args *RemoveTeamUserApiParams) RemoveTeamUserApiRequest + RenameTeam func(ctx context.Context, orgId string, teamId string, team *Team) RenameTeamApiRequest + RenameTeamExecute func(r RenameTeamApiRequest) (*TeamResponse, *http.Response, error) + RenameTeamWithParams func(ctx context.Context, args *RenameTeamApiParams) RenameTeamApiRequest + UpdateTeamRoles func(ctx context.Context, groupId string, teamId string, teamRole *TeamRole) UpdateTeamRolesApiRequest + UpdateTeamRolesExecute func(r UpdateTeamRolesApiRequest) (*PaginatedTeamRole, *http.Response, error) + UpdateTeamRolesWithParams func(ctx context.Context, args *UpdateTeamRolesApiParams) UpdateTeamRolesApiRequest + type TeamsApiService service + func (a *TeamsApiService) AddAllTeamsToProject(ctx context.Context, groupId string, teamRole *[]TeamRole) AddAllTeamsToProjectApiRequest + func (a *TeamsApiService) AddAllTeamsToProjectExecute(r AddAllTeamsToProjectApiRequest) (*PaginatedTeamRole, *http.Response, error) + func (a *TeamsApiService) AddAllTeamsToProjectWithParams(ctx context.Context, args *AddAllTeamsToProjectApiParams) AddAllTeamsToProjectApiRequest + func (a *TeamsApiService) AddTeamUser(ctx context.Context, orgId string, teamId string, ...) AddTeamUserApiRequest + func (a *TeamsApiService) AddTeamUserExecute(r AddTeamUserApiRequest) (*PaginatedApiAppUser, *http.Response, error) + func (a *TeamsApiService) AddTeamUserWithParams(ctx context.Context, args *AddTeamUserApiParams) AddTeamUserApiRequest + func (a *TeamsApiService) CreateTeam(ctx context.Context, orgId string, team *Team) CreateTeamApiRequest + func (a *TeamsApiService) CreateTeamExecute(r CreateTeamApiRequest) (*Team, *http.Response, error) + func (a *TeamsApiService) CreateTeamWithParams(ctx context.Context, args *CreateTeamApiParams) CreateTeamApiRequest + func (a *TeamsApiService) DeleteTeam(ctx context.Context, orgId string, teamId string) DeleteTeamApiRequest + func (a *TeamsApiService) DeleteTeamExecute(r DeleteTeamApiRequest) (map[string]interface{}, *http.Response, error) + func (a *TeamsApiService) DeleteTeamWithParams(ctx context.Context, args *DeleteTeamApiParams) DeleteTeamApiRequest + func (a *TeamsApiService) GetTeamById(ctx context.Context, orgId string, teamId string) GetTeamByIdApiRequest + func (a *TeamsApiService) GetTeamByIdExecute(r GetTeamByIdApiRequest) (*TeamResponse, *http.Response, error) + func (a *TeamsApiService) GetTeamByIdWithParams(ctx context.Context, args *GetTeamByIdApiParams) GetTeamByIdApiRequest + func (a *TeamsApiService) GetTeamByName(ctx context.Context, orgId string, teamName string) GetTeamByNameApiRequest + func (a *TeamsApiService) GetTeamByNameExecute(r GetTeamByNameApiRequest) (*TeamResponse, *http.Response, error) + func (a *TeamsApiService) GetTeamByNameWithParams(ctx context.Context, args *GetTeamByNameApiParams) GetTeamByNameApiRequest + func (a *TeamsApiService) ListOrganizationTeams(ctx context.Context, orgId string) ListOrganizationTeamsApiRequest + func (a *TeamsApiService) ListOrganizationTeamsExecute(r ListOrganizationTeamsApiRequest) (*PaginatedTeam, *http.Response, error) + func (a *TeamsApiService) ListOrganizationTeamsWithParams(ctx context.Context, args *ListOrganizationTeamsApiParams) ListOrganizationTeamsApiRequest + func (a *TeamsApiService) ListProjectTeams(ctx context.Context, groupId string) ListProjectTeamsApiRequest + func (a *TeamsApiService) ListProjectTeamsExecute(r ListProjectTeamsApiRequest) (*PaginatedTeamRole, *http.Response, error) + func (a *TeamsApiService) ListProjectTeamsWithParams(ctx context.Context, args *ListProjectTeamsApiParams) ListProjectTeamsApiRequest + func (a *TeamsApiService) ListTeamUsers(ctx context.Context, orgId string, teamId string) ListTeamUsersApiRequest + func (a *TeamsApiService) ListTeamUsersExecute(r ListTeamUsersApiRequest) (*PaginatedApiAppUser, *http.Response, error) + func (a *TeamsApiService) ListTeamUsersWithParams(ctx context.Context, args *ListTeamUsersApiParams) ListTeamUsersApiRequest + func (a *TeamsApiService) RemoveProjectTeam(ctx context.Context, groupId string, teamId string) RemoveProjectTeamApiRequest + func (a *TeamsApiService) RemoveProjectTeamExecute(r RemoveProjectTeamApiRequest) (*http.Response, error) + func (a *TeamsApiService) RemoveProjectTeamWithParams(ctx context.Context, args *RemoveProjectTeamApiParams) RemoveProjectTeamApiRequest + func (a *TeamsApiService) RemoveTeamUser(ctx context.Context, orgId string, teamId string, userId string) RemoveTeamUserApiRequest + func (a *TeamsApiService) RemoveTeamUserExecute(r RemoveTeamUserApiRequest) (*http.Response, error) + func (a *TeamsApiService) RemoveTeamUserWithParams(ctx context.Context, args *RemoveTeamUserApiParams) RemoveTeamUserApiRequest + func (a *TeamsApiService) RenameTeam(ctx context.Context, orgId string, teamId string, team *Team) RenameTeamApiRequest + func (a *TeamsApiService) RenameTeamExecute(r RenameTeamApiRequest) (*TeamResponse, *http.Response, error) + func (a *TeamsApiService) RenameTeamWithParams(ctx context.Context, args *RenameTeamApiParams) RenameTeamApiRequest + func (a *TeamsApiService) UpdateTeamRoles(ctx context.Context, groupId string, teamId string, teamRole *TeamRole) UpdateTeamRolesApiRequest + func (a *TeamsApiService) UpdateTeamRolesExecute(r UpdateTeamRolesApiRequest) (*PaginatedTeamRole, *http.Response, error) + func (a *TeamsApiService) UpdateTeamRolesWithParams(ctx context.Context, args *UpdateTeamRolesApiParams) UpdateTeamRolesApiRequest + type TenantRestore struct + ClusterName *string + DeliveryType *string + ExpirationDate *time.Time + Id *string + Links *[]Link + ProjectId *string + RestoreFinishedDate *time.Time + RestoreScheduledDate *time.Time + SnapshotFinishedDate *time.Time + SnapshotId string + SnapshotUrl *string + Status *string + TargetDeploymentItemName string + TargetProjectId *string + func NewTenantRestore(snapshotId string, targetDeploymentItemName string) *TenantRestore + func NewTenantRestoreWithDefaults() *TenantRestore + func (o *TenantRestore) GetClusterName() string + func (o *TenantRestore) GetClusterNameOk() (*string, bool) + func (o *TenantRestore) GetDeliveryType() string + func (o *TenantRestore) GetDeliveryTypeOk() (*string, bool) + func (o *TenantRestore) GetExpirationDate() time.Time + func (o *TenantRestore) GetExpirationDateOk() (*time.Time, bool) + func (o *TenantRestore) GetId() string + func (o *TenantRestore) GetIdOk() (*string, bool) + func (o *TenantRestore) GetLinks() []Link + func (o *TenantRestore) GetLinksOk() (*[]Link, bool) + func (o *TenantRestore) GetProjectId() string + func (o *TenantRestore) GetProjectIdOk() (*string, bool) + func (o *TenantRestore) GetRestoreFinishedDate() time.Time + func (o *TenantRestore) GetRestoreFinishedDateOk() (*time.Time, bool) + func (o *TenantRestore) GetRestoreScheduledDate() time.Time + func (o *TenantRestore) GetRestoreScheduledDateOk() (*time.Time, bool) + func (o *TenantRestore) GetSnapshotFinishedDate() time.Time + func (o *TenantRestore) GetSnapshotFinishedDateOk() (*time.Time, bool) + func (o *TenantRestore) GetSnapshotId() string + func (o *TenantRestore) GetSnapshotIdOk() (*string, bool) + func (o *TenantRestore) GetSnapshotUrl() string + func (o *TenantRestore) GetSnapshotUrlOk() (*string, bool) + func (o *TenantRestore) GetStatus() string + func (o *TenantRestore) GetStatusOk() (*string, bool) + func (o *TenantRestore) GetTargetDeploymentItemName() string + func (o *TenantRestore) GetTargetDeploymentItemNameOk() (*string, bool) + func (o *TenantRestore) GetTargetProjectId() string + func (o *TenantRestore) GetTargetProjectIdOk() (*string, bool) + func (o *TenantRestore) HasClusterName() bool + func (o *TenantRestore) HasDeliveryType() bool + func (o *TenantRestore) HasExpirationDate() bool + func (o *TenantRestore) HasId() bool + func (o *TenantRestore) HasLinks() bool + func (o *TenantRestore) HasProjectId() bool + func (o *TenantRestore) HasRestoreFinishedDate() bool + func (o *TenantRestore) HasRestoreScheduledDate() bool + func (o *TenantRestore) HasSnapshotFinishedDate() bool + func (o *TenantRestore) HasSnapshotUrl() bool + func (o *TenantRestore) HasStatus() bool + func (o *TenantRestore) HasTargetProjectId() bool + func (o *TenantRestore) SetClusterName(v string) + func (o *TenantRestore) SetDeliveryType(v string) + func (o *TenantRestore) SetExpirationDate(v time.Time) + func (o *TenantRestore) SetId(v string) + func (o *TenantRestore) SetLinks(v []Link) + func (o *TenantRestore) SetProjectId(v string) + func (o *TenantRestore) SetRestoreFinishedDate(v time.Time) + func (o *TenantRestore) SetRestoreScheduledDate(v time.Time) + func (o *TenantRestore) SetSnapshotFinishedDate(v time.Time) + func (o *TenantRestore) SetSnapshotId(v string) + func (o *TenantRestore) SetSnapshotUrl(v string) + func (o *TenantRestore) SetStatus(v string) + func (o *TenantRestore) SetTargetDeploymentItemName(v string) + func (o *TenantRestore) SetTargetProjectId(v string) + func (o TenantRestore) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o TenantRestore) ToMap() (map[string]interface{}, error) + type TestFailoverApiParams struct + ClusterName string + GroupId string + type TestFailoverApiRequest struct + ApiService ClustersApi + func (r TestFailoverApiRequest) Execute() (*http.Response, error) + type ThirdPartyIntegrationsApi interface + CreateThirdPartyIntegration func(ctx context.Context, integrationType string, groupId string, ...) CreateThirdPartyIntegrationApiRequest + CreateThirdPartyIntegrationExecute func(r CreateThirdPartyIntegrationApiRequest) (*PaginatedIntegration, *http.Response, error) + CreateThirdPartyIntegrationWithParams func(ctx context.Context, args *CreateThirdPartyIntegrationApiParams) CreateThirdPartyIntegrationApiRequest + DeleteThirdPartyIntegration func(ctx context.Context, integrationType string, groupId string) DeleteThirdPartyIntegrationApiRequest + DeleteThirdPartyIntegrationExecute func(r DeleteThirdPartyIntegrationApiRequest) (map[string]interface{}, *http.Response, error) + DeleteThirdPartyIntegrationWithParams func(ctx context.Context, args *DeleteThirdPartyIntegrationApiParams) DeleteThirdPartyIntegrationApiRequest + GetThirdPartyIntegration func(ctx context.Context, groupId string, integrationType string) GetThirdPartyIntegrationApiRequest + GetThirdPartyIntegrationExecute func(r GetThirdPartyIntegrationApiRequest) (*ThridPartyIntegration, *http.Response, error) + GetThirdPartyIntegrationWithParams func(ctx context.Context, args *GetThirdPartyIntegrationApiParams) GetThirdPartyIntegrationApiRequest + ListThirdPartyIntegrations func(ctx context.Context, groupId string) ListThirdPartyIntegrationsApiRequest + ListThirdPartyIntegrationsExecute func(r ListThirdPartyIntegrationsApiRequest) (*PaginatedIntegration, *http.Response, error) + ListThirdPartyIntegrationsWithParams func(ctx context.Context, args *ListThirdPartyIntegrationsApiParams) ListThirdPartyIntegrationsApiRequest + UpdateThirdPartyIntegration func(ctx context.Context, integrationType string, groupId string, ...) UpdateThirdPartyIntegrationApiRequest + UpdateThirdPartyIntegrationExecute func(r UpdateThirdPartyIntegrationApiRequest) (*PaginatedIntegration, *http.Response, error) + UpdateThirdPartyIntegrationWithParams func(ctx context.Context, args *UpdateThirdPartyIntegrationApiParams) UpdateThirdPartyIntegrationApiRequest + type ThirdPartyIntegrationsApiService service + func (a *ThirdPartyIntegrationsApiService) CreateThirdPartyIntegration(ctx context.Context, integrationType string, groupId string, ...) CreateThirdPartyIntegrationApiRequest + func (a *ThirdPartyIntegrationsApiService) CreateThirdPartyIntegrationExecute(r CreateThirdPartyIntegrationApiRequest) (*PaginatedIntegration, *http.Response, error) + func (a *ThirdPartyIntegrationsApiService) CreateThirdPartyIntegrationWithParams(ctx context.Context, args *CreateThirdPartyIntegrationApiParams) CreateThirdPartyIntegrationApiRequest + func (a *ThirdPartyIntegrationsApiService) DeleteThirdPartyIntegration(ctx context.Context, integrationType string, groupId string) DeleteThirdPartyIntegrationApiRequest + func (a *ThirdPartyIntegrationsApiService) DeleteThirdPartyIntegrationExecute(r DeleteThirdPartyIntegrationApiRequest) (map[string]interface{}, *http.Response, error) + func (a *ThirdPartyIntegrationsApiService) DeleteThirdPartyIntegrationWithParams(ctx context.Context, args *DeleteThirdPartyIntegrationApiParams) DeleteThirdPartyIntegrationApiRequest + func (a *ThirdPartyIntegrationsApiService) GetThirdPartyIntegration(ctx context.Context, groupId string, integrationType string) GetThirdPartyIntegrationApiRequest + func (a *ThirdPartyIntegrationsApiService) GetThirdPartyIntegrationExecute(r GetThirdPartyIntegrationApiRequest) (*ThridPartyIntegration, *http.Response, error) + func (a *ThirdPartyIntegrationsApiService) GetThirdPartyIntegrationWithParams(ctx context.Context, args *GetThirdPartyIntegrationApiParams) GetThirdPartyIntegrationApiRequest + func (a *ThirdPartyIntegrationsApiService) ListThirdPartyIntegrations(ctx context.Context, groupId string) ListThirdPartyIntegrationsApiRequest + func (a *ThirdPartyIntegrationsApiService) ListThirdPartyIntegrationsExecute(r ListThirdPartyIntegrationsApiRequest) (*PaginatedIntegration, *http.Response, error) + func (a *ThirdPartyIntegrationsApiService) ListThirdPartyIntegrationsWithParams(ctx context.Context, args *ListThirdPartyIntegrationsApiParams) ListThirdPartyIntegrationsApiRequest + func (a *ThirdPartyIntegrationsApiService) UpdateThirdPartyIntegration(ctx context.Context, integrationType string, groupId string, ...) UpdateThirdPartyIntegrationApiRequest + func (a *ThirdPartyIntegrationsApiService) UpdateThirdPartyIntegrationExecute(r UpdateThirdPartyIntegrationApiRequest) (*PaginatedIntegration, *http.Response, error) + func (a *ThirdPartyIntegrationsApiService) UpdateThirdPartyIntegrationWithParams(ctx context.Context, args *UpdateThirdPartyIntegrationApiParams) UpdateThirdPartyIntegrationApiRequest + type ThridPartyIntegration struct + AccountId *string + ApiKey *string + ApiToken *string + ChannelName *string + Enabled *bool + LicenseKey *string + MicrosoftTeamsWebhookUrl *string + Password *string + ReadToken *string + Region *string + RoutingKey *string + Secret *string + ServiceDiscovery *string + ServiceKey *string + TeamName *string + Type *string + Url *string + Username *string + WriteToken *string + func NewThridPartyIntegration() *ThridPartyIntegration + func NewThridPartyIntegrationWithDefaults() *ThridPartyIntegration + func (o *ThridPartyIntegration) GetAccountId() string + func (o *ThridPartyIntegration) GetAccountIdOk() (*string, bool) + func (o *ThridPartyIntegration) GetApiKey() string + func (o *ThridPartyIntegration) GetApiKeyOk() (*string, bool) + func (o *ThridPartyIntegration) GetApiToken() string + func (o *ThridPartyIntegration) GetApiTokenOk() (*string, bool) + func (o *ThridPartyIntegration) GetChannelName() string + func (o *ThridPartyIntegration) GetChannelNameOk() (*string, bool) + func (o *ThridPartyIntegration) GetEnabled() bool + func (o *ThridPartyIntegration) GetEnabledOk() (*bool, bool) + func (o *ThridPartyIntegration) GetLicenseKey() string + func (o *ThridPartyIntegration) GetLicenseKeyOk() (*string, bool) + func (o *ThridPartyIntegration) GetMicrosoftTeamsWebhookUrl() string + func (o *ThridPartyIntegration) GetMicrosoftTeamsWebhookUrlOk() (*string, bool) + func (o *ThridPartyIntegration) GetPassword() string + func (o *ThridPartyIntegration) GetPasswordOk() (*string, bool) + func (o *ThridPartyIntegration) GetReadToken() string + func (o *ThridPartyIntegration) GetReadTokenOk() (*string, bool) + func (o *ThridPartyIntegration) GetRegion() string + func (o *ThridPartyIntegration) GetRegionOk() (*string, bool) + func (o *ThridPartyIntegration) GetRoutingKey() string + func (o *ThridPartyIntegration) GetRoutingKeyOk() (*string, bool) + func (o *ThridPartyIntegration) GetSecret() string + func (o *ThridPartyIntegration) GetSecretOk() (*string, bool) + func (o *ThridPartyIntegration) GetServiceDiscovery() string + func (o *ThridPartyIntegration) GetServiceDiscoveryOk() (*string, bool) + func (o *ThridPartyIntegration) GetServiceKey() string + func (o *ThridPartyIntegration) GetServiceKeyOk() (*string, bool) + func (o *ThridPartyIntegration) GetTeamName() string + func (o *ThridPartyIntegration) GetTeamNameOk() (*string, bool) + func (o *ThridPartyIntegration) GetType() string + func (o *ThridPartyIntegration) GetTypeOk() (*string, bool) + func (o *ThridPartyIntegration) GetUrl() string + func (o *ThridPartyIntegration) GetUrlOk() (*string, bool) + func (o *ThridPartyIntegration) GetUsername() string + func (o *ThridPartyIntegration) GetUsernameOk() (*string, bool) + func (o *ThridPartyIntegration) GetWriteToken() string + func (o *ThridPartyIntegration) GetWriteTokenOk() (*string, bool) + func (o *ThridPartyIntegration) HasAccountId() bool + func (o *ThridPartyIntegration) HasApiKey() bool + func (o *ThridPartyIntegration) HasApiToken() bool + func (o *ThridPartyIntegration) HasChannelName() bool + func (o *ThridPartyIntegration) HasEnabled() bool + func (o *ThridPartyIntegration) HasLicenseKey() bool + func (o *ThridPartyIntegration) HasMicrosoftTeamsWebhookUrl() bool + func (o *ThridPartyIntegration) HasPassword() bool + func (o *ThridPartyIntegration) HasReadToken() bool + func (o *ThridPartyIntegration) HasRegion() bool + func (o *ThridPartyIntegration) HasRoutingKey() bool + func (o *ThridPartyIntegration) HasSecret() bool + func (o *ThridPartyIntegration) HasServiceDiscovery() bool + func (o *ThridPartyIntegration) HasServiceKey() bool + func (o *ThridPartyIntegration) HasTeamName() bool + func (o *ThridPartyIntegration) HasType() bool + func (o *ThridPartyIntegration) HasUrl() bool + func (o *ThridPartyIntegration) HasUsername() bool + func (o *ThridPartyIntegration) HasWriteToken() bool + func (o *ThridPartyIntegration) SetAccountId(v string) + func (o *ThridPartyIntegration) SetApiKey(v string) + func (o *ThridPartyIntegration) SetApiToken(v string) + func (o *ThridPartyIntegration) SetChannelName(v string) + func (o *ThridPartyIntegration) SetEnabled(v bool) + func (o *ThridPartyIntegration) SetLicenseKey(v string) + func (o *ThridPartyIntegration) SetMicrosoftTeamsWebhookUrl(v string) + func (o *ThridPartyIntegration) SetPassword(v string) + func (o *ThridPartyIntegration) SetReadToken(v string) + func (o *ThridPartyIntegration) SetRegion(v string) + func (o *ThridPartyIntegration) SetRoutingKey(v string) + func (o *ThridPartyIntegration) SetSecret(v string) + func (o *ThridPartyIntegration) SetServiceDiscovery(v string) + func (o *ThridPartyIntegration) SetServiceKey(v string) + func (o *ThridPartyIntegration) SetTeamName(v string) + func (o *ThridPartyIntegration) SetType(v string) + func (o *ThridPartyIntegration) SetUrl(v string) + func (o *ThridPartyIntegration) SetUsername(v string) + func (o *ThridPartyIntegration) SetWriteToken(v string) + func (o ThridPartyIntegration) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ThridPartyIntegration) ToMap() (map[string]interface{}, error) + type ToggleAWSCustomDNSApiParams struct + AWSCustomDNSEnabled *AWSCustomDNSEnabled + GroupId string + type ToggleAWSCustomDNSApiRequest struct + ApiService AWSClustersDNSApi + func (r ToggleAWSCustomDNSApiRequest) Execute() (*AWSCustomDNSEnabled, *http.Response, error) + type ToggleAlertConfigurationApiParams struct + AlertConfigId string + AlertsToggle *AlertsToggle + GroupId string + type ToggleAlertConfigurationApiRequest struct + ApiService AlertConfigurationsApi + func (r ToggleAlertConfigurationApiRequest) Execute() (*GroupAlertsConfig, *http.Response, error) + type ToggleMaintenanceAutoDeferApiParams struct + GroupId string + type ToggleMaintenanceAutoDeferApiRequest struct + ApiService MaintenanceWindowsApi + func (r ToggleMaintenanceAutoDeferApiRequest) Execute() (*http.Response, error) + type ToggleRegionalizedPrivateEndpointSettingApiParams struct + GroupId string + ProjectSettingItem *ProjectSettingItem + type ToggleRegionalizedPrivateEndpointSettingApiRequest struct + ApiService PrivateEndpointServicesApi + func (r ToggleRegionalizedPrivateEndpointSettingApiRequest) Execute() (*ProjectSettingItem, *http.Response, error) + type TriggerIngestionPipelineRequest struct + DatasetRetentionPolicy *DatasetRetentionPolicy + SnapshotId string + func NewTriggerIngestionPipelineRequest(snapshotId string) *TriggerIngestionPipelineRequest + func NewTriggerIngestionPipelineRequestWithDefaults() *TriggerIngestionPipelineRequest + func (o *TriggerIngestionPipelineRequest) GetDatasetRetentionPolicy() DatasetRetentionPolicy + func (o *TriggerIngestionPipelineRequest) GetDatasetRetentionPolicyOk() (*DatasetRetentionPolicy, bool) + func (o *TriggerIngestionPipelineRequest) GetSnapshotId() string + func (o *TriggerIngestionPipelineRequest) GetSnapshotIdOk() (*string, bool) + func (o *TriggerIngestionPipelineRequest) HasDatasetRetentionPolicy() bool + func (o *TriggerIngestionPipelineRequest) SetDatasetRetentionPolicy(v DatasetRetentionPolicy) + func (o *TriggerIngestionPipelineRequest) SetSnapshotId(v string) + func (o TriggerIngestionPipelineRequest) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o TriggerIngestionPipelineRequest) ToMap() (map[string]interface{}, error) + type TriggerSnapshotIngestionApiParams struct + GroupId string + PipelineName string + TriggerIngestionPipelineRequest *TriggerIngestionPipelineRequest + type TriggerSnapshotIngestionApiRequest struct + ApiService DataLakePipelinesApi + func (r TriggerSnapshotIngestionApiRequest) Execute() (*IngestionPipelineRun, *http.Response, error) + type UpdateAlertConfigurationApiParams struct + AlertConfigId string + GroupAlertsConfig *GroupAlertsConfig + GroupId string + type UpdateAlertConfigurationApiRequest struct + ApiService AlertConfigurationsApi + func (r UpdateAlertConfigurationApiRequest) Execute() (*GroupAlertsConfig, *http.Response, error) + type UpdateApiKeyApiParams struct + ApiUserId string + OrgId string + UpdateAtlasOrganizationApiKey *UpdateAtlasOrganizationApiKey + type UpdateApiKeyApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r UpdateApiKeyApiRequest) Execute() (*ApiKeyUserDetails, *http.Response, error) + type UpdateApiKeyRolesApiParams struct + ApiUserId string + GroupId string + IncludeCount *bool + ItemsPerPage *int + PageNum *int + UpdateAtlasProjectApiKey *UpdateAtlasProjectApiKey + type UpdateApiKeyRolesApiRequest struct + ApiService ProgrammaticAPIKeysApi + func (r UpdateApiKeyRolesApiRequest) Execute() (*ApiKeyUserDetails, *http.Response, error) + func (r UpdateApiKeyRolesApiRequest) IncludeCount(includeCount bool) UpdateApiKeyRolesApiRequest + func (r UpdateApiKeyRolesApiRequest) ItemsPerPage(itemsPerPage int) UpdateApiKeyRolesApiRequest + func (r UpdateApiKeyRolesApiRequest) PageNum(pageNum int) UpdateApiKeyRolesApiRequest + type UpdateAtlasOrganizationApiKey struct + Desc *string + Roles *[]string + func NewUpdateAtlasOrganizationApiKey() *UpdateAtlasOrganizationApiKey + func NewUpdateAtlasOrganizationApiKeyWithDefaults() *UpdateAtlasOrganizationApiKey + func (o *UpdateAtlasOrganizationApiKey) GetDesc() string + func (o *UpdateAtlasOrganizationApiKey) GetDescOk() (*string, bool) + func (o *UpdateAtlasOrganizationApiKey) GetRoles() []string + func (o *UpdateAtlasOrganizationApiKey) GetRolesOk() (*[]string, bool) + func (o *UpdateAtlasOrganizationApiKey) HasDesc() bool + func (o *UpdateAtlasOrganizationApiKey) HasRoles() bool + func (o *UpdateAtlasOrganizationApiKey) SetDesc(v string) + func (o *UpdateAtlasOrganizationApiKey) SetRoles(v []string) + func (o UpdateAtlasOrganizationApiKey) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UpdateAtlasOrganizationApiKey) ToMap() (map[string]interface{}, error) + type UpdateAtlasProjectApiKey struct + Desc *string + Roles *[]string + func NewUpdateAtlasProjectApiKey() *UpdateAtlasProjectApiKey + func NewUpdateAtlasProjectApiKeyWithDefaults() *UpdateAtlasProjectApiKey + func (o *UpdateAtlasProjectApiKey) GetDesc() string + func (o *UpdateAtlasProjectApiKey) GetDescOk() (*string, bool) + func (o *UpdateAtlasProjectApiKey) GetRoles() []string + func (o *UpdateAtlasProjectApiKey) GetRolesOk() (*[]string, bool) + func (o *UpdateAtlasProjectApiKey) HasDesc() bool + func (o *UpdateAtlasProjectApiKey) HasRoles() bool + func (o *UpdateAtlasProjectApiKey) SetDesc(v string) + func (o *UpdateAtlasProjectApiKey) SetRoles(v []string) + func (o UpdateAtlasProjectApiKey) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UpdateAtlasProjectApiKey) ToMap() (map[string]interface{}, error) + type UpdateAtlasSearchDeploymentApiParams struct + ApiSearchDeploymentRequest *ApiSearchDeploymentRequest + ClusterName string + GroupId string + type UpdateAtlasSearchDeploymentApiRequest struct + ApiService AtlasSearchApi + func (r UpdateAtlasSearchDeploymentApiRequest) Execute() (*ApiSearchDeploymentResponse, *http.Response, error) + type UpdateAtlasSearchIndexApiParams struct + ClusterName string + ClusterSearchIndex *ClusterSearchIndex + GroupId string + IndexId string + type UpdateAtlasSearchIndexApiRequest struct + ApiService AtlasSearchApi + func (r UpdateAtlasSearchIndexApiRequest) Execute() (*ClusterSearchIndex, *http.Response, error) + type UpdateAuditingConfigurationApiParams struct + AuditLog *AuditLog + GroupId string + type UpdateAuditingConfigurationApiRequest struct + ApiService AuditingApi + func (r UpdateAuditingConfigurationApiRequest) Execute() (*AuditLog, *http.Response, error) + type UpdateBackupScheduleApiParams struct + ClusterName string + DiskBackupSnapshotSchedule *DiskBackupSnapshotSchedule + GroupId string + type UpdateBackupScheduleApiRequest struct + ApiService CloudBackupsApi + func (r UpdateBackupScheduleApiRequest) Execute() (*DiskBackupSnapshotSchedule, *http.Response, error) + type UpdateClusterAdvancedConfigurationApiParams struct + ClusterDescriptionProcessArgs *ClusterDescriptionProcessArgs + ClusterName string + GroupId string + type UpdateClusterAdvancedConfigurationApiRequest struct + ApiService ClustersApi + func (r UpdateClusterAdvancedConfigurationApiRequest) Execute() (*ClusterDescriptionProcessArgs, *http.Response, error) + type UpdateClusterApiParams struct + AdvancedClusterDescription *AdvancedClusterDescription + ClusterName string + GroupId string + type UpdateClusterApiRequest struct + ApiService ClustersApi + func (r UpdateClusterApiRequest) Execute() (*AdvancedClusterDescription, *http.Response, error) + type UpdateConnectedOrgConfigApiParams struct + ConnectedOrgConfig *ConnectedOrgConfig + FederationSettingsId string + OrgId string + type UpdateConnectedOrgConfigApiRequest struct + ApiService FederatedAuthenticationApi + func (r UpdateConnectedOrgConfigApiRequest) Execute() (*ConnectedOrgConfig, *http.Response, error) + type UpdateCustomDBRole struct + Actions *[]DatabasePrivilegeAction + InheritedRoles *[]DatabaseInheritedRole + func NewUpdateCustomDBRole() *UpdateCustomDBRole + func NewUpdateCustomDBRoleWithDefaults() *UpdateCustomDBRole + func (o *UpdateCustomDBRole) GetActions() []DatabasePrivilegeAction + func (o *UpdateCustomDBRole) GetActionsOk() (*[]DatabasePrivilegeAction, bool) + func (o *UpdateCustomDBRole) GetInheritedRoles() []DatabaseInheritedRole + func (o *UpdateCustomDBRole) GetInheritedRolesOk() (*[]DatabaseInheritedRole, bool) + func (o *UpdateCustomDBRole) HasActions() bool + func (o *UpdateCustomDBRole) HasInheritedRoles() bool + func (o *UpdateCustomDBRole) SetActions(v []DatabasePrivilegeAction) + func (o *UpdateCustomDBRole) SetInheritedRoles(v []DatabaseInheritedRole) + func (o UpdateCustomDBRole) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UpdateCustomDBRole) ToMap() (map[string]interface{}, error) + type UpdateCustomDatabaseRoleApiParams struct + GroupId string + RoleName string + UpdateCustomDBRole *UpdateCustomDBRole + type UpdateCustomDatabaseRoleApiRequest struct + ApiService CustomDatabaseRolesApi + func (r UpdateCustomDatabaseRoleApiRequest) Execute() (*UserCustomDBRole, *http.Response, error) + type UpdateDataProtectionSettingsApiParams struct + DataProtectionSettings20231001 *DataProtectionSettings20231001 + GroupId string + type UpdateDataProtectionSettingsApiRequest struct + ApiService CloudBackupsApi + func (r UpdateDataProtectionSettingsApiRequest) Execute() (*DataProtectionSettings20231001, *http.Response, error) + type UpdateDatabaseUserApiParams struct + CloudDatabaseUser *CloudDatabaseUser + DatabaseName string + GroupId string + Username string + type UpdateDatabaseUserApiRequest struct + ApiService DatabaseUsersApi + func (r UpdateDatabaseUserApiRequest) Execute() (*CloudDatabaseUser, *http.Response, error) + type UpdateEncryptionAtRestApiParams struct + EncryptionAtRest *EncryptionAtRest + GroupId string + type UpdateEncryptionAtRestApiRequest struct + ApiService EncryptionAtRestUsingCustomerKeyManagementApi + func (r UpdateEncryptionAtRestApiRequest) Execute() (*EncryptionAtRest, *http.Response, error) + type UpdateFederatedDatabaseApiParams struct + DataLakeTenant *DataLakeTenant + GroupId string + SkipRoleValidation *bool + TenantName string + type UpdateFederatedDatabaseApiRequest struct + ApiService DataFederationApi + func (r UpdateFederatedDatabaseApiRequest) Execute() (*DataLakeTenant, *http.Response, error) + func (r UpdateFederatedDatabaseApiRequest) SkipRoleValidation(skipRoleValidation bool) UpdateFederatedDatabaseApiRequest + type UpdateGroupRolesForUser struct + GroupRoles *[]string + Links *[]Link + func NewUpdateGroupRolesForUser() *UpdateGroupRolesForUser + func NewUpdateGroupRolesForUserWithDefaults() *UpdateGroupRolesForUser + func (o *UpdateGroupRolesForUser) GetGroupRoles() []string + func (o *UpdateGroupRolesForUser) GetGroupRolesOk() (*[]string, bool) + func (o *UpdateGroupRolesForUser) GetLinks() []Link + func (o *UpdateGroupRolesForUser) GetLinksOk() (*[]Link, bool) + func (o *UpdateGroupRolesForUser) HasGroupRoles() bool + func (o *UpdateGroupRolesForUser) HasLinks() bool + func (o *UpdateGroupRolesForUser) SetGroupRoles(v []string) + func (o *UpdateGroupRolesForUser) SetLinks(v []Link) + func (o UpdateGroupRolesForUser) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UpdateGroupRolesForUser) ToMap() (map[string]interface{}, error) + type UpdateIdentityProviderApiParams struct + FederationIdentityProviderUpdate *FederationIdentityProviderUpdate + FederationSettingsId string + IdentityProviderId string + type UpdateIdentityProviderApiRequest struct + ApiService FederatedAuthenticationApi + func (r UpdateIdentityProviderApiRequest) Execute() (*FederationIdentityProvider, *http.Response, error) + type UpdateLegacySnapshotRetentionApiParams struct + BackupSnapshot *BackupSnapshot + ClusterName string + GroupId string + SnapshotId string + type UpdateLegacySnapshotRetentionApiRequest struct + ApiService LegacyBackupApi + func (r UpdateLegacySnapshotRetentionApiRequest) Execute() (*BackupSnapshot, *http.Response, error) + type UpdateLegacySnapshotScheduleApiParams struct + ApiAtlasSnapshotSchedule *ApiAtlasSnapshotSchedule + ClusterName string + GroupId string + type UpdateLegacySnapshotScheduleApiRequest struct + ApiService LegacyBackupApi + func (r UpdateLegacySnapshotScheduleApiRequest) Execute() (*ApiAtlasSnapshotSchedule, *http.Response, error) + type UpdateMaintenanceWindowApiParams struct + GroupId string + GroupMaintenanceWindow *GroupMaintenanceWindow + type UpdateMaintenanceWindowApiRequest struct + ApiService MaintenanceWindowsApi + func (r UpdateMaintenanceWindowApiRequest) Execute() (map[string]interface{}, *http.Response, error) + type UpdateOnlineArchiveApiParams struct + ArchiveId string + BackupOnlineArchive *BackupOnlineArchive + ClusterName string + GroupId string + type UpdateOnlineArchiveApiRequest struct + ApiService OnlineArchiveApi + func (r UpdateOnlineArchiveApiRequest) Execute() (*BackupOnlineArchive, *http.Response, error) + type UpdateOrgRolesForUser struct + Links *[]Link + OrgRoles *[]string + func NewUpdateOrgRolesForUser() *UpdateOrgRolesForUser + func NewUpdateOrgRolesForUserWithDefaults() *UpdateOrgRolesForUser + func (o *UpdateOrgRolesForUser) GetLinks() []Link + func (o *UpdateOrgRolesForUser) GetLinksOk() (*[]Link, bool) + func (o *UpdateOrgRolesForUser) GetOrgRoles() []string + func (o *UpdateOrgRolesForUser) GetOrgRolesOk() (*[]string, bool) + func (o *UpdateOrgRolesForUser) HasLinks() bool + func (o *UpdateOrgRolesForUser) HasOrgRoles() bool + func (o *UpdateOrgRolesForUser) SetLinks(v []Link) + func (o *UpdateOrgRolesForUser) SetOrgRoles(v []string) + func (o UpdateOrgRolesForUser) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UpdateOrgRolesForUser) ToMap() (map[string]interface{}, error) + type UpdateOrganizationInvitationApiParams struct + OrgId string + OrganizationInvitationRequest *OrganizationInvitationRequest + type UpdateOrganizationInvitationApiRequest struct + ApiService OrganizationsApi + func (r UpdateOrganizationInvitationApiRequest) Execute() (*OrganizationInvitation, *http.Response, error) + type UpdateOrganizationInvitationByIdApiParams struct + InvitationId string + OrgId string + OrganizationInvitationUpdateRequest *OrganizationInvitationUpdateRequest + type UpdateOrganizationInvitationByIdApiRequest struct + ApiService OrganizationsApi + func (r UpdateOrganizationInvitationByIdApiRequest) Execute() (*OrganizationInvitation, *http.Response, error) + type UpdateOrganizationRolesApiParams struct + OrgId string + UpdateOrgRolesForUser *UpdateOrgRolesForUser + UserId string + type UpdateOrganizationRolesApiRequest struct + ApiService OrganizationsApi + func (r UpdateOrganizationRolesApiRequest) Execute() (*UpdateOrgRolesForUser, *http.Response, error) + type UpdateOrganizationSettingsApiParams struct + OrgId string + OrganizationSettings *OrganizationSettings + type UpdateOrganizationSettingsApiRequest struct + ApiService OrganizationsApi + func (r UpdateOrganizationSettingsApiRequest) Execute() (*OrganizationSettings, *http.Response, error) + type UpdatePeeringConnectionApiParams struct + BaseNetworkPeeringConnectionSettings *BaseNetworkPeeringConnectionSettings + GroupId string + PeerId string + type UpdatePeeringConnectionApiRequest struct + ApiService NetworkPeeringApi + func (r UpdatePeeringConnectionApiRequest) Execute() (*BaseNetworkPeeringConnectionSettings, *http.Response, error) + type UpdatePeeringContainerApiParams struct + CloudProviderContainer *CloudProviderContainer + ContainerId string + GroupId string + type UpdatePeeringContainerApiRequest struct + ApiService NetworkPeeringApi + func (r UpdatePeeringContainerApiRequest) Execute() (*CloudProviderContainer, *http.Response, error) + type UpdatePipelineApiParams struct + DataLakeIngestionPipeline *DataLakeIngestionPipeline + GroupId string + PipelineName string + type UpdatePipelineApiRequest struct + ApiService DataLakePipelinesApi + func (r UpdatePipelineApiRequest) Execute() (*DataLakeIngestionPipeline, *http.Response, error) + type UpdateProjectApiParams struct + GroupId string + GroupName *GroupName + type UpdateProjectApiRequest struct + ApiService ProjectsApi + func (r UpdateProjectApiRequest) Execute() (*Group, *http.Response, error) + type UpdateProjectInvitationApiParams struct + GroupId string + GroupInvitationRequest *GroupInvitationRequest + type UpdateProjectInvitationApiRequest struct + ApiService ProjectsApi + func (r UpdateProjectInvitationApiRequest) Execute() (*GroupInvitation, *http.Response, error) + type UpdateProjectInvitationByIdApiParams struct + GroupId string + GroupInvitationUpdateRequest *GroupInvitationUpdateRequest + InvitationId string + type UpdateProjectInvitationByIdApiRequest struct + ApiService ProjectsApi + func (r UpdateProjectInvitationByIdApiRequest) Execute() (*GroupInvitation, *http.Response, error) + type UpdateProjectRolesApiParams struct + GroupId string + UpdateGroupRolesForUser *UpdateGroupRolesForUser + UserId string + type UpdateProjectRolesApiRequest struct + ApiService ProjectsApi + func (r UpdateProjectRolesApiRequest) Execute() (*UpdateGroupRolesForUser, *http.Response, error) + type UpdateProjectSettingsApiParams struct + GroupId string + GroupSettings *GroupSettings + type UpdateProjectSettingsApiRequest struct + ApiService ProjectsApi + func (r UpdateProjectSettingsApiRequest) Execute() (*GroupSettings, *http.Response, error) + type UpdatePushBasedLogConfigurationApiParams struct + GroupId string + PushBasedLogExportProject *PushBasedLogExportProject + type UpdatePushBasedLogConfigurationApiRequest struct + ApiService PushBasedLogExportApi + func (r UpdatePushBasedLogConfigurationApiRequest) Execute() (*http.Response, error) + type UpdateRoleMappingApiParams struct + AuthFederationRoleMapping *AuthFederationRoleMapping + FederationSettingsId string + Id string + OrgId string + type UpdateRoleMappingApiRequest struct + ApiService FederatedAuthenticationApi + func (r UpdateRoleMappingApiRequest) Execute() (*AuthFederationRoleMapping, *http.Response, error) + type UpdateServerlessInstanceApiParams struct + GroupId string + Name string + ServerlessInstanceDescriptionUpdate *ServerlessInstanceDescriptionUpdate + type UpdateServerlessInstanceApiRequest struct + ApiService ServerlessInstancesApi + func (r UpdateServerlessInstanceApiRequest) Execute() (*ServerlessInstanceDescription, *http.Response, error) + type UpdateServerlessPrivateEndpointApiParams struct + EndpointId string + GroupId string + InstanceName string + ServerlessTenantEndpointUpdate *ServerlessTenantEndpointUpdate + type UpdateServerlessPrivateEndpointApiRequest struct + ApiService ServerlessPrivateEndpointsApi + func (r UpdateServerlessPrivateEndpointApiRequest) Execute() (*ServerlessTenantEndpoint, *http.Response, error) + type UpdateSnapshotRetentionApiParams struct + BackupSnapshotRetention *BackupSnapshotRetention + ClusterName string + GroupId string + SnapshotId string + type UpdateSnapshotRetentionApiRequest struct + ApiService CloudBackupsApi + func (r UpdateSnapshotRetentionApiRequest) Execute() (*DiskBackupReplicaSet, *http.Response, error) + type UpdateStreamConnectionApiParams struct + ConnectionName string + GroupId string + StreamsConnection *StreamsConnection + TenantName string + type UpdateStreamConnectionApiRequest struct + ApiService StreamsApi + func (r UpdateStreamConnectionApiRequest) Execute() (*StreamsConnection, *http.Response, error) + type UpdateStreamInstanceApiParams struct + GroupId string + StreamsDataProcessRegion *StreamsDataProcessRegion + TenantName string + type UpdateStreamInstanceApiRequest struct + ApiService StreamsApi + func (r UpdateStreamInstanceApiRequest) Execute() (*StreamsTenant, *http.Response, error) + type UpdateTeamRolesApiParams struct + GroupId string + TeamId string + TeamRole *TeamRole + type UpdateTeamRolesApiRequest struct + ApiService TeamsApi + func (r UpdateTeamRolesApiRequest) Execute() (*PaginatedTeamRole, *http.Response, error) + type UpdateThirdPartyIntegrationApiParams struct + GroupId string + IncludeCount *bool + IntegrationType string + ItemsPerPage *int + PageNum *int + ThridPartyIntegration *ThridPartyIntegration + type UpdateThirdPartyIntegrationApiRequest struct + ApiService ThirdPartyIntegrationsApi + func (r UpdateThirdPartyIntegrationApiRequest) Execute() (*PaginatedIntegration, *http.Response, error) + func (r UpdateThirdPartyIntegrationApiRequest) IncludeCount(includeCount bool) UpdateThirdPartyIntegrationApiRequest + func (r UpdateThirdPartyIntegrationApiRequest) ItemsPerPage(itemsPerPage int) UpdateThirdPartyIntegrationApiRequest + func (r UpdateThirdPartyIntegrationApiRequest) PageNum(pageNum int) UpdateThirdPartyIntegrationApiRequest + type UpgradeSharedClusterApiParams struct + GroupId string + LegacyAtlasTenantClusterUpgradeRequest *LegacyAtlasTenantClusterUpgradeRequest + type UpgradeSharedClusterApiRequest struct + ApiService ClustersApi + func (r UpgradeSharedClusterApiRequest) Execute() (*LegacyAtlasCluster, *http.Response, error) + type UpgradeSharedClusterToServerlessApiParams struct + GroupId string + ServerlessInstanceDescription *ServerlessInstanceDescription + type UpgradeSharedClusterToServerlessApiRequest struct + ApiService ClustersApi + func (r UpgradeSharedClusterToServerlessApiRequest) Execute() (*ServerlessInstanceDescription, *http.Response, error) + type UserAccessList struct + CidrBlock *string + Count *int + Created *time.Time + IpAddress *string + LastUsed *time.Time + LastUsedAddress *string + Links *[]Link + func NewUserAccessList() *UserAccessList + func NewUserAccessListWithDefaults() *UserAccessList + func (o *UserAccessList) GetCidrBlock() string + func (o *UserAccessList) GetCidrBlockOk() (*string, bool) + func (o *UserAccessList) GetCount() int + func (o *UserAccessList) GetCountOk() (*int, bool) + func (o *UserAccessList) GetCreated() time.Time + func (o *UserAccessList) GetCreatedOk() (*time.Time, bool) + func (o *UserAccessList) GetIpAddress() string + func (o *UserAccessList) GetIpAddressOk() (*string, bool) + func (o *UserAccessList) GetLastUsed() time.Time + func (o *UserAccessList) GetLastUsedAddress() string + func (o *UserAccessList) GetLastUsedAddressOk() (*string, bool) + func (o *UserAccessList) GetLastUsedOk() (*time.Time, bool) + func (o *UserAccessList) GetLinks() []Link + func (o *UserAccessList) GetLinksOk() (*[]Link, bool) + func (o *UserAccessList) HasCidrBlock() bool + func (o *UserAccessList) HasCount() bool + func (o *UserAccessList) HasCreated() bool + func (o *UserAccessList) HasIpAddress() bool + func (o *UserAccessList) HasLastUsed() bool + func (o *UserAccessList) HasLastUsedAddress() bool + func (o *UserAccessList) HasLinks() bool + func (o *UserAccessList) SetCidrBlock(v string) + func (o *UserAccessList) SetCount(v int) + func (o *UserAccessList) SetCreated(v time.Time) + func (o *UserAccessList) SetIpAddress(v string) + func (o *UserAccessList) SetLastUsed(v time.Time) + func (o *UserAccessList) SetLastUsedAddress(v string) + func (o *UserAccessList) SetLinks(v []Link) + func (o UserAccessList) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UserAccessList) ToMap() (map[string]interface{}, error) + type UserAccessRoleAssignment struct + ApiUserId *string + Roles *[]string + func NewUserAccessRoleAssignment() *UserAccessRoleAssignment + func NewUserAccessRoleAssignmentWithDefaults() *UserAccessRoleAssignment + func (o *UserAccessRoleAssignment) GetApiUserId() string + func (o *UserAccessRoleAssignment) GetApiUserIdOk() (*string, bool) + func (o *UserAccessRoleAssignment) GetRoles() []string + func (o *UserAccessRoleAssignment) GetRolesOk() (*[]string, bool) + func (o *UserAccessRoleAssignment) HasApiUserId() bool + func (o *UserAccessRoleAssignment) HasRoles() bool + func (o *UserAccessRoleAssignment) SetApiUserId(v string) + func (o *UserAccessRoleAssignment) SetRoles(v []string) + func (o UserAccessRoleAssignment) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UserAccessRoleAssignment) ToMap() (map[string]interface{}, error) + type UserCert struct + CreatedAt *time.Time + GroupId *string + Id *int64 + Links *[]Link + MonthsUntilExpiration *int + NotAfter *time.Time + Subject *string + func NewUserCert() *UserCert + func NewUserCertWithDefaults() *UserCert + func (o *UserCert) GetCreatedAt() time.Time + func (o *UserCert) GetCreatedAtOk() (*time.Time, bool) + func (o *UserCert) GetGroupId() string + func (o *UserCert) GetGroupIdOk() (*string, bool) + func (o *UserCert) GetId() int64 + func (o *UserCert) GetIdOk() (*int64, bool) + func (o *UserCert) GetLinks() []Link + func (o *UserCert) GetLinksOk() (*[]Link, bool) + func (o *UserCert) GetMonthsUntilExpiration() int + func (o *UserCert) GetMonthsUntilExpirationOk() (*int, bool) + func (o *UserCert) GetNotAfter() time.Time + func (o *UserCert) GetNotAfterOk() (*time.Time, bool) + func (o *UserCert) GetSubject() string + func (o *UserCert) GetSubjectOk() (*string, bool) + func (o *UserCert) HasCreatedAt() bool + func (o *UserCert) HasGroupId() bool + func (o *UserCert) HasId() bool + func (o *UserCert) HasLinks() bool + func (o *UserCert) HasMonthsUntilExpiration() bool + func (o *UserCert) HasNotAfter() bool + func (o *UserCert) HasSubject() bool + func (o *UserCert) SetCreatedAt(v time.Time) + func (o *UserCert) SetGroupId(v string) + func (o *UserCert) SetId(v int64) + func (o *UserCert) SetLinks(v []Link) + func (o *UserCert) SetMonthsUntilExpiration(v int) + func (o *UserCert) SetNotAfter(v time.Time) + func (o *UserCert) SetSubject(v string) + func (o UserCert) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UserCert) ToMap() (map[string]interface{}, error) + type UserCustomDBRole struct + Actions *[]DatabasePrivilegeAction + InheritedRoles *[]DatabaseInheritedRole + RoleName string + func NewUserCustomDBRole(roleName string) *UserCustomDBRole + func NewUserCustomDBRoleWithDefaults() *UserCustomDBRole + func (o *UserCustomDBRole) GetActions() []DatabasePrivilegeAction + func (o *UserCustomDBRole) GetActionsOk() (*[]DatabasePrivilegeAction, bool) + func (o *UserCustomDBRole) GetInheritedRoles() []DatabaseInheritedRole + func (o *UserCustomDBRole) GetInheritedRolesOk() (*[]DatabaseInheritedRole, bool) + func (o *UserCustomDBRole) GetRoleName() string + func (o *UserCustomDBRole) GetRoleNameOk() (*string, bool) + func (o *UserCustomDBRole) HasActions() bool + func (o *UserCustomDBRole) HasInheritedRoles() bool + func (o *UserCustomDBRole) SetActions(v []DatabasePrivilegeAction) + func (o *UserCustomDBRole) SetInheritedRoles(v []DatabaseInheritedRole) + func (o *UserCustomDBRole) SetRoleName(v string) + func (o UserCustomDBRole) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UserCustomDBRole) ToMap() (map[string]interface{}, error) + type UserScope struct + Name string + Type string + func NewUserScope(name string, type_ string) *UserScope + func NewUserScopeWithDefaults() *UserScope + func (o *UserScope) GetName() string + func (o *UserScope) GetNameOk() (*string, bool) + func (o *UserScope) GetType() string + func (o *UserScope) GetTypeOk() (*string, bool) + func (o *UserScope) SetName(v string) + func (o *UserScope) SetType(v string) + func (o UserScope) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UserScope) ToMap() (map[string]interface{}, error) + type UserSecurity struct + CustomerX509 *DBUserTLSX509Settings + Ldap *LDAPSecuritySettings + Links *[]Link + func NewUserSecurity() *UserSecurity + func NewUserSecurityWithDefaults() *UserSecurity + func (o *UserSecurity) GetCustomerX509() DBUserTLSX509Settings + func (o *UserSecurity) GetCustomerX509Ok() (*DBUserTLSX509Settings, bool) + func (o *UserSecurity) GetLdap() LDAPSecuritySettings + func (o *UserSecurity) GetLdapOk() (*LDAPSecuritySettings, bool) + func (o *UserSecurity) GetLinks() []Link + func (o *UserSecurity) GetLinksOk() (*[]Link, bool) + func (o *UserSecurity) HasCustomerX509() bool + func (o *UserSecurity) HasLdap() bool + func (o *UserSecurity) HasLinks() bool + func (o *UserSecurity) SetCustomerX509(v DBUserTLSX509Settings) + func (o *UserSecurity) SetLdap(v LDAPSecuritySettings) + func (o *UserSecurity) SetLinks(v []Link) + func (o UserSecurity) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UserSecurity) ToMap() (map[string]interface{}, error) + type UserToDNMapping struct + LdapQuery *string + Match string + Substitution *string + func NewUserToDNMapping(match string) *UserToDNMapping + func NewUserToDNMappingWithDefaults() *UserToDNMapping + func (o *UserToDNMapping) GetLdapQuery() string + func (o *UserToDNMapping) GetLdapQueryOk() (*string, bool) + func (o *UserToDNMapping) GetMatch() string + func (o *UserToDNMapping) GetMatchOk() (*string, bool) + func (o *UserToDNMapping) GetSubstitution() string + func (o *UserToDNMapping) GetSubstitutionOk() (*string, bool) + func (o *UserToDNMapping) HasLdapQuery() bool + func (o *UserToDNMapping) HasSubstitution() bool + func (o *UserToDNMapping) SetLdapQuery(v string) + func (o *UserToDNMapping) SetMatch(v string) + func (o *UserToDNMapping) SetSubstitution(v string) + func (o UserToDNMapping) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o UserToDNMapping) ToMap() (map[string]interface{}, error) + type ValidateMigrationApiParams struct + GroupId string + LiveMigrationRequest *LiveMigrationRequest + type ValidateMigrationApiRequest struct + ApiService CloudMigrationServiceApi + func (r ValidateMigrationApiRequest) Execute() (*LiveImportValidation, *http.Response, error) + type VerifyConnectViaPeeringOnlyModeForOneProjectApiParams struct + GroupId string + type VerifyConnectViaPeeringOnlyModeForOneProjectApiRequest struct + ApiService NetworkPeeringApi + func (r VerifyConnectViaPeeringOnlyModeForOneProjectApiRequest) Execute() (*PrivateIPMode, *http.Response, error) + type VerifyLDAPConfigurationApiParams struct + GroupId string + LDAPVerifyConnectivityJobRequestParams *LDAPVerifyConnectivityJobRequestParams + type VerifyLDAPConfigurationApiRequest struct + ApiService LDAPConfigurationApi + func (r VerifyLDAPConfigurationApiRequest) Execute() (*LDAPVerifyConnectivityJobRequest, *http.Response, error) + type X509AuthenticationApi interface + CreateDatabaseUserCertificate func(ctx context.Context, groupId string, username string, userCert *UserCert) CreateDatabaseUserCertificateApiRequest + CreateDatabaseUserCertificateExecute func(r CreateDatabaseUserCertificateApiRequest) (string, *http.Response, error) + CreateDatabaseUserCertificateWithParams func(ctx context.Context, args *CreateDatabaseUserCertificateApiParams) CreateDatabaseUserCertificateApiRequest + DisableCustomerManagedX509 func(ctx context.Context, groupId string) DisableCustomerManagedX509ApiRequest + DisableCustomerManagedX509Execute func(r DisableCustomerManagedX509ApiRequest) (*UserSecurity, *http.Response, error) + DisableCustomerManagedX509WithParams func(ctx context.Context, args *DisableCustomerManagedX509ApiParams) DisableCustomerManagedX509ApiRequest + ListDatabaseUserCertificates func(ctx context.Context, groupId string, username string) ListDatabaseUserCertificatesApiRequest + ListDatabaseUserCertificatesExecute func(r ListDatabaseUserCertificatesApiRequest) (*PaginatedUserCert, *http.Response, error) + ListDatabaseUserCertificatesWithParams func(ctx context.Context, args *ListDatabaseUserCertificatesApiParams) ListDatabaseUserCertificatesApiRequest + type X509AuthenticationApiService service + func (a *X509AuthenticationApiService) CreateDatabaseUserCertificate(ctx context.Context, groupId string, username string, userCert *UserCert) CreateDatabaseUserCertificateApiRequest + func (a *X509AuthenticationApiService) CreateDatabaseUserCertificateExecute(r CreateDatabaseUserCertificateApiRequest) (string, *http.Response, error) + func (a *X509AuthenticationApiService) CreateDatabaseUserCertificateWithParams(ctx context.Context, args *CreateDatabaseUserCertificateApiParams) CreateDatabaseUserCertificateApiRequest + func (a *X509AuthenticationApiService) DisableCustomerManagedX509(ctx context.Context, groupId string) DisableCustomerManagedX509ApiRequest + func (a *X509AuthenticationApiService) DisableCustomerManagedX509Execute(r DisableCustomerManagedX509ApiRequest) (*UserSecurity, *http.Response, error) + func (a *X509AuthenticationApiService) DisableCustomerManagedX509WithParams(ctx context.Context, args *DisableCustomerManagedX509ApiParams) DisableCustomerManagedX509ApiRequest + func (a *X509AuthenticationApiService) ListDatabaseUserCertificates(ctx context.Context, groupId string, username string) ListDatabaseUserCertificatesApiRequest + func (a *X509AuthenticationApiService) ListDatabaseUserCertificatesExecute(r ListDatabaseUserCertificatesApiRequest) (*PaginatedUserCert, *http.Response, error) + func (a *X509AuthenticationApiService) ListDatabaseUserCertificatesWithParams(ctx context.Context, args *ListDatabaseUserCertificatesApiParams) ListDatabaseUserCertificatesApiRequest + type X509Certificate struct + NotAfter *time.Time + NotBefore *time.Time + func NewX509Certificate() *X509Certificate + func NewX509CertificateWithDefaults() *X509Certificate + func (o *X509Certificate) GetNotAfter() time.Time + func (o *X509Certificate) GetNotAfterOk() (*time.Time, bool) + func (o *X509Certificate) GetNotBefore() time.Time + func (o *X509Certificate) GetNotBeforeOk() (*time.Time, bool) + func (o *X509Certificate) HasNotAfter() bool + func (o *X509Certificate) HasNotBefore() bool + func (o *X509Certificate) SetNotAfter(v time.Time) + func (o *X509Certificate) SetNotBefore(v time.Time) + func (o X509Certificate) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o X509Certificate) ToMap() (map[string]interface{}, error) + type X509CertificateUpdate struct + Content *string + NotAfter *time.Time + NotBefore *time.Time + func NewX509CertificateUpdate() *X509CertificateUpdate + func NewX509CertificateUpdateWithDefaults() *X509CertificateUpdate + func (o *X509CertificateUpdate) GetContent() string + func (o *X509CertificateUpdate) GetContentOk() (*string, bool) + func (o *X509CertificateUpdate) GetNotAfter() time.Time + func (o *X509CertificateUpdate) GetNotAfterOk() (*time.Time, bool) + func (o *X509CertificateUpdate) GetNotBefore() time.Time + func (o *X509CertificateUpdate) GetNotBeforeOk() (*time.Time, bool) + func (o *X509CertificateUpdate) HasContent() bool + func (o *X509CertificateUpdate) HasNotAfter() bool + func (o *X509CertificateUpdate) HasNotBefore() bool + func (o *X509CertificateUpdate) SetContent(v string) + func (o *X509CertificateUpdate) SetNotAfter(v time.Time) + func (o *X509CertificateUpdate) SetNotBefore(v time.Time) + func (o X509CertificateUpdate) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o X509CertificateUpdate) ToMap() (map[string]interface{}, error) + type ZoneMapping struct + Location string + Zone string + func NewZoneMapping(location string, zone string) *ZoneMapping + func NewZoneMappingWithDefaults() *ZoneMapping + func (o *ZoneMapping) GetLocation() string + func (o *ZoneMapping) GetLocationOk() (*string, bool) + func (o *ZoneMapping) GetZone() string + func (o *ZoneMapping) GetZoneOk() (*string, bool) + func (o *ZoneMapping) SetLocation(v string) + func (o *ZoneMapping) SetZone(v string) + func (o ZoneMapping) MarshalJSONWithoutReadOnly() ([]byte, error) + func (o ZoneMapping) ToMap() (map[string]interface{}, error) Other modules containing this package go.mongodb.org/atlas-sdk go.mongodb.org/atlas-sdk/v20230201001 go.mongodb.org/atlas-sdk/v20230201002 go.mongodb.org/atlas-sdk/v20230201003 go.mongodb.org/atlas-sdk/v20230201004 go.mongodb.org/atlas-sdk/v20230201005 go.mongodb.org/atlas-sdk/v20230201006 go.mongodb.org/atlas-sdk/v20230201007 go.mongodb.org/atlas-sdk/v20230201008 go.mongodb.org/atlas-sdk/v20231001001 go.mongodb.org/atlas-sdk/v20231001002 go.mongodb.org/atlas-sdk/v20231115001 go.mongodb.org/atlas-sdk/v20231115002 go.mongodb.org/atlas-sdk/v20231115003 go.mongodb.org/atlas-sdk/v20231115004 go.mongodb.org/atlas-sdk/v20231115006 go.mongodb.org/atlas-sdk/v20231115007 go.mongodb.org/atlas-sdk/v20231115008 go.mongodb.org/atlas-sdk/v20231115009 go.mongodb.org/atlas-sdk/v20231115010 go.mongodb.org/atlas-sdk/v20231115011 go.mongodb.org/atlas-sdk/v20231115012 go.mongodb.org/atlas-sdk/v20231115013 go.mongodb.org/atlas-sdk/v20231115014 go.mongodb.org/atlas-sdk/v20240530001 go.mongodb.org/atlas-sdk/v20240530002 go.mongodb.org/atlas-sdk/v20240530003 go.mongodb.org/atlas-sdk/v20240530004 go.mongodb.org/atlas-sdk/v20240530005 go.mongodb.org/atlas-sdk/v20240805001 go.mongodb.org/atlas-sdk/v20240805002 go.mongodb.org/atlas-sdk/v20240805003 go.mongodb.org/atlas-sdk/v20240805004 go.mongodb.org/atlas-sdk/v20240805005 go.mongodb.org/atlas-sdk/v20241023001 go.mongodb.org/atlas-sdk/v20241023002