| Name | Type | Description | Notes |
|---|---|---|---|
| SpotLabel | Pointer to string | spot Lable | [optional] |
| SpotLabelValue | Pointer to string | spot Label Value | [optional] |
func NewSpotInstance() *SpotInstance
NewSpotInstance instantiates a new SpotInstance 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 NewSpotInstanceWithDefaults() *SpotInstance
NewSpotInstanceWithDefaults instantiates a new SpotInstance 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 *SpotInstance) GetSpotLabel() string
GetSpotLabel returns the SpotLabel field if non-nil, zero value otherwise.
func (o *SpotInstance) GetSpotLabelOk() (*string, bool)
GetSpotLabelOk returns a tuple with the SpotLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpotInstance) SetSpotLabel(v string)
SetSpotLabel sets SpotLabel field to given value.
func (o *SpotInstance) HasSpotLabel() bool
HasSpotLabel returns a boolean if a field has been set.
func (o *SpotInstance) GetSpotLabelValue() string
GetSpotLabelValue returns the SpotLabelValue field if non-nil, zero value otherwise.
func (o *SpotInstance) GetSpotLabelValueOk() (*string, bool)
GetSpotLabelValueOk returns a tuple with the SpotLabelValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpotInstance) SetSpotLabelValue(v string)
SetSpotLabelValue sets SpotLabelValue field to given value.
func (o *SpotInstance) HasSpotLabelValue() bool
HasSpotLabelValue returns a boolean if a field has been set.