Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The resource type. | [optional] |
Name | Pointer to string | The name of the resource. | [optional] |
Length | Pointer to int32 | The key length, in bits. | [optional] |
Algorithm | Pointer to string | The algorithm used to sign the key. | [optional] |
func NewTSIGKey() *TSIGKey
NewTSIGKey instantiates a new TSIGKey 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 NewTSIGKeyWithDefaults() *TSIGKey
NewTSIGKeyWithDefaults instantiates a new TSIGKey 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 *TSIGKey) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TSIGKey) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TSIGKey) SetType(v string)
SetType sets Type field to given value.
func (o *TSIGKey) HasType() bool
HasType returns a boolean if a field has been set.
func (o *TSIGKey) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TSIGKey) 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 *TSIGKey) SetName(v string)
SetName sets Name field to given value.
func (o *TSIGKey) HasName() bool
HasName returns a boolean if a field has been set.
func (o *TSIGKey) GetLength() int32
GetLength returns the Length field if non-nil, zero value otherwise.
func (o *TSIGKey) GetLengthOk() (*int32, bool)
GetLengthOk returns a tuple with the Length field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TSIGKey) SetLength(v int32)
SetLength sets Length field to given value.
func (o *TSIGKey) HasLength() bool
HasLength returns a boolean if a field has been set.
func (o *TSIGKey) GetAlgorithm() string
GetAlgorithm returns the Algorithm field if non-nil, zero value otherwise.
func (o *TSIGKey) GetAlgorithmOk() (*string, bool)
GetAlgorithmOk returns a tuple with the Algorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TSIGKey) SetAlgorithm(v string)
SetAlgorithm sets Algorithm field to given value.
func (o *TSIGKey) HasAlgorithm() bool
HasAlgorithm returns a boolean if a field has been set.