Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | the id of the Source | [optional] [readonly] |
Type | Pointer to string | Specifies the type of system being managed e.g. Active Directory, Workday, etc.. | [optional] |
Name | Pointer to string | the name of the source | [optional] |
Org | Pointer to string | source's org | [optional] |
IsAuthoritative | Pointer to bool | Is the source authoritative | [optional] |
IsCluster | Pointer to bool | Is the source in a cluster | [optional] |
Hostname | Pointer to string | source's hostname | [optional] |
Pod | Pointer to string | source's pod | [optional] |
IqServiceVersion | Pointer to string | The version of the iqService | [optional] |
Status | Pointer to string | connection test result | [optional] |
func NewSourceHealthDto() *SourceHealthDto
NewSourceHealthDto instantiates a new SourceHealthDto 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 NewSourceHealthDtoWithDefaults() *SourceHealthDto
NewSourceHealthDtoWithDefaults instantiates a new SourceHealthDto 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 *SourceHealthDto) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SourceHealthDto) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceHealthDto) SetId(v string)
SetId sets Id field to given value.
func (o *SourceHealthDto) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SourceHealthDto) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SourceHealthDto) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceHealthDto) SetType(v string)
SetType sets Type field to given value.
func (o *SourceHealthDto) HasType() bool
HasType returns a boolean if a field has been set.
func (o *SourceHealthDto) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SourceHealthDto) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceHealthDto) SetName(v string)
SetName sets Name field to given value.
func (o *SourceHealthDto) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SourceHealthDto) GetOrg() string
GetOrg returns the Org field if non-nil, zero value otherwise.
func (o *SourceHealthDto) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceHealthDto) SetOrg(v string)
SetOrg sets Org field to given value.
func (o *SourceHealthDto) HasOrg() bool
HasOrg returns a boolean if a field has been set.
func (o *SourceHealthDto) GetIsAuthoritative() bool
GetIsAuthoritative returns the IsAuthoritative field if non-nil, zero value otherwise.
func (o *SourceHealthDto) GetIsAuthoritativeOk() (*bool, bool)
GetIsAuthoritativeOk returns a tuple with the IsAuthoritative field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceHealthDto) SetIsAuthoritative(v bool)
SetIsAuthoritative sets IsAuthoritative field to given value.
func (o *SourceHealthDto) HasIsAuthoritative() bool
HasIsAuthoritative returns a boolean if a field has been set.
func (o *SourceHealthDto) GetIsCluster() bool
GetIsCluster returns the IsCluster field if non-nil, zero value otherwise.
func (o *SourceHealthDto) GetIsClusterOk() (*bool, bool)
GetIsClusterOk returns a tuple with the IsCluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceHealthDto) SetIsCluster(v bool)
SetIsCluster sets IsCluster field to given value.
func (o *SourceHealthDto) HasIsCluster() bool
HasIsCluster returns a boolean if a field has been set.
func (o *SourceHealthDto) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *SourceHealthDto) 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 *SourceHealthDto) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *SourceHealthDto) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *SourceHealthDto) GetPod() string
GetPod returns the Pod field if non-nil, zero value otherwise.
func (o *SourceHealthDto) GetPodOk() (*string, bool)
GetPodOk returns a tuple with the Pod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceHealthDto) SetPod(v string)
SetPod sets Pod field to given value.
func (o *SourceHealthDto) HasPod() bool
HasPod returns a boolean if a field has been set.
func (o *SourceHealthDto) GetIqServiceVersion() string
GetIqServiceVersion returns the IqServiceVersion field if non-nil, zero value otherwise.
func (o *SourceHealthDto) GetIqServiceVersionOk() (*string, bool)
GetIqServiceVersionOk returns a tuple with the IqServiceVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceHealthDto) SetIqServiceVersion(v string)
SetIqServiceVersion sets IqServiceVersion field to given value.
func (o *SourceHealthDto) HasIqServiceVersion() bool
HasIqServiceVersion returns a boolean if a field has been set.
func (o *SourceHealthDto) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *SourceHealthDto) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceHealthDto) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *SourceHealthDto) HasStatus() bool
HasStatus returns a boolean if a field has been set.