Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.65 KB

PingTargetDetails.md

File metadata and controls

160 lines (87 loc) · 4.65 KB

PingTargetDetails

Properties

Name Type Description Notes
AdministrativePort Pointer to string [optional]
AuthorizationPort Pointer to string [optional]
PingUrl Pointer to string [optional]
PrivilegedUser Pointer to string [optional]
UserPassword Pointer to string [optional]

Methods

NewPingTargetDetails

func NewPingTargetDetails() *PingTargetDetails

NewPingTargetDetails instantiates a new PingTargetDetails 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

NewPingTargetDetailsWithDefaults

func NewPingTargetDetailsWithDefaults() *PingTargetDetails

NewPingTargetDetailsWithDefaults instantiates a new PingTargetDetails 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

GetAdministrativePort

func (o *PingTargetDetails) GetAdministrativePort() string

GetAdministrativePort returns the AdministrativePort field if non-nil, zero value otherwise.

GetAdministrativePortOk

func (o *PingTargetDetails) GetAdministrativePortOk() (*string, bool)

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

SetAdministrativePort

func (o *PingTargetDetails) SetAdministrativePort(v string)

SetAdministrativePort sets AdministrativePort field to given value.

HasAdministrativePort

func (o *PingTargetDetails) HasAdministrativePort() bool

HasAdministrativePort returns a boolean if a field has been set.

GetAuthorizationPort

func (o *PingTargetDetails) GetAuthorizationPort() string

GetAuthorizationPort returns the AuthorizationPort field if non-nil, zero value otherwise.

GetAuthorizationPortOk

func (o *PingTargetDetails) GetAuthorizationPortOk() (*string, bool)

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

SetAuthorizationPort

func (o *PingTargetDetails) SetAuthorizationPort(v string)

SetAuthorizationPort sets AuthorizationPort field to given value.

HasAuthorizationPort

func (o *PingTargetDetails) HasAuthorizationPort() bool

HasAuthorizationPort returns a boolean if a field has been set.

GetPingUrl

func (o *PingTargetDetails) GetPingUrl() string

GetPingUrl returns the PingUrl field if non-nil, zero value otherwise.

GetPingUrlOk

func (o *PingTargetDetails) GetPingUrlOk() (*string, bool)

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

SetPingUrl

func (o *PingTargetDetails) SetPingUrl(v string)

SetPingUrl sets PingUrl field to given value.

HasPingUrl

func (o *PingTargetDetails) HasPingUrl() bool

HasPingUrl returns a boolean if a field has been set.

GetPrivilegedUser

func (o *PingTargetDetails) GetPrivilegedUser() string

GetPrivilegedUser returns the PrivilegedUser field if non-nil, zero value otherwise.

GetPrivilegedUserOk

func (o *PingTargetDetails) GetPrivilegedUserOk() (*string, bool)

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

SetPrivilegedUser

func (o *PingTargetDetails) SetPrivilegedUser(v string)

SetPrivilegedUser sets PrivilegedUser field to given value.

HasPrivilegedUser

func (o *PingTargetDetails) HasPrivilegedUser() bool

HasPrivilegedUser returns a boolean if a field has been set.

GetUserPassword

func (o *PingTargetDetails) GetUserPassword() string

GetUserPassword returns the UserPassword field if non-nil, zero value otherwise.

GetUserPasswordOk

func (o *PingTargetDetails) GetUserPasswordOk() (*string, bool)

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

SetUserPassword

func (o *PingTargetDetails) SetUserPassword(v string)

SetUserPassword sets UserPassword field to given value.

HasUserPassword

func (o *PingTargetDetails) HasUserPassword() bool

HasUserPassword returns a boolean if a field has been set.

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