RulesEngineInner Class

public final class RulesEngineInner
extends ProxyResource

A rules engine configuration containing a list of rules that will run to modify the runtime behavior of the request and response.

Constructor Summary

Constructor Description
RulesEngineInner()

Creates an instance of RulesEngineInner class.

Method Summary

Modifier and Type Method and Description
FrontDoorResourceState resourceState()

Get the resourceState property: Resource status of the Front Door or Front Door SubResource.

List<RulesEngineRule> rules()

Get the rules property: A list of rules that define a particular Rules Engine Configuration.

void validate()

Validates the instance.

RulesEngineInner withRules(List<RulesEngineRule> rules)

Set the rules property: A list of rules that define a particular Rules Engine Configuration.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

RulesEngineInner

public RulesEngineInner()

Creates an instance of RulesEngineInner class.

Method Details

resourceState

public FrontDoorResourceState resourceState()

Get the resourceState property: Resource status of the Front Door or Front Door SubResource.

Resource status.

Returns:

the resourceState value.

rules

public List rules()

Get the rules property: A list of rules that define a particular Rules Engine Configuration.

Returns:

the rules value.

validate

public void validate()

Validates the instance.

withRules

public RulesEngineInner withRules(List rules)

Set the rules property: A list of rules that define a particular Rules Engine Configuration.

Parameters:

rules - the rules value to set.

Returns:

the RulesEngineInner object itself.

Applies to