Name | Type | Description | Notes |
---|---|---|---|
AkeylessUrl | Pointer to string | AkeylessUrl is here for BC only. Gator will still return it if it exists in the configuration, but new clients (>=2.34.0) will ignore it and override it with what exists in their local file. It will no longer be sent to Gator for update, so new clusters will only have the default value saved in the DB. | [optional] |
ApiTokenTtl | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
EnableSniProxy | Pointer to bool | [optional] | |
EnableTls | Pointer to bool | [optional] | |
EnableTlsConfigure | Pointer to bool | [optional] | |
EnableTlsCurl | Pointer to bool | [optional] | |
EnableTlsHvp | Pointer to bool | [optional] | |
GwClusterUrl | Pointer to string | [optional] | |
NotifyOnStatusChange | Pointer to bool | [optional] | |
TcpPort | Pointer to string | [optional] | |
TlsCert | Pointer to string | [optional] | |
TlsKey | Pointer to string | [optional] |
func NewGeneralConfigPart() *GeneralConfigPart
NewGeneralConfigPart instantiates a new GeneralConfigPart 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 NewGeneralConfigPartWithDefaults() *GeneralConfigPart
NewGeneralConfigPartWithDefaults instantiates a new GeneralConfigPart 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 *GeneralConfigPart) GetAkeylessUrl() string
GetAkeylessUrl returns the AkeylessUrl field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetAkeylessUrlOk() (*string, bool)
GetAkeylessUrlOk returns a tuple with the AkeylessUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetAkeylessUrl(v string)
SetAkeylessUrl sets AkeylessUrl field to given value.
func (o *GeneralConfigPart) HasAkeylessUrl() bool
HasAkeylessUrl returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetApiTokenTtl() string
GetApiTokenTtl returns the ApiTokenTtl field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetApiTokenTtlOk() (*string, bool)
GetApiTokenTtlOk returns a tuple with the ApiTokenTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetApiTokenTtl(v string)
SetApiTokenTtl sets ApiTokenTtl field to given value.
func (o *GeneralConfigPart) HasApiTokenTtl() bool
HasApiTokenTtl returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *GeneralConfigPart) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetEnableSniProxy() bool
GetEnableSniProxy returns the EnableSniProxy field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetEnableSniProxyOk() (*bool, bool)
GetEnableSniProxyOk returns a tuple with the EnableSniProxy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetEnableSniProxy(v bool)
SetEnableSniProxy sets EnableSniProxy field to given value.
func (o *GeneralConfigPart) HasEnableSniProxy() bool
HasEnableSniProxy returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetEnableTls() bool
GetEnableTls returns the EnableTls field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetEnableTlsOk() (*bool, bool)
GetEnableTlsOk returns a tuple with the EnableTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetEnableTls(v bool)
SetEnableTls sets EnableTls field to given value.
func (o *GeneralConfigPart) HasEnableTls() bool
HasEnableTls returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetEnableTlsConfigure() bool
GetEnableTlsConfigure returns the EnableTlsConfigure field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetEnableTlsConfigureOk() (*bool, bool)
GetEnableTlsConfigureOk returns a tuple with the EnableTlsConfigure field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetEnableTlsConfigure(v bool)
SetEnableTlsConfigure sets EnableTlsConfigure field to given value.
func (o *GeneralConfigPart) HasEnableTlsConfigure() bool
HasEnableTlsConfigure returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetEnableTlsCurl() bool
GetEnableTlsCurl returns the EnableTlsCurl field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetEnableTlsCurlOk() (*bool, bool)
GetEnableTlsCurlOk returns a tuple with the EnableTlsCurl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetEnableTlsCurl(v bool)
SetEnableTlsCurl sets EnableTlsCurl field to given value.
func (o *GeneralConfigPart) HasEnableTlsCurl() bool
HasEnableTlsCurl returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetEnableTlsHvp() bool
GetEnableTlsHvp returns the EnableTlsHvp field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetEnableTlsHvpOk() (*bool, bool)
GetEnableTlsHvpOk returns a tuple with the EnableTlsHvp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetEnableTlsHvp(v bool)
SetEnableTlsHvp sets EnableTlsHvp field to given value.
func (o *GeneralConfigPart) HasEnableTlsHvp() bool
HasEnableTlsHvp returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetGwClusterUrl() string
GetGwClusterUrl returns the GwClusterUrl field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetGwClusterUrlOk() (*string, bool)
GetGwClusterUrlOk returns a tuple with the GwClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetGwClusterUrl(v string)
SetGwClusterUrl sets GwClusterUrl field to given value.
func (o *GeneralConfigPart) HasGwClusterUrl() bool
HasGwClusterUrl returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetNotifyOnStatusChange() bool
GetNotifyOnStatusChange returns the NotifyOnStatusChange field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetNotifyOnStatusChangeOk() (*bool, bool)
GetNotifyOnStatusChangeOk returns a tuple with the NotifyOnStatusChange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetNotifyOnStatusChange(v bool)
SetNotifyOnStatusChange sets NotifyOnStatusChange field to given value.
func (o *GeneralConfigPart) HasNotifyOnStatusChange() bool
HasNotifyOnStatusChange returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetTcpPort() string
GetTcpPort returns the TcpPort field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetTcpPortOk() (*string, bool)
GetTcpPortOk returns a tuple with the TcpPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetTcpPort(v string)
SetTcpPort sets TcpPort field to given value.
func (o *GeneralConfigPart) HasTcpPort() bool
HasTcpPort returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetTlsCert() string
GetTlsCert returns the TlsCert field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetTlsCertOk() (*string, bool)
GetTlsCertOk returns a tuple with the TlsCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetTlsCert(v string)
SetTlsCert sets TlsCert field to given value.
func (o *GeneralConfigPart) HasTlsCert() bool
HasTlsCert returns a boolean if a field has been set.
func (o *GeneralConfigPart) GetTlsKey() string
GetTlsKey returns the TlsKey field if non-nil, zero value otherwise.
func (o *GeneralConfigPart) GetTlsKeyOk() (*string, bool)
GetTlsKeyOk returns a tuple with the TlsKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeneralConfigPart) SetTlsKey(v string)
SetTlsKey sets TlsKey field to given value.
func (o *GeneralConfigPart) HasTlsKey() bool
HasTlsKey returns a boolean if a field has been set.