public class Firewall
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
Firewall.AllowedNetworkType
May contain `public`, `private`, and/or `direct` elements.
|
| Constructor and Description |
|---|
Firewall() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedIp()
Gets the allowedIp.
|
List<String> |
getAllowedNetworkType()
Gets the allowedNetworkType.
|
List<String> |
getDeniedIp()
Gets the deniedIp.
|
void |
setAllowedIp(List<String> allowedIp)
Sets the allowedIp.
|
void |
setAllowedNetworkType(List<String> allowedNetworkType)
Sets the allowedNetworkType.
|
void |
setDeniedIp(List<String> deniedIp)
Sets the deniedIp.
|
public List<String> getAllowedIp()
public List<String> getDeniedIp()
public List<String> getAllowedNetworkType()
public void setAllowedIp(List<String> allowedIp)
allowedIp - the new allowedIppublic void setDeniedIp(List<String> deniedIp)
deniedIp - the new deniedIpCopyright © 2021. All rights reserved.