| Name | Type | Description | Notes |
|---|---|---|---|
| EndPort | Pointer to int64 | [optional] | |
| ForceHttps | Pointer to bool | [optional] | |
| Handlers | Pointer to []string | [optional] | |
| HttpOptions | Pointer to FlyHTTPOptions | [optional] | |
| Port | Pointer to int64 | [optional] | |
| ProxyProtoOptions | Pointer to FlyProxyProtoOptions | [optional] | |
| StartPort | Pointer to int64 | [optional] | |
| TlsOptions | Pointer to FlyTLSOptions | [optional] |
func NewFlyMachinePort() *FlyMachinePort
NewFlyMachinePort instantiates a new FlyMachinePort 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 NewFlyMachinePortWithDefaults() *FlyMachinePort
NewFlyMachinePortWithDefaults instantiates a new FlyMachinePort 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 *FlyMachinePort) GetEndPort() int64
GetEndPort returns the EndPort field if non-nil, zero value otherwise.
func (o *FlyMachinePort) GetEndPortOk() (*int64, bool)
GetEndPortOk returns a tuple with the EndPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyMachinePort) SetEndPort(v int64)
SetEndPort sets EndPort field to given value.
func (o *FlyMachinePort) HasEndPort() bool
HasEndPort returns a boolean if a field has been set.
func (o *FlyMachinePort) GetForceHttps() bool
GetForceHttps returns the ForceHttps field if non-nil, zero value otherwise.
func (o *FlyMachinePort) GetForceHttpsOk() (*bool, bool)
GetForceHttpsOk returns a tuple with the ForceHttps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyMachinePort) SetForceHttps(v bool)
SetForceHttps sets ForceHttps field to given value.
func (o *FlyMachinePort) HasForceHttps() bool
HasForceHttps returns a boolean if a field has been set.
func (o *FlyMachinePort) GetHandlers() []string
GetHandlers returns the Handlers field if non-nil, zero value otherwise.
func (o *FlyMachinePort) GetHandlersOk() (*[]string, bool)
GetHandlersOk returns a tuple with the Handlers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyMachinePort) SetHandlers(v []string)
SetHandlers sets Handlers field to given value.
func (o *FlyMachinePort) HasHandlers() bool
HasHandlers returns a boolean if a field has been set.
func (o *FlyMachinePort) GetHttpOptions() FlyHTTPOptions
GetHttpOptions returns the HttpOptions field if non-nil, zero value otherwise.
func (o *FlyMachinePort) GetHttpOptionsOk() (*FlyHTTPOptions, bool)
GetHttpOptionsOk returns a tuple with the HttpOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyMachinePort) SetHttpOptions(v FlyHTTPOptions)
SetHttpOptions sets HttpOptions field to given value.
func (o *FlyMachinePort) HasHttpOptions() bool
HasHttpOptions returns a boolean if a field has been set.
func (o *FlyMachinePort) GetPort() int64
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *FlyMachinePort) GetPortOk() (*int64, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyMachinePort) SetPort(v int64)
SetPort sets Port field to given value.
func (o *FlyMachinePort) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *FlyMachinePort) GetProxyProtoOptions() FlyProxyProtoOptions
GetProxyProtoOptions returns the ProxyProtoOptions field if non-nil, zero value otherwise.
func (o *FlyMachinePort) GetProxyProtoOptionsOk() (*FlyProxyProtoOptions, bool)
GetProxyProtoOptionsOk returns a tuple with the ProxyProtoOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyMachinePort) SetProxyProtoOptions(v FlyProxyProtoOptions)
SetProxyProtoOptions sets ProxyProtoOptions field to given value.
func (o *FlyMachinePort) HasProxyProtoOptions() bool
HasProxyProtoOptions returns a boolean if a field has been set.
func (o *FlyMachinePort) GetStartPort() int64
GetStartPort returns the StartPort field if non-nil, zero value otherwise.
func (o *FlyMachinePort) GetStartPortOk() (*int64, bool)
GetStartPortOk returns a tuple with the StartPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyMachinePort) SetStartPort(v int64)
SetStartPort sets StartPort field to given value.
func (o *FlyMachinePort) HasStartPort() bool
HasStartPort returns a boolean if a field has been set.
func (o *FlyMachinePort) GetTlsOptions() FlyTLSOptions
GetTlsOptions returns the TlsOptions field if non-nil, zero value otherwise.
func (o *FlyMachinePort) GetTlsOptionsOk() (*FlyTLSOptions, bool)
GetTlsOptionsOk returns a tuple with the TlsOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyMachinePort) SetTlsOptions(v FlyTLSOptions)
SetTlsOptions sets TlsOptions field to given value.
func (o *FlyMachinePort) HasTlsOptions() bool
HasTlsOptions returns a boolean if a field has been set.