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] |
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
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
func (o *PingTargetDetails) GetAdministrativePort() string
GetAdministrativePort returns the AdministrativePort field if non-nil, zero value otherwise.
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.
func (o *PingTargetDetails) SetAdministrativePort(v string)
SetAdministrativePort sets AdministrativePort field to given value.
func (o *PingTargetDetails) HasAdministrativePort() bool
HasAdministrativePort returns a boolean if a field has been set.
func (o *PingTargetDetails) GetAuthorizationPort() string
GetAuthorizationPort returns the AuthorizationPort field if non-nil, zero value otherwise.
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.
func (o *PingTargetDetails) SetAuthorizationPort(v string)
SetAuthorizationPort sets AuthorizationPort field to given value.
func (o *PingTargetDetails) HasAuthorizationPort() bool
HasAuthorizationPort returns a boolean if a field has been set.
func (o *PingTargetDetails) GetPingUrl() string
GetPingUrl returns the PingUrl field if non-nil, zero value otherwise.
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.
func (o *PingTargetDetails) SetPingUrl(v string)
SetPingUrl sets PingUrl field to given value.
func (o *PingTargetDetails) HasPingUrl() bool
HasPingUrl returns a boolean if a field has been set.
func (o *PingTargetDetails) GetPrivilegedUser() string
GetPrivilegedUser returns the PrivilegedUser field if non-nil, zero value otherwise.
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.
func (o *PingTargetDetails) SetPrivilegedUser(v string)
SetPrivilegedUser sets PrivilegedUser field to given value.
func (o *PingTargetDetails) HasPrivilegedUser() bool
HasPrivilegedUser returns a boolean if a field has been set.
func (o *PingTargetDetails) GetUserPassword() string
GetUserPassword returns the UserPassword field if non-nil, zero value otherwise.
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.
func (o *PingTargetDetails) SetUserPassword(v string)
SetUserPassword sets UserPassword field to given value.
func (o *PingTargetDetails) HasUserPassword() bool
HasUserPassword returns a boolean if a field has been set.