Klasse AdminRuntimeConfig

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

@Generated("io.github.primelib.primecodegen") public class AdminRuntimeConfig extends Object
AdminRuntimeConfig
  • Felddetails

    • assetSynchIntervalInSeconds

      protected Long assetSynchIntervalInSeconds
    • capacity

      protected AdminCapacity capacity
    • deploymentType

      protected String deploymentType
    • description

      protected String description
    • heartBeatIntervalInSeconds

      protected Long heartBeatIntervalInSeconds
    • host

      protected String host
    • location

      protected String location
    • metricsSynchIntervalInSeconds

      protected Long metricsSynchIntervalInSeconds
    • region

      protected String region
    • runtimeName

      protected String runtimeName
    • tags

      protected List<String> tags
  • Konstruktordetails

    • AdminRuntimeConfig

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

      @Internal public AdminRuntimeConfig(Long assetSynchIntervalInSeconds, AdminCapacity capacity, String deploymentType, String description, Long heartBeatIntervalInSeconds, String host, String location, Long metricsSynchIntervalInSeconds, String region, String runtimeName, List<String> tags)
      Constructs a validated instance of AdminRuntimeConfig.

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

      Parameter:
      assetSynchIntervalInSeconds - assetSynchIntervalInSeconds
      capacity - capacity
      deploymentType - deploymentType
      description - description
      heartBeatIntervalInSeconds - heartBeatIntervalInSeconds
      host - host
      location - location
      metricsSynchIntervalInSeconds - metricsSynchIntervalInSeconds
      region - region
      runtimeName - runtimeName
      tags - tags
    • AdminRuntimeConfig

      protected AdminRuntimeConfig()
  • Methodendetails