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.
|
static class |
Firewall.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
allowedIp |
protected java.util.List<java.lang.String> |
allowedNetworkType |
protected java.util.List<java.lang.String> |
deniedIp |
Modifier | Constructor and Description |
---|---|
protected |
Firewall() |
protected |
Firewall(Firewall.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
allowedIp()
Gets the allowedIp.
|
java.util.List<java.lang.String> |
allowedNetworkType()
Gets the allowedNetworkType.
|
java.util.List<java.lang.String> |
deniedIp()
Gets the deniedIp.
|
Firewall.Builder |
newBuilder()
New builder.
|
@SerializedName(value="allowed_ip") protected java.util.List<java.lang.String> allowedIp
@SerializedName(value="denied_ip") protected java.util.List<java.lang.String> deniedIp
@SerializedName(value="allowed_network_type") protected java.util.List<java.lang.String> allowedNetworkType
protected Firewall()
protected Firewall(Firewall.Builder builder)
public Firewall.Builder newBuilder()
public java.util.List<java.lang.String> allowedIp()
public java.util.List<java.lang.String> deniedIp()
public java.util.List<java.lang.String> allowedNetworkType()
Copyright © 2025. All rights reserved.