Class LockdownObject
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.zone_lockdown.v1.model.LockdownObject
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class LockdownObject extends com.ibm.cloud.sdk.core.service.model.GenericModellockdown object.
- 
- 
Constructor SummaryConstructors Constructor Description LockdownObject()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LockdownObjectConfigurationsItem>getConfigurations()Gets the configurations.StringgetDescription()Gets the description.StringgetId()Gets the id.List<String>getUrls()Gets the urls.BooleanisPaused()Gets the paused.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. Lockdown rule identifier.- Returns:
- the id
 
 - 
isPausedpublic Boolean isPaused() Gets the paused. Whether this zone lockdown is currently paused.- Returns:
- the paused
 
 - 
getDescriptionpublic String getDescription() Gets the description. A note that you can use to describe the reason for a Lockdown rule.- Returns:
- the description
 
 - 
getUrlspublic List<String> getUrls() Gets the urls. URLs to be included in this rule definition. Wildcards are permitted. The URL pattern entered here will be escaped before use. This limits the URL to just simple wildcard patterns.- Returns:
- the urls
 
 - 
getConfigurationspublic List<LockdownObjectConfigurationsItem> getConfigurations() Gets the configurations. List of IP addresses or CIDR ranges to use for this rule. This can include any number of ip or ip_range configurations that can access the provided URLs.- Returns:
- the configurations
 
 
- 
 
-