Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Provider | Pointer to int32 | [optional] | |
Protocol | Pointer to ProtocolEnum | [optional] | |
Host | Pointer to string | [optional] | |
Settings | Pointer to interface{} | [optional] | |
PropertyMappings | Pointer to []string | [optional] | |
AuthMode | Pointer to AuthModeEnum | [optional] | |
MaximumConnections | Pointer to int32 | [optional] |
func NewPatchedEndpointRequest() *PatchedEndpointRequest
NewPatchedEndpointRequest instantiates a new PatchedEndpointRequest 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 NewPatchedEndpointRequestWithDefaults() *PatchedEndpointRequest
NewPatchedEndpointRequestWithDefaults instantiates a new PatchedEndpointRequest 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 *PatchedEndpointRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedEndpointRequest) 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 *PatchedEndpointRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedEndpointRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedEndpointRequest) GetProvider() int32
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *PatchedEndpointRequest) 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 *PatchedEndpointRequest) SetProvider(v int32)
SetProvider sets Provider field to given value.
func (o *PatchedEndpointRequest) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *PatchedEndpointRequest) GetProtocol() ProtocolEnum
GetProtocol returns the Protocol field if non-nil, zero value otherwise.
func (o *PatchedEndpointRequest) 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 *PatchedEndpointRequest) SetProtocol(v ProtocolEnum)
SetProtocol sets Protocol field to given value.
func (o *PatchedEndpointRequest) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (o *PatchedEndpointRequest) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *PatchedEndpointRequest) 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 *PatchedEndpointRequest) SetHost(v string)
SetHost sets Host field to given value.
func (o *PatchedEndpointRequest) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *PatchedEndpointRequest) GetSettings() interface{}
GetSettings returns the Settings field if non-nil, zero value otherwise.
func (o *PatchedEndpointRequest) 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 *PatchedEndpointRequest) SetSettings(v interface{})
SetSettings sets Settings field to given value.
func (o *PatchedEndpointRequest) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (o *PatchedEndpointRequest) SetSettingsNil(b bool)
SetSettingsNil sets the value for Settings to be an explicit nil
func (o *PatchedEndpointRequest) UnsetSettings()
UnsetSettings ensures that no value is present for Settings, not even an explicit nil
func (o *PatchedEndpointRequest) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *PatchedEndpointRequest) 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 *PatchedEndpointRequest) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *PatchedEndpointRequest) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *PatchedEndpointRequest) GetAuthMode() AuthModeEnum
GetAuthMode returns the AuthMode field if non-nil, zero value otherwise.
func (o *PatchedEndpointRequest) 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 *PatchedEndpointRequest) SetAuthMode(v AuthModeEnum)
SetAuthMode sets AuthMode field to given value.
func (o *PatchedEndpointRequest) HasAuthMode() bool
HasAuthMode returns a boolean if a field has been set.
func (o *PatchedEndpointRequest) GetMaximumConnections() int32
GetMaximumConnections returns the MaximumConnections field if non-nil, zero value otherwise.
func (o *PatchedEndpointRequest) 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 *PatchedEndpointRequest) SetMaximumConnections(v int32)
SetMaximumConnections sets MaximumConnections field to given value.
func (o *PatchedEndpointRequest) HasMaximumConnections() bool
HasMaximumConnections returns a boolean if a field has been set.