| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to NullableInt32 | [optional] | |
| AgentId | Pointer to NullableString | [optional] | |
| Hostname | Pointer to NullableString | [optional] | |
| ServerGroupId | Pointer to NullableString | [optional] | |
| SyncSchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
| UnderManagement | Pointer to bool | [optional] | |
| Owner | Pointer to CSSCMSDataModelModelsSSHUsersSshUserResponse | [optional] | |
| GroupName | Pointer to NullableString | [optional] | |
| Orchestrator | Pointer to NullableString | [optional] | |
| Port | Pointer to NullableInt32 | [optional] |
func NewCSSCMSDataModelModelsSSHServersServerResponse() *CSSCMSDataModelModelsSSHServersServerResponse
NewCSSCMSDataModelModelsSSHServersServerResponse instantiates a new CSSCMSDataModelModelsSSHServersServerResponse 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 NewCSSCMSDataModelModelsSSHServersServerResponseWithDefaults() *CSSCMSDataModelModelsSSHServersServerResponse
NewCSSCMSDataModelModelsSSHServersServerResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHServersServerResponse 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 *CSSCMSDataModelModelsSSHServersServerResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetIdOk() (*int32, 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 *CSSCMSDataModelModelsSSHServersServerResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetAgentIdOk() (*string, bool)
GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetAgentIdNil(b bool)
SetAgentIdNil sets the value for AgentId to be an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) UnsetAgentId()
UnsetAgentId ensures that no value is present for AgentId, not even an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) 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 *CSSCMSDataModelModelsSSHServersServerResponse) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetHostnameNil(b bool)
SetHostnameNil sets the value for Hostname to be an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) UnsetHostname()
UnsetHostname ensures that no value is present for Hostname, not even an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetServerGroupId() string
GetServerGroupId returns the ServerGroupId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetServerGroupIdOk() (*string, bool)
GetServerGroupIdOk returns a tuple with the ServerGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetServerGroupId(v string)
SetServerGroupId sets ServerGroupId field to given value.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasServerGroupId() bool
HasServerGroupId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetServerGroupIdNil(b bool)
SetServerGroupIdNil sets the value for ServerGroupId to be an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) UnsetServerGroupId()
UnsetServerGroupId ensures that no value is present for ServerGroupId, not even an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetSyncSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSyncSchedule returns the SyncSchedule field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetSyncScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetSyncScheduleOk returns a tuple with the SyncSchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetSyncSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSyncSchedule sets SyncSchedule field to given value.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasSyncSchedule() bool
HasSyncSchedule returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetUnderManagement() bool
GetUnderManagement returns the UnderManagement field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetUnderManagementOk() (*bool, bool)
GetUnderManagementOk returns a tuple with the UnderManagement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetUnderManagement(v bool)
SetUnderManagement sets UnderManagement field to given value.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasUnderManagement() bool
HasUnderManagement returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetOwner() CSSCMSDataModelModelsSSHUsersSshUserResponse
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetOwnerOk() (*CSSCMSDataModelModelsSSHUsersSshUserResponse, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetOwner(v CSSCMSDataModelModelsSSHUsersSshUserResponse)
SetOwner sets Owner field to given value.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetGroupNameOk() (*string, bool)
GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasGroupName() bool
HasGroupName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetGroupNameNil(b bool)
SetGroupNameNil sets the value for GroupName to be an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) UnsetGroupName()
UnsetGroupName ensures that no value is present for GroupName, not even an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetOrchestrator() string
GetOrchestrator returns the Orchestrator field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetOrchestratorOk() (*string, bool)
GetOrchestratorOk returns a tuple with the Orchestrator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetOrchestrator(v string)
SetOrchestrator sets Orchestrator field to given value.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasOrchestrator() bool
HasOrchestrator returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetOrchestratorNil(b bool)
SetOrchestratorNil sets the value for Orchestrator to be an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) UnsetOrchestrator()
UnsetOrchestrator ensures that no value is present for Orchestrator, not even an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetPort(v int32)
SetPort sets Port field to given value.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetPortNil(b bool)
SetPortNil sets the value for Port to be an explicit nil
func (o *CSSCMSDataModelModelsSSHServersServerResponse) UnsetPort()
UnsetPort ensures that no value is present for Port, not even an explicit nil