Name | Type | Description | Notes |
---|---|---|---|
Password | []string | The password for the user. | |
RemotePodAddress | string | The IP address or hostname for the remote pod. | |
Username | string | The user name, along with domain name, with sufficient privilege to perform a global LDAP join against the remote pod. The down-level logon name format (domain\username) is allowed. |
func NewCPAJoinSpec(password []string, remotePodAddress string, username string, ) *CPAJoinSpec
NewCPAJoinSpec instantiates a new CPAJoinSpec 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 NewCPAJoinSpecWithDefaults() *CPAJoinSpec
NewCPAJoinSpecWithDefaults instantiates a new CPAJoinSpec 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 *CPAJoinSpec) GetPassword() []string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *CPAJoinSpec) 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 *CPAJoinSpec) SetPassword(v []string)
SetPassword sets Password field to given value.
func (o *CPAJoinSpec) GetRemotePodAddress() string
GetRemotePodAddress returns the RemotePodAddress field if non-nil, zero value otherwise.
func (o *CPAJoinSpec) GetRemotePodAddressOk() (*string, bool)
GetRemotePodAddressOk returns a tuple with the RemotePodAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CPAJoinSpec) SetRemotePodAddress(v string)
SetRemotePodAddress sets RemotePodAddress field to given value.
func (o *CPAJoinSpec) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *CPAJoinSpec) 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 *CPAJoinSpec) SetUsername(v string)
SetUsername sets Username field to given value.