Name | Type | Description | Notes |
---|---|---|---|
Active | Pointer to bool | [optional] | |
Ca | Pointer to []int32 | [optional] | |
Certificate | Pointer to []int32 | [optional] | |
CertificateIssueDate | Pointer to time.Time | [optional] | |
CertificateTtlInSeconds | Pointer to int64 | [optional] | |
Hostname | Pointer to string | [optional] | |
Root | Pointer to string | [optional] |
func NewKMIPServer() *KMIPServer
NewKMIPServer instantiates a new KMIPServer 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 NewKMIPServerWithDefaults() *KMIPServer
NewKMIPServerWithDefaults instantiates a new KMIPServer 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 *KMIPServer) GetActive() bool
GetActive returns the Active field if non-nil, zero value otherwise.
func (o *KMIPServer) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KMIPServer) SetActive(v bool)
SetActive sets Active field to given value.
func (o *KMIPServer) HasActive() bool
HasActive returns a boolean if a field has been set.
func (o *KMIPServer) GetCa() []int32
GetCa returns the Ca field if non-nil, zero value otherwise.
func (o *KMIPServer) GetCaOk() (*[]int32, bool)
GetCaOk returns a tuple with the Ca field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KMIPServer) SetCa(v []int32)
SetCa sets Ca field to given value.
func (o *KMIPServer) HasCa() bool
HasCa returns a boolean if a field has been set.
func (o *KMIPServer) GetCertificate() []int32
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *KMIPServer) GetCertificateOk() (*[]int32, bool)
GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KMIPServer) SetCertificate(v []int32)
SetCertificate sets Certificate field to given value.
func (o *KMIPServer) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
func (o *KMIPServer) GetCertificateIssueDate() time.Time
GetCertificateIssueDate returns the CertificateIssueDate field if non-nil, zero value otherwise.
func (o *KMIPServer) GetCertificateIssueDateOk() (*time.Time, bool)
GetCertificateIssueDateOk returns a tuple with the CertificateIssueDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KMIPServer) SetCertificateIssueDate(v time.Time)
SetCertificateIssueDate sets CertificateIssueDate field to given value.
func (o *KMIPServer) HasCertificateIssueDate() bool
HasCertificateIssueDate returns a boolean if a field has been set.
func (o *KMIPServer) GetCertificateTtlInSeconds() int64
GetCertificateTtlInSeconds returns the CertificateTtlInSeconds field if non-nil, zero value otherwise.
func (o *KMIPServer) GetCertificateTtlInSecondsOk() (*int64, bool)
GetCertificateTtlInSecondsOk returns a tuple with the CertificateTtlInSeconds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KMIPServer) SetCertificateTtlInSeconds(v int64)
SetCertificateTtlInSeconds sets CertificateTtlInSeconds field to given value.
func (o *KMIPServer) HasCertificateTtlInSeconds() bool
HasCertificateTtlInSeconds returns a boolean if a field has been set.
func (o *KMIPServer) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *KMIPServer) 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 *KMIPServer) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *KMIPServer) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *KMIPServer) GetRoot() string
GetRoot returns the Root field if non-nil, zero value otherwise.
func (o *KMIPServer) GetRootOk() (*string, bool)
GetRootOk returns a tuple with the Root field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KMIPServer) SetRoot(v string)
SetRoot sets Root field to given value.
func (o *KMIPServer) HasRoot() bool
HasRoot returns a boolean if a field has been set.