Name | Type | Description | Notes |
---|---|---|---|
ApiPassword | Pointer to string | [optional] | |
ApiToken | Pointer to string | [optional] | |
ApiUrl | Pointer to string | [optional] | |
ApiUsername | Pointer to string | [optional] | |
Enabled | Pointer to bool | [optional] |
func NewSshBastionSessionTermination() *SshBastionSessionTermination
NewSshBastionSessionTermination instantiates a new SshBastionSessionTermination 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 NewSshBastionSessionTerminationWithDefaults() *SshBastionSessionTermination
NewSshBastionSessionTerminationWithDefaults instantiates a new SshBastionSessionTermination 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 *SshBastionSessionTermination) GetApiPassword() string
GetApiPassword returns the ApiPassword field if non-nil, zero value otherwise.
func (o *SshBastionSessionTermination) GetApiPasswordOk() (*string, bool)
GetApiPasswordOk returns a tuple with the ApiPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SshBastionSessionTermination) SetApiPassword(v string)
SetApiPassword sets ApiPassword field to given value.
func (o *SshBastionSessionTermination) HasApiPassword() bool
HasApiPassword returns a boolean if a field has been set.
func (o *SshBastionSessionTermination) GetApiToken() string
GetApiToken returns the ApiToken field if non-nil, zero value otherwise.
func (o *SshBastionSessionTermination) GetApiTokenOk() (*string, bool)
GetApiTokenOk returns a tuple with the ApiToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SshBastionSessionTermination) SetApiToken(v string)
SetApiToken sets ApiToken field to given value.
func (o *SshBastionSessionTermination) HasApiToken() bool
HasApiToken returns a boolean if a field has been set.
func (o *SshBastionSessionTermination) GetApiUrl() string
GetApiUrl returns the ApiUrl field if non-nil, zero value otherwise.
func (o *SshBastionSessionTermination) GetApiUrlOk() (*string, bool)
GetApiUrlOk returns a tuple with the ApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SshBastionSessionTermination) SetApiUrl(v string)
SetApiUrl sets ApiUrl field to given value.
func (o *SshBastionSessionTermination) HasApiUrl() bool
HasApiUrl returns a boolean if a field has been set.
func (o *SshBastionSessionTermination) GetApiUsername() string
GetApiUsername returns the ApiUsername field if non-nil, zero value otherwise.
func (o *SshBastionSessionTermination) GetApiUsernameOk() (*string, bool)
GetApiUsernameOk returns a tuple with the ApiUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SshBastionSessionTermination) SetApiUsername(v string)
SetApiUsername sets ApiUsername field to given value.
func (o *SshBastionSessionTermination) HasApiUsername() bool
HasApiUsername returns a boolean if a field has been set.
func (o *SshBastionSessionTermination) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *SshBastionSessionTermination) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SshBastionSessionTermination) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *SshBastionSessionTermination) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.