Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.6 KB

WindowsTargetDetails.md

File metadata and controls

212 lines (115 loc) · 5.6 KB

WindowsTargetDetails

Properties

Name Type Description Notes
Certificate Pointer to string [optional]
DomainName Pointer to string [optional]
Hostname Pointer to string [optional]
Password Pointer to string [optional]
Port Pointer to string [optional]
UseTls Pointer to bool [optional]
Username Pointer to string [optional]

Methods

NewWindowsTargetDetails

func NewWindowsTargetDetails() *WindowsTargetDetails

NewWindowsTargetDetails instantiates a new WindowsTargetDetails 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

NewWindowsTargetDetailsWithDefaults

func NewWindowsTargetDetailsWithDefaults() *WindowsTargetDetails

NewWindowsTargetDetailsWithDefaults instantiates a new WindowsTargetDetails 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

GetCertificate

func (o *WindowsTargetDetails) GetCertificate() string

GetCertificate returns the Certificate field if non-nil, zero value otherwise.

GetCertificateOk

func (o *WindowsTargetDetails) GetCertificateOk() (*string, bool)

GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCertificate

func (o *WindowsTargetDetails) SetCertificate(v string)

SetCertificate sets Certificate field to given value.

HasCertificate

func (o *WindowsTargetDetails) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

GetDomainName

func (o *WindowsTargetDetails) GetDomainName() string

GetDomainName returns the DomainName field if non-nil, zero value otherwise.

GetDomainNameOk

func (o *WindowsTargetDetails) GetDomainNameOk() (*string, bool)

GetDomainNameOk returns a tuple with the DomainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDomainName

func (o *WindowsTargetDetails) SetDomainName(v string)

SetDomainName sets DomainName field to given value.

HasDomainName

func (o *WindowsTargetDetails) HasDomainName() bool

HasDomainName returns a boolean if a field has been set.

GetHostname

func (o *WindowsTargetDetails) GetHostname() string

GetHostname returns the Hostname field if non-nil, zero value otherwise.

GetHostnameOk

func (o *WindowsTargetDetails) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHostname

func (o *WindowsTargetDetails) SetHostname(v string)

SetHostname sets Hostname field to given value.

HasHostname

func (o *WindowsTargetDetails) HasHostname() bool

HasHostname returns a boolean if a field has been set.

GetPassword

func (o *WindowsTargetDetails) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *WindowsTargetDetails) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPassword

func (o *WindowsTargetDetails) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *WindowsTargetDetails) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetPort

func (o *WindowsTargetDetails) GetPort() string

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

func (o *WindowsTargetDetails) GetPortOk() (*string, bool)

GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPort

func (o *WindowsTargetDetails) SetPort(v string)

SetPort sets Port field to given value.

HasPort

func (o *WindowsTargetDetails) HasPort() bool

HasPort returns a boolean if a field has been set.

GetUseTls

func (o *WindowsTargetDetails) GetUseTls() bool

GetUseTls returns the UseTls field if non-nil, zero value otherwise.

GetUseTlsOk

func (o *WindowsTargetDetails) GetUseTlsOk() (*bool, bool)

GetUseTlsOk returns a tuple with the UseTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUseTls

func (o *WindowsTargetDetails) SetUseTls(v bool)

SetUseTls sets UseTls field to given value.

HasUseTls

func (o *WindowsTargetDetails) HasUseTls() bool

HasUseTls returns a boolean if a field has been set.

GetUsername

func (o *WindowsTargetDetails) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *WindowsTargetDetails) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsername

func (o *WindowsTargetDetails) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *WindowsTargetDetails) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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