Class GetLockdownOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.zone_lockdown.v1.model.GetLockdownOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetLockdownOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getLockdown options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetLockdownOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
lockdownRuleIdentifier()
Gets the lockdownRuleIdentifier.GetLockdownOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetLockdownOptions.Builder newBuilder()
New builder.- Returns:
- a GetLockdownOptions builder
-
lockdownRuleIdentifier
public String lockdownRuleIdentifier()
Gets the lockdownRuleIdentifier. Identifier of lockdown rule for the given zone.- Returns:
- the lockdownRuleIdentifier
-
-