Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.11 KB

KMIPClient.md

File metadata and controls

186 lines (101 loc) · 5.11 KB

KMIPClient

Properties

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]

Methods

NewKMIPClient

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

NewKMIPClientWithDefaults

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

GetActivateKeysOnCreation

func (o *KMIPClient) GetActivateKeysOnCreation() bool

GetActivateKeysOnCreation returns the ActivateKeysOnCreation field if non-nil, zero value otherwise.

GetActivateKeysOnCreationOk

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.

SetActivateKeysOnCreation

func (o *KMIPClient) SetActivateKeysOnCreation(v bool)

SetActivateKeysOnCreation sets ActivateKeysOnCreation field to given value.

HasActivateKeysOnCreation

func (o *KMIPClient) HasActivateKeysOnCreation() bool

HasActivateKeysOnCreation returns a boolean if a field has been set.

GetCertificateIssueDate

func (o *KMIPClient) GetCertificateIssueDate() time.Time

GetCertificateIssueDate returns the CertificateIssueDate field if non-nil, zero value otherwise.

GetCertificateIssueDateOk

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.

SetCertificateIssueDate

func (o *KMIPClient) SetCertificateIssueDate(v time.Time)

SetCertificateIssueDate sets CertificateIssueDate field to given value.

HasCertificateIssueDate

func (o *KMIPClient) HasCertificateIssueDate() bool

HasCertificateIssueDate returns a boolean if a field has been set.

GetCertificateTtlInSeconds

func (o *KMIPClient) GetCertificateTtlInSeconds() int64

GetCertificateTtlInSeconds returns the CertificateTtlInSeconds field if non-nil, zero value otherwise.

GetCertificateTtlInSecondsOk

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.

SetCertificateTtlInSeconds

func (o *KMIPClient) SetCertificateTtlInSeconds(v int64)

SetCertificateTtlInSeconds sets CertificateTtlInSeconds field to given value.

HasCertificateTtlInSeconds

func (o *KMIPClient) HasCertificateTtlInSeconds() bool

HasCertificateTtlInSeconds returns a boolean if a field has been set.

GetId

func (o *KMIPClient) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *KMIPClient) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *KMIPClient) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *KMIPClient) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *KMIPClient) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *KMIPClient) HasName() bool

HasName returns a boolean if a field has been set.

GetRules

func (o *KMIPClient) GetRules() []PathRule

GetRules returns the Rules field if non-nil, zero value otherwise.

GetRulesOk

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.

SetRules

func (o *KMIPClient) SetRules(v []PathRule)

SetRules sets Rules field to given value.

HasRules

func (o *KMIPClient) HasRules() bool

HasRules returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]