| Name | Type | Description | Notes |
|---|---|---|---|
| Checks | Pointer to []CheckStatus | [optional] | |
| Config | Pointer to FlyMachineConfig | [optional] | |
| CreatedAt | Pointer to string | [optional] | |
| Events | Pointer to []MachineEvent | [optional] | |
| HostStatus | Pointer to string | [optional] | |
| Id | Pointer to string | [optional] | |
| ImageRef | Pointer to ImageRef | [optional] | |
| IncompleteConfig | Pointer to FlyMachineConfig | [optional] | |
| InstanceId | Pointer to string | InstanceID is unique for each version of the machine | [optional] |
| Name | Pointer to string | [optional] | |
| Nonce | Pointer to string | Nonce is only every returned on machine creation if a lease_duration was provided. | [optional] |
| PrivateIp | Pointer to string | PrivateIP is the internal 6PN address of the machine. | [optional] |
| Region | Pointer to string | [optional] | |
| State | Pointer to string | [optional] | |
| UpdatedAt | Pointer to string | [optional] |
func NewMachine() *Machine
NewMachine instantiates a new Machine 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 NewMachineWithDefaults() *Machine
NewMachineWithDefaults instantiates a new Machine 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 *Machine) GetChecks() []CheckStatus
GetChecks returns the Checks field if non-nil, zero value otherwise.
func (o *Machine) GetChecksOk() (*[]CheckStatus, bool)
GetChecksOk returns a tuple with the Checks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetChecks(v []CheckStatus)
SetChecks sets Checks field to given value.
func (o *Machine) HasChecks() bool
HasChecks returns a boolean if a field has been set.
func (o *Machine) GetConfig() FlyMachineConfig
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *Machine) GetConfigOk() (*FlyMachineConfig, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetConfig(v FlyMachineConfig)
SetConfig sets Config field to given value.
func (o *Machine) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (o *Machine) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Machine) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *Machine) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Machine) GetEvents() []MachineEvent
GetEvents returns the Events field if non-nil, zero value otherwise.
func (o *Machine) GetEventsOk() (*[]MachineEvent, bool)
GetEventsOk returns a tuple with the Events field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetEvents(v []MachineEvent)
SetEvents sets Events field to given value.
func (o *Machine) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (o *Machine) GetHostStatus() string
GetHostStatus returns the HostStatus field if non-nil, zero value otherwise.
func (o *Machine) GetHostStatusOk() (*string, bool)
GetHostStatusOk returns a tuple with the HostStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetHostStatus(v string)
SetHostStatus sets HostStatus field to given value.
func (o *Machine) HasHostStatus() bool
HasHostStatus returns a boolean if a field has been set.
func (o *Machine) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Machine) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetId(v string)
SetId sets Id field to given value.
func (o *Machine) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Machine) GetImageRef() ImageRef
GetImageRef returns the ImageRef field if non-nil, zero value otherwise.
func (o *Machine) GetImageRefOk() (*ImageRef, bool)
GetImageRefOk returns a tuple with the ImageRef field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetImageRef(v ImageRef)
SetImageRef sets ImageRef field to given value.
func (o *Machine) HasImageRef() bool
HasImageRef returns a boolean if a field has been set.
func (o *Machine) GetIncompleteConfig() FlyMachineConfig
GetIncompleteConfig returns the IncompleteConfig field if non-nil, zero value otherwise.
func (o *Machine) GetIncompleteConfigOk() (*FlyMachineConfig, bool)
GetIncompleteConfigOk returns a tuple with the IncompleteConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetIncompleteConfig(v FlyMachineConfig)
SetIncompleteConfig sets IncompleteConfig field to given value.
func (o *Machine) HasIncompleteConfig() bool
HasIncompleteConfig returns a boolean if a field has been set.
func (o *Machine) GetInstanceId() string
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
func (o *Machine) GetInstanceIdOk() (*string, bool)
GetInstanceIdOk returns a tuple with the InstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetInstanceId(v string)
SetInstanceId sets InstanceId field to given value.
func (o *Machine) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (o *Machine) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Machine) 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 *Machine) SetName(v string)
SetName sets Name field to given value.
func (o *Machine) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Machine) GetNonce() string
GetNonce returns the Nonce field if non-nil, zero value otherwise.
func (o *Machine) GetNonceOk() (*string, bool)
GetNonceOk returns a tuple with the Nonce field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetNonce(v string)
SetNonce sets Nonce field to given value.
func (o *Machine) HasNonce() bool
HasNonce returns a boolean if a field has been set.
func (o *Machine) GetPrivateIp() string
GetPrivateIp returns the PrivateIp field if non-nil, zero value otherwise.
func (o *Machine) GetPrivateIpOk() (*string, bool)
GetPrivateIpOk returns a tuple with the PrivateIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetPrivateIp(v string)
SetPrivateIp sets PrivateIp field to given value.
func (o *Machine) HasPrivateIp() bool
HasPrivateIp returns a boolean if a field has been set.
func (o *Machine) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *Machine) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *Machine) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *Machine) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *Machine) 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 *Machine) SetState(v string)
SetState sets State field to given value.
func (o *Machine) HasState() bool
HasState returns a boolean if a field has been set.
func (o *Machine) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Machine) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Machine) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Machine) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.