Name | Type | Description | Notes |
---|---|---|---|
ChefServerHostName | Pointer to string | [optional] | |
ChefServerKey | Pointer to string | [optional] | |
ChefServerPort | Pointer to string | [optional] | |
ChefServerUrl | Pointer to string | [optional] | |
ChefServerUsername | Pointer to string | [optional] | |
ChefSkipSsl | Pointer to bool | [optional] |
func NewChefTargetDetails() *ChefTargetDetails
NewChefTargetDetails instantiates a new ChefTargetDetails 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 NewChefTargetDetailsWithDefaults() *ChefTargetDetails
NewChefTargetDetailsWithDefaults instantiates a new ChefTargetDetails 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 *ChefTargetDetails) GetChefServerHostName() string
GetChefServerHostName returns the ChefServerHostName field if non-nil, zero value otherwise.
func (o *ChefTargetDetails) GetChefServerHostNameOk() (*string, bool)
GetChefServerHostNameOk returns a tuple with the ChefServerHostName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChefTargetDetails) SetChefServerHostName(v string)
SetChefServerHostName sets ChefServerHostName field to given value.
func (o *ChefTargetDetails) HasChefServerHostName() bool
HasChefServerHostName returns a boolean if a field has been set.
func (o *ChefTargetDetails) GetChefServerKey() string
GetChefServerKey returns the ChefServerKey field if non-nil, zero value otherwise.
func (o *ChefTargetDetails) GetChefServerKeyOk() (*string, bool)
GetChefServerKeyOk returns a tuple with the ChefServerKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChefTargetDetails) SetChefServerKey(v string)
SetChefServerKey sets ChefServerKey field to given value.
func (o *ChefTargetDetails) HasChefServerKey() bool
HasChefServerKey returns a boolean if a field has been set.
func (o *ChefTargetDetails) GetChefServerPort() string
GetChefServerPort returns the ChefServerPort field if non-nil, zero value otherwise.
func (o *ChefTargetDetails) GetChefServerPortOk() (*string, bool)
GetChefServerPortOk returns a tuple with the ChefServerPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChefTargetDetails) SetChefServerPort(v string)
SetChefServerPort sets ChefServerPort field to given value.
func (o *ChefTargetDetails) HasChefServerPort() bool
HasChefServerPort returns a boolean if a field has been set.
func (o *ChefTargetDetails) GetChefServerUrl() string
GetChefServerUrl returns the ChefServerUrl field if non-nil, zero value otherwise.
func (o *ChefTargetDetails) GetChefServerUrlOk() (*string, bool)
GetChefServerUrlOk returns a tuple with the ChefServerUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChefTargetDetails) SetChefServerUrl(v string)
SetChefServerUrl sets ChefServerUrl field to given value.
func (o *ChefTargetDetails) HasChefServerUrl() bool
HasChefServerUrl returns a boolean if a field has been set.
func (o *ChefTargetDetails) GetChefServerUsername() string
GetChefServerUsername returns the ChefServerUsername field if non-nil, zero value otherwise.
func (o *ChefTargetDetails) GetChefServerUsernameOk() (*string, bool)
GetChefServerUsernameOk returns a tuple with the ChefServerUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChefTargetDetails) SetChefServerUsername(v string)
SetChefServerUsername sets ChefServerUsername field to given value.
func (o *ChefTargetDetails) HasChefServerUsername() bool
HasChefServerUsername returns a boolean if a field has been set.
func (o *ChefTargetDetails) GetChefSkipSsl() bool
GetChefSkipSsl returns the ChefSkipSsl field if non-nil, zero value otherwise.
func (o *ChefTargetDetails) GetChefSkipSslOk() (*bool, bool)
GetChefSkipSslOk returns a tuple with the ChefSkipSsl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChefTargetDetails) SetChefSkipSsl(v bool)
SetChefSkipSsl sets ChefSkipSsl field to given value.
func (o *ChefTargetDetails) HasChefSkipSsl() bool
HasChefSkipSsl returns a boolean if a field has been set.