Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
AgentId | Pointer to string | [optional] | |
Hostname | Pointer to string | [optional] | |
ServerGroupId | Pointer to string | [optional] | |
SyncSchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
UnderManagement | Pointer to bool | [optional] | |
Owner | Pointer to ModelsSSHUsersSshUserResponse | [optional] | |
GroupName | Pointer to string | [optional] | |
Orchestrator | Pointer to string | [optional] | |
Port | Pointer to int32 | [optional] |
func NewModelsSSHServersServerResponse() *ModelsSSHServersServerResponse
NewModelsSSHServersServerResponse instantiates a new ModelsSSHServersServerResponse 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 NewModelsSSHServersServerResponseWithDefaults() *ModelsSSHServersServerResponse
NewModelsSSHServersServerResponseWithDefaults instantiates a new ModelsSSHServersServerResponse 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 *ModelsSSHServersServerResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsSSHServersServerResponse) 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 *ModelsSSHServersServerResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsSSHServersServerResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsSSHServersServerResponse) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *ModelsSSHServersServerResponse) 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 *ModelsSSHServersServerResponse) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *ModelsSSHServersServerResponse) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *ModelsSSHServersServerResponse) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *ModelsSSHServersServerResponse) 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 *ModelsSSHServersServerResponse) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *ModelsSSHServersServerResponse) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *ModelsSSHServersServerResponse) GetServerGroupId() string
GetServerGroupId returns the ServerGroupId field if non-nil, zero value otherwise.
func (o *ModelsSSHServersServerResponse) 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 *ModelsSSHServersServerResponse) SetServerGroupId(v string)
SetServerGroupId sets ServerGroupId field to given value.
func (o *ModelsSSHServersServerResponse) HasServerGroupId() bool
HasServerGroupId returns a boolean if a field has been set.
func (o *ModelsSSHServersServerResponse) GetSyncSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSyncSchedule returns the SyncSchedule field if non-nil, zero value otherwise.
func (o *ModelsSSHServersServerResponse) 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 *ModelsSSHServersServerResponse) SetSyncSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSyncSchedule sets SyncSchedule field to given value.
func (o *ModelsSSHServersServerResponse) HasSyncSchedule() bool
HasSyncSchedule returns a boolean if a field has been set.
func (o *ModelsSSHServersServerResponse) GetUnderManagement() bool
GetUnderManagement returns the UnderManagement field if non-nil, zero value otherwise.
func (o *ModelsSSHServersServerResponse) 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 *ModelsSSHServersServerResponse) SetUnderManagement(v bool)
SetUnderManagement sets UnderManagement field to given value.
func (o *ModelsSSHServersServerResponse) HasUnderManagement() bool
HasUnderManagement returns a boolean if a field has been set.
func (o *ModelsSSHServersServerResponse) GetOwner() ModelsSSHUsersSshUserResponse
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *ModelsSSHServersServerResponse) GetOwnerOk() (*ModelsSSHUsersSshUserResponse, 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 *ModelsSSHServersServerResponse) SetOwner(v ModelsSSHUsersSshUserResponse)
SetOwner sets Owner field to given value.
func (o *ModelsSSHServersServerResponse) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *ModelsSSHServersServerResponse) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
func (o *ModelsSSHServersServerResponse) 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 *ModelsSSHServersServerResponse) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *ModelsSSHServersServerResponse) HasGroupName() bool
HasGroupName returns a boolean if a field has been set.
func (o *ModelsSSHServersServerResponse) GetOrchestrator() string
GetOrchestrator returns the Orchestrator field if non-nil, zero value otherwise.
func (o *ModelsSSHServersServerResponse) 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 *ModelsSSHServersServerResponse) SetOrchestrator(v string)
SetOrchestrator sets Orchestrator field to given value.
func (o *ModelsSSHServersServerResponse) HasOrchestrator() bool
HasOrchestrator returns a boolean if a field has been set.
func (o *ModelsSSHServersServerResponse) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *ModelsSSHServersServerResponse) 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 *ModelsSSHServersServerResponse) SetPort(v int32)
SetPort sets Port field to given value.
func (o *ModelsSSHServersServerResponse) HasPort() bool
HasPort returns a boolean if a field has been set.