public interface FirewallInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAction()
public abstract String getAction()
Possible values: ALLOW, DENY
string action = 4;
Returns | |
---|---|
Type | Description |
String | The action. |
getActionBytes()
public abstract ByteString getActionBytes()
Possible values: ALLOW, DENY
string action = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for action. |
getDirection()
public abstract String getDirection()
Possible values: INGRESS, EGRESS
string direction = 3;
Returns | |
---|---|
Type | Description |
String | The direction. |
getDirectionBytes()
public abstract ByteString getDirectionBytes()
Possible values: INGRESS, EGRESS
string direction = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for direction. |
getDisplayName()
public abstract String getDisplayName()
The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
string display_name = 1;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
string display_name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getFirewallRuleType()
public abstract FirewallInfo.FirewallRuleType getFirewallRuleType()
The firewall rule's type.
.google.cloud.networkmanagement.v1beta1.FirewallInfo.FirewallRuleType firewall_rule_type = 10;
Returns | |
---|---|
Type | Description |
FirewallInfo.FirewallRuleType | The firewallRuleType. |
getFirewallRuleTypeValue()
public abstract int getFirewallRuleTypeValue()
The firewall rule's type.
.google.cloud.networkmanagement.v1beta1.FirewallInfo.FirewallRuleType firewall_rule_type = 10;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for firewallRuleType. |
getNetworkUri()
public abstra