Class DeleteZoneLockdownRuleOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.zone_lockdown.v1.model.DeleteZoneLockdownRuleOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class DeleteZoneLockdownRuleOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteZoneLockdownRule options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDeleteZoneLockdownRuleOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlockdownRuleIdentifier()Gets the lockdownRuleIdentifier.DeleteZoneLockdownRuleOptions.BuildernewBuilder()New builder.
 
- 
- 
- 
Method Detail- 
newBuilderpublic DeleteZoneLockdownRuleOptions.Builder newBuilder() New builder.- Returns:
- a DeleteZoneLockdownRuleOptions builder
 
 - 
lockdownRuleIdentifierpublic String lockdownRuleIdentifier() Gets the lockdownRuleIdentifier. Identifier of the lockdown rule to be deleted.- Returns:
- the lockdownRuleIdentifier
 
 
- 
 
-