mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
317 lines
8.3 KiB
Markdown
317 lines
8.3 KiB
Markdown
# DtoServerResponse
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**CreatedAt** | Pointer to **string** | | [optional]
|
|
**Hostname** | Pointer to **string** | | [optional]
|
|
**Id** | Pointer to **string** | | [optional]
|
|
**OrganizationId** | Pointer to **string** | | [optional]
|
|
**PrivateIpAddress** | Pointer to **string** | | [optional]
|
|
**PublicIpAddress** | Pointer to **string** | | [optional]
|
|
**Role** | Pointer to **string** | | [optional]
|
|
**SshKeyId** | Pointer to **string** | | [optional]
|
|
**SshUser** | Pointer to **string** | | [optional]
|
|
**Status** | Pointer to **string** | | [optional]
|
|
**UpdatedAt** | Pointer to **string** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewDtoServerResponse
|
|
|
|
`func NewDtoServerResponse() *DtoServerResponse`
|
|
|
|
NewDtoServerResponse instantiates a new DtoServerResponse 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
|
|
|
|
### NewDtoServerResponseWithDefaults
|
|
|
|
`func NewDtoServerResponseWithDefaults() *DtoServerResponse`
|
|
|
|
NewDtoServerResponseWithDefaults instantiates a new DtoServerResponse 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
|
|
|
|
### GetCreatedAt
|
|
|
|
`func (o *DtoServerResponse) GetCreatedAt() string`
|
|
|
|
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
|
|
|
### GetCreatedAtOk
|
|
|
|
`func (o *DtoServerResponse) GetCreatedAtOk() (*string, bool)`
|
|
|
|
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetCreatedAt
|
|
|
|
`func (o *DtoServerResponse) SetCreatedAt(v string)`
|
|
|
|
SetCreatedAt sets CreatedAt field to given value.
|
|
|
|
### HasCreatedAt
|
|
|
|
`func (o *DtoServerResponse) HasCreatedAt() bool`
|
|
|
|
HasCreatedAt returns a boolean if a field has been set.
|
|
|
|
### GetHostname
|
|
|
|
`func (o *DtoServerResponse) GetHostname() string`
|
|
|
|
GetHostname returns the Hostname field if non-nil, zero value otherwise.
|
|
|
|
### GetHostnameOk
|
|
|
|
`func (o *DtoServerResponse) 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.
|
|
|
|
### SetHostname
|
|
|
|
`func (o *DtoServerResponse) SetHostname(v string)`
|
|
|
|
SetHostname sets Hostname field to given value.
|
|
|
|
### HasHostname
|
|
|
|
`func (o *DtoServerResponse) HasHostname() bool`
|
|
|
|
HasHostname returns a boolean if a field has been set.
|
|
|
|
### GetId
|
|
|
|
`func (o *DtoServerResponse) GetId() string`
|
|
|
|
GetId returns the Id field if non-nil, zero value otherwise.
|
|
|
|
### GetIdOk
|
|
|
|
`func (o *DtoServerResponse) 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.
|
|
|
|
### SetId
|
|
|
|
`func (o *DtoServerResponse) SetId(v string)`
|
|
|
|
SetId sets Id field to given value.
|
|
|
|
### HasId
|
|
|
|
`func (o *DtoServerResponse) HasId() bool`
|
|
|
|
HasId returns a boolean if a field has been set.
|
|
|
|
### GetOrganizationId
|
|
|
|
`func (o *DtoServerResponse) GetOrganizationId() string`
|
|
|
|
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
|
|
|
|
### GetOrganizationIdOk
|
|
|
|
`func (o *DtoServerResponse) GetOrganizationIdOk() (*string, bool)`
|
|
|
|
GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetOrganizationId
|
|
|
|
`func (o *DtoServerResponse) SetOrganizationId(v string)`
|
|
|
|
SetOrganizationId sets OrganizationId field to given value.
|
|
|
|
### HasOrganizationId
|
|
|
|
`func (o *DtoServerResponse) HasOrganizationId() bool`
|
|
|
|
HasOrganizationId returns a boolean if a field has been set.
|
|
|
|
### GetPrivateIpAddress
|
|
|
|
`func (o *DtoServerResponse) GetPrivateIpAddress() string`
|
|
|
|
GetPrivateIpAddress returns the PrivateIpAddress field if non-nil, zero value otherwise.
|
|
|
|
### GetPrivateIpAddressOk
|
|
|
|
`func (o *DtoServerResponse) GetPrivateIpAddressOk() (*string, bool)`
|
|
|
|
GetPrivateIpAddressOk returns a tuple with the PrivateIpAddress field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetPrivateIpAddress
|
|
|
|
`func (o *DtoServerResponse) SetPrivateIpAddress(v string)`
|
|
|
|
SetPrivateIpAddress sets PrivateIpAddress field to given value.
|
|
|
|
### HasPrivateIpAddress
|
|
|
|
`func (o *DtoServerResponse) HasPrivateIpAddress() bool`
|
|
|
|
HasPrivateIpAddress returns a boolean if a field has been set.
|
|
|
|
### GetPublicIpAddress
|
|
|
|
`func (o *DtoServerResponse) GetPublicIpAddress() string`
|
|
|
|
GetPublicIpAddress returns the PublicIpAddress field if non-nil, zero value otherwise.
|
|
|
|
### GetPublicIpAddressOk
|
|
|
|
`func (o *DtoServerResponse) GetPublicIpAddressOk() (*string, bool)`
|
|
|
|
GetPublicIpAddressOk returns a tuple with the PublicIpAddress field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetPublicIpAddress
|
|
|
|
`func (o *DtoServerResponse) SetPublicIpAddress(v string)`
|
|
|
|
SetPublicIpAddress sets PublicIpAddress field to given value.
|
|
|
|
### HasPublicIpAddress
|
|
|
|
`func (o *DtoServerResponse) HasPublicIpAddress() bool`
|
|
|
|
HasPublicIpAddress returns a boolean if a field has been set.
|
|
|
|
### GetRole
|
|
|
|
`func (o *DtoServerResponse) GetRole() string`
|
|
|
|
GetRole returns the Role field if non-nil, zero value otherwise.
|
|
|
|
### GetRoleOk
|
|
|
|
`func (o *DtoServerResponse) GetRoleOk() (*string, bool)`
|
|
|
|
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetRole
|
|
|
|
`func (o *DtoServerResponse) SetRole(v string)`
|
|
|
|
SetRole sets Role field to given value.
|
|
|
|
### HasRole
|
|
|
|
`func (o *DtoServerResponse) HasRole() bool`
|
|
|
|
HasRole returns a boolean if a field has been set.
|
|
|
|
### GetSshKeyId
|
|
|
|
`func (o *DtoServerResponse) GetSshKeyId() string`
|
|
|
|
GetSshKeyId returns the SshKeyId field if non-nil, zero value otherwise.
|
|
|
|
### GetSshKeyIdOk
|
|
|
|
`func (o *DtoServerResponse) GetSshKeyIdOk() (*string, bool)`
|
|
|
|
GetSshKeyIdOk returns a tuple with the SshKeyId field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSshKeyId
|
|
|
|
`func (o *DtoServerResponse) SetSshKeyId(v string)`
|
|
|
|
SetSshKeyId sets SshKeyId field to given value.
|
|
|
|
### HasSshKeyId
|
|
|
|
`func (o *DtoServerResponse) HasSshKeyId() bool`
|
|
|
|
HasSshKeyId returns a boolean if a field has been set.
|
|
|
|
### GetSshUser
|
|
|
|
`func (o *DtoServerResponse) GetSshUser() string`
|
|
|
|
GetSshUser returns the SshUser field if non-nil, zero value otherwise.
|
|
|
|
### GetSshUserOk
|
|
|
|
`func (o *DtoServerResponse) GetSshUserOk() (*string, bool)`
|
|
|
|
GetSshUserOk returns a tuple with the SshUser field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSshUser
|
|
|
|
`func (o *DtoServerResponse) SetSshUser(v string)`
|
|
|
|
SetSshUser sets SshUser field to given value.
|
|
|
|
### HasSshUser
|
|
|
|
`func (o *DtoServerResponse) HasSshUser() bool`
|
|
|
|
HasSshUser returns a boolean if a field has been set.
|
|
|
|
### GetStatus
|
|
|
|
`func (o *DtoServerResponse) GetStatus() string`
|
|
|
|
GetStatus returns the Status field if non-nil, zero value otherwise.
|
|
|
|
### GetStatusOk
|
|
|
|
`func (o *DtoServerResponse) 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.
|
|
|
|
### SetStatus
|
|
|
|
`func (o *DtoServerResponse) SetStatus(v string)`
|
|
|
|
SetStatus sets Status field to given value.
|
|
|
|
### HasStatus
|
|
|
|
`func (o *DtoServerResponse) HasStatus() bool`
|
|
|
|
HasStatus returns a boolean if a field has been set.
|
|
|
|
### GetUpdatedAt
|
|
|
|
`func (o *DtoServerResponse) GetUpdatedAt() string`
|
|
|
|
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
|
|
|
|
### GetUpdatedAtOk
|
|
|
|
`func (o *DtoServerResponse) GetUpdatedAtOk() (*string, bool)`
|
|
|
|
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetUpdatedAt
|
|
|
|
`func (o *DtoServerResponse) SetUpdatedAt(v string)`
|
|
|
|
SetUpdatedAt sets UpdatedAt field to given value.
|
|
|
|
### HasUpdatedAt
|
|
|
|
`func (o *DtoServerResponse) HasUpdatedAt() bool`
|
|
|
|
HasUpdatedAt returns a boolean if a field has been set.
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|