Skip to main content

MultiHostIntegrationsConnectorAttributesMultiHostAttributes

Properties

NameTypeDescriptionNotes
PasswordPointer to stringPassword.[optional]
ConnectorFilesPointer to stringConnector file.[optional]
AuthTypePointer to stringAuthentication type.[optional]
UserPointer to stringUsername.[optional]

Methods

NewMultiHostIntegrationsConnectorAttributesMultiHostAttributes

func NewMultiHostIntegrationsConnectorAttributesMultiHostAttributes() *MultiHostIntegrationsConnectorAttributesMultiHostAttributes

NewMultiHostIntegrationsConnectorAttributesMultiHostAttributes instantiates a new MultiHostIntegrationsConnectorAttributesMultiHostAttributes 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

NewMultiHostIntegrationsConnectorAttributesMultiHostAttributesWithDefaults

func NewMultiHostIntegrationsConnectorAttributesMultiHostAttributesWithDefaults() *MultiHostIntegrationsConnectorAttributesMultiHostAttributes

NewMultiHostIntegrationsConnectorAttributesMultiHostAttributesWithDefaults instantiates a new MultiHostIntegrationsConnectorAttributesMultiHostAttributes 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

GetPassword

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetPassword() string

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

GetPasswordOk

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) 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 *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetConnectorFiles

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetConnectorFiles() string

GetConnectorFiles returns the ConnectorFiles field if non-nil, zero value otherwise.

GetConnectorFilesOk

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetConnectorFilesOk() (*string, bool)

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

SetConnectorFiles

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) SetConnectorFiles(v string)

SetConnectorFiles sets ConnectorFiles field to given value.

HasConnectorFiles

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) HasConnectorFiles() bool

HasConnectorFiles returns a boolean if a field has been set.

GetAuthType

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetAuthType() string

GetAuthType returns the AuthType field if non-nil, zero value otherwise.

GetAuthTypeOk

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetAuthTypeOk() (*string, bool)

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

SetAuthType

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) SetAuthType(v string)

SetAuthType sets AuthType field to given value.

HasAuthType

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) HasAuthType() bool

HasAuthType returns a boolean if a field has been set.

GetUser

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetUser() string

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetUserOk() (*string, bool)

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

SetUser

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) SetUser(v string)

SetUser sets User field to given value.

HasUser

func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) HasUser() bool

HasUser returns a boolean if a field has been set.