Name | Type | Description | Notes |
---|---|---|---|
FirstTry | bool | ||
Name | string | ||
RetryLimit | int32 | ||
SleepMultiplier | int32 | ||
TaskInfo | string |
func NewUpdateLoadBalancerConfig(firstTry bool, name string, retryLimit int32, sleepMultiplier int32, taskInfo string, ) *UpdateLoadBalancerConfig
NewUpdateLoadBalancerConfig instantiates a new UpdateLoadBalancerConfig 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 NewUpdateLoadBalancerConfigWithDefaults() *UpdateLoadBalancerConfig
NewUpdateLoadBalancerConfigWithDefaults instantiates a new UpdateLoadBalancerConfig 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 *UpdateLoadBalancerConfig) GetFirstTry() bool
GetFirstTry returns the FirstTry field if non-nil, zero value otherwise.
func (o *UpdateLoadBalancerConfig) GetFirstTryOk() (*bool, bool)
GetFirstTryOk returns a tuple with the FirstTry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLoadBalancerConfig) SetFirstTry(v bool)
SetFirstTry sets FirstTry field to given value.
func (o *UpdateLoadBalancerConfig) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateLoadBalancerConfig) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLoadBalancerConfig) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateLoadBalancerConfig) GetRetryLimit() int32
GetRetryLimit returns the RetryLimit field if non-nil, zero value otherwise.
func (o *UpdateLoadBalancerConfig) GetRetryLimitOk() (*int32, bool)
GetRetryLimitOk returns a tuple with the RetryLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLoadBalancerConfig) SetRetryLimit(v int32)
SetRetryLimit sets RetryLimit field to given value.
func (o *UpdateLoadBalancerConfig) GetSleepMultiplier() int32
GetSleepMultiplier returns the SleepMultiplier field if non-nil, zero value otherwise.
func (o *UpdateLoadBalancerConfig) GetSleepMultiplierOk() (*int32, bool)
GetSleepMultiplierOk returns a tuple with the SleepMultiplier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLoadBalancerConfig) SetSleepMultiplier(v int32)
SetSleepMultiplier sets SleepMultiplier field to given value.
func (o *UpdateLoadBalancerConfig) GetTaskInfo() string
GetTaskInfo returns the TaskInfo field if non-nil, zero value otherwise.
func (o *UpdateLoadBalancerConfig) GetTaskInfoOk() (*string, bool)
GetTaskInfoOk returns a tuple with the TaskInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLoadBalancerConfig) SetTaskInfo(v string)
SetTaskInfo sets TaskInfo field to given value.