Name | Type | Description | Notes |
---|---|---|---|
func NewApplicationLoadBalancerHttpRuleCondition(condition string, type_ string, ) *ApplicationLoadBalancerHttpRuleCondition
NewApplicationLoadBalancerHttpRuleCondition instantiates a new ApplicationLoadBalancerHttpRuleCondition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationLoadBalancerHttpRuleConditionWithDefaults() *ApplicationLoadBalancerHttpRuleCondition
NewApplicationLoadBalancerHttpRuleConditionWithDefaults instantiates a new ApplicationLoadBalancerHttpRuleCondition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ApplicationLoadBalancerHttpRuleCondition) GetCondition() string
GetCondition returns the Condition field if non-nil, zero value otherwise.
func (o *ApplicationLoadBalancerHttpRuleCondition) GetConditionOk() (*string, bool)
GetConditionOk returns a tuple with the Condition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationLoadBalancerHttpRuleCondition) SetCondition(v string)
SetCondition sets Condition field to given value.
func (o *ApplicationLoadBalancerHttpRuleCondition) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *ApplicationLoadBalancerHttpRuleCondition) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationLoadBalancerHttpRuleCondition) SetKey(v string)
SetKey sets Key field to given value.
func (o *ApplicationLoadBalancerHttpRuleCondition) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *ApplicationLoadBalancerHttpRuleCondition) GetNegate() bool
GetNegate returns the Negate field if non-nil, zero value otherwise.
func (o *ApplicationLoadBalancerHttpRuleCondition) GetNegateOk() (*bool, bool)
GetNegateOk returns a tuple with the Negate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationLoadBalancerHttpRuleCondition) SetNegate(v bool)
SetNegate sets Negate field to given value.
func (o *ApplicationLoadBalancerHttpRuleCondition) HasNegate() bool
HasNegate returns a boolean if a field has been set.
func (o *ApplicationLoadBalancerHttpRuleCondition) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ApplicationLoadBalancerHttpRuleCondition) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationLoadBalancerHttpRuleCondition) SetType(v string)
SetType sets Type field to given value.
func (o *ApplicationLoadBalancerHttpRuleCondition) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ApplicationLoadBalancerHttpRuleCondition) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationLoadBalancerHttpRuleCondition) SetValue(v string)
SetValue sets Value field to given value.
func (o *ApplicationLoadBalancerHttpRuleCondition) HasValue() bool
HasValue returns a boolean if a field has been set.
Condition
string
The matching rule for the HTTP rule condition attribute; this parameter is mandatory for 'HEADER', 'PATH', 'QUERY', 'METHOD', 'HOST', and 'COOKIE' types. It must be 'null' if the type is 'SOURCE_IP'.
Key
Pointer to string
The key can only be set when the HTTP rule condition type is 'COOKIES', 'HEADER', or 'QUERY'. For the type 'PATH', 'METHOD', 'HOST', or 'SOURCE_IP' the value must be 'null'.
[optional]
Negate
Pointer to bool
Specifies whether the condition should be negated; the default value is 'FALSE'.
[optional]
Type
string
The HTTP rule condition type.
Value
Pointer to string
This parameter is mandatory for the conditions 'CONTAINS', 'EQUALS', 'MATCHES', 'STARTS_WITH', 'ENDS_WITH', or if the type is 'SOURCE_IP'. Specify a valid CIDR. If the condition is 'EXISTS', the value must be 'null'.
[optional]