Name | Type | Description | Notes |
---|---|---|---|
AddHosts | Pointer to string | A comma seperated list of new server hosts and server descriptions joined by semicolon ';' that will be added to the Linked Target hosts. | [optional] |
Description | Pointer to string | Description of the object | [optional] |
Hosts | Pointer to string | A comma seperated list of server hosts and server descriptions joined by semicolon ';' (i.e. 'server-dev.com;My Dev server,server-prod.com;My Prod server description') | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
KeepPrevVersion | Pointer to string | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
Name | string | Linked Target name | |
NewName | Pointer to string | New Linked Target name | [optional] |
ParentTargetName | Pointer to string | The parent Target name | [optional] |
RmHosts | Pointer to string | Comma separated list of existing hosts that will be removed from Linked Target hosts. | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
Type | Pointer to string | Specifies the hosts type, relevant only when working without parent target | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewUpdateLinkedTarget(name string, ) *UpdateLinkedTarget
NewUpdateLinkedTarget instantiates a new UpdateLinkedTarget 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 NewUpdateLinkedTargetWithDefaults() *UpdateLinkedTarget
NewUpdateLinkedTargetWithDefaults instantiates a new UpdateLinkedTarget 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 *UpdateLinkedTarget) GetAddHosts() string
GetAddHosts returns the AddHosts field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetAddHostsOk() (*string, bool)
GetAddHostsOk returns a tuple with the AddHosts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetAddHosts(v string)
SetAddHosts sets AddHosts field to given value.
func (o *UpdateLinkedTarget) HasAddHosts() bool
HasAddHosts returns a boolean if a field has been set.
func (o *UpdateLinkedTarget) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UpdateLinkedTarget) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UpdateLinkedTarget) GetHosts() string
GetHosts returns the Hosts field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetHostsOk() (*string, bool)
GetHostsOk returns a tuple with the Hosts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetHosts(v string)
SetHosts sets Hosts field to given value.
func (o *UpdateLinkedTarget) HasHosts() bool
HasHosts returns a boolean if a field has been set.
func (o *UpdateLinkedTarget) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UpdateLinkedTarget) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UpdateLinkedTarget) GetKeepPrevVersion() string
GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetKeepPrevVersionOk() (*string, bool)
GetKeepPrevVersionOk returns a tuple with the KeepPrevVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetKeepPrevVersion(v string)
SetKeepPrevVersion sets KeepPrevVersion field to given value.
func (o *UpdateLinkedTarget) HasKeepPrevVersion() bool
HasKeepPrevVersion returns a boolean if a field has been set.
func (o *UpdateLinkedTarget) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) 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 *UpdateLinkedTarget) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateLinkedTarget) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *UpdateLinkedTarget) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *UpdateLinkedTarget) GetParentTargetName() string
GetParentTargetName returns the ParentTargetName field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetParentTargetNameOk() (*string, bool)
GetParentTargetNameOk returns a tuple with the ParentTargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetParentTargetName(v string)
SetParentTargetName sets ParentTargetName field to given value.
func (o *UpdateLinkedTarget) HasParentTargetName() bool
HasParentTargetName returns a boolean if a field has been set.
func (o *UpdateLinkedTarget) GetRmHosts() string
GetRmHosts returns the RmHosts field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetRmHostsOk() (*string, bool)
GetRmHostsOk returns a tuple with the RmHosts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetRmHosts(v string)
SetRmHosts sets RmHosts field to given value.
func (o *UpdateLinkedTarget) HasRmHosts() bool
HasRmHosts returns a boolean if a field has been set.
func (o *UpdateLinkedTarget) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetToken(v string)
SetToken sets Token field to given value.
func (o *UpdateLinkedTarget) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UpdateLinkedTarget) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetType(v string)
SetType sets Type field to given value.
func (o *UpdateLinkedTarget) HasType() bool
HasType returns a boolean if a field has been set.
func (o *UpdateLinkedTarget) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UpdateLinkedTarget) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLinkedTarget) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UpdateLinkedTarget) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.