Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.58 KB

SshBastionSessionTermination.md

File metadata and controls

160 lines (87 loc) · 4.58 KB

SshBastionSessionTermination

Properties

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]

Methods

NewSshBastionSessionTermination

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

NewSshBastionSessionTerminationWithDefaults

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

GetApiPassword

func (o *SshBastionSessionTermination) GetApiPassword() string

GetApiPassword returns the ApiPassword field if non-nil, zero value otherwise.

GetApiPasswordOk

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.

SetApiPassword

func (o *SshBastionSessionTermination) SetApiPassword(v string)

SetApiPassword sets ApiPassword field to given value.

HasApiPassword

func (o *SshBastionSessionTermination) HasApiPassword() bool

HasApiPassword returns a boolean if a field has been set.

GetApiToken

func (o *SshBastionSessionTermination) GetApiToken() string

GetApiToken returns the ApiToken field if non-nil, zero value otherwise.

GetApiTokenOk

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.

SetApiToken

func (o *SshBastionSessionTermination) SetApiToken(v string)

SetApiToken sets ApiToken field to given value.

HasApiToken

func (o *SshBastionSessionTermination) HasApiToken() bool

HasApiToken returns a boolean if a field has been set.

GetApiUrl

func (o *SshBastionSessionTermination) GetApiUrl() string

GetApiUrl returns the ApiUrl field if non-nil, zero value otherwise.

GetApiUrlOk

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.

SetApiUrl

func (o *SshBastionSessionTermination) SetApiUrl(v string)

SetApiUrl sets ApiUrl field to given value.

HasApiUrl

func (o *SshBastionSessionTermination) HasApiUrl() bool

HasApiUrl returns a boolean if a field has been set.

GetApiUsername

func (o *SshBastionSessionTermination) GetApiUsername() string

GetApiUsername returns the ApiUsername field if non-nil, zero value otherwise.

GetApiUsernameOk

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.

SetApiUsername

func (o *SshBastionSessionTermination) SetApiUsername(v string)

SetApiUsername sets ApiUsername field to given value.

HasApiUsername

func (o *SshBastionSessionTermination) HasApiUsername() bool

HasApiUsername returns a boolean if a field has been set.

GetEnabled

func (o *SshBastionSessionTermination) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *SshBastionSessionTermination) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *SshBastionSessionTermination) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]