Name | Type | Description | Notes |
---|---|---|---|
Id | string | The listener unique identifier | |
Default | bool | Condition of the rule | |
TargetGroupId | string | The target group unique identifier |
func NewLoadBalancerListenerRule(id string, default_ bool, targetGroupId string, ) *LoadBalancerListenerRule
NewLoadBalancerListenerRule instantiates a new LoadBalancerListenerRule 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 NewLoadBalancerListenerRuleWithDefaults() *LoadBalancerListenerRule
NewLoadBalancerListenerRuleWithDefaults instantiates a new LoadBalancerListenerRule 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 *LoadBalancerListenerRule) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LoadBalancerListenerRule) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoadBalancerListenerRule) SetId(v string)
SetId sets Id field to given value.
func (o *LoadBalancerListenerRule) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *LoadBalancerListenerRule) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoadBalancerListenerRule) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *LoadBalancerListenerRule) GetTargetGroupId() string
GetTargetGroupId returns the TargetGroupId field if non-nil, zero value otherwise.
func (o *LoadBalancerListenerRule) GetTargetGroupIdOk() (*string, bool)
GetTargetGroupIdOk returns a tuple with the TargetGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoadBalancerListenerRule) SetTargetGroupId(v string)
SetTargetGroupId sets TargetGroupId field to given value.