object GeoNode
- Alphabetic
- By Inheritance
- GeoNode
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
containerRepositoriesMaxCapacity: SelectionBuilder[GeoNode, Option[Int]]
The maximum concurrency of container repository sync for this secondary node
-
def
enabled: SelectionBuilder[GeoNode, Option[Boolean]]
Indicates whether this Geo node is enabled
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
filesMaxCapacity: SelectionBuilder[GeoNode, Option[Int]]
The maximum concurrency of LFS/attachment backfill for this secondary node
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[GeoNode, String]
ID of this GeoNode
-
def
internalUrl: SelectionBuilder[GeoNode, Option[String]]
The URL defined on the primary node that secondary nodes should use to contact it
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
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
-
def
name: SelectionBuilder[GeoNode, Option[String]]
The unique identifier for this Geo node
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
def
primary: SelectionBuilder[GeoNode, Option[Boolean]]
Indicates whether this Geo node is the primary
-
def
reposMaxCapacity: SelectionBuilder[GeoNode, Option[Int]]
The maximum concurrency of repository backfill for this secondary node
-
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 -
def
selectiveSyncShards: SelectionBuilder[GeoNode, Option[List[String]]]
The repository storages whose projects should be synced, if
selective_sync_type==shards -
def
selectiveSyncType: SelectionBuilder[GeoNode, Option[String]]
Indicates if syncing is limited to only specific groups, or shards
-
def
syncObjectStorage: SelectionBuilder[GeoNode, Option[Boolean]]
Indicates if this secondary node will replicate blobs in Object Storage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
url: SelectionBuilder[GeoNode, Option[String]]
The user-facing URL for this Geo node
-
def
verificationMaxCapacity: SelectionBuilder[GeoNode, Option[Int]]
The maximum concurrency of repository verification for this secondary node
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated