Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.79 KB

LoadBalancerListenerDefaultRule.md

File metadata and controls

51 lines (28 loc) · 1.79 KB

LoadBalancerListenerDefaultRule

Properties

Name Type Description Notes
TargetGroupId string The target group unique identifier

Methods

NewLoadBalancerListenerDefaultRule

func NewLoadBalancerListenerDefaultRule(targetGroupId string, ) *LoadBalancerListenerDefaultRule

NewLoadBalancerListenerDefaultRule instantiates a new LoadBalancerListenerDefaultRule 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

NewLoadBalancerListenerDefaultRuleWithDefaults

func NewLoadBalancerListenerDefaultRuleWithDefaults() *LoadBalancerListenerDefaultRule

NewLoadBalancerListenerDefaultRuleWithDefaults instantiates a new LoadBalancerListenerDefaultRule 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

GetTargetGroupId

func (o *LoadBalancerListenerDefaultRule) GetTargetGroupId() string

GetTargetGroupId returns the TargetGroupId field if non-nil, zero value otherwise.

GetTargetGroupIdOk

func (o *LoadBalancerListenerDefaultRule) 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.

SetTargetGroupId

func (o *LoadBalancerListenerDefaultRule) SetTargetGroupId(v string)

SetTargetGroupId sets TargetGroupId field to given value.

[Back to Model list] [Back to API list] [Back to README]