Klasse AdminIgnite

java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.AdminIgnite

@Generated("io.github.primelib.primecodegen") public class AdminIgnite extends Object
AdminIgnite

Used to hold the information about the Ignite settings of an API Gateway cluster

  • Felddetails

    • communicationPort

      protected String communicationPort
      the communication port for Ignite clustering
    • discoveryPort

      protected String discoveryPort
      the discovery port for Ignite clustering
    • hostNames

      protected String hostNames
      comma-separated list of host names for Ignite clustering
    • k8SDiscoveryMode

      protected String k8SDiscoveryMode
      the Kubernetes discovery mode for ignite clustering
    • k8SNamespace

      protected String k8SNamespace
      the Kubernetes namespace name for Ignite clustering
    • k8SServiceName

      protected String k8SServiceName
      the Kubernetes service name for Ignite clustering
    • portRange

      protected Integer portRange
      the size of the port ranges for Ignite clustering
  • Konstruktordetails

    • AdminIgnite

      public AdminIgnite(Consumer<AdminIgnite> spec)
      Constructs a validated instance of AdminIgnite.
      Parameter:
      spec - the specification to process
    • AdminIgnite

      @Internal public AdminIgnite(String communicationPort, String discoveryPort, String hostNames, String k8SDiscoveryMode, String k8SNamespace, String k8SServiceName, Integer portRange)
      Constructs a validated instance of AdminIgnite.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using AdminIgnite(Consumer) instead.

      Parameter:
      communicationPort - the communication port for Ignite clustering
      discoveryPort - the discovery port for Ignite clustering
      hostNames - comma-separated list of host names for Ignite clustering
      k8SDiscoveryMode - the Kubernetes discovery mode for ignite clustering
      k8SNamespace - the Kubernetes namespace name for Ignite clustering
      k8SServiceName - the Kubernetes service name for Ignite clustering
      portRange - the size of the port ranges for Ignite clustering
    • AdminIgnite

      protected AdminIgnite()
  • Methodendetails

    • communicationPort

      public String communicationPort()
      the communication port for Ignite clustering
    • discoveryPort

      public String discoveryPort()
      the discovery port for Ignite clustering
    • hostNames

      public String hostNames()
      comma-separated list of host names for Ignite clustering
    • k8SDiscoveryMode

      public String k8SDiscoveryMode()
      the Kubernetes discovery mode for ignite clustering
    • k8SNamespace

      public String k8SNamespace()
      the Kubernetes namespace name for Ignite clustering
    • k8SServiceName

      public String k8SServiceName()
      the Kubernetes service name for Ignite clustering
    • portRange

      public Integer portRange()
      the size of the port ranges for Ignite clustering
    • communicationPort

      public AdminIgnite communicationPort(String communicationPort)
      the communication port for Ignite clustering
      Gibt zurück:
      this.
    • discoveryPort

      public AdminIgnite discoveryPort(String discoveryPort)
      the discovery port for Ignite clustering
      Gibt zurück:
      this.
    • hostNames

      public AdminIgnite hostNames(String hostNames)
      comma-separated list of host names for Ignite clustering
      Gibt zurück:
      this.
    • k8SDiscoveryMode

      public AdminIgnite k8SDiscoveryMode(String k8SDiscoveryMode)
      the Kubernetes discovery mode for ignite clustering
      Gibt zurück:
      this.
    • k8SNamespace

      public AdminIgnite k8SNamespace(String k8SNamespace)
      the Kubernetes namespace name for Ignite clustering
      Gibt zurück:
      this.
    • k8SServiceName

      public AdminIgnite k8SServiceName(String k8SServiceName)
      the Kubernetes service name for Ignite clustering
      Gibt zurück:
      this.
    • portRange

      public AdminIgnite portRange(Integer portRange)
      the size of the port ranges for Ignite clustering
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object