Name | Type | Description | Notes |
---|---|---|---|
DnsName | Pointer to string | Enrollment server dns name. | [optional] |
Id | Pointer to string | Unique ID of the Enrollment Server. | [optional] |
Status | Pointer to string | Enrollment server status. * OK: The state of enrollment server is OK. * ERROR: The enrollment server has an error. | [optional] |
func NewEnrollmentServerDetails() *EnrollmentServerDetails
NewEnrollmentServerDetails instantiates a new EnrollmentServerDetails 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 NewEnrollmentServerDetailsWithDefaults() *EnrollmentServerDetails
NewEnrollmentServerDetailsWithDefaults instantiates a new EnrollmentServerDetails 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 *EnrollmentServerDetails) GetDnsName() string
GetDnsName returns the DnsName field if non-nil, zero value otherwise.
func (o *EnrollmentServerDetails) GetDnsNameOk() (*string, bool)
GetDnsNameOk returns a tuple with the DnsName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentServerDetails) SetDnsName(v string)
SetDnsName sets DnsName field to given value.
func (o *EnrollmentServerDetails) HasDnsName() bool
HasDnsName returns a boolean if a field has been set.
func (o *EnrollmentServerDetails) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *EnrollmentServerDetails) 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 *EnrollmentServerDetails) SetId(v string)
SetId sets Id field to given value.
func (o *EnrollmentServerDetails) HasId() bool
HasId returns a boolean if a field has been set.
func (o *EnrollmentServerDetails) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *EnrollmentServerDetails) 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 *EnrollmentServerDetails) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *EnrollmentServerDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.