Name | Type | Description | Notes |
---|---|---|---|
Comment | Pointer to string | arbitrary comment | [optional] |
CpuBind | Pointer to int32 | default CPU binding type | [optional] |
Extra | Pointer to string | arbitrary string | [optional] |
Features | Pointer to []string | [optional] | |
FeaturesAct | Pointer to []string | [optional] | |
Gres | Pointer to string | new generic resources for node | [optional] |
Address | Pointer to []string | [optional] | |
Hostname | Pointer to []string | [optional] | |
Name | Pointer to []string | [optional] | |
State | Pointer to []string | assign new node state | [optional] |
Reason | Pointer to string | reason for node being DOWN or DRAINING | [optional] |
ReasonUid | Pointer to string | user ID of sending (needed if user root is sending message) | [optional] |
ResumeAfter | Pointer to V0039Uint32NoVal | [optional] | |
Weight | Pointer to V0039Uint32NoVal | [optional] |
func NewV0039UpdateNodeMsg() *V0039UpdateNodeMsg
NewV0039UpdateNodeMsg instantiates a new V0039UpdateNodeMsg 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 NewV0039UpdateNodeMsgWithDefaults() *V0039UpdateNodeMsg
NewV0039UpdateNodeMsgWithDefaults instantiates a new V0039UpdateNodeMsg 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 *V0039UpdateNodeMsg) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetComment(v string)
SetComment sets Comment field to given value.
func (o *V0039UpdateNodeMsg) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetCpuBind() int32
GetCpuBind returns the CpuBind field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetCpuBindOk() (*int32, bool)
GetCpuBindOk returns a tuple with the CpuBind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetCpuBind(v int32)
SetCpuBind sets CpuBind field to given value.
func (o *V0039UpdateNodeMsg) HasCpuBind() bool
HasCpuBind returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetExtra() string
GetExtra returns the Extra field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetExtraOk() (*string, bool)
GetExtraOk returns a tuple with the Extra field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetExtra(v string)
SetExtra sets Extra field to given value.
func (o *V0039UpdateNodeMsg) HasExtra() bool
HasExtra returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetFeatures() []string
GetFeatures returns the Features field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetFeaturesOk() (*[]string, bool)
GetFeaturesOk returns a tuple with the Features field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetFeatures(v []string)
SetFeatures sets Features field to given value.
func (o *V0039UpdateNodeMsg) HasFeatures() bool
HasFeatures returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetFeaturesAct() []string
GetFeaturesAct returns the FeaturesAct field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetFeaturesActOk() (*[]string, bool)
GetFeaturesActOk returns a tuple with the FeaturesAct field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetFeaturesAct(v []string)
SetFeaturesAct sets FeaturesAct field to given value.
func (o *V0039UpdateNodeMsg) HasFeaturesAct() bool
HasFeaturesAct returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetGres() string
GetGres returns the Gres field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetGresOk() (*string, bool)
GetGresOk returns a tuple with the Gres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetGres(v string)
SetGres sets Gres field to given value.
func (o *V0039UpdateNodeMsg) HasGres() bool
HasGres returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetAddress() []string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetAddressOk() (*[]string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetAddress(v []string)
SetAddress sets Address field to given value.
func (o *V0039UpdateNodeMsg) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetHostname() []string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetHostnameOk() (*[]string, bool)
GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetHostname(v []string)
SetHostname sets Hostname field to given value.
func (o *V0039UpdateNodeMsg) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetName() []string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) 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 *V0039UpdateNodeMsg) SetName(v []string)
SetName sets Name field to given value.
func (o *V0039UpdateNodeMsg) HasName() bool
HasName returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetState() []string
GetState returns the State field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetStateOk() (*[]string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetState(v []string)
SetState sets State field to given value.
func (o *V0039UpdateNodeMsg) HasState() bool
HasState returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetReason(v string)
SetReason sets Reason field to given value.
func (o *V0039UpdateNodeMsg) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetReasonUid() string
GetReasonUid returns the ReasonUid field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetReasonUidOk() (*string, bool)
GetReasonUidOk returns a tuple with the ReasonUid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetReasonUid(v string)
SetReasonUid sets ReasonUid field to given value.
func (o *V0039UpdateNodeMsg) HasReasonUid() bool
HasReasonUid returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetResumeAfter() V0039Uint32NoVal
GetResumeAfter returns the ResumeAfter field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetResumeAfterOk() (*V0039Uint32NoVal, bool)
GetResumeAfterOk returns a tuple with the ResumeAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetResumeAfter(v V0039Uint32NoVal)
SetResumeAfter sets ResumeAfter field to given value.
func (o *V0039UpdateNodeMsg) HasResumeAfter() bool
HasResumeAfter returns a boolean if a field has been set.
func (o *V0039UpdateNodeMsg) GetWeight() V0039Uint32NoVal
GetWeight returns the Weight field if non-nil, zero value otherwise.
func (o *V0039UpdateNodeMsg) GetWeightOk() (*V0039Uint32NoVal, bool)
GetWeightOk returns a tuple with the Weight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039UpdateNodeMsg) SetWeight(v V0039Uint32NoVal)
SetWeight sets Weight field to given value.
func (o *V0039UpdateNodeMsg) HasWeight() bool
HasWeight returns a boolean if a field has been set.