Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.4 KB

V3ClusterPlace.md

File metadata and controls

93 lines (50 loc) · 2.4 KB

V3ClusterPlace

Properties

Name Type Description Notes
Provider string
Region string
CIDR string

Methods

NewV3ClusterPlace

func NewV3ClusterPlace(provider string, region string, cIDR string, ) *V3ClusterPlace

NewV3ClusterPlace instantiates a new V3ClusterPlace 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

NewV3ClusterPlaceWithDefaults

func NewV3ClusterPlaceWithDefaults() *V3ClusterPlace

NewV3ClusterPlaceWithDefaults instantiates a new V3ClusterPlace 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

GetProvider

func (o *V3ClusterPlace) GetProvider() string

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

func (o *V3ClusterPlace) GetProviderOk() (*string, bool)

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

SetProvider

func (o *V3ClusterPlace) SetProvider(v string)

SetProvider sets Provider field to given value.

GetRegion

func (o *V3ClusterPlace) GetRegion() string

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

GetRegionOk

func (o *V3ClusterPlace) 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 *V3ClusterPlace) SetRegion(v string)

SetRegion sets Region field to given value.

GetCIDR

func (o *V3ClusterPlace) GetCIDR() string

GetCIDR returns the CIDR field if non-nil, zero value otherwise.

GetCIDROk

func (o *V3ClusterPlace) GetCIDROk() (*string, bool)

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

SetCIDR

func (o *V3ClusterPlace) SetCIDR(v string)

SetCIDR sets CIDR field to given value.

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