Klasse AdminRuntimeConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.AdminRuntimeConfig
AdminRuntimeConfig
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAdminRuntimeConfig(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 ofAdminRuntimeConfig.Constructs a validated instance ofAdminRuntimeConfig. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungassetSynchIntervalInSeconds(Long assetSynchIntervalInSeconds) protected booleancapacity()capacity(AdminCapacity capacity) deploymentType(String deploymentType) description(String description) booleaninthashCode()heartBeatIntervalInSeconds(Long heartBeatIntervalInSeconds) host()location()metricsSynchIntervalInSeconds(Long metricsSynchIntervalInSeconds) region()runtimeName(String runtimeName) tags()toString()
-
Felddetails
-
assetSynchIntervalInSeconds
-
capacity
-
deploymentType
-
description
-
heartBeatIntervalInSeconds
-
host
-
location
-
metricsSynchIntervalInSeconds
-
region
-
runtimeName
-
tags
-
-
Konstruktordetails
-
AdminRuntimeConfig
Constructs a validated instance ofAdminRuntimeConfig.- 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 ofAdminRuntimeConfig.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AdminRuntimeConfig(Consumer)instead.- Parameter:
assetSynchIntervalInSeconds- assetSynchIntervalInSecondscapacity- capacitydeploymentType- deploymentTypedescription- descriptionheartBeatIntervalInSeconds- heartBeatIntervalInSecondshost- hostlocation- locationmetricsSynchIntervalInSeconds- metricsSynchIntervalInSecondsregion- regionruntimeName- runtimeNametags- tags
-
AdminRuntimeConfig
protected AdminRuntimeConfig()
-
-
Methodendetails
-
assetSynchIntervalInSeconds
-
capacity
-
deploymentType
-
description
-
heartBeatIntervalInSeconds
-
host
-
location
-
metricsSynchIntervalInSeconds
-
region
-
runtimeName
-
tags
-
assetSynchIntervalInSeconds
- Gibt zurück:
this.
-
capacity
- Gibt zurück:
this.
-
deploymentType
- Gibt zurück:
this.
-
description
- Gibt zurück:
this.
-
heartBeatIntervalInSeconds
- Gibt zurück:
this.
-
host
- Gibt zurück:
this.
-
location
- Gibt zurück:
this.
-
metricsSynchIntervalInSeconds
- Gibt zurück:
this.
-
region
- Gibt zurück:
this.
-
runtimeName
- Gibt zurück:
this.
-
tags
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-