@Validated @ConfigurationProperties(prefix="spring.cloud.scheduler.cloudfoundry") public class CloudFoundrySchedulerProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOUDFOUNDRY_PROPERTIES
Top level prefix for Cloud Foundry related configuration properties.
|
| Constructor and Description |
|---|
CloudFoundrySchedulerProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getListTimeoutInSeconds() |
String |
getSchedulerUrl() |
int |
getScheduleSSLRetryCount() |
int |
getScheduleTimeoutInSeconds() |
int |
getUnScheduleTimeoutInSeconds() |
void |
setListTimeoutInSeconds(int listTimeoutInSeconds) |
void |
setSchedulerUrl(String schedulerUrl) |
void |
setScheduleSSLRetryCount(int scheduleSSLRetryCount) |
void |
setScheduleTimeoutInSeconds(int scheduleTimeoutInSeconds) |
void |
setUnScheduleTimeoutInSeconds(int unScheduleTimeoutInSeconds) |
public static final String CLOUDFOUNDRY_PROPERTIES
public String getSchedulerUrl()
public void setSchedulerUrl(String schedulerUrl)
public int getScheduleSSLRetryCount()
public void setScheduleSSLRetryCount(int scheduleSSLRetryCount)
public int getUnScheduleTimeoutInSeconds()
public void setUnScheduleTimeoutInSeconds(int unScheduleTimeoutInSeconds)
public int getScheduleTimeoutInSeconds()
public void setScheduleTimeoutInSeconds(int scheduleTimeoutInSeconds)
public int getListTimeoutInSeconds()
public void setListTimeoutInSeconds(int listTimeoutInSeconds)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.