Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.75 KB

File metadata and controls

108 lines (59 loc) · 2.75 KB

LoadBalancerRegion

Properties

Name Type Description Notes
Id Pointer to string [optional]
Region Pointer to string [optional]
Name Pointer to string [optional] [readonly]

Methods

NewLoadBalancerRegion

func NewLoadBalancerRegion() *LoadBalancerRegion

NewLoadBalancerRegion instantiates a new LoadBalancerRegion 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

NewLoadBalancerRegionWithDefaults

func NewLoadBalancerRegionWithDefaults() *LoadBalancerRegion

NewLoadBalancerRegionWithDefaults instantiates a new LoadBalancerRegion 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

GetId

func (o *LoadBalancerRegion) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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

SetId

func (o *LoadBalancerRegion) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *LoadBalancerRegion) HasId() bool

HasId returns a boolean if a field has been set.

GetRegion

func (o *LoadBalancerRegion) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

func (o *LoadBalancerRegion) GetRegionOk() (*string, bool)

GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRegion

func (o *LoadBalancerRegion) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *LoadBalancerRegion) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetName

func (o *LoadBalancerRegion) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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

SetName

func (o *LoadBalancerRegion) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *LoadBalancerRegion) HasName() bool

HasName returns a boolean if a field has been set.

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