Name | Type | Description | Notes |
---|---|---|---|
Hosts | Pointer to []string | [optional] | |
TargetName | Pointer to string | [optional] |
func NewTargetNameWithHosts() *TargetNameWithHosts
NewTargetNameWithHosts instantiates a new TargetNameWithHosts 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 NewTargetNameWithHostsWithDefaults() *TargetNameWithHosts
NewTargetNameWithHostsWithDefaults instantiates a new TargetNameWithHosts 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 *TargetNameWithHosts) GetHosts() []string
GetHosts returns the Hosts field if non-nil, zero value otherwise.
func (o *TargetNameWithHosts) 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 *TargetNameWithHosts) SetHosts(v []string)
SetHosts sets Hosts field to given value.
func (o *TargetNameWithHosts) HasHosts() bool
HasHosts returns a boolean if a field has been set.
func (o *TargetNameWithHosts) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *TargetNameWithHosts) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetNameWithHosts) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *TargetNameWithHosts) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.