Name | Type | Description | Notes |
---|---|---|---|
Node | Pointer to string | [optional] | |
Core | Pointer to string | [optional] |
func NewV0040ReservationCoreSpec() *V0040ReservationCoreSpec
NewV0040ReservationCoreSpec instantiates a new V0040ReservationCoreSpec 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 NewV0040ReservationCoreSpecWithDefaults() *V0040ReservationCoreSpec
NewV0040ReservationCoreSpecWithDefaults instantiates a new V0040ReservationCoreSpec 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 *V0040ReservationCoreSpec) GetNode() string
GetNode returns the Node field if non-nil, zero value otherwise.
func (o *V0040ReservationCoreSpec) GetNodeOk() (*string, bool)
GetNodeOk returns a tuple with the Node field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040ReservationCoreSpec) SetNode(v string)
SetNode sets Node field to given value.
func (o *V0040ReservationCoreSpec) HasNode() bool
HasNode returns a boolean if a field has been set.
func (o *V0040ReservationCoreSpec) GetCore() string
GetCore returns the Core field if non-nil, zero value otherwise.
func (o *V0040ReservationCoreSpec) GetCoreOk() (*string, bool)
GetCoreOk returns a tuple with the Core field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040ReservationCoreSpec) SetCore(v string)
SetCore sets Core field to given value.
func (o *V0040ReservationCoreSpec) HasCore() bool
HasCore returns a boolean if a field has been set.