public static final class ListK8sIngressRulesResponseBody.Paths.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListK8sIngressRulesResponseBody.Paths.Builder |
appId(String appId)
The ID of the EDAS application.
|
ListK8sIngressRulesResponseBody.Paths.Builder |
appName(String appName)
The name of the EDAS application.
|
ListK8sIngressRulesResponseBody.Paths.Builder |
backend(ListK8sIngressRulesResponseBody.Backend backend)
The configuration of the backend service.
|
ListK8sIngressRulesResponseBody.Paths |
build() |
ListK8sIngressRulesResponseBody.Paths.Builder |
collectRate(Integer collectRate)
The collection rate that is set based on the trace query feature.
|
ListK8sIngressRulesResponseBody.Paths.Builder |
path(String path)
The path to be accessed.
|
ListK8sIngressRulesResponseBody.Paths.Builder |
pathType(String pathType)
PathType.
|
ListK8sIngressRulesResponseBody.Paths.Builder |
status(String status)
The status of the Ingress.
|
public ListK8sIngressRulesResponseBody.Paths.Builder appId(String appId)
public ListK8sIngressRulesResponseBody.Paths.Builder appName(String appName)
public ListK8sIngressRulesResponseBody.Paths.Builder backend(ListK8sIngressRulesResponseBody.Backend backend)
public ListK8sIngressRulesResponseBody.Paths.Builder collectRate(Integer collectRate)
public ListK8sIngressRulesResponseBody.Paths.Builder path(String path)
public ListK8sIngressRulesResponseBody.Paths.Builder pathType(String pathType)
public ListK8sIngressRulesResponseBody.Paths.Builder status(String status)
* **Normal**: The Ingress works properly. * **ServiceNotFound**: The backend service does not exist. * **InvalidServicePort**: The service port is invalid. * **NotManagedService**: The service is not managed by EDAS. * **Unknown**: An unknown error occurred.
public ListK8sIngressRulesResponseBody.Paths build()
Copyright © 2023. All rights reserved.