Name | Type | Description | Notes |
---|---|---|---|
ActivateKeysOnCreation | Pointer to bool | [optional] | |
CertificateIssueDate | Pointer to time.Time | [optional] | |
CertificateTtlInSeconds | Pointer to int64 | [optional] | |
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Rules | Pointer to []PathRule | [optional] |
func NewKMIPClient() *KMIPClient
NewKMIPClient instantiates a new KMIPClient 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 NewKMIPClientWithDefaults() *KMIPClient
NewKMIPClientWithDefaults instantiates a new KMIPClient 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 *KMIPClient) GetActivateKeysOnCreation() bool
GetActivateKeysOnCreation returns the ActivateKeysOnCreation field if non-nil, zero value otherwise.
func (o *KMIPClient) GetActivateKeysOnCreationOk() (*bool, bool)
GetActivateKeysOnCreationOk returns a tuple with the ActivateKeysOnCreation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KMIPClient) SetActivateKeysOnCreation(v bool)
SetActivateKeysOnCreation sets ActivateKeysOnCreation field to given value.
func (o *KMIPClient) HasActivateKeysOnCreation() bool
HasActivateKeysOnCreation returns a boolean if a field has been set.
func (o *KMIPClient) GetCertificateIssueDate() time.Time
GetCertificateIssueDate returns the CertificateIssueDate field if non-nil, zero value otherwise.
func (o *KMIPClient) 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 *KMIPClient) SetCertificateIssueDate(v time.Time)
SetCertificateIssueDate sets CertificateIssueDate field to given value.
func (o *KMIPClient) HasCertificateIssueDate() bool
HasCertificateIssueDate returns a boolean if a field has been set.
func (o *KMIPClient) GetCertificateTtlInSeconds() int64
GetCertificateTtlInSeconds returns the CertificateTtlInSeconds field if non-nil, zero value otherwise.
func (o *KMIPClient) 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 *KMIPClient) SetCertificateTtlInSeconds(v int64)
SetCertificateTtlInSeconds sets CertificateTtlInSeconds field to given value.
func (o *KMIPClient) HasCertificateTtlInSeconds() bool
HasCertificateTtlInSeconds returns a boolean if a field has been set.
func (o *KMIPClient) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KMIPClient) 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 *KMIPClient) SetId(v string)
SetId sets Id field to given value.
func (o *KMIPClient) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KMIPClient) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KMIPClient) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KMIPClient) SetName(v string)
SetName sets Name field to given value.
func (o *KMIPClient) HasName() bool
HasName returns a boolean if a field has been set.
func (o *KMIPClient) GetRules() []PathRule
GetRules returns the Rules field if non-nil, zero value otherwise.
func (o *KMIPClient) GetRulesOk() (*[]PathRule, bool)
GetRulesOk returns a tuple with the Rules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KMIPClient) SetRules(v []PathRule)
SetRules sets Rules field to given value.
func (o *KMIPClient) HasRules() bool
HasRules returns a boolean if a field has been set.