Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.34 KB

WafUpdateCertificateRequest.md

File metadata and controls

108 lines (59 loc) · 3.34 KB

WafUpdateCertificateRequest

Properties

Name Type Description Notes
Certificate Pointer to string A PEM PKCS #7 formatted SSL certificate [optional]
Key Pointer to string A PEM PKCS #7 formatted private key Private keys are sent directly to the edge nodes and are not stored elsewhere on StackPath's systems. [optional]
CaBundle Pointer to string A PEM PKCS #7 formatted certificate authority bundle [optional]

Methods

NewWafUpdateCertificateRequest

func NewWafUpdateCertificateRequest() *WafUpdateCertificateRequest

NewWafUpdateCertificateRequest instantiates a new WafUpdateCertificateRequest 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

NewWafUpdateCertificateRequestWithDefaults

func NewWafUpdateCertificateRequestWithDefaults() *WafUpdateCertificateRequest

NewWafUpdateCertificateRequestWithDefaults instantiates a new WafUpdateCertificateRequest 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

GetCertificate

func (o *WafUpdateCertificateRequest) GetCertificate() string

GetCertificate returns the Certificate field if non-nil, zero value otherwise.

GetCertificateOk

func (o *WafUpdateCertificateRequest) GetCertificateOk() (*string, 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.

SetCertificate

func (o *WafUpdateCertificateRequest) SetCertificate(v string)

SetCertificate sets Certificate field to given value.

HasCertificate

func (o *WafUpdateCertificateRequest) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

GetKey

func (o *WafUpdateCertificateRequest) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *WafUpdateCertificateRequest) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *WafUpdateCertificateRequest) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *WafUpdateCertificateRequest) HasKey() bool

HasKey returns a boolean if a field has been set.

GetCaBundle

func (o *WafUpdateCertificateRequest) GetCaBundle() string

GetCaBundle returns the CaBundle field if non-nil, zero value otherwise.

GetCaBundleOk

func (o *WafUpdateCertificateRequest) GetCaBundleOk() (*string, bool)

GetCaBundleOk returns a tuple with the CaBundle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCaBundle

func (o *WafUpdateCertificateRequest) SetCaBundle(v string)

SetCaBundle sets CaBundle field to given value.

HasCaBundle

func (o *WafUpdateCertificateRequest) HasCaBundle() bool

HasCaBundle returns a boolean if a field has been set.

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