Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.69 KB

File metadata and controls

51 lines (28 loc) · 1.69 KB

V3UpdateClusterServersRequest

Properties

Name Type Description Notes
Servers []V3Servers

Methods

NewV3UpdateClusterServersRequest

func NewV3UpdateClusterServersRequest(servers []V3Servers, ) *V3UpdateClusterServersRequest

NewV3UpdateClusterServersRequest instantiates a new V3UpdateClusterServersRequest 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

NewV3UpdateClusterServersRequestWithDefaults

func NewV3UpdateClusterServersRequestWithDefaults() *V3UpdateClusterServersRequest

NewV3UpdateClusterServersRequestWithDefaults instantiates a new V3UpdateClusterServersRequest 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

GetServers

func (o *V3UpdateClusterServersRequest) GetServers() []V3Servers

GetServers returns the Servers field if non-nil, zero value otherwise.

GetServersOk

func (o *V3UpdateClusterServersRequest) GetServersOk() (*[]V3Servers, bool)

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

SetServers

func (o *V3UpdateClusterServersRequest) SetServers(v []V3Servers)

SetServers sets Servers field to given value.

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