Interface SecurityPolicyRuleMatcherConfigOrBuilder (1.54.0)

public interface SecurityPolicyRuleMatcherConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSrcIpRanges(int index)

public abstract String getSrcIpRanges(int index)

CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

repeated string src_ip_ranges = 432128083;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The srcIpRanges at the given index.

getSrcIpRangesBytes(int index)

public abstract ByteString getSrcIpRangesBytes(int index)

CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

repeated string src_ip_ranges = 432128083;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the srcIpRanges at the given index.

getSrcIpRangesCount()

public abstract int getSrcIpRangesCount()

CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

repeated string src_ip_ranges = 432128083;

Returns
Type Description
int

The count of srcIpRanges.

getSrcIpRangesList()

public abstract List<String> getSrcIpRangesList()

CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

repeated string src_ip_ranges = 432128083;

Returns
Type Description
List<String>

A list containing the srcIpRanges.