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] |
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
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
func (o *WindowsTargetDetails) GetCertificate() string
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
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.
func (o *WindowsTargetDetails) SetCertificate(v string)
SetCertificate sets Certificate field to given value.
func (o *WindowsTargetDetails) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
func (o *WindowsTargetDetails) GetDomainName() string
GetDomainName returns the DomainName field if non-nil, zero value otherwise.
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.
func (o *WindowsTargetDetails) SetDomainName(v string)
SetDomainName sets DomainName field to given value.
func (o *WindowsTargetDetails) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (o *WindowsTargetDetails) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
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.
func (o *WindowsTargetDetails) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *WindowsTargetDetails) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *WindowsTargetDetails) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
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.
func (o *WindowsTargetDetails) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *WindowsTargetDetails) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *WindowsTargetDetails) GetPort() string
GetPort returns the Port field if non-nil, zero value otherwise.
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.
func (o *WindowsTargetDetails) SetPort(v string)
SetPort sets Port field to given value.
func (o *WindowsTargetDetails) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *WindowsTargetDetails) GetUseTls() bool
GetUseTls returns the UseTls field if non-nil, zero value otherwise.
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.
func (o *WindowsTargetDetails) SetUseTls(v bool)
SetUseTls sets UseTls field to given value.
func (o *WindowsTargetDetails) HasUseTls() bool
HasUseTls returns a boolean if a field has been set.
func (o *WindowsTargetDetails) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *WindowsTargetDetails) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *WindowsTargetDetails) HasUsername() bool
HasUsername returns a boolean if a field has been set.