RedisFirewallRule Interface

Implements

public interface RedisFirewallRule
extends ExternalChildResource<RedisFirewallRule,RedisCache>, HasInnerModel<RedisFirewallRuleInner>

The Azure Redis Firewall rule entries are of type RedisFirewallRule.

Method Summary

Modifier and Type Method and Description
abstract String endIp()

Get the endIp value.

abstract String name()

Get the name value.

abstract String startIp()

Get the startIp value.

Method Details

endIp

public abstract String endIp()

Get the endIp value.

Returns:

the endIp value

name

public abstract String name()

Get the name value.

Returns:

the name value

startIp

public abstract String startIp()

Get the startIp value.

Returns:

the startIp value

Applies to