IngressConfig Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. IngressConfig
- com.
Implements
public final class IngressConfig
implements JsonSerializable<IngressConfig>
Ingress configuration payload for Azure Spring Apps resource.
Constructor Summary
Constructor | Description |
---|---|
IngressConfig() |
Creates an instance of Ingress |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Ingress |
fromJson(JsonReader jsonReader)
Reads an instance of Ingress |
Integer |
readTimeoutInSeconds()
Get the read |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Ingress |
withReadTimeoutInSeconds(Integer readTimeoutInSeconds)
Set the read |
Methods inherited from java.lang.Object
Constructor Details
IngressConfig
public IngressConfig()
Creates an instance of IngressConfig class.
Method Details
fromJson
public static IngressConfig fromJson(JsonReader jsonReader)
Reads an instance of IngressConfig from the JsonReader.
Parameters:
Returns:
Throws:
readTimeoutInSeconds
public Integer readTimeoutInSeconds()
Get the readTimeoutInSeconds property: Ingress read time out in seconds.
Returns:
toJson
validate
public void validate()
Validates the instance.
withReadTimeoutInSeconds
public IngressConfig withReadTimeoutInSeconds(Integer readTimeoutInSeconds)
Set the readTimeoutInSeconds property: Ingress read time out in seconds.
Parameters:
Returns:
Applies to
Azure SDK for Java