MonitorConfig 类
定义
Class containing endpoint monitoring settings in a Traffic Manager profile.
public class MonitorConfig
- 继承
-
java.lang.ObjectMonitorConfig
方法
intervalInSeconds() |
Get the intervalInSeconds value.
|
path() |
Get the path value.
|
port() |
Get the port value.
|
profileMonitorStatus() |
Get the profileMonitorStatus value.
|
protocol() |
Get the protocol value.
|
timeoutInSeconds() |
Get the timeoutInSeconds value.
|
toleratedNumberOfFailures() |
Get the toleratedNumberOfFailures value.
|
withIntervalInSeconds(Long intervalInSeconds) |
Set the intervalInSeconds value.
|
withPath(String path) |
Set the path value.
|
withPort(Long port) |
Set the port value.
|
withProfileMonitorStatus(ProfileMonitorStatus profileMonitorStatus) |
Set the profileMonitorStatus value.
|
withProtocol(MonitorProtocol protocol) |
Set the protocol value.
|
withTimeoutInSeconds(Long timeoutInSeconds) |
Set the timeoutInSeconds value.
|
withToleratedNumberOfFailures(Long toleratedNumberOfFailures) |
Set the toleratedNumberOfFailures value.
|