Name | Type | Description | Notes |
---|---|---|---|
Path | Pointer to string | [optional] [default to "/"] | |
Scheme | Pointer to string | [optional] [default to "HTTP"] | |
Port | Pointer to int32 | [optional] |
func NewProbeTypeHttp() *ProbeTypeHttp
NewProbeTypeHttp instantiates a new ProbeTypeHttp 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 NewProbeTypeHttpWithDefaults() *ProbeTypeHttp
NewProbeTypeHttpWithDefaults instantiates a new ProbeTypeHttp 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 *ProbeTypeHttp) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *ProbeTypeHttp) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProbeTypeHttp) SetPath(v string)
SetPath sets Path field to given value.
func (o *ProbeTypeHttp) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *ProbeTypeHttp) GetScheme() string
GetScheme returns the Scheme field if non-nil, zero value otherwise.
func (o *ProbeTypeHttp) GetSchemeOk() (*string, bool)
GetSchemeOk returns a tuple with the Scheme field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProbeTypeHttp) SetScheme(v string)
SetScheme sets Scheme field to given value.
func (o *ProbeTypeHttp) HasScheme() bool
HasScheme returns a boolean if a field has been set.
func (o *ProbeTypeHttp) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *ProbeTypeHttp) GetPortOk() (*int32, 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 *ProbeTypeHttp) SetPort(v int32)
SetPort sets Port field to given value.
func (o *ProbeTypeHttp) HasPort() bool
HasPort returns a boolean if a field has been set.