Name | Type | Description | Notes |
---|---|---|---|
Pk | string | [readonly] | |
Name | string | ||
Provider | int32 | ||
ProviderObj | RACProvider | [readonly] | |
Protocol | ProtocolEnum | ||
Host | string | ||
Settings | Pointer to interface{} | [optional] | |
PropertyMappings | Pointer to []string | [optional] | |
AuthMode | AuthModeEnum | ||
LaunchUrl | NullableString | Build actual launch URL (the provider itself does not have one, just individual endpoints) | [readonly] |
MaximumConnections | Pointer to int32 | [optional] |
func NewEndpoint(pk string, name string, provider int32, providerObj RACProvider, protocol ProtocolEnum, host string, authMode AuthModeEnum, launchUrl NullableString, ) *Endpoint
NewEndpoint instantiates a new Endpoint 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 NewEndpointWithDefaults() *Endpoint
NewEndpointWithDefaults instantiates a new Endpoint 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 *Endpoint) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *Endpoint) GetPkOk() (*string, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetPk(v string)
SetPk sets Pk field to given value.
func (o *Endpoint) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Endpoint) 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 *Endpoint) SetName(v string)
SetName sets Name field to given value.
func (o *Endpoint) GetProvider() int32
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *Endpoint) GetProviderOk() (*int32, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetProvider(v int32)
SetProvider sets Provider field to given value.
func (o *Endpoint) GetProviderObj() RACProvider
GetProviderObj returns the ProviderObj field if non-nil, zero value otherwise.
func (o *Endpoint) GetProviderObjOk() (*RACProvider, bool)
GetProviderObjOk returns a tuple with the ProviderObj field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetProviderObj(v RACProvider)
SetProviderObj sets ProviderObj field to given value.
func (o *Endpoint) GetProtocol() ProtocolEnum
GetProtocol returns the Protocol field if non-nil, zero value otherwise.
func (o *Endpoint) GetProtocolOk() (*ProtocolEnum, bool)
GetProtocolOk returns a tuple with the Protocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetProtocol(v ProtocolEnum)
SetProtocol sets Protocol field to given value.
func (o *Endpoint) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *Endpoint) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetHost(v string)
SetHost sets Host field to given value.
func (o *Endpoint) GetSettings() interface{}
GetSettings returns the Settings field if non-nil, zero value otherwise.
func (o *Endpoint) GetSettingsOk() (*interface{}, bool)
GetSettingsOk returns a tuple with the Settings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetSettings(v interface{})
SetSettings sets Settings field to given value.
func (o *Endpoint) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (o *Endpoint) SetSettingsNil(b bool)
SetSettingsNil sets the value for Settings to be an explicit nil
func (o *Endpoint) UnsetSettings()
UnsetSettings ensures that no value is present for Settings, not even an explicit nil
func (o *Endpoint) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *Endpoint) GetPropertyMappingsOk() (*[]string, bool)
GetPropertyMappingsOk returns a tuple with the PropertyMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *Endpoint) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *Endpoint) GetAuthMode() AuthModeEnum
GetAuthMode returns the AuthMode field if non-nil, zero value otherwise.
func (o *Endpoint) GetAuthModeOk() (*AuthModeEnum, bool)
GetAuthModeOk returns a tuple with the AuthMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetAuthMode(v AuthModeEnum)
SetAuthMode sets AuthMode field to given value.
func (o *Endpoint) GetLaunchUrl() string
GetLaunchUrl returns the LaunchUrl field if non-nil, zero value otherwise.
func (o *Endpoint) GetLaunchUrlOk() (*string, bool)
GetLaunchUrlOk returns a tuple with the LaunchUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetLaunchUrl(v string)
SetLaunchUrl sets LaunchUrl field to given value.
func (o *Endpoint) SetLaunchUrlNil(b bool)
SetLaunchUrlNil sets the value for LaunchUrl to be an explicit nil
func (o *Endpoint) UnsetLaunchUrl()
UnsetLaunchUrl ensures that no value is present for LaunchUrl, not even an explicit nil
func (o *Endpoint) GetMaximumConnections() int32
GetMaximumConnections returns the MaximumConnections field if non-nil, zero value otherwise.
func (o *Endpoint) GetMaximumConnectionsOk() (*int32, bool)
GetMaximumConnectionsOk returns a tuple with the MaximumConnections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetMaximumConnections(v int32)
SetMaximumConnections sets MaximumConnections field to given value.
func (o *Endpoint) HasMaximumConnections() bool
HasMaximumConnections returns a boolean if a field has been set.