Packages

object GeoNode

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoNode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def containerRepositoriesMaxCapacity: SelectionBuilder[GeoNode, Option[Int]]

    The maximum concurrency of container repository sync for this secondary node

  7. def enabled: SelectionBuilder[GeoNode, Option[Boolean]]

    Indicates whether this Geo node is enabled

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def filesMaxCapacity: SelectionBuilder[GeoNode, Option[Int]]

    The maximum concurrency of LFS/attachment backfill for this secondary node

  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def id: SelectionBuilder[GeoNode, String]

    ID of this GeoNode

  14. def internalUrl: SelectionBuilder[GeoNode, Option[String]]

    The URL defined on the primary node that secondary nodes should use to contact it

  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mergeRequestDiffRegistries[A](ids: Option[List[String]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[MergeRequestDiffRegistryConnection, A]): SelectionBuilder[GeoNode, Option[A]]

    Find merge request diff registries on this Geo node

  17. def minimumReverificationInterval: SelectionBuilder[GeoNode, Option[Int]]

    The interval (in days) in which the repository verification is valid.

    The interval (in days) in which the repository verification is valid. Once expired, it will be reverified

  18. def name: SelectionBuilder[GeoNode, Option[String]]

    The unique identifier for this Geo node

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def packageFileRegistries[A](ids: Option[List[String]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[PackageFileRegistryConnection, A]): SelectionBuilder[GeoNode, Option[A]]

    Package file registries of the GeoNode

  23. def primary: SelectionBuilder[GeoNode, Option[Boolean]]

    Indicates whether this Geo node is the primary

  24. def reposMaxCapacity: SelectionBuilder[GeoNode, Option[Int]]

    The maximum concurrency of repository backfill for this secondary node

  25. def selectiveSyncNamespaces[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[NamespaceConnection, A]): SelectionBuilder[GeoNode, Option[A]]

    The namespaces that should be synced, if selective_sync_type == namespaces

  26. def selectiveSyncShards: SelectionBuilder[GeoNode, Option[List[String]]]

    The repository storages whose projects should be synced, if selective_sync_type == shards

  27. def selectiveSyncType: SelectionBuilder[GeoNode, Option[String]]

    Indicates if syncing is limited to only specific groups, or shards

  28. def syncObjectStorage: SelectionBuilder[GeoNode, Option[Boolean]]

    Indicates if this secondary node will replicate blobs in Object Storage

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def terraformStateVersionRegistries[A](ids: Option[List[String]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[TerraformStateVersionRegistryConnection, A]): SelectionBuilder[GeoNode, Option[A]]

    Find terraform state version registries on this Geo node

  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def url: SelectionBuilder[GeoNode, Option[String]]

    The user-facing URL for this Geo node

  33. def verificationMaxCapacity: SelectionBuilder[GeoNode, Option[Int]]

    The maximum concurrency of repository verification for this secondary node

  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped