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.GenericModel
The deleteZoneLockdownRule options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteZoneLockdownRuleOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
lockdownRuleIdentifier()
Gets the lockdownRuleIdentifier.DeleteZoneLockdownRuleOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public DeleteZoneLockdownRuleOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteZoneLockdownRuleOptions builder
-
lockdownRuleIdentifier
public String lockdownRuleIdentifier()
Gets the lockdownRuleIdentifier. Identifier of the lockdown rule to be deleted.- Returns:
- the lockdownRuleIdentifier
-
-