Name | Type | Description | Notes |
---|---|---|---|
AutoRenewCertificate | Pointer to bool | [optional] | |
CertificateChain | Pointer to []CertificateInfo | [optional] | |
CertificateFormat | Pointer to string | [optional] | |
CertificateHasPrivateKey | Pointer to bool | [optional] | |
CertificateIssuerGwClusterUrl | Pointer to string | [optional] | |
CertificateIssuerItemId | Pointer to int64 | [optional] | |
CertificateIssuerName | Pointer to string | [optional] | |
CertificatePem | Pointer to string | [optional] | |
CertificateStatus | Pointer to string | [optional] | |
ErrorMessage | Pointer to string | [optional] | |
ExpirationEvents | Pointer to []CertificateExpirationEvent | [optional] | |
RenewBeforeExpirationInDays | Pointer to int64 | [optional] |
func NewCertificateChainInfo() *CertificateChainInfo
NewCertificateChainInfo instantiates a new CertificateChainInfo 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 NewCertificateChainInfoWithDefaults() *CertificateChainInfo
NewCertificateChainInfoWithDefaults instantiates a new CertificateChainInfo 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 *CertificateChainInfo) GetAutoRenewCertificate() bool
GetAutoRenewCertificate returns the AutoRenewCertificate field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetAutoRenewCertificateOk() (*bool, bool)
GetAutoRenewCertificateOk returns a tuple with the AutoRenewCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetAutoRenewCertificate(v bool)
SetAutoRenewCertificate sets AutoRenewCertificate field to given value.
func (o *CertificateChainInfo) HasAutoRenewCertificate() bool
HasAutoRenewCertificate returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetCertificateChain() []CertificateInfo
GetCertificateChain returns the CertificateChain field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetCertificateChainOk() (*[]CertificateInfo, bool)
GetCertificateChainOk returns a tuple with the CertificateChain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetCertificateChain(v []CertificateInfo)
SetCertificateChain sets CertificateChain field to given value.
func (o *CertificateChainInfo) HasCertificateChain() bool
HasCertificateChain returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetCertificateFormat() string
GetCertificateFormat returns the CertificateFormat field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetCertificateFormatOk() (*string, bool)
GetCertificateFormatOk returns a tuple with the CertificateFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetCertificateFormat(v string)
SetCertificateFormat sets CertificateFormat field to given value.
func (o *CertificateChainInfo) HasCertificateFormat() bool
HasCertificateFormat returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetCertificateHasPrivateKey() bool
GetCertificateHasPrivateKey returns the CertificateHasPrivateKey field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetCertificateHasPrivateKeyOk() (*bool, bool)
GetCertificateHasPrivateKeyOk returns a tuple with the CertificateHasPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetCertificateHasPrivateKey(v bool)
SetCertificateHasPrivateKey sets CertificateHasPrivateKey field to given value.
func (o *CertificateChainInfo) HasCertificateHasPrivateKey() bool
HasCertificateHasPrivateKey returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetCertificateIssuerGwClusterUrl() string
GetCertificateIssuerGwClusterUrl returns the CertificateIssuerGwClusterUrl field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetCertificateIssuerGwClusterUrlOk() (*string, bool)
GetCertificateIssuerGwClusterUrlOk returns a tuple with the CertificateIssuerGwClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetCertificateIssuerGwClusterUrl(v string)
SetCertificateIssuerGwClusterUrl sets CertificateIssuerGwClusterUrl field to given value.
func (o *CertificateChainInfo) HasCertificateIssuerGwClusterUrl() bool
HasCertificateIssuerGwClusterUrl returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetCertificateIssuerItemId() int64
GetCertificateIssuerItemId returns the CertificateIssuerItemId field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetCertificateIssuerItemIdOk() (*int64, bool)
GetCertificateIssuerItemIdOk returns a tuple with the CertificateIssuerItemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetCertificateIssuerItemId(v int64)
SetCertificateIssuerItemId sets CertificateIssuerItemId field to given value.
func (o *CertificateChainInfo) HasCertificateIssuerItemId() bool
HasCertificateIssuerItemId returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetCertificateIssuerName() string
GetCertificateIssuerName returns the CertificateIssuerName field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetCertificateIssuerNameOk() (*string, bool)
GetCertificateIssuerNameOk returns a tuple with the CertificateIssuerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetCertificateIssuerName(v string)
SetCertificateIssuerName sets CertificateIssuerName field to given value.
func (o *CertificateChainInfo) HasCertificateIssuerName() bool
HasCertificateIssuerName returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetCertificatePem() string
GetCertificatePem returns the CertificatePem field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetCertificatePemOk() (*string, bool)
GetCertificatePemOk returns a tuple with the CertificatePem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetCertificatePem(v string)
SetCertificatePem sets CertificatePem field to given value.
func (o *CertificateChainInfo) HasCertificatePem() bool
HasCertificatePem returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetCertificateStatus() string
GetCertificateStatus returns the CertificateStatus field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetCertificateStatusOk() (*string, bool)
GetCertificateStatusOk returns a tuple with the CertificateStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetCertificateStatus(v string)
SetCertificateStatus sets CertificateStatus field to given value.
func (o *CertificateChainInfo) HasCertificateStatus() bool
HasCertificateStatus returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *CertificateChainInfo) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetExpirationEvents() []CertificateExpirationEvent
GetExpirationEvents returns the ExpirationEvents field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetExpirationEventsOk() (*[]CertificateExpirationEvent, bool)
GetExpirationEventsOk returns a tuple with the ExpirationEvents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetExpirationEvents(v []CertificateExpirationEvent)
SetExpirationEvents sets ExpirationEvents field to given value.
func (o *CertificateChainInfo) HasExpirationEvents() bool
HasExpirationEvents returns a boolean if a field has been set.
func (o *CertificateChainInfo) GetRenewBeforeExpirationInDays() int64
GetRenewBeforeExpirationInDays returns the RenewBeforeExpirationInDays field if non-nil, zero value otherwise.
func (o *CertificateChainInfo) GetRenewBeforeExpirationInDaysOk() (*int64, bool)
GetRenewBeforeExpirationInDaysOk returns a tuple with the RenewBeforeExpirationInDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateChainInfo) SetRenewBeforeExpirationInDays(v int64)
SetRenewBeforeExpirationInDays sets RenewBeforeExpirationInDays field to given value.
func (o *CertificateChainInfo) HasRenewBeforeExpirationInDays() bool
HasRenewBeforeExpirationInDays returns a boolean if a field has been set.