Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Cnames | Pointer to []string | [optional] | |
CnameAccessOnly | Pointer to bool | [optional] | |
IsActive | Pointer to bool | [optional] | |
EdgeApplicationId | Pointer to int64 | [optional] | |
DigitalCertificateId | Pointer to string | [optional] | |
Environment | Pointer to string | [optional] | |
IsMtlsEnabled | Pointer to bool | [optional] | |
MtlsTrustedCaCertificateId | Pointer to NullableInt64 | [optional] | |
EdgeFirewallId | Pointer to NullableInt64 | [optional] | |
MtlsVerification | Pointer to string | [optional] | |
CrlList | Pointer to []int64 | [optional] |
func NewDomainData() *DomainData
NewDomainData instantiates a new DomainData 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 NewDomainDataWithDefaults() *DomainData
NewDomainDataWithDefaults instantiates a new DomainData 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 *DomainData) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DomainData) 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 *DomainData) SetName(v string)
SetName sets Name field to given value.
func (o *DomainData) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DomainData) GetCnames() []string
GetCnames returns the Cnames field if non-nil, zero value otherwise.
func (o *DomainData) GetCnamesOk() (*[]string, bool)
GetCnamesOk returns a tuple with the Cnames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetCnames(v []string)
SetCnames sets Cnames field to given value.
func (o *DomainData) HasCnames() bool
HasCnames returns a boolean if a field has been set.
func (o *DomainData) GetCnameAccessOnly() bool
GetCnameAccessOnly returns the CnameAccessOnly field if non-nil, zero value otherwise.
func (o *DomainData) GetCnameAccessOnlyOk() (*bool, bool)
GetCnameAccessOnlyOk returns a tuple with the CnameAccessOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetCnameAccessOnly(v bool)
SetCnameAccessOnly sets CnameAccessOnly field to given value.
func (o *DomainData) HasCnameAccessOnly() bool
HasCnameAccessOnly returns a boolean if a field has been set.
func (o *DomainData) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *DomainData) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *DomainData) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.
func (o *DomainData) GetEdgeApplicationId() int64
GetEdgeApplicationId returns the EdgeApplicationId field if non-nil, zero value otherwise.
func (o *DomainData) GetEdgeApplicationIdOk() (*int64, bool)
GetEdgeApplicationIdOk returns a tuple with the EdgeApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetEdgeApplicationId(v int64)
SetEdgeApplicationId sets EdgeApplicationId field to given value.
func (o *DomainData) HasEdgeApplicationId() bool
HasEdgeApplicationId returns a boolean if a field has been set.
func (o *DomainData) GetDigitalCertificateId() string
GetDigitalCertificateId returns the DigitalCertificateId field if non-nil, zero value otherwise.
func (o *DomainData) GetDigitalCertificateIdOk() (*string, bool)
GetDigitalCertificateIdOk returns a tuple with the DigitalCertificateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetDigitalCertificateId(v string)
SetDigitalCertificateId sets DigitalCertificateId field to given value.
func (o *DomainData) HasDigitalCertificateId() bool
HasDigitalCertificateId returns a boolean if a field has been set.
func (o *DomainData) GetEnvironment() string
GetEnvironment returns the Environment field if non-nil, zero value otherwise.
func (o *DomainData) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetEnvironment(v string)
SetEnvironment sets Environment field to given value.
func (o *DomainData) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (o *DomainData) GetIsMtlsEnabled() bool
GetIsMtlsEnabled returns the IsMtlsEnabled field if non-nil, zero value otherwise.
func (o *DomainData) GetIsMtlsEnabledOk() (*bool, bool)
GetIsMtlsEnabledOk returns a tuple with the IsMtlsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetIsMtlsEnabled(v bool)
SetIsMtlsEnabled sets IsMtlsEnabled field to given value.
func (o *DomainData) HasIsMtlsEnabled() bool
HasIsMtlsEnabled returns a boolean if a field has been set.
func (o *DomainData) GetMtlsTrustedCaCertificateId() int64
GetMtlsTrustedCaCertificateId returns the MtlsTrustedCaCertificateId field if non-nil, zero value otherwise.
func (o *DomainData) GetMtlsTrustedCaCertificateIdOk() (*int64, bool)
GetMtlsTrustedCaCertificateIdOk returns a tuple with the MtlsTrustedCaCertificateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetMtlsTrustedCaCertificateId(v int64)
SetMtlsTrustedCaCertificateId sets MtlsTrustedCaCertificateId field to given value.
func (o *DomainData) HasMtlsTrustedCaCertificateId() bool
HasMtlsTrustedCaCertificateId returns a boolean if a field has been set.
func (o *DomainData) SetMtlsTrustedCaCertificateIdNil(b bool)
SetMtlsTrustedCaCertificateIdNil sets the value for MtlsTrustedCaCertificateId to be an explicit nil
func (o *DomainData) UnsetMtlsTrustedCaCertificateId()
UnsetMtlsTrustedCaCertificateId ensures that no value is present for MtlsTrustedCaCertificateId, not even an explicit nil
func (o *DomainData) GetEdgeFirewallId() int64
GetEdgeFirewallId returns the EdgeFirewallId field if non-nil, zero value otherwise.
func (o *DomainData) GetEdgeFirewallIdOk() (*int64, bool)
GetEdgeFirewallIdOk returns a tuple with the EdgeFirewallId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetEdgeFirewallId(v int64)
SetEdgeFirewallId sets EdgeFirewallId field to given value.
func (o *DomainData) HasEdgeFirewallId() bool
HasEdgeFirewallId returns a boolean if a field has been set.
func (o *DomainData) SetEdgeFirewallIdNil(b bool)
SetEdgeFirewallIdNil sets the value for EdgeFirewallId to be an explicit nil
func (o *DomainData) UnsetEdgeFirewallId()
UnsetEdgeFirewallId ensures that no value is present for EdgeFirewallId, not even an explicit nil
func (o *DomainData) GetMtlsVerification() string
GetMtlsVerification returns the MtlsVerification field if non-nil, zero value otherwise.
func (o *DomainData) GetMtlsVerificationOk() (*string, bool)
GetMtlsVerificationOk returns a tuple with the MtlsVerification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetMtlsVerification(v string)
SetMtlsVerification sets MtlsVerification field to given value.
func (o *DomainData) HasMtlsVerification() bool
HasMtlsVerification returns a boolean if a field has been set.
func (o *DomainData) GetCrlList() []int64
GetCrlList returns the CrlList field if non-nil, zero value otherwise.
func (o *DomainData) GetCrlListOk() (*[]int64, bool)
GetCrlListOk returns a tuple with the CrlList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainData) SetCrlList(v []int64)
SetCrlList sets CrlList field to given value.
func (o *DomainData) HasCrlList() bool
HasCrlList returns a boolean if a field has been set.
func (o *DomainData) SetCrlListNil(b bool)
SetCrlListNil sets the value for CrlList to be an explicit nil
func (o *DomainData) UnsetCrlList()
UnsetCrlList ensures that no value is present for CrlList, not even an explicit nil