Documentation ¶
Index ¶
- Constants
- func AddPinnedCert(transport *http.Transport, pkFingerprint string)
- func CacheExpires(r *http.Response) time.Time
- func DeepCopy(cfg *shared.Configuration) (*shared.Configuration, error)
- func IsNil(i interface{}) bool
- func IsZero(v interface{}) bool
- type APIClient
- type Algorithm
- type ApiQuotaGetRequest
- type ApiRecordsGetRequest
- func (r ApiRecordsGetRequest) Execute() (RecordReadList, *shared.APIResponse, error)
- func (r ApiRecordsGetRequest) FilterName(filterName string) ApiRecordsGetRequest
- func (r ApiRecordsGetRequest) FilterState(filterState ProvisioningState) ApiRecordsGetRequest
- func (r ApiRecordsGetRequest) FilterZoneId(filterZoneId string) ApiRecordsGetRequest
- func (r ApiRecordsGetRequest) Limit(limit int32) ApiRecordsGetRequest
- func (r ApiRecordsGetRequest) Offset(offset int32) ApiRecordsGetRequest
- type ApiReverserecordsDeleteRequest
- type ApiReverserecordsFindByIdRequest
- type ApiReverserecordsGetRequest
- func (r ApiReverserecordsGetRequest) Execute() (ReverseRecordsReadList, *shared.APIResponse, error)
- func (r ApiReverserecordsGetRequest) FilterRecordIp(filterRecordIp []string) ApiReverserecordsGetRequest
- func (r ApiReverserecordsGetRequest) Limit(limit int32) ApiReverserecordsGetRequest
- func (r ApiReverserecordsGetRequest) Offset(offset int32) ApiReverserecordsGetRequest
- type ApiReverserecordsPostRequest
- type ApiReverserecordsPutRequest
- type ApiSecondaryzonesAxfrGetRequest
- type ApiSecondaryzonesAxfrPutRequest
- type ApiSecondaryzonesDeleteRequest
- type ApiSecondaryzonesFindByIdRequest
- type ApiSecondaryzonesGetRequest
- func (r ApiSecondaryzonesGetRequest) Execute() (SecondaryZoneReadList, *shared.APIResponse, error)
- func (r ApiSecondaryzonesGetRequest) FilterState(filterState ProvisioningState) ApiSecondaryzonesGetRequest
- func (r ApiSecondaryzonesGetRequest) FilterZoneName(filterZoneName string) ApiSecondaryzonesGetRequest
- func (r ApiSecondaryzonesGetRequest) Limit(limit int32) ApiSecondaryzonesGetRequest
- func (r ApiSecondaryzonesGetRequest) Offset(offset int32) ApiSecondaryzonesGetRequest
- type ApiSecondaryzonesPostRequest
- type ApiSecondaryzonesPutRequest
- type ApiSecondaryzonesRecordsGetRequest
- func (r ApiSecondaryzonesRecordsGetRequest) Execute() (SecondaryZoneRecordReadList, *shared.APIResponse, error)
- func (r ApiSecondaryzonesRecordsGetRequest) Limit(limit int32) ApiSecondaryzonesRecordsGetRequest
- func (r ApiSecondaryzonesRecordsGetRequest) Offset(offset int32) ApiSecondaryzonesRecordsGetRequest
- type ApiZonesDeleteRequest
- type ApiZonesFindByIdRequest
- type ApiZonesGetRequest
- func (r ApiZonesGetRequest) Execute() (ZoneReadList, *shared.APIResponse, error)
- func (r ApiZonesGetRequest) FilterState(filterState ProvisioningState) ApiZonesGetRequest
- func (r ApiZonesGetRequest) FilterZoneName(filterZoneName string) ApiZonesGetRequest
- func (r ApiZonesGetRequest) Limit(limit int32) ApiZonesGetRequest
- func (r ApiZonesGetRequest) Offset(offset int32) ApiZonesGetRequest
- type ApiZonesKeysDeleteRequest
- type ApiZonesKeysGetRequest
- type ApiZonesKeysPostRequest
- type ApiZonesPostRequest
- type ApiZonesPutRequest
- type ApiZonesRecordsDeleteRequest
- type ApiZonesRecordsFindByIdRequest
- type ApiZonesRecordsGetRequest
- type ApiZonesRecordsPostRequest
- type ApiZonesRecordsPutRequest
- type ApiZonesZonefileGetRequest
- type ApiZonesZonefilePutRequest
- type CommonZone
- func (o *CommonZone) GetDescription() string
- func (o *CommonZone) GetDescriptionOk() (*string, bool)
- func (o *CommonZone) GetZoneName() string
- func (o *CommonZone) GetZoneNameOk() (*string, bool)
- func (o *CommonZone) HasDescription() bool
- func (o *CommonZone) SetDescription(v string)
- func (o *CommonZone) SetZoneName(v string)
- func (o CommonZone) ToMap() (map[string]interface{}, error)
- type CommonZoneRead
- func (o *CommonZoneRead) GetHref() string
- func (o *CommonZoneRead) GetHrefOk() (*string, bool)
- func (o *CommonZoneRead) GetId() string
- func (o *CommonZoneRead) GetIdOk() (*string, bool)
- func (o *CommonZoneRead) GetMetadata() MetadataWithStateNameservers
- func (o *CommonZoneRead) GetMetadataOk() (*MetadataWithStateNameservers, bool)
- func (o *CommonZoneRead) GetType() string
- func (o *CommonZoneRead) GetTypeOk() (*string, bool)
- func (o *CommonZoneRead) SetHref(v string)
- func (o *CommonZoneRead) SetId(v string)
- func (o *CommonZoneRead) SetMetadata(v MetadataWithStateNameservers)
- func (o *CommonZoneRead) SetType(v string)
- func (o CommonZoneRead) ToMap() (map[string]interface{}, error)
- type CommonZoneReadList
- func (o *CommonZoneReadList) GetHref() string
- func (o *CommonZoneReadList) GetHrefOk() (*string, bool)
- func (o *CommonZoneReadList) GetId() string
- func (o *CommonZoneReadList) GetIdOk() (*string, bool)
- func (o *CommonZoneReadList) GetLimit() float32
- func (o *CommonZoneReadList) GetLimitOk() (*float32, bool)
- func (o *CommonZoneReadList) GetLinks() Links
- func (o *CommonZoneReadList) GetLinksOk() (*Links, bool)
- func (o *CommonZoneReadList) GetOffset() float32
- func (o *CommonZoneReadList) GetOffsetOk() (*float32, bool)
- func (o *CommonZoneReadList) GetType() string
- func (o *CommonZoneReadList) GetTypeOk() (*string, bool)
- func (o *CommonZoneReadList) SetHref(v string)
- func (o *CommonZoneReadList) SetId(v string)
- func (o *CommonZoneReadList) SetLimit(v float32)
- func (o *CommonZoneReadList) SetLinks(v Links)
- func (o *CommonZoneReadList) SetOffset(v float32)
- func (o *CommonZoneReadList) SetType(v string)
- func (o CommonZoneReadList) ToMap() (map[string]interface{}, error)
- type DNSSECApiService
- func (a *DNSSECApiService) ZonesKeysDelete(ctx _context.Context, zoneId string) ApiZonesKeysDeleteRequest
- func (a *DNSSECApiService) ZonesKeysDeleteExecute(r ApiZonesKeysDeleteRequest) (map[string]interface{}, *shared.APIResponse, error)
- func (a *DNSSECApiService) ZonesKeysGet(ctx _context.Context, zoneId string) ApiZonesKeysGetRequest
- func (a *DNSSECApiService) ZonesKeysGetExecute(r ApiZonesKeysGetRequest) (DnssecKeyReadList, *shared.APIResponse, error)
- func (a *DNSSECApiService) ZonesKeysPost(ctx _context.Context, zoneId string) ApiZonesKeysPostRequest
- func (a *DNSSECApiService) ZonesKeysPostExecute(r ApiZonesKeysPostRequest) (DnssecKeyReadCreation, *shared.APIResponse, error)
- type DnssecKey
- func (o *DnssecKey) GetComposedKeyData() string
- func (o *DnssecKey) GetComposedKeyDataOk() (*string, bool)
- func (o *DnssecKey) GetDigest() string
- func (o *DnssecKey) GetDigestAlgorithmMnemonic() string
- func (o *DnssecKey) GetDigestAlgorithmMnemonicOk() (*string, bool)
- func (o *DnssecKey) GetDigestOk() (*string, bool)
- func (o *DnssecKey) GetKeyData() KeyData
- func (o *DnssecKey) GetKeyDataOk() (*KeyData, bool)
- func (o *DnssecKey) GetKeyTag() int32
- func (o *DnssecKey) GetKeyTagOk() (*int32, bool)
- func (o *DnssecKey) HasComposedKeyData() bool
- func (o *DnssecKey) HasDigest() bool
- func (o *DnssecKey) HasDigestAlgorithmMnemonic() bool
- func (o *DnssecKey) HasKeyData() bool
- func (o *DnssecKey) HasKeyTag() bool
- func (o *DnssecKey) SetComposedKeyData(v string)
- func (o *DnssecKey) SetDigest(v string)
- func (o *DnssecKey) SetDigestAlgorithmMnemonic(v string)
- func (o *DnssecKey) SetKeyData(v KeyData)
- func (o *DnssecKey) SetKeyTag(v int32)
- func (o DnssecKey) ToMap() (map[string]interface{}, error)
- type DnssecKeyCreate
- type DnssecKeyParameters
- func (o *DnssecKeyParameters) GetKeyParameters() KeyParameters
- func (o *DnssecKeyParameters) GetKeyParametersOk() (*KeyParameters, bool)
- func (o *DnssecKeyParameters) GetNsecParameters() NsecParameters
- func (o *DnssecKeyParameters) GetNsecParametersOk() (*NsecParameters, bool)
- func (o *DnssecKeyParameters) GetValidity() int32
- func (o *DnssecKeyParameters) GetValidityOk() (*int32, bool)
- func (o *DnssecKeyParameters) SetKeyParameters(v KeyParameters)
- func (o *DnssecKeyParameters) SetNsecParameters(v NsecParameters)
- func (o *DnssecKeyParameters) SetValidity(v int32)
- func (o DnssecKeyParameters) ToMap() (map[string]interface{}, error)
- type DnssecKeyReadCreation
- func (o *DnssecKeyReadCreation) GetHref() string
- func (o *DnssecKeyReadCreation) GetHrefOk() (*string, bool)
- func (o *DnssecKeyReadCreation) GetId() string
- func (o *DnssecKeyReadCreation) GetIdOk() (*string, bool)
- func (o *DnssecKeyReadCreation) GetProperties() DnssecKeyParameters
- func (o *DnssecKeyReadCreation) GetPropertiesOk() (*DnssecKeyParameters, bool)
- func (o *DnssecKeyReadCreation) GetType() string
- func (o *DnssecKeyReadCreation) GetTypeOk() (*string, bool)
- func (o *DnssecKeyReadCreation) SetHref(v string)
- func (o *DnssecKeyReadCreation) SetId(v string)
- func (o *DnssecKeyReadCreation) SetProperties(v DnssecKeyParameters)
- func (o *DnssecKeyReadCreation) SetType(v string)
- func (o DnssecKeyReadCreation) ToMap() (map[string]interface{}, error)
- type DnssecKeyReadList
- func (o *DnssecKeyReadList) GetHref() string
- func (o *DnssecKeyReadList) GetHrefOk() (*string, bool)
- func (o *DnssecKeyReadList) GetId() string
- func (o *DnssecKeyReadList) GetIdOk() (*string, bool)
- func (o *DnssecKeyReadList) GetMetadata() DnssecKeyReadListMetadata
- func (o *DnssecKeyReadList) GetMetadataOk() (*DnssecKeyReadListMetadata, bool)
- func (o *DnssecKeyReadList) GetProperties() DnssecKeyReadListProperties
- func (o *DnssecKeyReadList) GetPropertiesOk() (*DnssecKeyReadListProperties, bool)
- func (o *DnssecKeyReadList) GetType() string
- func (o *DnssecKeyReadList) GetTypeOk() (*string, bool)
- func (o *DnssecKeyReadList) HasHref() bool
- func (o *DnssecKeyReadList) HasId() bool
- func (o *DnssecKeyReadList) HasMetadata() bool
- func (o *DnssecKeyReadList) HasProperties() bool
- func (o *DnssecKeyReadList) HasType() bool
- func (o *DnssecKeyReadList) SetHref(v string)
- func (o *DnssecKeyReadList) SetId(v string)
- func (o *DnssecKeyReadList) SetMetadata(v DnssecKeyReadListMetadata)
- func (o *DnssecKeyReadList) SetProperties(v DnssecKeyReadListProperties)
- func (o *DnssecKeyReadList) SetType(v string)
- func (o DnssecKeyReadList) ToMap() (map[string]interface{}, error)
- type DnssecKeyReadListMetadata
- func (o *DnssecKeyReadListMetadata) GetItems() []DnssecKey
- func (o *DnssecKeyReadListMetadata) GetItemsOk() ([]DnssecKey, bool)
- func (o *DnssecKeyReadListMetadata) GetZoneId() string
- func (o *DnssecKeyReadListMetadata) GetZoneIdOk() (*string, bool)
- func (o *DnssecKeyReadListMetadata) HasItems() bool
- func (o *DnssecKeyReadListMetadata) HasZoneId() bool
- func (o *DnssecKeyReadListMetadata) SetItems(v []DnssecKey)
- func (o *DnssecKeyReadListMetadata) SetZoneId(v string)
- func (o DnssecKeyReadListMetadata) ToMap() (map[string]interface{}, error)
- type DnssecKeyReadListProperties
- func (o *DnssecKeyReadListProperties) GetKeyParameters() DnssecKeyReadListPropertiesKeyParameters
- func (o *DnssecKeyReadListProperties) GetKeyParametersOk() (*DnssecKeyReadListPropertiesKeyParameters, bool)
- func (o *DnssecKeyReadListProperties) GetNsecParameters() DnssecKeyReadListPropertiesNsecParameters
- func (o *DnssecKeyReadListProperties) GetNsecParametersOk() (*DnssecKeyReadListPropertiesNsecParameters, bool)
- func (o *DnssecKeyReadListProperties) SetKeyParameters(v DnssecKeyReadListPropertiesKeyParameters)
- func (o *DnssecKeyReadListProperties) SetNsecParameters(v DnssecKeyReadListPropertiesNsecParameters)
- func (o DnssecKeyReadListProperties) ToMap() (map[string]interface{}, error)
- type DnssecKeyReadListPropertiesKeyParameters
- func (o *DnssecKeyReadListPropertiesKeyParameters) GetAlgorithm() Algorithm
- func (o *DnssecKeyReadListPropertiesKeyParameters) GetAlgorithmOk() (*Algorithm, bool)
- func (o *DnssecKeyReadListPropertiesKeyParameters) HasAlgorithm() bool
- func (o *DnssecKeyReadListPropertiesKeyParameters) SetAlgorithm(v Algorithm)
- func (o DnssecKeyReadListPropertiesKeyParameters) ToMap() (map[string]interface{}, error)
- type DnssecKeyReadListPropertiesNsecParameters
- func (o *DnssecKeyReadListPropertiesNsecParameters) GetNsecMode() NsecMode
- func (o *DnssecKeyReadListPropertiesNsecParameters) GetNsecModeOk() (*NsecMode, bool)
- func (o *DnssecKeyReadListPropertiesNsecParameters) HasNsecMode() bool
- func (o *DnssecKeyReadListPropertiesNsecParameters) SetNsecMode(v NsecMode)
- func (o DnssecKeyReadListPropertiesNsecParameters) ToMap() (map[string]interface{}, error)
- type Error
- func (o *Error) GetHttpStatus() int32
- func (o *Error) GetHttpStatusOk() (*int32, bool)
- func (o *Error) GetMessages() []ErrorMessages
- func (o *Error) GetMessagesOk() ([]ErrorMessages, bool)
- func (o *Error) HasHttpStatus() bool
- func (o *Error) HasMessages() bool
- func (o *Error) SetHttpStatus(v int32)
- func (o *Error) SetMessages(v []ErrorMessages)
- func (o Error) ToMap() (map[string]interface{}, error)
- type ErrorMessages
- func (o *ErrorMessages) GetErrorCode() string
- func (o *ErrorMessages) GetErrorCodeOk() (*string, bool)
- func (o *ErrorMessages) GetMessage() string
- func (o *ErrorMessages) GetMessageOk() (*string, bool)
- func (o *ErrorMessages) HasErrorCode() bool
- func (o *ErrorMessages) HasMessage() bool
- func (o *ErrorMessages) SetErrorCode(v string)
- func (o *ErrorMessages) SetMessage(v string)
- func (o ErrorMessages) ToMap() (map[string]interface{}, error)
- type IonosTime
- type KeyData
- func (o *KeyData) GetFlags() int32
- func (o *KeyData) GetFlagsOk() (*int32, bool)
- func (o *KeyData) GetPubKey() string
- func (o *KeyData) GetPubKeyOk() (*string, bool)
- func (o *KeyData) HasFlags() bool
- func (o *KeyData) HasPubKey() bool
- func (o *KeyData) SetFlags(v int32)
- func (o *KeyData) SetPubKey(v string)
- func (o KeyData) ToMap() (map[string]interface{}, error)
- type KeyParameters
- func (o *KeyParameters) GetAlgorithm() Algorithm
- func (o *KeyParameters) GetAlgorithmOk() (*Algorithm, bool)
- func (o *KeyParameters) GetKskBits() KskBits
- func (o *KeyParameters) GetKskBitsOk() (*KskBits, bool)
- func (o *KeyParameters) GetZskBits() ZskBits
- func (o *KeyParameters) GetZskBitsOk() (*ZskBits, bool)
- func (o *KeyParameters) SetAlgorithm(v Algorithm)
- func (o *KeyParameters) SetKskBits(v KskBits)
- func (o *KeyParameters) SetZskBits(v ZskBits)
- func (o KeyParameters) ToMap() (map[string]interface{}, error)
- type KskBits
- type Links
- func (o *Links) GetNext() string
- func (o *Links) GetNextOk() (*string, bool)
- func (o *Links) GetPrev() string
- func (o *Links) GetPrevOk() (*string, bool)
- func (o *Links) GetSelf() string
- func (o *Links) GetSelfOk() (*string, bool)
- func (o *Links) HasNext() bool
- func (o *Links) HasPrev() bool
- func (o *Links) HasSelf() bool
- func (o *Links) SetNext(v string)
- func (o *Links) SetPrev(v string)
- func (o *Links) SetSelf(v string)
- func (o Links) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type Metadata
- func (o *Metadata) GetCreatedBy() string
- func (o *Metadata) GetCreatedByOk() (*string, bool)
- func (o *Metadata) GetCreatedByUserId() string
- func (o *Metadata) GetCreatedByUserIdOk() (*string, bool)
- func (o *Metadata) GetCreatedDate() time.Time
- func (o *Metadata) GetCreatedDateOk() (*time.Time, bool)
- func (o *Metadata) GetLastModifiedBy() string
- func (o *Metadata) GetLastModifiedByOk() (*string, bool)
- func (o *Metadata) GetLastModifiedByUserId() string
- func (o *Metadata) GetLastModifiedByUserIdOk() (*string, bool)
- func (o *Metadata) GetLastModifiedDate() time.Time
- func (o *Metadata) GetLastModifiedDateOk() (*time.Time, bool)
- func (o *Metadata) HasCreatedBy() bool
- func (o *Metadata) HasCreatedByUserId() bool
- func (o *Metadata) HasCreatedDate() bool
- func (o *Metadata) HasLastModifiedBy() bool
- func (o *Metadata) HasLastModifiedByUserId() bool
- func (o *Metadata) HasLastModifiedDate() bool
- func (o *Metadata) SetCreatedBy(v string)
- func (o *Metadata) SetCreatedByUserId(v string)
- func (o *Metadata) SetCreatedDate(v time.Time)
- func (o *Metadata) SetLastModifiedBy(v string)
- func (o *Metadata) SetLastModifiedByUserId(v string)
- func (o *Metadata) SetLastModifiedDate(v time.Time)
- func (o Metadata) ToMap() (map[string]interface{}, error)
- type MetadataForSecondaryZoneRecords
- func (o *MetadataForSecondaryZoneRecords) GetFqdn() string
- func (o *MetadataForSecondaryZoneRecords) GetFqdnOk() (*string, bool)
- func (o *MetadataForSecondaryZoneRecords) GetRootName() string
- func (o *MetadataForSecondaryZoneRecords) GetRootNameOk() (*string, bool)
- func (o *MetadataForSecondaryZoneRecords) GetZoneId() string
- func (o *MetadataForSecondaryZoneRecords) GetZoneIdOk() (*string, bool)
- func (o *MetadataForSecondaryZoneRecords) SetFqdn(v string)
- func (o *MetadataForSecondaryZoneRecords) SetRootName(v string)
- func (o *MetadataForSecondaryZoneRecords) SetZoneId(v string)
- func (o MetadataForSecondaryZoneRecords) ToMap() (map[string]interface{}, error)
- type MetadataWithStateFqdnZoneId
- func (o *MetadataWithStateFqdnZoneId) GetCreatedBy() string
- func (o *MetadataWithStateFqdnZoneId) GetCreatedByOk() (*string, bool)
- func (o *MetadataWithStateFqdnZoneId) GetCreatedByUserId() string
- func (o *MetadataWithStateFqdnZoneId) GetCreatedByUserIdOk() (*string, bool)
- func (o *MetadataWithStateFqdnZoneId) GetCreatedDate() time.Time
- func (o *MetadataWithStateFqdnZoneId) GetCreatedDateOk() (*time.Time, bool)
- func (o *MetadataWithStateFqdnZoneId) GetFqdn() string
- func (o *MetadataWithStateFqdnZoneId) GetFqdnOk() (*string, bool)
- func (o *MetadataWithStateFqdnZoneId) GetLastModifiedBy() string
- func (o *MetadataWithStateFqdnZoneId) GetLastModifiedByOk() (*string, bool)
- func (o *MetadataWithStateFqdnZoneId) GetLastModifiedByUserId() string
- func (o *MetadataWithStateFqdnZoneId) GetLastModifiedByUserIdOk() (*string, bool)
- func (o *MetadataWithStateFqdnZoneId) GetLastModifiedDate() time.Time
- func (o *MetadataWithStateFqdnZoneId) GetLastModifiedDateOk() (*time.Time, bool)
- func (o *MetadataWithStateFqdnZoneId) GetState() ProvisioningState
- func (o *MetadataWithStateFqdnZoneId) GetStateOk() (*ProvisioningState, bool)
- func (o *MetadataWithStateFqdnZoneId) GetZoneId() string
- func (o *MetadataWithStateFqdnZoneId) GetZoneIdOk() (*string, bool)
- func (o *MetadataWithStateFqdnZoneId) HasCreatedBy() bool
- func (o *MetadataWithStateFqdnZoneId) HasCreatedByUserId() bool
- func (o *MetadataWithStateFqdnZoneId) HasCreatedDate() bool
- func (o *MetadataWithStateFqdnZoneId) HasLastModifiedBy() bool
- func (o *MetadataWithStateFqdnZoneId) HasLastModifiedByUserId() bool
- func (o *MetadataWithStateFqdnZoneId) HasLastModifiedDate() bool
- func (o *MetadataWithStateFqdnZoneId) SetCreatedBy(v string)
- func (o *MetadataWithStateFqdnZoneId) SetCreatedByUserId(v string)
- func (o *MetadataWithStateFqdnZoneId) SetCreatedDate(v time.Time)
- func (o *MetadataWithStateFqdnZoneId) SetFqdn(v string)
- func (o *MetadataWithStateFqdnZoneId) SetLastModifiedBy(v string)
- func (o *MetadataWithStateFqdnZoneId) SetLastModifiedByUserId(v string)
- func (o *MetadataWithStateFqdnZoneId) SetLastModifiedDate(v time.Time)
- func (o *MetadataWithStateFqdnZoneId) SetState(v ProvisioningState)
- func (o *MetadataWithStateFqdnZoneId) SetZoneId(v string)
- func (o MetadataWithStateFqdnZoneId) ToMap() (map[string]interface{}, error)
- type MetadataWithStateFqdnZoneIdAllOf
- func (o *MetadataWithStateFqdnZoneIdAllOf) GetFqdn() string
- func (o *MetadataWithStateFqdnZoneIdAllOf) GetFqdnOk() (*string, bool)
- func (o *MetadataWithStateFqdnZoneIdAllOf) GetState() ProvisioningState
- func (o *MetadataWithStateFqdnZoneIdAllOf) GetStateOk() (*ProvisioningState, bool)
- func (o *MetadataWithStateFqdnZoneIdAllOf) GetZoneId() string
- func (o *MetadataWithStateFqdnZoneIdAllOf) GetZoneIdOk() (*string, bool)
- func (o *MetadataWithStateFqdnZoneIdAllOf) SetFqdn(v string)
- func (o *MetadataWithStateFqdnZoneIdAllOf) SetState(v ProvisioningState)
- func (o *MetadataWithStateFqdnZoneIdAllOf) SetZoneId(v string)
- func (o MetadataWithStateFqdnZoneIdAllOf) ToMap() (map[string]interface{}, error)
- type MetadataWithStateNameservers
- func (o *MetadataWithStateNameservers) GetCreatedBy() string
- func (o *MetadataWithStateNameservers) GetCreatedByOk() (*string, bool)
- func (o *MetadataWithStateNameservers) GetCreatedByUserId() string
- func (o *MetadataWithStateNameservers) GetCreatedByUserIdOk() (*string, bool)
- func (o *MetadataWithStateNameservers) GetCreatedDate() time.Time
- func (o *MetadataWithStateNameservers) GetCreatedDateOk() (*time.Time, bool)
- func (o *MetadataWithStateNameservers) GetLastModifiedBy() string
- func (o *MetadataWithStateNameservers) GetLastModifiedByOk() (*string, bool)
- func (o *MetadataWithStateNameservers) GetLastModifiedByUserId() string
- func (o *MetadataWithStateNameservers) GetLastModifiedByUserIdOk() (*string, bool)
- func (o *MetadataWithStateNameservers) GetLastModifiedDate() time.Time
- func (o *MetadataWithStateNameservers) GetLastModifiedDateOk() (*time.Time, bool)
- func (o *MetadataWithStateNameservers) GetNameservers() []string
- func (o *MetadataWithStateNameservers) GetNameserversOk() ([]string, bool)
- func (o *MetadataWithStateNameservers) GetState() ProvisioningState
- func (o *MetadataWithStateNameservers) GetStateOk() (*ProvisioningState, bool)
- func (o *MetadataWithStateNameservers) HasCreatedBy() bool
- func (o *MetadataWithStateNameservers) HasCreatedByUserId() bool
- func (o *MetadataWithStateNameservers) HasCreatedDate() bool
- func (o *MetadataWithStateNameservers) HasLastModifiedBy() bool
- func (o *MetadataWithStateNameservers) HasLastModifiedByUserId() bool
- func (o *MetadataWithStateNameservers) HasLastModifiedDate() bool
- func (o *MetadataWithStateNameservers) SetCreatedBy(v string)
- func (o *MetadataWithStateNameservers) SetCreatedByUserId(v string)
- func (o *MetadataWithStateNameservers) SetCreatedDate(v time.Time)
- func (o *MetadataWithStateNameservers) SetLastModifiedBy(v string)
- func (o *MetadataWithStateNameservers) SetLastModifiedByUserId(v string)
- func (o *MetadataWithStateNameservers) SetLastModifiedDate(v time.Time)
- func (o *MetadataWithStateNameservers) SetNameservers(v []string)
- func (o *MetadataWithStateNameservers) SetState(v ProvisioningState)
- func (o MetadataWithStateNameservers) ToMap() (map[string]interface{}, error)
- type MetadataWithStateNameserversAllOf
- func (o *MetadataWithStateNameserversAllOf) GetNameservers() []string
- func (o *MetadataWithStateNameserversAllOf) GetNameserversOk() ([]string, bool)
- func (o *MetadataWithStateNameserversAllOf) GetState() ProvisioningState
- func (o *MetadataWithStateNameserversAllOf) GetStateOk() (*ProvisioningState, bool)
- func (o *MetadataWithStateNameserversAllOf) SetNameservers(v []string)
- func (o *MetadataWithStateNameserversAllOf) SetState(v ProvisioningState)
- func (o MetadataWithStateNameserversAllOf) ToMap() (map[string]interface{}, error)
- type NsecMode
- type NsecParameters
- func (o *NsecParameters) GetNsec3Iterations() int32
- func (o *NsecParameters) GetNsec3IterationsOk() (*int32, bool)
- func (o *NsecParameters) GetNsec3SaltBits() int32
- func (o *NsecParameters) GetNsec3SaltBitsOk() (*int32, bool)
- func (o *NsecParameters) GetNsecMode() NsecMode
- func (o *NsecParameters) GetNsecModeOk() (*NsecMode, bool)
- func (o *NsecParameters) SetNsec3Iterations(v int32)
- func (o *NsecParameters) SetNsec3SaltBits(v int32)
- func (o *NsecParameters) SetNsecMode(v NsecMode)
- func (o NsecParameters) ToMap() (map[string]interface{}, error)
- type NullableAlgorithm
- type NullableBool
- type NullableCommonZone
- type NullableCommonZoneRead
- func (v NullableCommonZoneRead) Get() *CommonZoneRead
- func (v NullableCommonZoneRead) IsSet() bool
- func (v NullableCommonZoneRead) MarshalJSON() ([]byte, error)
- func (v *NullableCommonZoneRead) Set(val *CommonZoneRead)
- func (v *NullableCommonZoneRead) UnmarshalJSON(src []byte) error
- func (v *NullableCommonZoneRead) Unset()
- type NullableCommonZoneReadList
- func (v NullableCommonZoneReadList) Get() *CommonZoneReadList
- func (v NullableCommonZoneReadList) IsSet() bool
- func (v NullableCommonZoneReadList) MarshalJSON() ([]byte, error)
- func (v *NullableCommonZoneReadList) Set(val *CommonZoneReadList)
- func (v *NullableCommonZoneReadList) UnmarshalJSON(src []byte) error
- func (v *NullableCommonZoneReadList) Unset()
- type NullableDnssecKey
- type NullableDnssecKeyCreate
- func (v NullableDnssecKeyCreate) Get() *DnssecKeyCreate
- func (v NullableDnssecKeyCreate) IsSet() bool
- func (v NullableDnssecKeyCreate) MarshalJSON() ([]byte, error)
- func (v *NullableDnssecKeyCreate) Set(val *DnssecKeyCreate)
- func (v *NullableDnssecKeyCreate) UnmarshalJSON(src []byte) error
- func (v *NullableDnssecKeyCreate) Unset()
- type NullableDnssecKeyParameters
- func (v NullableDnssecKeyParameters) Get() *DnssecKeyParameters
- func (v NullableDnssecKeyParameters) IsSet() bool
- func (v NullableDnssecKeyParameters) MarshalJSON() ([]byte, error)
- func (v *NullableDnssecKeyParameters) Set(val *DnssecKeyParameters)
- func (v *NullableDnssecKeyParameters) UnmarshalJSON(src []byte) error
- func (v *NullableDnssecKeyParameters) Unset()
- type NullableDnssecKeyReadCreation
- func (v NullableDnssecKeyReadCreation) Get() *DnssecKeyReadCreation
- func (v NullableDnssecKeyReadCreation) IsSet() bool
- func (v NullableDnssecKeyReadCreation) MarshalJSON() ([]byte, error)
- func (v *NullableDnssecKeyReadCreation) Set(val *DnssecKeyReadCreation)
- func (v *NullableDnssecKeyReadCreation) UnmarshalJSON(src []byte) error
- func (v *NullableDnssecKeyReadCreation) Unset()
- type NullableDnssecKeyReadList
- func (v NullableDnssecKeyReadList) Get() *DnssecKeyReadList
- func (v NullableDnssecKeyReadList) IsSet() bool
- func (v NullableDnssecKeyReadList) MarshalJSON() ([]byte, error)
- func (v *NullableDnssecKeyReadList) Set(val *DnssecKeyReadList)
- func (v *NullableDnssecKeyReadList) UnmarshalJSON(src []byte) error
- func (v *NullableDnssecKeyReadList) Unset()
- type NullableDnssecKeyReadListMetadata
- func (v NullableDnssecKeyReadListMetadata) Get() *DnssecKeyReadListMetadata
- func (v NullableDnssecKeyReadListMetadata) IsSet() bool
- func (v NullableDnssecKeyReadListMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableDnssecKeyReadListMetadata) Set(val *DnssecKeyReadListMetadata)
- func (v *NullableDnssecKeyReadListMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableDnssecKeyReadListMetadata) Unset()
- type NullableDnssecKeyReadListProperties
- func (v NullableDnssecKeyReadListProperties) Get() *DnssecKeyReadListProperties
- func (v NullableDnssecKeyReadListProperties) IsSet() bool
- func (v NullableDnssecKeyReadListProperties) MarshalJSON() ([]byte, error)
- func (v *NullableDnssecKeyReadListProperties) Set(val *DnssecKeyReadListProperties)
- func (v *NullableDnssecKeyReadListProperties) UnmarshalJSON(src []byte) error
- func (v *NullableDnssecKeyReadListProperties) Unset()
- type NullableDnssecKeyReadListPropertiesKeyParameters
- func (v NullableDnssecKeyReadListPropertiesKeyParameters) Get() *DnssecKeyReadListPropertiesKeyParameters
- func (v NullableDnssecKeyReadListPropertiesKeyParameters) IsSet() bool
- func (v NullableDnssecKeyReadListPropertiesKeyParameters) MarshalJSON() ([]byte, error)
- func (v *NullableDnssecKeyReadListPropertiesKeyParameters) Set(val *DnssecKeyReadListPropertiesKeyParameters)
- func (v *NullableDnssecKeyReadListPropertiesKeyParameters) UnmarshalJSON(src []byte) error
- func (v *NullableDnssecKeyReadListPropertiesKeyParameters) Unset()
- type NullableDnssecKeyReadListPropertiesNsecParameters
- func (v NullableDnssecKeyReadListPropertiesNsecParameters) Get() *DnssecKeyReadListPropertiesNsecParameters
- func (v NullableDnssecKeyReadListPropertiesNsecParameters) IsSet() bool
- func (v NullableDnssecKeyReadListPropertiesNsecParameters) MarshalJSON() ([]byte, error)
- func (v *NullableDnssecKeyReadListPropertiesNsecParameters) Set(val *DnssecKeyReadListPropertiesNsecParameters)
- func (v *NullableDnssecKeyReadListPropertiesNsecParameters) UnmarshalJSON(src []byte) error
- func (v *NullableDnssecKeyReadListPropertiesNsecParameters) Unset()
- type NullableError
- type NullableErrorMessages
- func (v NullableErrorMessages) Get() *ErrorMessages
- func (v NullableErrorMessages) IsSet() bool
- func (v NullableErrorMessages) MarshalJSON() ([]byte, error)
- func (v *NullableErrorMessages) Set(val *ErrorMessages)
- func (v *NullableErrorMessages) UnmarshalJSON(src []byte) error
- func (v *NullableErrorMessages) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIonosTime
- type NullableKeyData
- type NullableKeyParameters
- func (v NullableKeyParameters) Get() *KeyParameters
- func (v NullableKeyParameters) IsSet() bool
- func (v NullableKeyParameters) MarshalJSON() ([]byte, error)
- func (v *NullableKeyParameters) Set(val *KeyParameters)
- func (v *NullableKeyParameters) UnmarshalJSON(src []byte) error
- func (v *NullableKeyParameters) Unset()
- type NullableKskBits
- type NullableLinks
- type NullableMetadata
- type NullableMetadataForSecondaryZoneRecords
- func (v NullableMetadataForSecondaryZoneRecords) Get() *MetadataForSecondaryZoneRecords
- func (v NullableMetadataForSecondaryZoneRecords) IsSet() bool
- func (v NullableMetadataForSecondaryZoneRecords) MarshalJSON() ([]byte, error)
- func (v *NullableMetadataForSecondaryZoneRecords) Set(val *MetadataForSecondaryZoneRecords)
- func (v *NullableMetadataForSecondaryZoneRecords) UnmarshalJSON(src []byte) error
- func (v *NullableMetadataForSecondaryZoneRecords) Unset()
- type NullableMetadataWithStateFqdnZoneId
- func (v NullableMetadataWithStateFqdnZoneId) Get() *MetadataWithStateFqdnZoneId
- func (v NullableMetadataWithStateFqdnZoneId) IsSet() bool
- func (v NullableMetadataWithStateFqdnZoneId) MarshalJSON() ([]byte, error)
- func (v *NullableMetadataWithStateFqdnZoneId) Set(val *MetadataWithStateFqdnZoneId)
- func (v *NullableMetadataWithStateFqdnZoneId) UnmarshalJSON(src []byte) error
- func (v *NullableMetadataWithStateFqdnZoneId) Unset()
- type NullableMetadataWithStateFqdnZoneIdAllOf
- func (v NullableMetadataWithStateFqdnZoneIdAllOf) Get() *MetadataWithStateFqdnZoneIdAllOf
- func (v NullableMetadataWithStateFqdnZoneIdAllOf) IsSet() bool
- func (v NullableMetadataWithStateFqdnZoneIdAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMetadataWithStateFqdnZoneIdAllOf) Set(val *MetadataWithStateFqdnZoneIdAllOf)
- func (v *NullableMetadataWithStateFqdnZoneIdAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMetadataWithStateFqdnZoneIdAllOf) Unset()
- type NullableMetadataWithStateNameservers
- func (v NullableMetadataWithStateNameservers) Get() *MetadataWithStateNameservers
- func (v NullableMetadataWithStateNameservers) IsSet() bool
- func (v NullableMetadataWithStateNameservers) MarshalJSON() ([]byte, error)
- func (v *NullableMetadataWithStateNameservers) Set(val *MetadataWithStateNameservers)
- func (v *NullableMetadataWithStateNameservers) UnmarshalJSON(src []byte) error
- func (v *NullableMetadataWithStateNameservers) Unset()
- type NullableMetadataWithStateNameserversAllOf
- func (v NullableMetadataWithStateNameserversAllOf) Get() *MetadataWithStateNameserversAllOf
- func (v NullableMetadataWithStateNameserversAllOf) IsSet() bool
- func (v NullableMetadataWithStateNameserversAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMetadataWithStateNameserversAllOf) Set(val *MetadataWithStateNameserversAllOf)
- func (v *NullableMetadataWithStateNameserversAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMetadataWithStateNameserversAllOf) Unset()
- type NullableNsecMode
- type NullableNsecParameters
- func (v NullableNsecParameters) Get() *NsecParameters
- func (v NullableNsecParameters) IsSet() bool
- func (v NullableNsecParameters) MarshalJSON() ([]byte, error)
- func (v *NullableNsecParameters) Set(val *NsecParameters)
- func (v *NullableNsecParameters) UnmarshalJSON(src []byte) error
- func (v *NullableNsecParameters) Unset()
- type NullableProvisioningState
- func (v NullableProvisioningState) Get() *ProvisioningState
- func (v NullableProvisioningState) IsSet() bool
- func (v NullableProvisioningState) MarshalJSON() ([]byte, error)
- func (v *NullableProvisioningState) Set(val *ProvisioningState)
- func (v *NullableProvisioningState) UnmarshalJSON(src []byte) error
- func (v *NullableProvisioningState) Unset()
- type NullableQuota
- type NullableQuotaDetail
- func (v NullableQuotaDetail) Get() *QuotaDetail
- func (v NullableQuotaDetail) IsSet() bool
- func (v NullableQuotaDetail) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaDetail) Set(val *QuotaDetail)
- func (v *NullableQuotaDetail) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaDetail) Unset()
- type NullableRecord
- type NullableRecordCreate
- func (v NullableRecordCreate) Get() *RecordCreate
- func (v NullableRecordCreate) IsSet() bool
- func (v NullableRecordCreate) MarshalJSON() ([]byte, error)
- func (v *NullableRecordCreate) Set(val *RecordCreate)
- func (v *NullableRecordCreate) UnmarshalJSON(src []byte) error
- func (v *NullableRecordCreate) Unset()
- type NullableRecordEnsure
- func (v NullableRecordEnsure) Get() *RecordEnsure
- func (v NullableRecordEnsure) IsSet() bool
- func (v NullableRecordEnsure) MarshalJSON() ([]byte, error)
- func (v *NullableRecordEnsure) Set(val *RecordEnsure)
- func (v *NullableRecordEnsure) UnmarshalJSON(src []byte) error
- func (v *NullableRecordEnsure) Unset()
- type NullableRecordRead
- type NullableRecordReadList
- func (v NullableRecordReadList) Get() *RecordReadList
- func (v NullableRecordReadList) IsSet() bool
- func (v NullableRecordReadList) MarshalJSON() ([]byte, error)
- func (v *NullableRecordReadList) Set(val *RecordReadList)
- func (v *NullableRecordReadList) UnmarshalJSON(src []byte) error
- func (v *NullableRecordReadList) Unset()
- type NullableReverseRecord
- func (v NullableReverseRecord) Get() *ReverseRecord
- func (v NullableReverseRecord) IsSet() bool
- func (v NullableReverseRecord) MarshalJSON() ([]byte, error)
- func (v *NullableReverseRecord) Set(val *ReverseRecord)
- func (v *NullableReverseRecord) UnmarshalJSON(src []byte) error
- func (v *NullableReverseRecord) Unset()
- type NullableReverseRecordCreate
- func (v NullableReverseRecordCreate) Get() *ReverseRecordCreate
- func (v NullableReverseRecordCreate) IsSet() bool
- func (v NullableReverseRecordCreate) MarshalJSON() ([]byte, error)
- func (v *NullableReverseRecordCreate) Set(val *ReverseRecordCreate)
- func (v *NullableReverseRecordCreate) UnmarshalJSON(src []byte) error
- func (v *NullableReverseRecordCreate) Unset()
- type NullableReverseRecordEnsure
- func (v NullableReverseRecordEnsure) Get() *ReverseRecordEnsure
- func (v NullableReverseRecordEnsure) IsSet() bool
- func (v NullableReverseRecordEnsure) MarshalJSON() ([]byte, error)
- func (v *NullableReverseRecordEnsure) Set(val *ReverseRecordEnsure)
- func (v *NullableReverseRecordEnsure) UnmarshalJSON(src []byte) error
- func (v *NullableReverseRecordEnsure) Unset()
- type NullableReverseRecordRead
- func (v NullableReverseRecordRead) Get() *ReverseRecordRead
- func (v NullableReverseRecordRead) IsSet() bool
- func (v NullableReverseRecordRead) MarshalJSON() ([]byte, error)
- func (v *NullableReverseRecordRead) Set(val *ReverseRecordRead)
- func (v *NullableReverseRecordRead) UnmarshalJSON(src []byte) error
- func (v *NullableReverseRecordRead) Unset()
- type NullableReverseRecordsReadList
- func (v NullableReverseRecordsReadList) Get() *ReverseRecordsReadList
- func (v NullableReverseRecordsReadList) IsSet() bool
- func (v NullableReverseRecordsReadList) MarshalJSON() ([]byte, error)
- func (v *NullableReverseRecordsReadList) Set(val *ReverseRecordsReadList)
- func (v *NullableReverseRecordsReadList) UnmarshalJSON(src []byte) error
- func (v *NullableReverseRecordsReadList) Unset()
- type NullableSecondaryZone
- func (v NullableSecondaryZone) Get() *SecondaryZone
- func (v NullableSecondaryZone) IsSet() bool
- func (v NullableSecondaryZone) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZone) Set(val *SecondaryZone)
- func (v *NullableSecondaryZone) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZone) Unset()
- type NullableSecondaryZoneAllOf
- func (v NullableSecondaryZoneAllOf) Get() *SecondaryZoneAllOf
- func (v NullableSecondaryZoneAllOf) IsSet() bool
- func (v NullableSecondaryZoneAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZoneAllOf) Set(val *SecondaryZoneAllOf)
- func (v *NullableSecondaryZoneAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZoneAllOf) Unset()
- type NullableSecondaryZoneCreate
- func (v NullableSecondaryZoneCreate) Get() *SecondaryZoneCreate
- func (v NullableSecondaryZoneCreate) IsSet() bool
- func (v NullableSecondaryZoneCreate) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZoneCreate) Set(val *SecondaryZoneCreate)
- func (v *NullableSecondaryZoneCreate) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZoneCreate) Unset()
- type NullableSecondaryZoneEnsure
- func (v NullableSecondaryZoneEnsure) Get() *SecondaryZoneEnsure
- func (v NullableSecondaryZoneEnsure) IsSet() bool
- func (v NullableSecondaryZoneEnsure) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZoneEnsure) Set(val *SecondaryZoneEnsure)
- func (v *NullableSecondaryZoneEnsure) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZoneEnsure) Unset()
- type NullableSecondaryZoneRead
- func (v NullableSecondaryZoneRead) Get() *SecondaryZoneRead
- func (v NullableSecondaryZoneRead) IsSet() bool
- func (v NullableSecondaryZoneRead) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZoneRead) Set(val *SecondaryZoneRead)
- func (v *NullableSecondaryZoneRead) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZoneRead) Unset()
- type NullableSecondaryZoneReadAllOf
- func (v NullableSecondaryZoneReadAllOf) Get() *SecondaryZoneReadAllOf
- func (v NullableSecondaryZoneReadAllOf) IsSet() bool
- func (v NullableSecondaryZoneReadAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZoneReadAllOf) Set(val *SecondaryZoneReadAllOf)
- func (v *NullableSecondaryZoneReadAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZoneReadAllOf) Unset()
- type NullableSecondaryZoneReadList
- func (v NullableSecondaryZoneReadList) Get() *SecondaryZoneReadList
- func (v NullableSecondaryZoneReadList) IsSet() bool
- func (v NullableSecondaryZoneReadList) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZoneReadList) Set(val *SecondaryZoneReadList)
- func (v *NullableSecondaryZoneReadList) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZoneReadList) Unset()
- type NullableSecondaryZoneReadListAllOf
- func (v NullableSecondaryZoneReadListAllOf) Get() *SecondaryZoneReadListAllOf
- func (v NullableSecondaryZoneReadListAllOf) IsSet() bool
- func (v NullableSecondaryZoneReadListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZoneReadListAllOf) Set(val *SecondaryZoneReadListAllOf)
- func (v *NullableSecondaryZoneReadListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZoneReadListAllOf) Unset()
- type NullableSecondaryZoneRecordRead
- func (v NullableSecondaryZoneRecordRead) Get() *SecondaryZoneRecordRead
- func (v NullableSecondaryZoneRecordRead) IsSet() bool
- func (v NullableSecondaryZoneRecordRead) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZoneRecordRead) Set(val *SecondaryZoneRecordRead)
- func (v *NullableSecondaryZoneRecordRead) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZoneRecordRead) Unset()
- type NullableSecondaryZoneRecordReadList
- func (v NullableSecondaryZoneRecordReadList) Get() *SecondaryZoneRecordReadList
- func (v NullableSecondaryZoneRecordReadList) IsSet() bool
- func (v NullableSecondaryZoneRecordReadList) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZoneRecordReadList) Set(val *SecondaryZoneRecordReadList)
- func (v *NullableSecondaryZoneRecordReadList) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZoneRecordReadList) Unset()
- type NullableSecondaryZoneRecordReadListMetadata
- func (v NullableSecondaryZoneRecordReadListMetadata) Get() *SecondaryZoneRecordReadListMetadata
- func (v NullableSecondaryZoneRecordReadListMetadata) IsSet() bool
- func (v NullableSecondaryZoneRecordReadListMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryZoneRecordReadListMetadata) Set(val *SecondaryZoneRecordReadListMetadata)
- func (v *NullableSecondaryZoneRecordReadListMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryZoneRecordReadListMetadata) Unset()
- type NullableString
- type NullableTime
- type NullableZone
- type NullableZoneAllOf
- type NullableZoneCreate
- type NullableZoneEnsure
- type NullableZoneRead
- type NullableZoneReadAllOf
- func (v NullableZoneReadAllOf) Get() *ZoneReadAllOf
- func (v NullableZoneReadAllOf) IsSet() bool
- func (v NullableZoneReadAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableZoneReadAllOf) Set(val *ZoneReadAllOf)
- func (v *NullableZoneReadAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableZoneReadAllOf) Unset()
- type NullableZoneReadList
- func (v NullableZoneReadList) Get() *ZoneReadList
- func (v NullableZoneReadList) IsSet() bool
- func (v NullableZoneReadList) MarshalJSON() ([]byte, error)
- func (v *NullableZoneReadList) Set(val *ZoneReadList)
- func (v *NullableZoneReadList) UnmarshalJSON(src []byte) error
- func (v *NullableZoneReadList) Unset()
- type NullableZoneReadListAllOf
- func (v NullableZoneReadListAllOf) Get() *ZoneReadListAllOf
- func (v NullableZoneReadListAllOf) IsSet() bool
- func (v NullableZoneReadListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableZoneReadListAllOf) Set(val *ZoneReadListAllOf)
- func (v *NullableZoneReadListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableZoneReadListAllOf) Unset()
- type NullableZoneTransferPrimaryIpStatus
- func (v NullableZoneTransferPrimaryIpStatus) Get() *ZoneTransferPrimaryIpStatus
- func (v NullableZoneTransferPrimaryIpStatus) IsSet() bool
- func (v NullableZoneTransferPrimaryIpStatus) MarshalJSON() ([]byte, error)
- func (v *NullableZoneTransferPrimaryIpStatus) Set(val *ZoneTransferPrimaryIpStatus)
- func (v *NullableZoneTransferPrimaryIpStatus) UnmarshalJSON(src []byte) error
- func (v *NullableZoneTransferPrimaryIpStatus) Unset()
- type NullableZoneTransferPrimaryIpsStatus
- func (v NullableZoneTransferPrimaryIpsStatus) Get() *ZoneTransferPrimaryIpsStatus
- func (v NullableZoneTransferPrimaryIpsStatus) IsSet() bool
- func (v NullableZoneTransferPrimaryIpsStatus) MarshalJSON() ([]byte, error)
- func (v *NullableZoneTransferPrimaryIpsStatus) Set(val *ZoneTransferPrimaryIpsStatus)
- func (v *NullableZoneTransferPrimaryIpsStatus) UnmarshalJSON(src []byte) error
- func (v *NullableZoneTransferPrimaryIpsStatus) Unset()
- type NullableZskBits
- type ProvisioningState
- type Quota
- func (o *Quota) GetQuotaLimits() QuotaDetail
- func (o *Quota) GetQuotaLimitsOk() (*QuotaDetail, bool)
- func (o *Quota) GetQuotaUsage() QuotaDetail
- func (o *Quota) GetQuotaUsageOk() (*QuotaDetail, bool)
- func (o *Quota) SetQuotaLimits(v QuotaDetail)
- func (o *Quota) SetQuotaUsage(v QuotaDetail)
- func (o Quota) ToMap() (map[string]interface{}, error)
- type QuotaApiService
- type QuotaDetail
- func (o *QuotaDetail) GetRecords() int32
- func (o *QuotaDetail) GetRecordsOk() (*int32, bool)
- func (o *QuotaDetail) GetReverseRecords() int32
- func (o *QuotaDetail) GetReverseRecordsOk() (*int32, bool)
- func (o *QuotaDetail) GetSecondaryZones() int32
- func (o *QuotaDetail) GetSecondaryZonesOk() (*int32, bool)
- func (o *QuotaDetail) GetZones() int32
- func (o *QuotaDetail) GetZonesOk() (*int32, bool)
- func (o *QuotaDetail) SetRecords(v int32)
- func (o *QuotaDetail) SetReverseRecords(v int32)
- func (o *QuotaDetail) SetSecondaryZones(v int32)
- func (o *QuotaDetail) SetZones(v int32)
- func (o QuotaDetail) ToMap() (map[string]interface{}, error)
- type Record
- func (o *Record) GetContent() string
- func (o *Record) GetContentOk() (*string, bool)
- func (o *Record) GetEnabled() bool
- func (o *Record) GetEnabledOk() (*bool, bool)
- func (o *Record) GetName() string
- func (o *Record) GetNameOk() (*string, bool)
- func (o *Record) GetPriority() int32
- func (o *Record) GetPriorityOk() (*int32, bool)
- func (o *Record) GetTtl() int32
- func (o *Record) GetTtlOk() (*int32, bool)
- func (o *Record) GetType() string
- func (o *Record) GetTypeOk() (*string, bool)
- func (o *Record) HasEnabled() bool
- func (o *Record) HasPriority() bool
- func (o *Record) HasTtl() bool
- func (o *Record) SetContent(v string)
- func (o *Record) SetEnabled(v bool)
- func (o *Record) SetName(v string)
- func (o *Record) SetPriority(v int32)
- func (o *Record) SetTtl(v int32)
- func (o *Record) SetType(v string)
- func (o Record) ToMap() (map[string]interface{}, error)
- type RecordCreate
- type RecordEnsure
- type RecordRead
- func (o *RecordRead) GetHref() string
- func (o *RecordRead) GetHrefOk() (*string, bool)
- func (o *RecordRead) GetId() string
- func (o *RecordRead) GetIdOk() (*string, bool)
- func (o *RecordRead) GetMetadata() MetadataWithStateFqdnZoneId
- func (o *RecordRead) GetMetadataOk() (*MetadataWithStateFqdnZoneId, bool)
- func (o *RecordRead) GetProperties() Record
- func (o *RecordRead) GetPropertiesOk() (*Record, bool)
- func (o *RecordRead) GetType() string
- func (o *RecordRead) GetTypeOk() (*string, bool)
- func (o *RecordRead) SetHref(v string)
- func (o *RecordRead) SetId(v string)
- func (o *RecordRead) SetMetadata(v MetadataWithStateFqdnZoneId)
- func (o *RecordRead) SetProperties(v Record)
- func (o *RecordRead) SetType(v string)
- func (o RecordRead) ToMap() (map[string]interface{}, error)
- type RecordReadList
- func (o *RecordReadList) GetHref() string
- func (o *RecordReadList) GetHrefOk() (*string, bool)
- func (o *RecordReadList) GetId() string
- func (o *RecordReadList) GetIdOk() (*string, bool)
- func (o *RecordReadList) GetItems() []RecordRead
- func (o *RecordReadList) GetItemsOk() ([]RecordRead, bool)
- func (o *RecordReadList) GetLimit() float32
- func (o *RecordReadList) GetLimitOk() (*float32, bool)
- func (o *RecordReadList) GetLinks() Links
- func (o *RecordReadList) GetLinksOk() (*Links, bool)
- func (o *RecordReadList) GetOffset() float32
- func (o *RecordReadList) GetOffsetOk() (*float32, bool)
- func (o *RecordReadList) GetType() string
- func (o *RecordReadList) GetTypeOk() (*string, bool)
- func (o *RecordReadList) SetHref(v string)
- func (o *RecordReadList) SetId(v string)
- func (o *RecordReadList) SetItems(v []RecordRead)
- func (o *RecordReadList) SetLimit(v float32)
- func (o *RecordReadList) SetLinks(v Links)
- func (o *RecordReadList) SetOffset(v float32)
- func (o *RecordReadList) SetType(v string)
- func (o RecordReadList) ToMap() (map[string]interface{}, error)
- type RecordsApiService
- func (a *RecordsApiService) RecordsGet(ctx _context.Context) ApiRecordsGetRequest
- func (a *RecordsApiService) RecordsGetExecute(r ApiRecordsGetRequest) (RecordReadList, *shared.APIResponse, error)
- func (a *RecordsApiService) SecondaryzonesRecordsGet(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesRecordsGetRequest
- func (a *RecordsApiService) SecondaryzonesRecordsGetExecute(r ApiSecondaryzonesRecordsGetRequest) (SecondaryZoneRecordReadList, *shared.APIResponse, error)
- func (a *RecordsApiService) ZonesRecordsDelete(ctx _context.Context, zoneId string, recordId string) ApiZonesRecordsDeleteRequest
- func (a *RecordsApiService) ZonesRecordsDeleteExecute(r ApiZonesRecordsDeleteRequest) (map[string]interface{}, *shared.APIResponse, error)
- func (a *RecordsApiService) ZonesRecordsFindById(ctx _context.Context, zoneId string, recordId string) ApiZonesRecordsFindByIdRequest
- func (a *RecordsApiService) ZonesRecordsFindByIdExecute(r ApiZonesRecordsFindByIdRequest) (RecordRead, *shared.APIResponse, error)
- func (a *RecordsApiService) ZonesRecordsGet(ctx _context.Context, zoneId string) ApiZonesRecordsGetRequest
- func (a *RecordsApiService) ZonesRecordsGetExecute(r ApiZonesRecordsGetRequest) (RecordReadList, *shared.APIResponse, error)
- func (a *RecordsApiService) ZonesRecordsPost(ctx _context.Context, zoneId string) ApiZonesRecordsPostRequest
- func (a *RecordsApiService) ZonesRecordsPostExecute(r ApiZonesRecordsPostRequest) (RecordRead, *shared.APIResponse, error)
- func (a *RecordsApiService) ZonesRecordsPut(ctx _context.Context, zoneId string, recordId string) ApiZonesRecordsPutRequest
- func (a *RecordsApiService) ZonesRecordsPutExecute(r ApiZonesRecordsPutRequest) (RecordRead, *shared.APIResponse, error)
- type ReverseRecord
- func (o *ReverseRecord) GetDescription() string
- func (o *ReverseRecord) GetDescriptionOk() (*string, bool)
- func (o *ReverseRecord) GetIp() string
- func (o *ReverseRecord) GetIpOk() (*string, bool)
- func (o *ReverseRecord) GetName() string
- func (o *ReverseRecord) GetNameOk() (*string, bool)
- func (o *ReverseRecord) HasDescription() bool
- func (o *ReverseRecord) SetDescription(v string)
- func (o *ReverseRecord) SetIp(v string)
- func (o *ReverseRecord) SetName(v string)
- func (o ReverseRecord) ToMap() (map[string]interface{}, error)
- type ReverseRecordCreate
- type ReverseRecordEnsure
- type ReverseRecordRead
- func (o *ReverseRecordRead) GetHref() string
- func (o *ReverseRecordRead) GetHrefOk() (*string, bool)
- func (o *ReverseRecordRead) GetId() string
- func (o *ReverseRecordRead) GetIdOk() (*string, bool)
- func (o *ReverseRecordRead) GetMetadata() Metadata
- func (o *ReverseRecordRead) GetMetadataOk() (*Metadata, bool)
- func (o *ReverseRecordRead) GetProperties() ReverseRecord
- func (o *ReverseRecordRead) GetPropertiesOk() (*ReverseRecord, bool)
- func (o *ReverseRecordRead) GetType() string
- func (o *ReverseRecordRead) GetTypeOk() (*string, bool)
- func (o *ReverseRecordRead) SetHref(v string)
- func (o *ReverseRecordRead) SetId(v string)
- func (o *ReverseRecordRead) SetMetadata(v Metadata)
- func (o *ReverseRecordRead) SetProperties(v ReverseRecord)
- func (o *ReverseRecordRead) SetType(v string)
- func (o ReverseRecordRead) ToMap() (map[string]interface{}, error)
- type ReverseRecordsApiService
- func (a *ReverseRecordsApiService) ReverserecordsDelete(ctx _context.Context, reverserecordId string) ApiReverserecordsDeleteRequest
- func (a *ReverseRecordsApiService) ReverserecordsDeleteExecute(r ApiReverserecordsDeleteRequest) (map[string]interface{}, *shared.APIResponse, error)
- func (a *ReverseRecordsApiService) ReverserecordsFindById(ctx _context.Context, reverserecordId string) ApiReverserecordsFindByIdRequest
- func (a *ReverseRecordsApiService) ReverserecordsFindByIdExecute(r ApiReverserecordsFindByIdRequest) (ReverseRecordRead, *shared.APIResponse, error)
- func (a *ReverseRecordsApiService) ReverserecordsGet(ctx _context.Context) ApiReverserecordsGetRequest
- func (a *ReverseRecordsApiService) ReverserecordsGetExecute(r ApiReverserecordsGetRequest) (ReverseRecordsReadList, *shared.APIResponse, error)
- func (a *ReverseRecordsApiService) ReverserecordsPost(ctx _context.Context) ApiReverserecordsPostRequest
- func (a *ReverseRecordsApiService) ReverserecordsPostExecute(r ApiReverserecordsPostRequest) (ReverseRecordRead, *shared.APIResponse, error)
- func (a *ReverseRecordsApiService) ReverserecordsPut(ctx _context.Context, reverserecordId string) ApiReverserecordsPutRequest
- func (a *ReverseRecordsApiService) ReverserecordsPutExecute(r ApiReverserecordsPutRequest) (ReverseRecordRead, *shared.APIResponse, error)
- type ReverseRecordsReadList
- func (o *ReverseRecordsReadList) GetHref() string
- func (o *ReverseRecordsReadList) GetHrefOk() (*string, bool)
- func (o *ReverseRecordsReadList) GetId() string
- func (o *ReverseRecordsReadList) GetIdOk() (*string, bool)
- func (o *ReverseRecordsReadList) GetItems() []ReverseRecordRead
- func (o *ReverseRecordsReadList) GetItemsOk() ([]ReverseRecordRead, bool)
- func (o *ReverseRecordsReadList) GetLimit() float32
- func (o *ReverseRecordsReadList) GetLimitOk() (*float32, bool)
- func (o *ReverseRecordsReadList) GetLinks() Links
- func (o *ReverseRecordsReadList) GetLinksOk() (*Links, bool)
- func (o *ReverseRecordsReadList) GetOffset() float32
- func (o *ReverseRecordsReadList) GetOffsetOk() (*float32, bool)
- func (o *ReverseRecordsReadList) GetType() string
- func (o *ReverseRecordsReadList) GetTypeOk() (*string, bool)
- func (o *ReverseRecordsReadList) SetHref(v string)
- func (o *ReverseRecordsReadList) SetId(v string)
- func (o *ReverseRecordsReadList) SetItems(v []ReverseRecordRead)
- func (o *ReverseRecordsReadList) SetLimit(v float32)
- func (o *ReverseRecordsReadList) SetLinks(v Links)
- func (o *ReverseRecordsReadList) SetOffset(v float32)
- func (o *ReverseRecordsReadList) SetType(v string)
- func (o ReverseRecordsReadList) ToMap() (map[string]interface{}, error)
- type SecondaryZone
- func (o *SecondaryZone) GetDescription() string
- func (o *SecondaryZone) GetDescriptionOk() (*string, bool)
- func (o *SecondaryZone) GetPrimaryIps() []string
- func (o *SecondaryZone) GetPrimaryIpsOk() ([]string, bool)
- func (o *SecondaryZone) GetZoneName() string
- func (o *SecondaryZone) GetZoneNameOk() (*string, bool)
- func (o *SecondaryZone) HasDescription() bool
- func (o *SecondaryZone) SetDescription(v string)
- func (o *SecondaryZone) SetPrimaryIps(v []string)
- func (o *SecondaryZone) SetZoneName(v string)
- func (o SecondaryZone) ToMap() (map[string]interface{}, error)
- type SecondaryZoneAllOf
- type SecondaryZoneCreate
- type SecondaryZoneEnsure
- type SecondaryZoneRead
- func (o *SecondaryZoneRead) GetHref() string
- func (o *SecondaryZoneRead) GetHrefOk() (*string, bool)
- func (o *SecondaryZoneRead) GetId() string
- func (o *SecondaryZoneRead) GetIdOk() (*string, bool)
- func (o *SecondaryZoneRead) GetMetadata() MetadataWithStateNameservers
- func (o *SecondaryZoneRead) GetMetadataOk() (*MetadataWithStateNameservers, bool)
- func (o *SecondaryZoneRead) GetProperties() SecondaryZone
- func (o *SecondaryZoneRead) GetPropertiesOk() (*SecondaryZone, bool)
- func (o *SecondaryZoneRead) GetType() string
- func (o *SecondaryZoneRead) GetTypeOk() (*string, bool)
- func (o *SecondaryZoneRead) SetHref(v string)
- func (o *SecondaryZoneRead) SetId(v string)
- func (o *SecondaryZoneRead) SetMetadata(v MetadataWithStateNameservers)
- func (o *SecondaryZoneRead) SetProperties(v SecondaryZone)
- func (o *SecondaryZoneRead) SetType(v string)
- func (o SecondaryZoneRead) ToMap() (map[string]interface{}, error)
- type SecondaryZoneReadAllOf
- type SecondaryZoneReadList
- func (o *SecondaryZoneReadList) GetHref() string
- func (o *SecondaryZoneReadList) GetHrefOk() (*string, bool)
- func (o *SecondaryZoneReadList) GetId() string
- func (o *SecondaryZoneReadList) GetIdOk() (*string, bool)
- func (o *SecondaryZoneReadList) GetItems() []SecondaryZoneRead
- func (o *SecondaryZoneReadList) GetItemsOk() ([]SecondaryZoneRead, bool)
- func (o *SecondaryZoneReadList) GetLimit() float32
- func (o *SecondaryZoneReadList) GetLimitOk() (*float32, bool)
- func (o *SecondaryZoneReadList) GetLinks() Links
- func (o *SecondaryZoneReadList) GetLinksOk() (*Links, bool)
- func (o *SecondaryZoneReadList) GetOffset() float32
- func (o *SecondaryZoneReadList) GetOffsetOk() (*float32, bool)
- func (o *SecondaryZoneReadList) GetType() string
- func (o *SecondaryZoneReadList) GetTypeOk() (*string, bool)
- func (o *SecondaryZoneReadList) SetHref(v string)
- func (o *SecondaryZoneReadList) SetId(v string)
- func (o *SecondaryZoneReadList) SetItems(v []SecondaryZoneRead)
- func (o *SecondaryZoneReadList) SetLimit(v float32)
- func (o *SecondaryZoneReadList) SetLinks(v Links)
- func (o *SecondaryZoneReadList) SetOffset(v float32)
- func (o *SecondaryZoneReadList) SetType(v string)
- func (o SecondaryZoneReadList) ToMap() (map[string]interface{}, error)
- type SecondaryZoneReadListAllOf
- type SecondaryZoneRecordRead
- func (o *SecondaryZoneRecordRead) GetMetadata() MetadataForSecondaryZoneRecords
- func (o *SecondaryZoneRecordRead) GetMetadataOk() (*MetadataForSecondaryZoneRecords, bool)
- func (o *SecondaryZoneRecordRead) GetProperties() Record
- func (o *SecondaryZoneRecordRead) GetPropertiesOk() (*Record, bool)
- func (o *SecondaryZoneRecordRead) GetType() string
- func (o *SecondaryZoneRecordRead) GetTypeOk() (*string, bool)
- func (o *SecondaryZoneRecordRead) SetMetadata(v MetadataForSecondaryZoneRecords)
- func (o *SecondaryZoneRecordRead) SetProperties(v Record)
- func (o *SecondaryZoneRecordRead) SetType(v string)
- func (o SecondaryZoneRecordRead) ToMap() (map[string]interface{}, error)
- type SecondaryZoneRecordReadList
- func (o *SecondaryZoneRecordReadList) GetHref() string
- func (o *SecondaryZoneRecordReadList) GetHrefOk() (*string, bool)
- func (o *SecondaryZoneRecordReadList) GetId() string
- func (o *SecondaryZoneRecordReadList) GetIdOk() (*string, bool)
- func (o *SecondaryZoneRecordReadList) GetItems() []SecondaryZoneRecordRead
- func (o *SecondaryZoneRecordReadList) GetItemsOk() ([]SecondaryZoneRecordRead, bool)
- func (o *SecondaryZoneRecordReadList) GetLimit() float32
- func (o *SecondaryZoneRecordReadList) GetLimitOk() (*float32, bool)
- func (o *SecondaryZoneRecordReadList) GetLinks() Links
- func (o *SecondaryZoneRecordReadList) GetLinksOk() (*Links, bool)
- func (o *SecondaryZoneRecordReadList) GetMetadata() SecondaryZoneRecordReadListMetadata
- func (o *SecondaryZoneRecordReadList) GetMetadataOk() (*SecondaryZoneRecordReadListMetadata, bool)
- func (o *SecondaryZoneRecordReadList) GetOffset() float32
- func (o *SecondaryZoneRecordReadList) GetOffsetOk() (*float32, bool)
- func (o *SecondaryZoneRecordReadList) GetType() string
- func (o *SecondaryZoneRecordReadList) GetTypeOk() (*string, bool)
- func (o *SecondaryZoneRecordReadList) SetHref(v string)
- func (o *SecondaryZoneRecordReadList) SetId(v string)
- func (o *SecondaryZoneRecordReadList) SetItems(v []SecondaryZoneRecordRead)
- func (o *SecondaryZoneRecordReadList) SetLimit(v float32)
- func (o *SecondaryZoneRecordReadList) SetLinks(v Links)
- func (o *SecondaryZoneRecordReadList) SetMetadata(v SecondaryZoneRecordReadListMetadata)
- func (o *SecondaryZoneRecordReadList) SetOffset(v float32)
- func (o *SecondaryZoneRecordReadList) SetType(v string)
- func (o SecondaryZoneRecordReadList) ToMap() (map[string]interface{}, error)
- type SecondaryZoneRecordReadListMetadata
- func (o *SecondaryZoneRecordReadListMetadata) GetPrimaryIps() []string
- func (o *SecondaryZoneRecordReadListMetadata) GetPrimaryIpsOk() ([]string, bool)
- func (o *SecondaryZoneRecordReadListMetadata) SetPrimaryIps(v []string)
- func (o SecondaryZoneRecordReadListMetadata) ToMap() (map[string]interface{}, error)
- type SecondaryZonesApiService
- func (a *SecondaryZonesApiService) SecondaryzonesAxfrGet(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesAxfrGetRequest
- func (a *SecondaryZonesApiService) SecondaryzonesAxfrGetExecute(r ApiSecondaryzonesAxfrGetRequest) (ZoneTransferPrimaryIpsStatus, *shared.APIResponse, error)
- func (a *SecondaryZonesApiService) SecondaryzonesAxfrPut(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesAxfrPutRequest
- func (a *SecondaryZonesApiService) SecondaryzonesAxfrPutExecute(r ApiSecondaryzonesAxfrPutRequest) (map[string]interface{}, *shared.APIResponse, error)
- func (a *SecondaryZonesApiService) SecondaryzonesDelete(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesDeleteRequest
- func (a *SecondaryZonesApiService) SecondaryzonesDeleteExecute(r ApiSecondaryzonesDeleteRequest) (map[string]interface{}, *shared.APIResponse, error)
- func (a *SecondaryZonesApiService) SecondaryzonesFindById(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesFindByIdRequest
- func (a *SecondaryZonesApiService) SecondaryzonesFindByIdExecute(r ApiSecondaryzonesFindByIdRequest) (SecondaryZoneRead, *shared.APIResponse, error)
- func (a *SecondaryZonesApiService) SecondaryzonesGet(ctx _context.Context) ApiSecondaryzonesGetRequest
- func (a *SecondaryZonesApiService) SecondaryzonesGetExecute(r ApiSecondaryzonesGetRequest) (SecondaryZoneReadList, *shared.APIResponse, error)
- func (a *SecondaryZonesApiService) SecondaryzonesPost(ctx _context.Context) ApiSecondaryzonesPostRequest
- func (a *SecondaryZonesApiService) SecondaryzonesPostExecute(r ApiSecondaryzonesPostRequest) (SecondaryZoneRead, *shared.APIResponse, error)
- func (a *SecondaryZonesApiService) SecondaryzonesPut(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesPutRequest
- func (a *SecondaryZonesApiService) SecondaryzonesPutExecute(r ApiSecondaryzonesPutRequest) (SecondaryZoneRead, *shared.APIResponse, error)
- type TLSDial
- type Zone
- func (o *Zone) GetDescription() string
- func (o *Zone) GetDescriptionOk() (*string, bool)
- func (o *Zone) GetEnabled() bool
- func (o *Zone) GetEnabledOk() (*bool, bool)
- func (o *Zone) GetZoneName() string
- func (o *Zone) GetZoneNameOk() (*string, bool)
- func (o *Zone) HasDescription() bool
- func (o *Zone) HasEnabled() bool
- func (o *Zone) SetDescription(v string)
- func (o *Zone) SetEnabled(v bool)
- func (o *Zone) SetZoneName(v string)
- func (o Zone) ToMap() (map[string]interface{}, error)
- type ZoneAllOf
- type ZoneCreate
- type ZoneEnsure
- type ZoneFilesApiService
- func (a *ZoneFilesApiService) ZonesZonefileGet(ctx _context.Context, zoneId string) ApiZonesZonefileGetRequest
- func (a *ZoneFilesApiService) ZonesZonefileGetExecute(r ApiZonesZonefileGetRequest) (*shared.APIResponse, error)
- func (a *ZoneFilesApiService) ZonesZonefilePut(ctx _context.Context, zoneId string) ApiZonesZonefilePutRequest
- func (a *ZoneFilesApiService) ZonesZonefilePutExecute(r ApiZonesZonefilePutRequest) (RecordReadList, *shared.APIResponse, error)
- type ZoneRead
- func (o *ZoneRead) GetHref() string
- func (o *ZoneRead) GetHrefOk() (*string, bool)
- func (o *ZoneRead) GetId() string
- func (o *ZoneRead) GetIdOk() (*string, bool)
- func (o *ZoneRead) GetMetadata() MetadataWithStateNameservers
- func (o *ZoneRead) GetMetadataOk() (*MetadataWithStateNameservers, bool)
- func (o *ZoneRead) GetProperties() Zone
- func (o *ZoneRead) GetPropertiesOk() (*Zone, bool)
- func (o *ZoneRead) GetType() string
- func (o *ZoneRead) GetTypeOk() (*string, bool)
- func (o *ZoneRead) SetHref(v string)
- func (o *ZoneRead) SetId(v string)
- func (o *ZoneRead) SetMetadata(v MetadataWithStateNameservers)
- func (o *ZoneRead) SetProperties(v Zone)
- func (o *ZoneRead) SetType(v string)
- func (o ZoneRead) ToMap() (map[string]interface{}, error)
- type ZoneReadAllOf
- type ZoneReadList
- func (o *ZoneReadList) GetHref() string
- func (o *ZoneReadList) GetHrefOk() (*string, bool)
- func (o *ZoneReadList) GetId() string
- func (o *ZoneReadList) GetIdOk() (*string, bool)
- func (o *ZoneReadList) GetItems() []ZoneRead
- func (o *ZoneReadList) GetItemsOk() ([]ZoneRead, bool)
- func (o *ZoneReadList) GetLimit() float32
- func (o *ZoneReadList) GetLimitOk() (*float32, bool)
- func (o *ZoneReadList) GetLinks() Links
- func (o *ZoneReadList) GetLinksOk() (*Links, bool)
- func (o *ZoneReadList) GetOffset() float32
- func (o *ZoneReadList) GetOffsetOk() (*float32, bool)
- func (o *ZoneReadList) GetType() string
- func (o *ZoneReadList) GetTypeOk() (*string, bool)
- func (o *ZoneReadList) SetHref(v string)
- func (o *ZoneReadList) SetId(v string)
- func (o *ZoneReadList) SetItems(v []ZoneRead)
- func (o *ZoneReadList) SetLimit(v float32)
- func (o *ZoneReadList) SetLinks(v Links)
- func (o *ZoneReadList) SetOffset(v float32)
- func (o *ZoneReadList) SetType(v string)
- func (o ZoneReadList) ToMap() (map[string]interface{}, error)
- type ZoneReadListAllOf
- type ZoneTransferPrimaryIpStatus
- func (o *ZoneTransferPrimaryIpStatus) GetErrorMessage() string
- func (o *ZoneTransferPrimaryIpStatus) GetErrorMessageOk() (*string, bool)
- func (o *ZoneTransferPrimaryIpStatus) GetPrimaryIp() string
- func (o *ZoneTransferPrimaryIpStatus) GetPrimaryIpOk() (*string, bool)
- func (o *ZoneTransferPrimaryIpStatus) GetStatus() string
- func (o *ZoneTransferPrimaryIpStatus) GetStatusOk() (*string, bool)
- func (o *ZoneTransferPrimaryIpStatus) HasErrorMessage() bool
- func (o *ZoneTransferPrimaryIpStatus) SetErrorMessage(v string)
- func (o *ZoneTransferPrimaryIpStatus) SetPrimaryIp(v string)
- func (o *ZoneTransferPrimaryIpStatus) SetStatus(v string)
- func (o ZoneTransferPrimaryIpStatus) ToMap() (map[string]interface{}, error)
- type ZoneTransferPrimaryIpsStatus
- func (o *ZoneTransferPrimaryIpsStatus) GetItems() []ZoneTransferPrimaryIpStatus
- func (o *ZoneTransferPrimaryIpsStatus) GetItemsOk() ([]ZoneTransferPrimaryIpStatus, bool)
- func (o *ZoneTransferPrimaryIpsStatus) GetType() string
- func (o *ZoneTransferPrimaryIpsStatus) GetTypeOk() (*string, bool)
- func (o *ZoneTransferPrimaryIpsStatus) SetItems(v []ZoneTransferPrimaryIpStatus)
- func (o *ZoneTransferPrimaryIpsStatus) SetType(v string)
- func (o ZoneTransferPrimaryIpsStatus) ToMap() (map[string]interface{}, error)
- type ZonesApiService
- func (a *ZonesApiService) ZonesDelete(ctx _context.Context, zoneId string) ApiZonesDeleteRequest
- func (a *ZonesApiService) ZonesDeleteExecute(r ApiZonesDeleteRequest) (map[string]interface{}, *shared.APIResponse, error)
- func (a *ZonesApiService) ZonesFindById(ctx _context.Context, zoneId string) ApiZonesFindByIdRequest
- func (a *ZonesApiService) ZonesFindByIdExecute(r ApiZonesFindByIdRequest) (ZoneRead, *shared.APIResponse, error)
- func (a *ZonesApiService) ZonesGet(ctx _context.Context) ApiZonesGetRequest
- func (a *ZonesApiService) ZonesGetExecute(r ApiZonesGetRequest) (ZoneReadList, *shared.APIResponse, error)
- func (a *ZonesApiService) ZonesPost(ctx _context.Context) ApiZonesPostRequest
- func (a *ZonesApiService) ZonesPostExecute(r ApiZonesPostRequest) (ZoneRead, *shared.APIResponse, error)
- func (a *ZonesApiService) ZonesPut(ctx _context.Context, zoneId string) ApiZonesPutRequest
- func (a *ZonesApiService) ZonesPutExecute(r ApiZonesPutRequest) (ZoneRead, *shared.APIResponse, error)
- type ZskBits
Constants ¶
const ( RequestStatusQueued = "QUEUED" RequestStatusRunning = "RUNNING" RequestStatusFailed = "FAILED" RequestStatusDone = "DONE" Version = "products/dns/v2.0.1" )
Variables ¶
This section is empty.
Functions ¶
func AddPinnedCert ¶
AddPinnedCert - enables pinning of the sha256 public fingerprint to the http client's transport
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func DeepCopy ¶ added in v2.0.1
func DeepCopy(cfg *shared.Configuration) (*shared.Configuration, error)
Types ¶
type APIClient ¶
type APIClient struct { DNSSECApi *DNSSECApiService QuotaApi *QuotaApiService RecordsApi *RecordsApiService ReverseRecordsApi *ReverseRecordsApiService SecondaryZonesApi *SecondaryZonesApiService ZoneFilesApi *ZoneFilesApiService ZonesApi *ZonesApiService // contains filtered or unexported fields }
APIClient manages communication with the IONOS Cloud - DNS API API v1.16.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *shared.Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *shared.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type Algorithm ¶
type Algorithm string
Algorithm Algorithm used to generate signing keys (both Key Signing Keys and Zone Signing Keys).
const (
ALGORITHM_RSASHA256 Algorithm = "RSASHA256"
)
List of algorithm
func (*Algorithm) UnmarshalJSON ¶
type ApiQuotaGetRequest ¶
type ApiQuotaGetRequest struct { ApiService *QuotaApiService // contains filtered or unexported fields }
func (ApiQuotaGetRequest) Execute ¶
func (r ApiQuotaGetRequest) Execute() (Quota, *shared.APIResponse, error)
type ApiRecordsGetRequest ¶
type ApiRecordsGetRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiRecordsGetRequest) Execute ¶
func (r ApiRecordsGetRequest) Execute() (RecordReadList, *shared.APIResponse, error)
func (ApiRecordsGetRequest) FilterName ¶
func (r ApiRecordsGetRequest) FilterName(filterName string) ApiRecordsGetRequest
func (ApiRecordsGetRequest) FilterState ¶
func (r ApiRecordsGetRequest) FilterState(filterState ProvisioningState) ApiRecordsGetRequest
func (ApiRecordsGetRequest) FilterZoneId ¶
func (r ApiRecordsGetRequest) FilterZoneId(filterZoneId string) ApiRecordsGetRequest
func (ApiRecordsGetRequest) Limit ¶
func (r ApiRecordsGetRequest) Limit(limit int32) ApiRecordsGetRequest
func (ApiRecordsGetRequest) Offset ¶
func (r ApiRecordsGetRequest) Offset(offset int32) ApiRecordsGetRequest
type ApiReverserecordsDeleteRequest ¶
type ApiReverserecordsDeleteRequest struct { ApiService *ReverseRecordsApiService // contains filtered or unexported fields }
func (ApiReverserecordsDeleteRequest) Execute ¶
func (r ApiReverserecordsDeleteRequest) Execute() (map[string]interface{}, *shared.APIResponse, error)
type ApiReverserecordsFindByIdRequest ¶
type ApiReverserecordsFindByIdRequest struct { ApiService *ReverseRecordsApiService // contains filtered or unexported fields }
func (ApiReverserecordsFindByIdRequest) Execute ¶
func (r ApiReverserecordsFindByIdRequest) Execute() (ReverseRecordRead, *shared.APIResponse, error)
type ApiReverserecordsGetRequest ¶
type ApiReverserecordsGetRequest struct { ApiService *ReverseRecordsApiService // contains filtered or unexported fields }
func (ApiReverserecordsGetRequest) Execute ¶
func (r ApiReverserecordsGetRequest) Execute() (ReverseRecordsReadList, *shared.APIResponse, error)
func (ApiReverserecordsGetRequest) FilterRecordIp ¶
func (r ApiReverserecordsGetRequest) FilterRecordIp(filterRecordIp []string) ApiReverserecordsGetRequest
func (ApiReverserecordsGetRequest) Limit ¶
func (r ApiReverserecordsGetRequest) Limit(limit int32) ApiReverserecordsGetRequest
func (ApiReverserecordsGetRequest) Offset ¶
func (r ApiReverserecordsGetRequest) Offset(offset int32) ApiReverserecordsGetRequest
type ApiReverserecordsPostRequest ¶
type ApiReverserecordsPostRequest struct { ApiService *ReverseRecordsApiService // contains filtered or unexported fields }
func (ApiReverserecordsPostRequest) Execute ¶
func (r ApiReverserecordsPostRequest) Execute() (ReverseRecordRead, *shared.APIResponse, error)
func (ApiReverserecordsPostRequest) ReverseRecordCreate ¶
func (r ApiReverserecordsPostRequest) ReverseRecordCreate(reverseRecordCreate ReverseRecordCreate) ApiReverserecordsPostRequest
type ApiReverserecordsPutRequest ¶
type ApiReverserecordsPutRequest struct { ApiService *ReverseRecordsApiService // contains filtered or unexported fields }
func (ApiReverserecordsPutRequest) Execute ¶
func (r ApiReverserecordsPutRequest) Execute() (ReverseRecordRead, *shared.APIResponse, error)
func (ApiReverserecordsPutRequest) ReverseRecordEnsure ¶
func (r ApiReverserecordsPutRequest) ReverseRecordEnsure(reverseRecordEnsure ReverseRecordEnsure) ApiReverserecordsPutRequest
type ApiSecondaryzonesAxfrGetRequest ¶
type ApiSecondaryzonesAxfrGetRequest struct { ApiService *SecondaryZonesApiService // contains filtered or unexported fields }
func (ApiSecondaryzonesAxfrGetRequest) Execute ¶
func (r ApiSecondaryzonesAxfrGetRequest) Execute() (ZoneTransferPrimaryIpsStatus, *shared.APIResponse, error)
type ApiSecondaryzonesAxfrPutRequest ¶
type ApiSecondaryzonesAxfrPutRequest struct { ApiService *SecondaryZonesApiService // contains filtered or unexported fields }
func (ApiSecondaryzonesAxfrPutRequest) Execute ¶
func (r ApiSecondaryzonesAxfrPutRequest) Execute() (map[string]interface{}, *shared.APIResponse, error)
type ApiSecondaryzonesDeleteRequest ¶
type ApiSecondaryzonesDeleteRequest struct { ApiService *SecondaryZonesApiService // contains filtered or unexported fields }
func (ApiSecondaryzonesDeleteRequest) Execute ¶
func (r ApiSecondaryzonesDeleteRequest) Execute() (map[string]interface{}, *shared.APIResponse, error)
type ApiSecondaryzonesFindByIdRequest ¶
type ApiSecondaryzonesFindByIdRequest struct { ApiService *SecondaryZonesApiService // contains filtered or unexported fields }
func (ApiSecondaryzonesFindByIdRequest) Execute ¶
func (r ApiSecondaryzonesFindByIdRequest) Execute() (SecondaryZoneRead, *shared.APIResponse, error)
type ApiSecondaryzonesGetRequest ¶
type ApiSecondaryzonesGetRequest struct { ApiService *SecondaryZonesApiService // contains filtered or unexported fields }
func (ApiSecondaryzonesGetRequest) Execute ¶
func (r ApiSecondaryzonesGetRequest) Execute() (SecondaryZoneReadList, *shared.APIResponse, error)
func (ApiSecondaryzonesGetRequest) FilterState ¶
func (r ApiSecondaryzonesGetRequest) FilterState(filterState ProvisioningState) ApiSecondaryzonesGetRequest
func (ApiSecondaryzonesGetRequest) FilterZoneName ¶
func (r ApiSecondaryzonesGetRequest) FilterZoneName(filterZoneName string) ApiSecondaryzonesGetRequest
func (ApiSecondaryzonesGetRequest) Limit ¶
func (r ApiSecondaryzonesGetRequest) Limit(limit int32) ApiSecondaryzonesGetRequest
func (ApiSecondaryzonesGetRequest) Offset ¶
func (r ApiSecondaryzonesGetRequest) Offset(offset int32) ApiSecondaryzonesGetRequest
type ApiSecondaryzonesPostRequest ¶
type ApiSecondaryzonesPostRequest struct { ApiService *SecondaryZonesApiService // contains filtered or unexported fields }
func (ApiSecondaryzonesPostRequest) Execute ¶
func (r ApiSecondaryzonesPostRequest) Execute() (SecondaryZoneRead, *shared.APIResponse, error)
func (ApiSecondaryzonesPostRequest) SecondaryZoneCreate ¶
func (r ApiSecondaryzonesPostRequest) SecondaryZoneCreate(secondaryZoneCreate SecondaryZoneCreate) ApiSecondaryzonesPostRequest
type ApiSecondaryzonesPutRequest ¶
type ApiSecondaryzonesPutRequest struct { ApiService *SecondaryZonesApiService // contains filtered or unexported fields }
func (ApiSecondaryzonesPutRequest) Execute ¶
func (r ApiSecondaryzonesPutRequest) Execute() (SecondaryZoneRead, *shared.APIResponse, error)
func (ApiSecondaryzonesPutRequest) SecondaryZoneEnsure ¶
func (r ApiSecondaryzonesPutRequest) SecondaryZoneEnsure(secondaryZoneEnsure SecondaryZoneEnsure) ApiSecondaryzonesPutRequest
type ApiSecondaryzonesRecordsGetRequest ¶
type ApiSecondaryzonesRecordsGetRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiSecondaryzonesRecordsGetRequest) Execute ¶
func (r ApiSecondaryzonesRecordsGetRequest) Execute() (SecondaryZoneRecordReadList, *shared.APIResponse, error)
func (ApiSecondaryzonesRecordsGetRequest) Limit ¶
func (r ApiSecondaryzonesRecordsGetRequest) Limit(limit int32) ApiSecondaryzonesRecordsGetRequest
func (ApiSecondaryzonesRecordsGetRequest) Offset ¶
func (r ApiSecondaryzonesRecordsGetRequest) Offset(offset int32) ApiSecondaryzonesRecordsGetRequest
type ApiZonesDeleteRequest ¶
type ApiZonesDeleteRequest struct { ApiService *ZonesApiService // contains filtered or unexported fields }
func (ApiZonesDeleteRequest) Execute ¶
func (r ApiZonesDeleteRequest) Execute() (map[string]interface{}, *shared.APIResponse, error)
type ApiZonesFindByIdRequest ¶
type ApiZonesFindByIdRequest struct { ApiService *ZonesApiService // contains filtered or unexported fields }
func (ApiZonesFindByIdRequest) Execute ¶
func (r ApiZonesFindByIdRequest) Execute() (ZoneRead, *shared.APIResponse, error)
type ApiZonesGetRequest ¶
type ApiZonesGetRequest struct { ApiService *ZonesApiService // contains filtered or unexported fields }
func (ApiZonesGetRequest) Execute ¶
func (r ApiZonesGetRequest) Execute() (ZoneReadList, *shared.APIResponse, error)
func (ApiZonesGetRequest) FilterState ¶
func (r ApiZonesGetRequest) FilterState(filterState ProvisioningState) ApiZonesGetRequest
func (ApiZonesGetRequest) FilterZoneName ¶
func (r ApiZonesGetRequest) FilterZoneName(filterZoneName string) ApiZonesGetRequest
func (ApiZonesGetRequest) Limit ¶
func (r ApiZonesGetRequest) Limit(limit int32) ApiZonesGetRequest
func (ApiZonesGetRequest) Offset ¶
func (r ApiZonesGetRequest) Offset(offset int32) ApiZonesGetRequest
type ApiZonesKeysDeleteRequest ¶
type ApiZonesKeysDeleteRequest struct { ApiService *DNSSECApiService // contains filtered or unexported fields }
func (ApiZonesKeysDeleteRequest) Execute ¶
func (r ApiZonesKeysDeleteRequest) Execute() (map[string]interface{}, *shared.APIResponse, error)
type ApiZonesKeysGetRequest ¶
type ApiZonesKeysGetRequest struct { ApiService *DNSSECApiService // contains filtered or unexported fields }
func (ApiZonesKeysGetRequest) Execute ¶
func (r ApiZonesKeysGetRequest) Execute() (DnssecKeyReadList, *shared.APIResponse, error)
type ApiZonesKeysPostRequest ¶
type ApiZonesKeysPostRequest struct { ApiService *DNSSECApiService // contains filtered or unexported fields }
func (ApiZonesKeysPostRequest) DnssecKeyCreate ¶
func (r ApiZonesKeysPostRequest) DnssecKeyCreate(dnssecKeyCreate DnssecKeyCreate) ApiZonesKeysPostRequest
func (ApiZonesKeysPostRequest) Execute ¶
func (r ApiZonesKeysPostRequest) Execute() (DnssecKeyReadCreation, *shared.APIResponse, error)
type ApiZonesPostRequest ¶
type ApiZonesPostRequest struct { ApiService *ZonesApiService // contains filtered or unexported fields }
func (ApiZonesPostRequest) Execute ¶
func (r ApiZonesPostRequest) Execute() (ZoneRead, *shared.APIResponse, error)
func (ApiZonesPostRequest) ZoneCreate ¶
func (r ApiZonesPostRequest) ZoneCreate(zoneCreate ZoneCreate) ApiZonesPostRequest
type ApiZonesPutRequest ¶
type ApiZonesPutRequest struct { ApiService *ZonesApiService // contains filtered or unexported fields }
func (ApiZonesPutRequest) Execute ¶
func (r ApiZonesPutRequest) Execute() (ZoneRead, *shared.APIResponse, error)
func (ApiZonesPutRequest) ZoneEnsure ¶
func (r ApiZonesPutRequest) ZoneEnsure(zoneEnsure ZoneEnsure) ApiZonesPutRequest
type ApiZonesRecordsDeleteRequest ¶
type ApiZonesRecordsDeleteRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiZonesRecordsDeleteRequest) Execute ¶
func (r ApiZonesRecordsDeleteRequest) Execute() (map[string]interface{}, *shared.APIResponse, error)
type ApiZonesRecordsFindByIdRequest ¶
type ApiZonesRecordsFindByIdRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiZonesRecordsFindByIdRequest) Execute ¶
func (r ApiZonesRecordsFindByIdRequest) Execute() (RecordRead, *shared.APIResponse, error)
type ApiZonesRecordsGetRequest ¶
type ApiZonesRecordsGetRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiZonesRecordsGetRequest) Execute ¶
func (r ApiZonesRecordsGetRequest) Execute() (RecordReadList, *shared.APIResponse, error)
type ApiZonesRecordsPostRequest ¶
type ApiZonesRecordsPostRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiZonesRecordsPostRequest) Execute ¶
func (r ApiZonesRecordsPostRequest) Execute() (RecordRead, *shared.APIResponse, error)
func (ApiZonesRecordsPostRequest) RecordCreate ¶
func (r ApiZonesRecordsPostRequest) RecordCreate(recordCreate RecordCreate) ApiZonesRecordsPostRequest
type ApiZonesRecordsPutRequest ¶
type ApiZonesRecordsPutRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiZonesRecordsPutRequest) Execute ¶
func (r ApiZonesRecordsPutRequest) Execute() (RecordRead, *shared.APIResponse, error)
func (ApiZonesRecordsPutRequest) RecordEnsure ¶
func (r ApiZonesRecordsPutRequest) RecordEnsure(recordEnsure RecordEnsure) ApiZonesRecordsPutRequest
type ApiZonesZonefileGetRequest ¶
type ApiZonesZonefileGetRequest struct { ApiService *ZoneFilesApiService // contains filtered or unexported fields }
func (ApiZonesZonefileGetRequest) Execute ¶
func (r ApiZonesZonefileGetRequest) Execute() (*shared.APIResponse, error)
type ApiZonesZonefilePutRequest ¶
type ApiZonesZonefilePutRequest struct { ApiService *ZoneFilesApiService // contains filtered or unexported fields }
func (ApiZonesZonefilePutRequest) Body ¶
func (r ApiZonesZonefilePutRequest) Body(body string) ApiZonesZonefilePutRequest
func (ApiZonesZonefilePutRequest) Execute ¶
func (r ApiZonesZonefilePutRequest) Execute() (RecordReadList, *shared.APIResponse, error)
type CommonZone ¶
type CommonZone struct { // The zone name ZoneName string `json:"zoneName"` // The hosted zone is used for... Description *string `json:"description,omitempty"` }
CommonZone Indicates the fields for a zone to be created
func NewCommonZone ¶
func NewCommonZone(zoneName string) *CommonZone
NewCommonZone instantiates a new CommonZone 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 NewCommonZoneWithDefaults ¶
func NewCommonZoneWithDefaults() *CommonZone
NewCommonZoneWithDefaults instantiates a new CommonZone 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 (*CommonZone) GetDescription ¶
func (o *CommonZone) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CommonZone) GetDescriptionOk ¶
func (o *CommonZone) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonZone) GetZoneName ¶
func (o *CommonZone) GetZoneName() string
GetZoneName returns the ZoneName field value
func (*CommonZone) GetZoneNameOk ¶
func (o *CommonZone) GetZoneNameOk() (*string, bool)
GetZoneNameOk returns a tuple with the ZoneName field value and a boolean to check if the value has been set.
func (*CommonZone) HasDescription ¶
func (o *CommonZone) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CommonZone) SetDescription ¶
func (o *CommonZone) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CommonZone) SetZoneName ¶
func (o *CommonZone) SetZoneName(v string)
SetZoneName sets field value
func (CommonZone) ToMap ¶
func (o CommonZone) ToMap() (map[string]interface{}, error)
type CommonZoneRead ¶
type CommonZoneRead struct { // The zone ID (UUID). Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` Metadata MetadataWithStateNameservers `json:"metadata"` }
CommonZoneRead struct for CommonZoneRead
func NewCommonZoneRead ¶
func NewCommonZoneRead(id string, type_ string, href string, metadata MetadataWithStateNameservers) *CommonZoneRead
NewCommonZoneRead instantiates a new CommonZoneRead 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 NewCommonZoneReadWithDefaults ¶
func NewCommonZoneReadWithDefaults() *CommonZoneRead
NewCommonZoneReadWithDefaults instantiates a new CommonZoneRead 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 (*CommonZoneRead) GetHref ¶
func (o *CommonZoneRead) GetHref() string
GetHref returns the Href field value
func (*CommonZoneRead) GetHrefOk ¶
func (o *CommonZoneRead) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*CommonZoneRead) GetId ¶
func (o *CommonZoneRead) GetId() string
GetId returns the Id field value
func (*CommonZoneRead) GetIdOk ¶
func (o *CommonZoneRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CommonZoneRead) GetMetadata ¶
func (o *CommonZoneRead) GetMetadata() MetadataWithStateNameservers
GetMetadata returns the Metadata field value
func (*CommonZoneRead) GetMetadataOk ¶
func (o *CommonZoneRead) GetMetadataOk() (*MetadataWithStateNameservers, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*CommonZoneRead) GetType ¶
func (o *CommonZoneRead) GetType() string
GetType returns the Type field value
func (*CommonZoneRead) GetTypeOk ¶
func (o *CommonZoneRead) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CommonZoneRead) SetHref ¶
func (o *CommonZoneRead) SetHref(v string)
SetHref sets field value
func (*CommonZoneRead) SetMetadata ¶
func (o *CommonZoneRead) SetMetadata(v MetadataWithStateNameservers)
SetMetadata sets field value
func (*CommonZoneRead) SetType ¶
func (o *CommonZoneRead) SetType(v string)
SetType sets field value
func (CommonZoneRead) ToMap ¶
func (o CommonZoneRead) ToMap() (map[string]interface{}, error)
type CommonZoneReadList ¶
type CommonZoneReadList struct { // ID (UUID) created to identify this action. Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` // Pagination offset. Offset float32 `json:"offset"` // Pagination limit. Limit float32 `json:"limit"` Links Links `json:"_links"` }
CommonZoneReadList struct for CommonZoneReadList
func NewCommonZoneReadList ¶
func NewCommonZoneReadList(id string, type_ string, href string, offset float32, limit float32, links Links) *CommonZoneReadList
NewCommonZoneReadList instantiates a new CommonZoneReadList 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 NewCommonZoneReadListWithDefaults ¶
func NewCommonZoneReadListWithDefaults() *CommonZoneReadList
NewCommonZoneReadListWithDefaults instantiates a new CommonZoneReadList 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 (*CommonZoneReadList) GetHref ¶
func (o *CommonZoneReadList) GetHref() string
GetHref returns the Href field value
func (*CommonZoneReadList) GetHrefOk ¶
func (o *CommonZoneReadList) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*CommonZoneReadList) GetId ¶
func (o *CommonZoneReadList) GetId() string
GetId returns the Id field value
func (*CommonZoneReadList) GetIdOk ¶
func (o *CommonZoneReadList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CommonZoneReadList) GetLimit ¶
func (o *CommonZoneReadList) GetLimit() float32
GetLimit returns the Limit field value
func (*CommonZoneReadList) GetLimitOk ¶
func (o *CommonZoneReadList) GetLimitOk() (*float32, bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*CommonZoneReadList) GetLinks ¶
func (o *CommonZoneReadList) GetLinks() Links
GetLinks returns the Links field value
func (*CommonZoneReadList) GetLinksOk ¶
func (o *CommonZoneReadList) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*CommonZoneReadList) GetOffset ¶
func (o *CommonZoneReadList) GetOffset() float32
GetOffset returns the Offset field value
func (*CommonZoneReadList) GetOffsetOk ¶
func (o *CommonZoneReadList) GetOffsetOk() (*float32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*CommonZoneReadList) GetType ¶
func (o *CommonZoneReadList) GetType() string
GetType returns the Type field value
func (*CommonZoneReadList) GetTypeOk ¶
func (o *CommonZoneReadList) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CommonZoneReadList) SetHref ¶
func (o *CommonZoneReadList) SetHref(v string)
SetHref sets field value
func (*CommonZoneReadList) SetId ¶
func (o *CommonZoneReadList) SetId(v string)
SetId sets field value
func (*CommonZoneReadList) SetLimit ¶
func (o *CommonZoneReadList) SetLimit(v float32)
SetLimit sets field value
func (*CommonZoneReadList) SetLinks ¶
func (o *CommonZoneReadList) SetLinks(v Links)
SetLinks sets field value
func (*CommonZoneReadList) SetOffset ¶
func (o *CommonZoneReadList) SetOffset(v float32)
SetOffset sets field value
func (*CommonZoneReadList) SetType ¶
func (o *CommonZoneReadList) SetType(v string)
SetType sets field value
func (CommonZoneReadList) ToMap ¶
func (o CommonZoneReadList) ToMap() (map[string]interface{}, error)
type DNSSECApiService ¶
type DNSSECApiService service
DNSSECApiService DNSSECApi service
func (*DNSSECApiService) ZonesKeysDelete ¶
func (a *DNSSECApiService) ZonesKeysDelete(ctx _context.Context, zoneId string) ApiZonesKeysDeleteRequest
* ZonesKeysDelete Delete a DNSSEC key * Disable DNSSEC keys and remove associated DNSKEY records for your DNS zone.
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @return ApiZonesKeysDeleteRequest
func (*DNSSECApiService) ZonesKeysDeleteExecute ¶
func (a *DNSSECApiService) ZonesKeysDeleteExecute(r ApiZonesKeysDeleteRequest) (map[string]interface{}, *shared.APIResponse, error)
* Execute executes the request * @return map[string]interface{}
func (*DNSSECApiService) ZonesKeysGet ¶
func (a *DNSSECApiService) ZonesKeysGet(ctx _context.Context, zoneId string) ApiZonesKeysGetRequest
* ZonesKeysGet Retrieve a DNSSEC key * Get DNSSEC keys for your DNS zone. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @return ApiZonesKeysGetRequest
func (*DNSSECApiService) ZonesKeysGetExecute ¶
func (a *DNSSECApiService) ZonesKeysGetExecute(r ApiZonesKeysGetRequest) (DnssecKeyReadList, *shared.APIResponse, error)
* Execute executes the request * @return DnssecKeyReadList
func (*DNSSECApiService) ZonesKeysPost ¶
func (a *DNSSECApiService) ZonesKeysPost(ctx _context.Context, zoneId string) ApiZonesKeysPostRequest
* ZonesKeysPost Create a DNSSEC key * Enable DNSSEC keys and create associated DNSKEY records for your DNS zone.
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @return ApiZonesKeysPostRequest
func (*DNSSECApiService) ZonesKeysPostExecute ¶
func (a *DNSSECApiService) ZonesKeysPostExecute(r ApiZonesKeysPostRequest) (DnssecKeyReadCreation, *shared.APIResponse, error)
* Execute executes the request * @return DnssecKeyReadCreation
type DnssecKey ¶
type DnssecKey struct { KeyTag *int32 `json:"keyTag,omitempty"` // A string that denotes the digest algorithm. This value must conform to the guidelines in [RFC-8624 Section 3.3](https://datatracker.ietf.org/doc/html/rfc8624#section-3.3). DigestAlgorithmMnemonic *string `json:"digestAlgorithmMnemonic,omitempty"` Digest *string `json:"digest,omitempty"` KeyData *KeyData `json:"keyData,omitempty"` // Represents the composed value of the The RDATA for a DNSKEY. The format should be the following: Flags | Protocol | Algorithm | Public Key The values must conform to the guidelines in [RFC-4034 Section 2.1](https://www.rfc-editor.org/rfc/rfc4034#section-2.1). ComposedKeyData *string `json:"composedKeyData,omitempty"` }
DnssecKey struct for DnssecKey
func NewDnssecKey ¶
func NewDnssecKey() *DnssecKey
NewDnssecKey instantiates a new DnssecKey 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 NewDnssecKeyWithDefaults ¶
func NewDnssecKeyWithDefaults() *DnssecKey
NewDnssecKeyWithDefaults instantiates a new DnssecKey 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 (*DnssecKey) GetComposedKeyData ¶
GetComposedKeyData returns the ComposedKeyData field value if set, zero value otherwise.
func (*DnssecKey) GetComposedKeyDataOk ¶
GetComposedKeyDataOk returns a tuple with the ComposedKeyData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKey) GetDigest ¶
GetDigest returns the Digest field value if set, zero value otherwise.
func (*DnssecKey) GetDigestAlgorithmMnemonic ¶
GetDigestAlgorithmMnemonic returns the DigestAlgorithmMnemonic field value if set, zero value otherwise.
func (*DnssecKey) GetDigestAlgorithmMnemonicOk ¶
GetDigestAlgorithmMnemonicOk returns a tuple with the DigestAlgorithmMnemonic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKey) GetDigestOk ¶
GetDigestOk returns a tuple with the Digest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKey) GetKeyData ¶
GetKeyData returns the KeyData field value if set, zero value otherwise.
func (*DnssecKey) GetKeyDataOk ¶
GetKeyDataOk returns a tuple with the KeyData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKey) GetKeyTag ¶
GetKeyTag returns the KeyTag field value if set, zero value otherwise.
func (*DnssecKey) GetKeyTagOk ¶
GetKeyTagOk returns a tuple with the KeyTag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKey) HasComposedKeyData ¶
HasComposedKeyData returns a boolean if a field has been set.
func (*DnssecKey) HasDigestAlgorithmMnemonic ¶
HasDigestAlgorithmMnemonic returns a boolean if a field has been set.
func (*DnssecKey) HasKeyData ¶
HasKeyData returns a boolean if a field has been set.
func (*DnssecKey) SetComposedKeyData ¶
SetComposedKeyData gets a reference to the given string and assigns it to the ComposedKeyData field.
func (*DnssecKey) SetDigest ¶
SetDigest gets a reference to the given string and assigns it to the Digest field.
func (*DnssecKey) SetDigestAlgorithmMnemonic ¶
SetDigestAlgorithmMnemonic gets a reference to the given string and assigns it to the DigestAlgorithmMnemonic field.
func (*DnssecKey) SetKeyData ¶
SetKeyData gets a reference to the given KeyData and assigns it to the KeyData field.
type DnssecKeyCreate ¶
type DnssecKeyCreate struct {
Properties DnssecKeyParameters `json:"properties"`
}
DnssecKeyCreate struct for DnssecKeyCreate
func NewDnssecKeyCreate ¶
func NewDnssecKeyCreate(properties DnssecKeyParameters) *DnssecKeyCreate
NewDnssecKeyCreate instantiates a new DnssecKeyCreate 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 NewDnssecKeyCreateWithDefaults ¶
func NewDnssecKeyCreateWithDefaults() *DnssecKeyCreate
NewDnssecKeyCreateWithDefaults instantiates a new DnssecKeyCreate 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 (*DnssecKeyCreate) GetProperties ¶
func (o *DnssecKeyCreate) GetProperties() DnssecKeyParameters
GetProperties returns the Properties field value
func (*DnssecKeyCreate) GetPropertiesOk ¶
func (o *DnssecKeyCreate) GetPropertiesOk() (*DnssecKeyParameters, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*DnssecKeyCreate) SetProperties ¶
func (o *DnssecKeyCreate) SetProperties(v DnssecKeyParameters)
SetProperties sets field value
func (DnssecKeyCreate) ToMap ¶
func (o DnssecKeyCreate) ToMap() (map[string]interface{}, error)
type DnssecKeyParameters ¶
type DnssecKeyParameters struct { KeyParameters KeyParameters `json:"keyParameters"` NsecParameters NsecParameters `json:"nsecParameters"` // Signature validity in days Validity int32 `json:"validity"` }
DnssecKeyParameters Parameters used to sign zone.
func NewDnssecKeyParameters ¶
func NewDnssecKeyParameters(keyParameters KeyParameters, nsecParameters NsecParameters, validity int32) *DnssecKeyParameters
NewDnssecKeyParameters instantiates a new DnssecKeyParameters 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 NewDnssecKeyParametersWithDefaults ¶
func NewDnssecKeyParametersWithDefaults() *DnssecKeyParameters
NewDnssecKeyParametersWithDefaults instantiates a new DnssecKeyParameters 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 (*DnssecKeyParameters) GetKeyParameters ¶
func (o *DnssecKeyParameters) GetKeyParameters() KeyParameters
GetKeyParameters returns the KeyParameters field value
func (*DnssecKeyParameters) GetKeyParametersOk ¶
func (o *DnssecKeyParameters) GetKeyParametersOk() (*KeyParameters, bool)
GetKeyParametersOk returns a tuple with the KeyParameters field value and a boolean to check if the value has been set.
func (*DnssecKeyParameters) GetNsecParameters ¶
func (o *DnssecKeyParameters) GetNsecParameters() NsecParameters
GetNsecParameters returns the NsecParameters field value
func (*DnssecKeyParameters) GetNsecParametersOk ¶
func (o *DnssecKeyParameters) GetNsecParametersOk() (*NsecParameters, bool)
GetNsecParametersOk returns a tuple with the NsecParameters field value and a boolean to check if the value has been set.
func (*DnssecKeyParameters) GetValidity ¶
func (o *DnssecKeyParameters) GetValidity() int32
GetValidity returns the Validity field value
func (*DnssecKeyParameters) GetValidityOk ¶
func (o *DnssecKeyParameters) GetValidityOk() (*int32, bool)
GetValidityOk returns a tuple with the Validity field value and a boolean to check if the value has been set.
func (*DnssecKeyParameters) SetKeyParameters ¶
func (o *DnssecKeyParameters) SetKeyParameters(v KeyParameters)
SetKeyParameters sets field value
func (*DnssecKeyParameters) SetNsecParameters ¶
func (o *DnssecKeyParameters) SetNsecParameters(v NsecParameters)
SetNsecParameters sets field value
func (*DnssecKeyParameters) SetValidity ¶
func (o *DnssecKeyParameters) SetValidity(v int32)
SetValidity sets field value
func (DnssecKeyParameters) ToMap ¶
func (o DnssecKeyParameters) ToMap() (map[string]interface{}, error)
type DnssecKeyReadCreation ¶
type DnssecKeyReadCreation struct { Properties DnssecKeyParameters `json:"properties"` Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` }
DnssecKeyReadCreation struct for DnssecKeyReadCreation
func NewDnssecKeyReadCreation ¶
func NewDnssecKeyReadCreation(properties DnssecKeyParameters, id string, type_ string, href string) *DnssecKeyReadCreation
NewDnssecKeyReadCreation instantiates a new DnssecKeyReadCreation 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 NewDnssecKeyReadCreationWithDefaults ¶
func NewDnssecKeyReadCreationWithDefaults() *DnssecKeyReadCreation
NewDnssecKeyReadCreationWithDefaults instantiates a new DnssecKeyReadCreation 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 (*DnssecKeyReadCreation) GetHref ¶
func (o *DnssecKeyReadCreation) GetHref() string
GetHref returns the Href field value
func (*DnssecKeyReadCreation) GetHrefOk ¶
func (o *DnssecKeyReadCreation) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*DnssecKeyReadCreation) GetId ¶
func (o *DnssecKeyReadCreation) GetId() string
GetId returns the Id field value
func (*DnssecKeyReadCreation) GetIdOk ¶
func (o *DnssecKeyReadCreation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*DnssecKeyReadCreation) GetProperties ¶
func (o *DnssecKeyReadCreation) GetProperties() DnssecKeyParameters
GetProperties returns the Properties field value
func (*DnssecKeyReadCreation) GetPropertiesOk ¶
func (o *DnssecKeyReadCreation) GetPropertiesOk() (*DnssecKeyParameters, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*DnssecKeyReadCreation) GetType ¶
func (o *DnssecKeyReadCreation) GetType() string
GetType returns the Type field value
func (*DnssecKeyReadCreation) GetTypeOk ¶
func (o *DnssecKeyReadCreation) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*DnssecKeyReadCreation) SetHref ¶
func (o *DnssecKeyReadCreation) SetHref(v string)
SetHref sets field value
func (*DnssecKeyReadCreation) SetId ¶
func (o *DnssecKeyReadCreation) SetId(v string)
SetId sets field value
func (*DnssecKeyReadCreation) SetProperties ¶
func (o *DnssecKeyReadCreation) SetProperties(v DnssecKeyParameters)
SetProperties sets field value
func (*DnssecKeyReadCreation) SetType ¶
func (o *DnssecKeyReadCreation) SetType(v string)
SetType sets field value
func (DnssecKeyReadCreation) ToMap ¶
func (o DnssecKeyReadCreation) ToMap() (map[string]interface{}, error)
type DnssecKeyReadList ¶
type DnssecKeyReadList struct { Id *string `json:"id,omitempty"` Type *string `json:"type,omitempty"` Href *string `json:"href,omitempty"` Metadata *DnssecKeyReadListMetadata `json:"metadata,omitempty"` Properties *DnssecKeyReadListProperties `json:"properties,omitempty"` }
DnssecKeyReadList struct for DnssecKeyReadList
func NewDnssecKeyReadList ¶
func NewDnssecKeyReadList() *DnssecKeyReadList
NewDnssecKeyReadList instantiates a new DnssecKeyReadList 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 NewDnssecKeyReadListWithDefaults ¶
func NewDnssecKeyReadListWithDefaults() *DnssecKeyReadList
NewDnssecKeyReadListWithDefaults instantiates a new DnssecKeyReadList 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 (*DnssecKeyReadList) GetHref ¶
func (o *DnssecKeyReadList) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*DnssecKeyReadList) GetHrefOk ¶
func (o *DnssecKeyReadList) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKeyReadList) GetId ¶
func (o *DnssecKeyReadList) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DnssecKeyReadList) GetIdOk ¶
func (o *DnssecKeyReadList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKeyReadList) GetMetadata ¶
func (o *DnssecKeyReadList) GetMetadata() DnssecKeyReadListMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*DnssecKeyReadList) GetMetadataOk ¶
func (o *DnssecKeyReadList) GetMetadataOk() (*DnssecKeyReadListMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKeyReadList) GetProperties ¶
func (o *DnssecKeyReadList) GetProperties() DnssecKeyReadListProperties
GetProperties returns the Properties field value if set, zero value otherwise.
func (*DnssecKeyReadList) GetPropertiesOk ¶
func (o *DnssecKeyReadList) GetPropertiesOk() (*DnssecKeyReadListProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKeyReadList) GetType ¶
func (o *DnssecKeyReadList) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DnssecKeyReadList) GetTypeOk ¶
func (o *DnssecKeyReadList) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKeyReadList) HasHref ¶
func (o *DnssecKeyReadList) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*DnssecKeyReadList) HasId ¶
func (o *DnssecKeyReadList) HasId() bool
HasId returns a boolean if a field has been set.
func (*DnssecKeyReadList) HasMetadata ¶
func (o *DnssecKeyReadList) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*DnssecKeyReadList) HasProperties ¶
func (o *DnssecKeyReadList) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*DnssecKeyReadList) HasType ¶
func (o *DnssecKeyReadList) HasType() bool
HasType returns a boolean if a field has been set.
func (*DnssecKeyReadList) SetHref ¶
func (o *DnssecKeyReadList) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*DnssecKeyReadList) SetId ¶
func (o *DnssecKeyReadList) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DnssecKeyReadList) SetMetadata ¶
func (o *DnssecKeyReadList) SetMetadata(v DnssecKeyReadListMetadata)
SetMetadata gets a reference to the given DnssecKeyReadListMetadata and assigns it to the Metadata field.
func (*DnssecKeyReadList) SetProperties ¶
func (o *DnssecKeyReadList) SetProperties(v DnssecKeyReadListProperties)
SetProperties gets a reference to the given DnssecKeyReadListProperties and assigns it to the Properties field.
func (*DnssecKeyReadList) SetType ¶
func (o *DnssecKeyReadList) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (DnssecKeyReadList) ToMap ¶
func (o DnssecKeyReadList) ToMap() (map[string]interface{}, error)
type DnssecKeyReadListMetadata ¶
type DnssecKeyReadListMetadata struct { // The ID (UUID) of the DNS zone of which record belongs to. ZoneId *string `json:"zoneId,omitempty"` Items []DnssecKey `json:"items,omitempty"` }
DnssecKeyReadListMetadata Metadata of the resource with not state information.
func NewDnssecKeyReadListMetadata ¶
func NewDnssecKeyReadListMetadata() *DnssecKeyReadListMetadata
NewDnssecKeyReadListMetadata instantiates a new DnssecKeyReadListMetadata 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 NewDnssecKeyReadListMetadataWithDefaults ¶
func NewDnssecKeyReadListMetadataWithDefaults() *DnssecKeyReadListMetadata
NewDnssecKeyReadListMetadataWithDefaults instantiates a new DnssecKeyReadListMetadata 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 (*DnssecKeyReadListMetadata) GetItems ¶
func (o *DnssecKeyReadListMetadata) GetItems() []DnssecKey
GetItems returns the Items field value if set, zero value otherwise.
func (*DnssecKeyReadListMetadata) GetItemsOk ¶
func (o *DnssecKeyReadListMetadata) GetItemsOk() ([]DnssecKey, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKeyReadListMetadata) GetZoneId ¶
func (o *DnssecKeyReadListMetadata) GetZoneId() string
GetZoneId returns the ZoneId field value if set, zero value otherwise.
func (*DnssecKeyReadListMetadata) GetZoneIdOk ¶
func (o *DnssecKeyReadListMetadata) GetZoneIdOk() (*string, bool)
GetZoneIdOk returns a tuple with the ZoneId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKeyReadListMetadata) HasItems ¶
func (o *DnssecKeyReadListMetadata) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*DnssecKeyReadListMetadata) HasZoneId ¶
func (o *DnssecKeyReadListMetadata) HasZoneId() bool
HasZoneId returns a boolean if a field has been set.
func (*DnssecKeyReadListMetadata) SetItems ¶
func (o *DnssecKeyReadListMetadata) SetItems(v []DnssecKey)
SetItems gets a reference to the given []DnssecKey and assigns it to the Items field.
func (*DnssecKeyReadListMetadata) SetZoneId ¶
func (o *DnssecKeyReadListMetadata) SetZoneId(v string)
SetZoneId gets a reference to the given string and assigns it to the ZoneId field.
func (DnssecKeyReadListMetadata) ToMap ¶
func (o DnssecKeyReadListMetadata) ToMap() (map[string]interface{}, error)
type DnssecKeyReadListProperties ¶
type DnssecKeyReadListProperties struct { KeyParameters DnssecKeyReadListPropertiesKeyParameters `json:"keyParameters"` NsecParameters DnssecKeyReadListPropertiesNsecParameters `json:"nsecParameters"` }
DnssecKeyReadListProperties Properties of the key.
func NewDnssecKeyReadListProperties ¶
func NewDnssecKeyReadListProperties(keyParameters DnssecKeyReadListPropertiesKeyParameters, nsecParameters DnssecKeyReadListPropertiesNsecParameters) *DnssecKeyReadListProperties
NewDnssecKeyReadListProperties instantiates a new DnssecKeyReadListProperties 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 NewDnssecKeyReadListPropertiesWithDefaults ¶
func NewDnssecKeyReadListPropertiesWithDefaults() *DnssecKeyReadListProperties
NewDnssecKeyReadListPropertiesWithDefaults instantiates a new DnssecKeyReadListProperties 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 (*DnssecKeyReadListProperties) GetKeyParameters ¶
func (o *DnssecKeyReadListProperties) GetKeyParameters() DnssecKeyReadListPropertiesKeyParameters
GetKeyParameters returns the KeyParameters field value
func (*DnssecKeyReadListProperties) GetKeyParametersOk ¶
func (o *DnssecKeyReadListProperties) GetKeyParametersOk() (*DnssecKeyReadListPropertiesKeyParameters, bool)
GetKeyParametersOk returns a tuple with the KeyParameters field value and a boolean to check if the value has been set.
func (*DnssecKeyReadListProperties) GetNsecParameters ¶
func (o *DnssecKeyReadListProperties) GetNsecParameters() DnssecKeyReadListPropertiesNsecParameters
GetNsecParameters returns the NsecParameters field value
func (*DnssecKeyReadListProperties) GetNsecParametersOk ¶
func (o *DnssecKeyReadListProperties) GetNsecParametersOk() (*DnssecKeyReadListPropertiesNsecParameters, bool)
GetNsecParametersOk returns a tuple with the NsecParameters field value and a boolean to check if the value has been set.
func (*DnssecKeyReadListProperties) SetKeyParameters ¶
func (o *DnssecKeyReadListProperties) SetKeyParameters(v DnssecKeyReadListPropertiesKeyParameters)
SetKeyParameters sets field value
func (*DnssecKeyReadListProperties) SetNsecParameters ¶
func (o *DnssecKeyReadListProperties) SetNsecParameters(v DnssecKeyReadListPropertiesNsecParameters)
SetNsecParameters sets field value
func (DnssecKeyReadListProperties) ToMap ¶
func (o DnssecKeyReadListProperties) ToMap() (map[string]interface{}, error)
type DnssecKeyReadListPropertiesKeyParameters ¶
type DnssecKeyReadListPropertiesKeyParameters struct {
Algorithm *Algorithm `json:"algorithm,omitempty"`
}
DnssecKeyReadListPropertiesKeyParameters struct for DnssecKeyReadListPropertiesKeyParameters
func NewDnssecKeyReadListPropertiesKeyParameters ¶
func NewDnssecKeyReadListPropertiesKeyParameters() *DnssecKeyReadListPropertiesKeyParameters
NewDnssecKeyReadListPropertiesKeyParameters instantiates a new DnssecKeyReadListPropertiesKeyParameters 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 NewDnssecKeyReadListPropertiesKeyParametersWithDefaults ¶
func NewDnssecKeyReadListPropertiesKeyParametersWithDefaults() *DnssecKeyReadListPropertiesKeyParameters
NewDnssecKeyReadListPropertiesKeyParametersWithDefaults instantiates a new DnssecKeyReadListPropertiesKeyParameters 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 (*DnssecKeyReadListPropertiesKeyParameters) GetAlgorithm ¶
func (o *DnssecKeyReadListPropertiesKeyParameters) GetAlgorithm() Algorithm
GetAlgorithm returns the Algorithm field value if set, zero value otherwise.
func (*DnssecKeyReadListPropertiesKeyParameters) GetAlgorithmOk ¶
func (o *DnssecKeyReadListPropertiesKeyParameters) GetAlgorithmOk() (*Algorithm, bool)
GetAlgorithmOk returns a tuple with the Algorithm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKeyReadListPropertiesKeyParameters) HasAlgorithm ¶
func (o *DnssecKeyReadListPropertiesKeyParameters) HasAlgorithm() bool
HasAlgorithm returns a boolean if a field has been set.
func (*DnssecKeyReadListPropertiesKeyParameters) SetAlgorithm ¶
func (o *DnssecKeyReadListPropertiesKeyParameters) SetAlgorithm(v Algorithm)
SetAlgorithm gets a reference to the given Algorithm and assigns it to the Algorithm field.
func (DnssecKeyReadListPropertiesKeyParameters) ToMap ¶
func (o DnssecKeyReadListPropertiesKeyParameters) ToMap() (map[string]interface{}, error)
type DnssecKeyReadListPropertiesNsecParameters ¶
type DnssecKeyReadListPropertiesNsecParameters struct {
NsecMode *NsecMode `json:"nsecMode,omitempty"`
}
DnssecKeyReadListPropertiesNsecParameters struct for DnssecKeyReadListPropertiesNsecParameters
func NewDnssecKeyReadListPropertiesNsecParameters ¶
func NewDnssecKeyReadListPropertiesNsecParameters() *DnssecKeyReadListPropertiesNsecParameters
NewDnssecKeyReadListPropertiesNsecParameters instantiates a new DnssecKeyReadListPropertiesNsecParameters 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 NewDnssecKeyReadListPropertiesNsecParametersWithDefaults ¶
func NewDnssecKeyReadListPropertiesNsecParametersWithDefaults() *DnssecKeyReadListPropertiesNsecParameters
NewDnssecKeyReadListPropertiesNsecParametersWithDefaults instantiates a new DnssecKeyReadListPropertiesNsecParameters 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 (*DnssecKeyReadListPropertiesNsecParameters) GetNsecMode ¶
func (o *DnssecKeyReadListPropertiesNsecParameters) GetNsecMode() NsecMode
GetNsecMode returns the NsecMode field value if set, zero value otherwise.
func (*DnssecKeyReadListPropertiesNsecParameters) GetNsecModeOk ¶
func (o *DnssecKeyReadListPropertiesNsecParameters) GetNsecModeOk() (*NsecMode, bool)
GetNsecModeOk returns a tuple with the NsecMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnssecKeyReadListPropertiesNsecParameters) HasNsecMode ¶
func (o *DnssecKeyReadListPropertiesNsecParameters) HasNsecMode() bool
HasNsecMode returns a boolean if a field has been set.
func (*DnssecKeyReadListPropertiesNsecParameters) SetNsecMode ¶
func (o *DnssecKeyReadListPropertiesNsecParameters) SetNsecMode(v NsecMode)
SetNsecMode gets a reference to the given NsecMode and assigns it to the NsecMode field.
func (DnssecKeyReadListPropertiesNsecParameters) ToMap ¶
func (o DnssecKeyReadListPropertiesNsecParameters) ToMap() (map[string]interface{}, error)
type Error ¶
type Error struct { // HTTP status code of the operation as specified by [RFC 7231](https://datatracker.ietf.org/doc/html/rfc7231#section-6). HttpStatus *int32 `json:"httpStatus,omitempty"` Messages []ErrorMessages `json:"messages,omitempty"` }
Error struct for Error
func NewError ¶
func NewError() *Error
NewError instantiates a new Error 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 NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error 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 (*Error) GetHttpStatus ¶
GetHttpStatus returns the HttpStatus field value if set, zero value otherwise.
func (*Error) GetHttpStatusOk ¶
GetHttpStatusOk returns a tuple with the HttpStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetMessages ¶
func (o *Error) GetMessages() []ErrorMessages
GetMessages returns the Messages field value if set, zero value otherwise.
func (*Error) GetMessagesOk ¶
func (o *Error) GetMessagesOk() ([]ErrorMessages, bool)
GetMessagesOk returns a tuple with the Messages field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasHttpStatus ¶
HasHttpStatus returns a boolean if a field has been set.
func (*Error) HasMessages ¶
HasMessages returns a boolean if a field has been set.
func (*Error) SetHttpStatus ¶
SetHttpStatus gets a reference to the given int32 and assigns it to the HttpStatus field.
func (*Error) SetMessages ¶
func (o *Error) SetMessages(v []ErrorMessages)
SetMessages gets a reference to the given []ErrorMessages and assigns it to the Messages field.
type ErrorMessages ¶
type ErrorMessages struct { // Internal error code. ErrorCode *string `json:"errorCode,omitempty"` // Human readable explanation of the issue. Message *string `json:"message,omitempty"` }
ErrorMessages struct for ErrorMessages
func NewErrorMessages ¶
func NewErrorMessages() *ErrorMessages
NewErrorMessages instantiates a new ErrorMessages 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 NewErrorMessagesWithDefaults ¶
func NewErrorMessagesWithDefaults() *ErrorMessages
NewErrorMessagesWithDefaults instantiates a new ErrorMessages 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 (*ErrorMessages) GetErrorCode ¶
func (o *ErrorMessages) GetErrorCode() string
GetErrorCode returns the ErrorCode field value if set, zero value otherwise.
func (*ErrorMessages) GetErrorCodeOk ¶
func (o *ErrorMessages) GetErrorCodeOk() (*string, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorMessages) GetMessage ¶
func (o *ErrorMessages) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ErrorMessages) GetMessageOk ¶
func (o *ErrorMessages) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorMessages) HasErrorCode ¶
func (o *ErrorMessages) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
func (*ErrorMessages) HasMessage ¶
func (o *ErrorMessages) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ErrorMessages) SetErrorCode ¶
func (o *ErrorMessages) SetErrorCode(v string)
SetErrorCode gets a reference to the given string and assigns it to the ErrorCode field.
func (*ErrorMessages) SetMessage ¶
func (o *ErrorMessages) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ErrorMessages) ToMap ¶
func (o ErrorMessages) ToMap() (map[string]interface{}, error)
type IonosTime ¶
func (*IonosTime) UnmarshalJSON ¶
type KeyData ¶
type KeyData struct { // Represents the key's metadata and usage information. Flags *int32 `json:"flags,omitempty"` // Represents the public key data in Base64 encoding. PubKey *string `json:"pubKey,omitempty"` }
KeyData Represents the separate components of the RDATA for a DNSKEY. The values must conform to the guidelines in [RFC-4034 Section 2.1](https://www.rfc-editor.org/rfc/rfc4034#section-2.1).
func NewKeyData ¶
func NewKeyData() *KeyData
NewKeyData instantiates a new KeyData 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 NewKeyDataWithDefaults ¶
func NewKeyDataWithDefaults() *KeyData
NewKeyDataWithDefaults instantiates a new KeyData 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 (*KeyData) GetFlagsOk ¶
GetFlagsOk returns a tuple with the Flags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KeyData) GetPubKeyOk ¶
GetPubKeyOk returns a tuple with the PubKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KeyData) SetFlags ¶
SetFlags gets a reference to the given int32 and assigns it to the Flags field.
type KeyParameters ¶
type KeyParameters struct { Algorithm Algorithm `json:"algorithm"` KskBits KskBits `json:"kskBits"` ZskBits ZskBits `json:"zskBits"` }
KeyParameters Key parameters used to sign the zone.
func NewKeyParameters ¶
func NewKeyParameters(algorithm Algorithm, kskBits KskBits, zskBits ZskBits) *KeyParameters
NewKeyParameters instantiates a new KeyParameters 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 NewKeyParametersWithDefaults ¶
func NewKeyParametersWithDefaults() *KeyParameters
NewKeyParametersWithDefaults instantiates a new KeyParameters 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 (*KeyParameters) GetAlgorithm ¶
func (o *KeyParameters) GetAlgorithm() Algorithm
GetAlgorithm returns the Algorithm field value
func (*KeyParameters) GetAlgorithmOk ¶
func (o *KeyParameters) GetAlgorithmOk() (*Algorithm, bool)
GetAlgorithmOk returns a tuple with the Algorithm field value and a boolean to check if the value has been set.
func (*KeyParameters) GetKskBits ¶
func (o *KeyParameters) GetKskBits() KskBits
GetKskBits returns the KskBits field value
func (*KeyParameters) GetKskBitsOk ¶
func (o *KeyParameters) GetKskBitsOk() (*KskBits, bool)
GetKskBitsOk returns a tuple with the KskBits field value and a boolean to check if the value has been set.
func (*KeyParameters) GetZskBits ¶
func (o *KeyParameters) GetZskBits() ZskBits
GetZskBits returns the ZskBits field value
func (*KeyParameters) GetZskBitsOk ¶
func (o *KeyParameters) GetZskBitsOk() (*ZskBits, bool)
GetZskBitsOk returns a tuple with the ZskBits field value and a boolean to check if the value has been set.
func (*KeyParameters) SetAlgorithm ¶
func (o *KeyParameters) SetAlgorithm(v Algorithm)
SetAlgorithm sets field value
func (*KeyParameters) SetKskBits ¶
func (o *KeyParameters) SetKskBits(v KskBits)
SetKskBits sets field value
func (*KeyParameters) SetZskBits ¶
func (o *KeyParameters) SetZskBits(v ZskBits)
SetZskBits sets field value
func (KeyParameters) ToMap ¶
func (o KeyParameters) ToMap() (map[string]interface{}, error)
type KskBits ¶
type KskBits int32
KskBits Key signing key length in bits. kskBits >= zskBits
List of kskBits
func (*KskBits) UnmarshalJSON ¶
type Links ¶
type Links struct { // URL (with offset and limit parameters) of the previous page; only present if offset is greater than 0. Prev *string `json:"prev,omitempty"` // URL (with offset and limit parameters) of the current page. Self *string `json:"self,omitempty"` // URL (with offset and limit parameters) of the next page; only present if offset + limit is less than the total number of elements. Next *string `json:"next,omitempty"` }
Links URLs to navigate the different pages. As of now we always only return a single page.
func NewLinks ¶
func NewLinks() *Links
NewLinks instantiates a new Links 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 NewLinksWithDefaults ¶
func NewLinksWithDefaults() *Links
NewLinksWithDefaults instantiates a new Links 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 (*Links) GetNextOk ¶
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Links) GetPrevOk ¶
GetPrevOk returns a tuple with the Prev field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Links) GetSelfOk ¶
GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Links) SetNext ¶
SetNext gets a reference to the given string and assigns it to the Next field.
func (*Links) SetPrev ¶
SetPrev gets a reference to the given string and assigns it to the Prev field.
type MappedNullable ¶
type Metadata ¶
type Metadata struct { // The creation date formatted as yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. CreatedDate *IonosTime `json:"createdDate,omitempty"` // Unique name of the identity that created the resource. CreatedBy *string `json:"createdBy,omitempty"` // The unique ID of the user who created the resource. CreatedByUserId *string `json:"createdByUserId,omitempty"` // The date of the last change formatted as yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. LastModifiedDate *IonosTime `json:"lastModifiedDate,omitempty"` // Unique name of the identity that created the resource. LastModifiedBy *string `json:"lastModifiedBy,omitempty"` // The unique ID of the user who last modified the resource. LastModifiedByUserId *string `json:"lastModifiedByUserId,omitempty"` }
Metadata Metadata of the resource.
func NewMetadata ¶
func NewMetadata() *Metadata
NewMetadata instantiates a new Metadata 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 NewMetadataWithDefaults ¶
func NewMetadataWithDefaults() *Metadata
NewMetadataWithDefaults instantiates a new Metadata 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 (*Metadata) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Metadata) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetCreatedByUserId ¶
GetCreatedByUserId returns the CreatedByUserId field value if set, zero value otherwise.
func (*Metadata) GetCreatedByUserIdOk ¶
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetCreatedDate ¶
GetCreatedDate returns the CreatedDate field value if set, zero value otherwise.
func (*Metadata) GetCreatedDateOk ¶
GetCreatedDateOk returns a tuple with the CreatedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetLastModifiedBy ¶
GetLastModifiedBy returns the LastModifiedBy field value if set, zero value otherwise.
func (*Metadata) GetLastModifiedByOk ¶
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetLastModifiedByUserId ¶
GetLastModifiedByUserId returns the LastModifiedByUserId field value if set, zero value otherwise.
func (*Metadata) GetLastModifiedByUserIdOk ¶
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetLastModifiedDate ¶
GetLastModifiedDate returns the LastModifiedDate field value if set, zero value otherwise.
func (*Metadata) GetLastModifiedDateOk ¶
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Metadata) HasCreatedByUserId ¶
HasCreatedByUserId returns a boolean if a field has been set.
func (*Metadata) HasCreatedDate ¶
HasCreatedDate returns a boolean if a field has been set.
func (*Metadata) HasLastModifiedBy ¶
HasLastModifiedBy returns a boolean if a field has been set.
func (*Metadata) HasLastModifiedByUserId ¶
HasLastModifiedByUserId returns a boolean if a field has been set.
func (*Metadata) HasLastModifiedDate ¶
HasLastModifiedDate returns a boolean if a field has been set.
func (*Metadata) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Metadata) SetCreatedByUserId ¶
SetCreatedByUserId gets a reference to the given string and assigns it to the CreatedByUserId field.
func (*Metadata) SetCreatedDate ¶
SetCreatedDate gets a reference to the given time.Time and assigns it to the CreatedDate field.
func (*Metadata) SetLastModifiedBy ¶
SetLastModifiedBy gets a reference to the given string and assigns it to the LastModifiedBy field.
func (*Metadata) SetLastModifiedByUserId ¶
SetLastModifiedByUserId gets a reference to the given string and assigns it to the LastModifiedByUserId field.
func (*Metadata) SetLastModifiedDate ¶
SetLastModifiedDate gets a reference to the given time.Time and assigns it to the LastModifiedDate field.
type MetadataForSecondaryZoneRecords ¶
type MetadataForSecondaryZoneRecords struct { // A fully qualified domain name. FQDN consists of two parts - the hostname and the domain name. Fqdn string `json:"fqdn"` // The ID (UUID) of the DNS zone of which record belongs to. ZoneId string `json:"zoneId"` // Indicates the root name (from the primary zone) for the record RootName string `json:"rootName"` }
MetadataForSecondaryZoneRecords Metadata for records of secondary zones.
func NewMetadataForSecondaryZoneRecords ¶
func NewMetadataForSecondaryZoneRecords(fqdn string, zoneId string, rootName string) *MetadataForSecondaryZoneRecords
NewMetadataForSecondaryZoneRecords instantiates a new MetadataForSecondaryZoneRecords 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 NewMetadataForSecondaryZoneRecordsWithDefaults ¶
func NewMetadataForSecondaryZoneRecordsWithDefaults() *MetadataForSecondaryZoneRecords
NewMetadataForSecondaryZoneRecordsWithDefaults instantiates a new MetadataForSecondaryZoneRecords 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 (*MetadataForSecondaryZoneRecords) GetFqdn ¶
func (o *MetadataForSecondaryZoneRecords) GetFqdn() string
GetFqdn returns the Fqdn field value
func (*MetadataForSecondaryZoneRecords) GetFqdnOk ¶
func (o *MetadataForSecondaryZoneRecords) GetFqdnOk() (*string, bool)
GetFqdnOk returns a tuple with the Fqdn field value and a boolean to check if the value has been set.
func (*MetadataForSecondaryZoneRecords) GetRootName ¶
func (o *MetadataForSecondaryZoneRecords) GetRootName() string
GetRootName returns the RootName field value
func (*MetadataForSecondaryZoneRecords) GetRootNameOk ¶
func (o *MetadataForSecondaryZoneRecords) GetRootNameOk() (*string, bool)
GetRootNameOk returns a tuple with the RootName field value and a boolean to check if the value has been set.
func (*MetadataForSecondaryZoneRecords) GetZoneId ¶
func (o *MetadataForSecondaryZoneRecords) GetZoneId() string
GetZoneId returns the ZoneId field value
func (*MetadataForSecondaryZoneRecords) GetZoneIdOk ¶
func (o *MetadataForSecondaryZoneRecords) GetZoneIdOk() (*string, bool)
GetZoneIdOk returns a tuple with the ZoneId field value and a boolean to check if the value has been set.
func (*MetadataForSecondaryZoneRecords) SetFqdn ¶
func (o *MetadataForSecondaryZoneRecords) SetFqdn(v string)
SetFqdn sets field value
func (*MetadataForSecondaryZoneRecords) SetRootName ¶
func (o *MetadataForSecondaryZoneRecords) SetRootName(v string)
SetRootName sets field value
func (*MetadataForSecondaryZoneRecords) SetZoneId ¶
func (o *MetadataForSecondaryZoneRecords) SetZoneId(v string)
SetZoneId sets field value
func (MetadataForSecondaryZoneRecords) ToMap ¶
func (o MetadataForSecondaryZoneRecords) ToMap() (map[string]interface{}, error)
type MetadataWithStateFqdnZoneId ¶
type MetadataWithStateFqdnZoneId struct { // The creation date formatted as yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. CreatedDate *IonosTime `json:"createdDate,omitempty"` // Unique name of the identity that created the resource. CreatedBy *string `json:"createdBy,omitempty"` // The unique ID of the user who created the resource. CreatedByUserId *string `json:"createdByUserId,omitempty"` // The date of the last change formatted as yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. LastModifiedDate *IonosTime `json:"lastModifiedDate,omitempty"` // Unique name of the identity that created the resource. LastModifiedBy *string `json:"lastModifiedBy,omitempty"` // The unique ID of the user who last modified the resource. LastModifiedByUserId *string `json:"lastModifiedByUserId,omitempty"` State ProvisioningState `json:"state"` // A fully qualified domain name. FQDN consists of two parts - the hostname and the domain name. Fqdn string `json:"fqdn"` // The ID (UUID) of the DNS zone of which record belongs to. ZoneId string `json:"zoneId"` }
MetadataWithStateFqdnZoneId struct for MetadataWithStateFqdnZoneId
func NewMetadataWithStateFqdnZoneId ¶
func NewMetadataWithStateFqdnZoneId(state ProvisioningState, fqdn string, zoneId string) *MetadataWithStateFqdnZoneId
NewMetadataWithStateFqdnZoneId instantiates a new MetadataWithStateFqdnZoneId 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 NewMetadataWithStateFqdnZoneIdWithDefaults ¶
func NewMetadataWithStateFqdnZoneIdWithDefaults() *MetadataWithStateFqdnZoneId
NewMetadataWithStateFqdnZoneIdWithDefaults instantiates a new MetadataWithStateFqdnZoneId 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 (*MetadataWithStateFqdnZoneId) GetCreatedBy ¶
func (o *MetadataWithStateFqdnZoneId) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*MetadataWithStateFqdnZoneId) GetCreatedByOk ¶
func (o *MetadataWithStateFqdnZoneId) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneId) GetCreatedByUserId ¶
func (o *MetadataWithStateFqdnZoneId) GetCreatedByUserId() string
GetCreatedByUserId returns the CreatedByUserId field value if set, zero value otherwise.
func (*MetadataWithStateFqdnZoneId) GetCreatedByUserIdOk ¶
func (o *MetadataWithStateFqdnZoneId) GetCreatedByUserIdOk() (*string, bool)
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneId) GetCreatedDate ¶
func (o *MetadataWithStateFqdnZoneId) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field value if set, zero value otherwise.
func (*MetadataWithStateFqdnZoneId) GetCreatedDateOk ¶
func (o *MetadataWithStateFqdnZoneId) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneId) GetFqdn ¶
func (o *MetadataWithStateFqdnZoneId) GetFqdn() string
GetFqdn returns the Fqdn field value
func (*MetadataWithStateFqdnZoneId) GetFqdnOk ¶
func (o *MetadataWithStateFqdnZoneId) GetFqdnOk() (*string, bool)
GetFqdnOk returns a tuple with the Fqdn field value and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneId) GetLastModifiedBy ¶
func (o *MetadataWithStateFqdnZoneId) GetLastModifiedBy() string
GetLastModifiedBy returns the LastModifiedBy field value if set, zero value otherwise.
func (*MetadataWithStateFqdnZoneId) GetLastModifiedByOk ¶
func (o *MetadataWithStateFqdnZoneId) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneId) GetLastModifiedByUserId ¶
func (o *MetadataWithStateFqdnZoneId) GetLastModifiedByUserId() string
GetLastModifiedByUserId returns the LastModifiedByUserId field value if set, zero value otherwise.
func (*MetadataWithStateFqdnZoneId) GetLastModifiedByUserIdOk ¶
func (o *MetadataWithStateFqdnZoneId) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneId) GetLastModifiedDate ¶
func (o *MetadataWithStateFqdnZoneId) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field value if set, zero value otherwise.
func (*MetadataWithStateFqdnZoneId) GetLastModifiedDateOk ¶
func (o *MetadataWithStateFqdnZoneId) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneId) GetState ¶
func (o *MetadataWithStateFqdnZoneId) GetState() ProvisioningState
GetState returns the State field value
func (*MetadataWithStateFqdnZoneId) GetStateOk ¶
func (o *MetadataWithStateFqdnZoneId) GetStateOk() (*ProvisioningState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneId) GetZoneId ¶
func (o *MetadataWithStateFqdnZoneId) GetZoneId() string
GetZoneId returns the ZoneId field value
func (*MetadataWithStateFqdnZoneId) GetZoneIdOk ¶
func (o *MetadataWithStateFqdnZoneId) GetZoneIdOk() (*string, bool)
GetZoneIdOk returns a tuple with the ZoneId field value and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneId) HasCreatedBy ¶
func (o *MetadataWithStateFqdnZoneId) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*MetadataWithStateFqdnZoneId) HasCreatedByUserId ¶
func (o *MetadataWithStateFqdnZoneId) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
func (*MetadataWithStateFqdnZoneId) HasCreatedDate ¶
func (o *MetadataWithStateFqdnZoneId) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (*MetadataWithStateFqdnZoneId) HasLastModifiedBy ¶
func (o *MetadataWithStateFqdnZoneId) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (*MetadataWithStateFqdnZoneId) HasLastModifiedByUserId ¶
func (o *MetadataWithStateFqdnZoneId) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
func (*MetadataWithStateFqdnZoneId) HasLastModifiedDate ¶
func (o *MetadataWithStateFqdnZoneId) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (*MetadataWithStateFqdnZoneId) SetCreatedBy ¶
func (o *MetadataWithStateFqdnZoneId) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*MetadataWithStateFqdnZoneId) SetCreatedByUserId ¶
func (o *MetadataWithStateFqdnZoneId) SetCreatedByUserId(v string)
SetCreatedByUserId gets a reference to the given string and assigns it to the CreatedByUserId field.
func (*MetadataWithStateFqdnZoneId) SetCreatedDate ¶
func (o *MetadataWithStateFqdnZoneId) SetCreatedDate(v time.Time)
SetCreatedDate gets a reference to the given time.Time and assigns it to the CreatedDate field.
func (*MetadataWithStateFqdnZoneId) SetFqdn ¶
func (o *MetadataWithStateFqdnZoneId) SetFqdn(v string)
SetFqdn sets field value
func (*MetadataWithStateFqdnZoneId) SetLastModifiedBy ¶
func (o *MetadataWithStateFqdnZoneId) SetLastModifiedBy(v string)
SetLastModifiedBy gets a reference to the given string and assigns it to the LastModifiedBy field.
func (*MetadataWithStateFqdnZoneId) SetLastModifiedByUserId ¶
func (o *MetadataWithStateFqdnZoneId) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId gets a reference to the given string and assigns it to the LastModifiedByUserId field.
func (*MetadataWithStateFqdnZoneId) SetLastModifiedDate ¶
func (o *MetadataWithStateFqdnZoneId) SetLastModifiedDate(v time.Time)
SetLastModifiedDate gets a reference to the given time.Time and assigns it to the LastModifiedDate field.
func (*MetadataWithStateFqdnZoneId) SetState ¶
func (o *MetadataWithStateFqdnZoneId) SetState(v ProvisioningState)
SetState sets field value
func (*MetadataWithStateFqdnZoneId) SetZoneId ¶
func (o *MetadataWithStateFqdnZoneId) SetZoneId(v string)
SetZoneId sets field value
func (MetadataWithStateFqdnZoneId) ToMap ¶
func (o MetadataWithStateFqdnZoneId) ToMap() (map[string]interface{}, error)
type MetadataWithStateFqdnZoneIdAllOf ¶
type MetadataWithStateFqdnZoneIdAllOf struct { State ProvisioningState `json:"state"` // A fully qualified domain name. FQDN consists of two parts - the hostname and the domain name. Fqdn string `json:"fqdn"` // The ID (UUID) of the DNS zone of which record belongs to. ZoneId string `json:"zoneId"` }
MetadataWithStateFqdnZoneIdAllOf struct for MetadataWithStateFqdnZoneIdAllOf
func NewMetadataWithStateFqdnZoneIdAllOf ¶
func NewMetadataWithStateFqdnZoneIdAllOf(state ProvisioningState, fqdn string, zoneId string) *MetadataWithStateFqdnZoneIdAllOf
NewMetadataWithStateFqdnZoneIdAllOf instantiates a new MetadataWithStateFqdnZoneIdAllOf 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 NewMetadataWithStateFqdnZoneIdAllOfWithDefaults ¶
func NewMetadataWithStateFqdnZoneIdAllOfWithDefaults() *MetadataWithStateFqdnZoneIdAllOf
NewMetadataWithStateFqdnZoneIdAllOfWithDefaults instantiates a new MetadataWithStateFqdnZoneIdAllOf 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 (*MetadataWithStateFqdnZoneIdAllOf) GetFqdn ¶
func (o *MetadataWithStateFqdnZoneIdAllOf) GetFqdn() string
GetFqdn returns the Fqdn field value
func (*MetadataWithStateFqdnZoneIdAllOf) GetFqdnOk ¶
func (o *MetadataWithStateFqdnZoneIdAllOf) GetFqdnOk() (*string, bool)
GetFqdnOk returns a tuple with the Fqdn field value and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneIdAllOf) GetState ¶
func (o *MetadataWithStateFqdnZoneIdAllOf) GetState() ProvisioningState
GetState returns the State field value
func (*MetadataWithStateFqdnZoneIdAllOf) GetStateOk ¶
func (o *MetadataWithStateFqdnZoneIdAllOf) GetStateOk() (*ProvisioningState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneIdAllOf) GetZoneId ¶
func (o *MetadataWithStateFqdnZoneIdAllOf) GetZoneId() string
GetZoneId returns the ZoneId field value
func (*MetadataWithStateFqdnZoneIdAllOf) GetZoneIdOk ¶
func (o *MetadataWithStateFqdnZoneIdAllOf) GetZoneIdOk() (*string, bool)
GetZoneIdOk returns a tuple with the ZoneId field value and a boolean to check if the value has been set.
func (*MetadataWithStateFqdnZoneIdAllOf) SetFqdn ¶
func (o *MetadataWithStateFqdnZoneIdAllOf) SetFqdn(v string)
SetFqdn sets field value
func (*MetadataWithStateFqdnZoneIdAllOf) SetState ¶
func (o *MetadataWithStateFqdnZoneIdAllOf) SetState(v ProvisioningState)
SetState sets field value
func (*MetadataWithStateFqdnZoneIdAllOf) SetZoneId ¶
func (o *MetadataWithStateFqdnZoneIdAllOf) SetZoneId(v string)
SetZoneId sets field value
func (MetadataWithStateFqdnZoneIdAllOf) ToMap ¶
func (o MetadataWithStateFqdnZoneIdAllOf) ToMap() (map[string]interface{}, error)
type MetadataWithStateNameservers ¶
type MetadataWithStateNameservers struct { // The creation date formatted as yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. CreatedDate *IonosTime `json:"createdDate,omitempty"` // Unique name of the identity that created the resource. CreatedBy *string `json:"createdBy,omitempty"` // The unique ID of the user who created the resource. CreatedByUserId *string `json:"createdByUserId,omitempty"` // The date of the last change formatted as yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. LastModifiedDate *IonosTime `json:"lastModifiedDate,omitempty"` // Unique name of the identity that created the resource. LastModifiedBy *string `json:"lastModifiedBy,omitempty"` // The unique ID of the user who last modified the resource. LastModifiedByUserId *string `json:"lastModifiedByUserId,omitempty"` State ProvisioningState `json:"state"` // The list of nameservers associated to the zone. Nameservers are different for primary and secondary zones. For primary zones it would be: - ns-ic.ui-dns.com - ns-ic.ui-dns.de - ns-ic.ui-dns.org - ns-ic.ui-dns.biz And for secondary zones: - nscs.ui-dns.com - nscs.ui-dns.de - nscs.ui-dns.org - nscs.ui-dns.biz Nameservers []string `json:"nameservers"` }
MetadataWithStateNameservers struct for MetadataWithStateNameservers
func NewMetadataWithStateNameservers ¶
func NewMetadataWithStateNameservers(state ProvisioningState, nameservers []string) *MetadataWithStateNameservers
NewMetadataWithStateNameservers instantiates a new MetadataWithStateNameservers 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 NewMetadataWithStateNameserversWithDefaults ¶
func NewMetadataWithStateNameserversWithDefaults() *MetadataWithStateNameservers
NewMetadataWithStateNameserversWithDefaults instantiates a new MetadataWithStateNameservers 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 (*MetadataWithStateNameservers) GetCreatedBy ¶
func (o *MetadataWithStateNameservers) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*MetadataWithStateNameservers) GetCreatedByOk ¶
func (o *MetadataWithStateNameservers) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateNameservers) GetCreatedByUserId ¶
func (o *MetadataWithStateNameservers) GetCreatedByUserId() string
GetCreatedByUserId returns the CreatedByUserId field value if set, zero value otherwise.
func (*MetadataWithStateNameservers) GetCreatedByUserIdOk ¶
func (o *MetadataWithStateNameservers) GetCreatedByUserIdOk() (*string, bool)
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateNameservers) GetCreatedDate ¶
func (o *MetadataWithStateNameservers) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field value if set, zero value otherwise.
func (*MetadataWithStateNameservers) GetCreatedDateOk ¶
func (o *MetadataWithStateNameservers) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateNameservers) GetLastModifiedBy ¶
func (o *MetadataWithStateNameservers) GetLastModifiedBy() string
GetLastModifiedBy returns the LastModifiedBy field value if set, zero value otherwise.
func (*MetadataWithStateNameservers) GetLastModifiedByOk ¶
func (o *MetadataWithStateNameservers) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateNameservers) GetLastModifiedByUserId ¶
func (o *MetadataWithStateNameservers) GetLastModifiedByUserId() string
GetLastModifiedByUserId returns the LastModifiedByUserId field value if set, zero value otherwise.
func (*MetadataWithStateNameservers) GetLastModifiedByUserIdOk ¶
func (o *MetadataWithStateNameservers) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateNameservers) GetLastModifiedDate ¶
func (o *MetadataWithStateNameservers) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field value if set, zero value otherwise.
func (*MetadataWithStateNameservers) GetLastModifiedDateOk ¶
func (o *MetadataWithStateNameservers) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetadataWithStateNameservers) GetNameservers ¶
func (o *MetadataWithStateNameservers) GetNameservers() []string
GetNameservers returns the Nameservers field value
func (*MetadataWithStateNameservers) GetNameserversOk ¶
func (o *MetadataWithStateNameservers) GetNameserversOk() ([]string, bool)
GetNameserversOk returns a tuple with the Nameservers field value and a boolean to check if the value has been set.
func (*MetadataWithStateNameservers) GetState ¶
func (o *MetadataWithStateNameservers) GetState() ProvisioningState
GetState returns the State field value
func (*MetadataWithStateNameservers) GetStateOk ¶
func (o *MetadataWithStateNameservers) GetStateOk() (*ProvisioningState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*MetadataWithStateNameservers) HasCreatedBy ¶
func (o *MetadataWithStateNameservers) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*MetadataWithStateNameservers) HasCreatedByUserId ¶
func (o *MetadataWithStateNameservers) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
func (*MetadataWithStateNameservers) HasCreatedDate ¶
func (o *MetadataWithStateNameservers) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (*MetadataWithStateNameservers) HasLastModifiedBy ¶
func (o *MetadataWithStateNameservers) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (*MetadataWithStateNameservers) HasLastModifiedByUserId ¶
func (o *MetadataWithStateNameservers) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
func (*MetadataWithStateNameservers) HasLastModifiedDate ¶
func (o *MetadataWithStateNameservers) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (*MetadataWithStateNameservers) SetCreatedBy ¶
func (o *MetadataWithStateNameservers) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*MetadataWithStateNameservers) SetCreatedByUserId ¶
func (o *MetadataWithStateNameservers) SetCreatedByUserId(v string)
SetCreatedByUserId gets a reference to the given string and assigns it to the CreatedByUserId field.
func (*MetadataWithStateNameservers) SetCreatedDate ¶
func (o *MetadataWithStateNameservers) SetCreatedDate(v time.Time)
SetCreatedDate gets a reference to the given time.Time and assigns it to the CreatedDate field.
func (*MetadataWithStateNameservers) SetLastModifiedBy ¶
func (o *MetadataWithStateNameservers) SetLastModifiedBy(v string)
SetLastModifiedBy gets a reference to the given string and assigns it to the LastModifiedBy field.
func (*MetadataWithStateNameservers) SetLastModifiedByUserId ¶
func (o *MetadataWithStateNameservers) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId gets a reference to the given string and assigns it to the LastModifiedByUserId field.
func (*MetadataWithStateNameservers) SetLastModifiedDate ¶
func (o *MetadataWithStateNameservers) SetLastModifiedDate(v time.Time)
SetLastModifiedDate gets a reference to the given time.Time and assigns it to the LastModifiedDate field.
func (*MetadataWithStateNameservers) SetNameservers ¶
func (o *MetadataWithStateNameservers) SetNameservers(v []string)
SetNameservers sets field value
func (*MetadataWithStateNameservers) SetState ¶
func (o *MetadataWithStateNameservers) SetState(v ProvisioningState)
SetState sets field value
func (MetadataWithStateNameservers) ToMap ¶
func (o MetadataWithStateNameservers) ToMap() (map[string]interface{}, error)
type MetadataWithStateNameserversAllOf ¶
type MetadataWithStateNameserversAllOf struct { State ProvisioningState `json:"state"` // The list of nameservers associated to the zone. Nameservers are different for primary and secondary zones. For primary zones it would be: - ns-ic.ui-dns.com - ns-ic.ui-dns.de - ns-ic.ui-dns.org - ns-ic.ui-dns.biz And for secondary zones: - nscs.ui-dns.com - nscs.ui-dns.de - nscs.ui-dns.org - nscs.ui-dns.biz Nameservers []string `json:"nameservers"` }
MetadataWithStateNameserversAllOf struct for MetadataWithStateNameserversAllOf
func NewMetadataWithStateNameserversAllOf ¶
func NewMetadataWithStateNameserversAllOf(state ProvisioningState, nameservers []string) *MetadataWithStateNameserversAllOf
NewMetadataWithStateNameserversAllOf instantiates a new MetadataWithStateNameserversAllOf 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 NewMetadataWithStateNameserversAllOfWithDefaults ¶
func NewMetadataWithStateNameserversAllOfWithDefaults() *MetadataWithStateNameserversAllOf
NewMetadataWithStateNameserversAllOfWithDefaults instantiates a new MetadataWithStateNameserversAllOf 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 (*MetadataWithStateNameserversAllOf) GetNameservers ¶
func (o *MetadataWithStateNameserversAllOf) GetNameservers() []string
GetNameservers returns the Nameservers field value
func (*MetadataWithStateNameserversAllOf) GetNameserversOk ¶
func (o *MetadataWithStateNameserversAllOf) GetNameserversOk() ([]string, bool)
GetNameserversOk returns a tuple with the Nameservers field value and a boolean to check if the value has been set.
func (*MetadataWithStateNameserversAllOf) GetState ¶
func (o *MetadataWithStateNameserversAllOf) GetState() ProvisioningState
GetState returns the State field value
func (*MetadataWithStateNameserversAllOf) GetStateOk ¶
func (o *MetadataWithStateNameserversAllOf) GetStateOk() (*ProvisioningState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*MetadataWithStateNameserversAllOf) SetNameservers ¶
func (o *MetadataWithStateNameserversAllOf) SetNameservers(v []string)
SetNameservers sets field value
func (*MetadataWithStateNameserversAllOf) SetState ¶
func (o *MetadataWithStateNameserversAllOf) SetState(v ProvisioningState)
SetState sets field value
func (MetadataWithStateNameserversAllOf) ToMap ¶
func (o MetadataWithStateNameserversAllOf) ToMap() (map[string]interface{}, error)
type NsecParameters ¶
type NsecParameters struct { NsecMode NsecMode `json:"nsecMode"` // Number of iterations for NSEC3. (between 0 and 50) Nsec3Iterations int32 `json:"nsec3Iterations"` // Salt length in bits for NSEC3. (between 64 and 128, multiples of 8) Nsec3SaltBits int32 `json:"nsec3SaltBits"` }
NsecParameters Nsec parameters.
func NewNsecParameters ¶
func NewNsecParameters(nsecMode NsecMode, nsec3Iterations int32, nsec3SaltBits int32) *NsecParameters
NewNsecParameters instantiates a new NsecParameters 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 NewNsecParametersWithDefaults ¶
func NewNsecParametersWithDefaults() *NsecParameters
NewNsecParametersWithDefaults instantiates a new NsecParameters 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 (*NsecParameters) GetNsec3Iterations ¶
func (o *NsecParameters) GetNsec3Iterations() int32
GetNsec3Iterations returns the Nsec3Iterations field value
func (*NsecParameters) GetNsec3IterationsOk ¶
func (o *NsecParameters) GetNsec3IterationsOk() (*int32, bool)
GetNsec3IterationsOk returns a tuple with the Nsec3Iterations field value and a boolean to check if the value has been set.
func (*NsecParameters) GetNsec3SaltBits ¶
func (o *NsecParameters) GetNsec3SaltBits() int32
GetNsec3SaltBits returns the Nsec3SaltBits field value
func (*NsecParameters) GetNsec3SaltBitsOk ¶
func (o *NsecParameters) GetNsec3SaltBitsOk() (*int32, bool)
GetNsec3SaltBitsOk returns a tuple with the Nsec3SaltBits field value and a boolean to check if the value has been set.
func (*NsecParameters) GetNsecMode ¶
func (o *NsecParameters) GetNsecMode() NsecMode
GetNsecMode returns the NsecMode field value
func (*NsecParameters) GetNsecModeOk ¶
func (o *NsecParameters) GetNsecModeOk() (*NsecMode, bool)
GetNsecModeOk returns a tuple with the NsecMode field value and a boolean to check if the value has been set.
func (*NsecParameters) SetNsec3Iterations ¶
func (o *NsecParameters) SetNsec3Iterations(v int32)
SetNsec3Iterations sets field value
func (*NsecParameters) SetNsec3SaltBits ¶
func (o *NsecParameters) SetNsec3SaltBits(v int32)
SetNsec3SaltBits sets field value
func (*NsecParameters) SetNsecMode ¶
func (o *NsecParameters) SetNsecMode(v NsecMode)
SetNsecMode sets field value
func (NsecParameters) ToMap ¶
func (o NsecParameters) ToMap() (map[string]interface{}, error)
type NullableAlgorithm ¶
type NullableAlgorithm struct {
// contains filtered or unexported fields
}
func NewNullableAlgorithm ¶
func NewNullableAlgorithm(val *Algorithm) *NullableAlgorithm
func (NullableAlgorithm) Get ¶
func (v NullableAlgorithm) Get() *Algorithm
func (NullableAlgorithm) IsSet ¶
func (v NullableAlgorithm) IsSet() bool
func (NullableAlgorithm) MarshalJSON ¶
func (v NullableAlgorithm) MarshalJSON() ([]byte, error)
func (*NullableAlgorithm) Set ¶
func (v *NullableAlgorithm) Set(val *Algorithm)
func (*NullableAlgorithm) UnmarshalJSON ¶
func (v *NullableAlgorithm) UnmarshalJSON(src []byte) error
func (*NullableAlgorithm) Unset ¶
func (v *NullableAlgorithm) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCommonZone ¶
type NullableCommonZone struct {
// contains filtered or unexported fields
}
func NewNullableCommonZone ¶
func NewNullableCommonZone(val *CommonZone) *NullableCommonZone
func (NullableCommonZone) Get ¶
func (v NullableCommonZone) Get() *CommonZone
func (NullableCommonZone) IsSet ¶
func (v NullableCommonZone) IsSet() bool
func (NullableCommonZone) MarshalJSON ¶
func (v NullableCommonZone) MarshalJSON() ([]byte, error)
func (*NullableCommonZone) Set ¶
func (v *NullableCommonZone) Set(val *CommonZone)
func (*NullableCommonZone) UnmarshalJSON ¶
func (v *NullableCommonZone) UnmarshalJSON(src []byte) error
func (*NullableCommonZone) Unset ¶
func (v *NullableCommonZone) Unset()
type NullableCommonZoneRead ¶
type NullableCommonZoneRead struct {
// contains filtered or unexported fields
}
func NewNullableCommonZoneRead ¶
func NewNullableCommonZoneRead(val *CommonZoneRead) *NullableCommonZoneRead
func (NullableCommonZoneRead) Get ¶
func (v NullableCommonZoneRead) Get() *CommonZoneRead
func (NullableCommonZoneRead) IsSet ¶
func (v NullableCommonZoneRead) IsSet() bool
func (NullableCommonZoneRead) MarshalJSON ¶
func (v NullableCommonZoneRead) MarshalJSON() ([]byte, error)
func (*NullableCommonZoneRead) Set ¶
func (v *NullableCommonZoneRead) Set(val *CommonZoneRead)
func (*NullableCommonZoneRead) UnmarshalJSON ¶
func (v *NullableCommonZoneRead) UnmarshalJSON(src []byte) error
func (*NullableCommonZoneRead) Unset ¶
func (v *NullableCommonZoneRead) Unset()
type NullableCommonZoneReadList ¶
type NullableCommonZoneReadList struct {
// contains filtered or unexported fields
}
func NewNullableCommonZoneReadList ¶
func NewNullableCommonZoneReadList(val *CommonZoneReadList) *NullableCommonZoneReadList
func (NullableCommonZoneReadList) Get ¶
func (v NullableCommonZoneReadList) Get() *CommonZoneReadList
func (NullableCommonZoneReadList) IsSet ¶
func (v NullableCommonZoneReadList) IsSet() bool
func (NullableCommonZoneReadList) MarshalJSON ¶
func (v NullableCommonZoneReadList) MarshalJSON() ([]byte, error)
func (*NullableCommonZoneReadList) Set ¶
func (v *NullableCommonZoneReadList) Set(val *CommonZoneReadList)
func (*NullableCommonZoneReadList) UnmarshalJSON ¶
func (v *NullableCommonZoneReadList) UnmarshalJSON(src []byte) error
func (*NullableCommonZoneReadList) Unset ¶
func (v *NullableCommonZoneReadList) Unset()
type NullableDnssecKey ¶
type NullableDnssecKey struct {
// contains filtered or unexported fields
}
func NewNullableDnssecKey ¶
func NewNullableDnssecKey(val *DnssecKey) *NullableDnssecKey
func (NullableDnssecKey) Get ¶
func (v NullableDnssecKey) Get() *DnssecKey
func (NullableDnssecKey) IsSet ¶
func (v NullableDnssecKey) IsSet() bool
func (NullableDnssecKey) MarshalJSON ¶
func (v NullableDnssecKey) MarshalJSON() ([]byte, error)
func (*NullableDnssecKey) Set ¶
func (v *NullableDnssecKey) Set(val *DnssecKey)
func (*NullableDnssecKey) UnmarshalJSON ¶
func (v *NullableDnssecKey) UnmarshalJSON(src []byte) error
func (*NullableDnssecKey) Unset ¶
func (v *NullableDnssecKey) Unset()
type NullableDnssecKeyCreate ¶
type NullableDnssecKeyCreate struct {
// contains filtered or unexported fields
}
func NewNullableDnssecKeyCreate ¶
func NewNullableDnssecKeyCreate(val *DnssecKeyCreate) *NullableDnssecKeyCreate
func (NullableDnssecKeyCreate) Get ¶
func (v NullableDnssecKeyCreate) Get() *DnssecKeyCreate
func (NullableDnssecKeyCreate) IsSet ¶
func (v NullableDnssecKeyCreate) IsSet() bool
func (NullableDnssecKeyCreate) MarshalJSON ¶
func (v NullableDnssecKeyCreate) MarshalJSON() ([]byte, error)
func (*NullableDnssecKeyCreate) Set ¶
func (v *NullableDnssecKeyCreate) Set(val *DnssecKeyCreate)
func (*NullableDnssecKeyCreate) UnmarshalJSON ¶
func (v *NullableDnssecKeyCreate) UnmarshalJSON(src []byte) error
func (*NullableDnssecKeyCreate) Unset ¶
func (v *NullableDnssecKeyCreate) Unset()
type NullableDnssecKeyParameters ¶
type NullableDnssecKeyParameters struct {
// contains filtered or unexported fields
}
func NewNullableDnssecKeyParameters ¶
func NewNullableDnssecKeyParameters(val *DnssecKeyParameters) *NullableDnssecKeyParameters
func (NullableDnssecKeyParameters) Get ¶
func (v NullableDnssecKeyParameters) Get() *DnssecKeyParameters
func (NullableDnssecKeyParameters) IsSet ¶
func (v NullableDnssecKeyParameters) IsSet() bool
func (NullableDnssecKeyParameters) MarshalJSON ¶
func (v NullableDnssecKeyParameters) MarshalJSON() ([]byte, error)
func (*NullableDnssecKeyParameters) Set ¶
func (v *NullableDnssecKeyParameters) Set(val *DnssecKeyParameters)
func (*NullableDnssecKeyParameters) UnmarshalJSON ¶
func (v *NullableDnssecKeyParameters) UnmarshalJSON(src []byte) error
func (*NullableDnssecKeyParameters) Unset ¶
func (v *NullableDnssecKeyParameters) Unset()
type NullableDnssecKeyReadCreation ¶
type NullableDnssecKeyReadCreation struct {
// contains filtered or unexported fields
}
func NewNullableDnssecKeyReadCreation ¶
func NewNullableDnssecKeyReadCreation(val *DnssecKeyReadCreation) *NullableDnssecKeyReadCreation
func (NullableDnssecKeyReadCreation) Get ¶
func (v NullableDnssecKeyReadCreation) Get() *DnssecKeyReadCreation
func (NullableDnssecKeyReadCreation) IsSet ¶
func (v NullableDnssecKeyReadCreation) IsSet() bool
func (NullableDnssecKeyReadCreation) MarshalJSON ¶
func (v NullableDnssecKeyReadCreation) MarshalJSON() ([]byte, error)
func (*NullableDnssecKeyReadCreation) Set ¶
func (v *NullableDnssecKeyReadCreation) Set(val *DnssecKeyReadCreation)
func (*NullableDnssecKeyReadCreation) UnmarshalJSON ¶
func (v *NullableDnssecKeyReadCreation) UnmarshalJSON(src []byte) error
func (*NullableDnssecKeyReadCreation) Unset ¶
func (v *NullableDnssecKeyReadCreation) Unset()
type NullableDnssecKeyReadList ¶
type NullableDnssecKeyReadList struct {
// contains filtered or unexported fields
}
func NewNullableDnssecKeyReadList ¶
func NewNullableDnssecKeyReadList(val *DnssecKeyReadList) *NullableDnssecKeyReadList
func (NullableDnssecKeyReadList) Get ¶
func (v NullableDnssecKeyReadList) Get() *DnssecKeyReadList
func (NullableDnssecKeyReadList) IsSet ¶
func (v NullableDnssecKeyReadList) IsSet() bool
func (NullableDnssecKeyReadList) MarshalJSON ¶
func (v NullableDnssecKeyReadList) MarshalJSON() ([]byte, error)
func (*NullableDnssecKeyReadList) Set ¶
func (v *NullableDnssecKeyReadList) Set(val *DnssecKeyReadList)
func (*NullableDnssecKeyReadList) UnmarshalJSON ¶
func (v *NullableDnssecKeyReadList) UnmarshalJSON(src []byte) error
func (*NullableDnssecKeyReadList) Unset ¶
func (v *NullableDnssecKeyReadList) Unset()
type NullableDnssecKeyReadListMetadata ¶
type NullableDnssecKeyReadListMetadata struct {
// contains filtered or unexported fields
}
func NewNullableDnssecKeyReadListMetadata ¶
func NewNullableDnssecKeyReadListMetadata(val *DnssecKeyReadListMetadata) *NullableDnssecKeyReadListMetadata
func (NullableDnssecKeyReadListMetadata) Get ¶
func (v NullableDnssecKeyReadListMetadata) Get() *DnssecKeyReadListMetadata
func (NullableDnssecKeyReadListMetadata) IsSet ¶
func (v NullableDnssecKeyReadListMetadata) IsSet() bool
func (NullableDnssecKeyReadListMetadata) MarshalJSON ¶
func (v NullableDnssecKeyReadListMetadata) MarshalJSON() ([]byte, error)
func (*NullableDnssecKeyReadListMetadata) Set ¶
func (v *NullableDnssecKeyReadListMetadata) Set(val *DnssecKeyReadListMetadata)
func (*NullableDnssecKeyReadListMetadata) UnmarshalJSON ¶
func (v *NullableDnssecKeyReadListMetadata) UnmarshalJSON(src []byte) error
func (*NullableDnssecKeyReadListMetadata) Unset ¶
func (v *NullableDnssecKeyReadListMetadata) Unset()
type NullableDnssecKeyReadListProperties ¶
type NullableDnssecKeyReadListProperties struct {
// contains filtered or unexported fields
}
func NewNullableDnssecKeyReadListProperties ¶
func NewNullableDnssecKeyReadListProperties(val *DnssecKeyReadListProperties) *NullableDnssecKeyReadListProperties
func (NullableDnssecKeyReadListProperties) Get ¶
func (v NullableDnssecKeyReadListProperties) Get() *DnssecKeyReadListProperties
func (NullableDnssecKeyReadListProperties) IsSet ¶
func (v NullableDnssecKeyReadListProperties) IsSet() bool
func (NullableDnssecKeyReadListProperties) MarshalJSON ¶
func (v NullableDnssecKeyReadListProperties) MarshalJSON() ([]byte, error)
func (*NullableDnssecKeyReadListProperties) Set ¶
func (v *NullableDnssecKeyReadListProperties) Set(val *DnssecKeyReadListProperties)
func (*NullableDnssecKeyReadListProperties) UnmarshalJSON ¶
func (v *NullableDnssecKeyReadListProperties) UnmarshalJSON(src []byte) error
func (*NullableDnssecKeyReadListProperties) Unset ¶
func (v *NullableDnssecKeyReadListProperties) Unset()
type NullableDnssecKeyReadListPropertiesKeyParameters ¶
type NullableDnssecKeyReadListPropertiesKeyParameters struct {
// contains filtered or unexported fields
}
func NewNullableDnssecKeyReadListPropertiesKeyParameters ¶
func NewNullableDnssecKeyReadListPropertiesKeyParameters(val *DnssecKeyReadListPropertiesKeyParameters) *NullableDnssecKeyReadListPropertiesKeyParameters
func (NullableDnssecKeyReadListPropertiesKeyParameters) IsSet ¶
func (v NullableDnssecKeyReadListPropertiesKeyParameters) IsSet() bool
func (NullableDnssecKeyReadListPropertiesKeyParameters) MarshalJSON ¶
func (v NullableDnssecKeyReadListPropertiesKeyParameters) MarshalJSON() ([]byte, error)
func (*NullableDnssecKeyReadListPropertiesKeyParameters) UnmarshalJSON ¶
func (v *NullableDnssecKeyReadListPropertiesKeyParameters) UnmarshalJSON(src []byte) error
func (*NullableDnssecKeyReadListPropertiesKeyParameters) Unset ¶
func (v *NullableDnssecKeyReadListPropertiesKeyParameters) Unset()
type NullableDnssecKeyReadListPropertiesNsecParameters ¶
type NullableDnssecKeyReadListPropertiesNsecParameters struct {
// contains filtered or unexported fields
}
func NewNullableDnssecKeyReadListPropertiesNsecParameters ¶
func NewNullableDnssecKeyReadListPropertiesNsecParameters(val *DnssecKeyReadListPropertiesNsecParameters) *NullableDnssecKeyReadListPropertiesNsecParameters
func (NullableDnssecKeyReadListPropertiesNsecParameters) IsSet ¶
func (v NullableDnssecKeyReadListPropertiesNsecParameters) IsSet() bool
func (NullableDnssecKeyReadListPropertiesNsecParameters) MarshalJSON ¶
func (v NullableDnssecKeyReadListPropertiesNsecParameters) MarshalJSON() ([]byte, error)
func (*NullableDnssecKeyReadListPropertiesNsecParameters) UnmarshalJSON ¶
func (v *NullableDnssecKeyReadListPropertiesNsecParameters) UnmarshalJSON(src []byte) error
func (*NullableDnssecKeyReadListPropertiesNsecParameters) Unset ¶
func (v *NullableDnssecKeyReadListPropertiesNsecParameters) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableErrorMessages ¶
type NullableErrorMessages struct {
// contains filtered or unexported fields
}
func NewNullableErrorMessages ¶
func NewNullableErrorMessages(val *ErrorMessages) *NullableErrorMessages
func (NullableErrorMessages) Get ¶
func (v NullableErrorMessages) Get() *ErrorMessages
func (NullableErrorMessages) IsSet ¶
func (v NullableErrorMessages) IsSet() bool
func (NullableErrorMessages) MarshalJSON ¶
func (v NullableErrorMessages) MarshalJSON() ([]byte, error)
func (*NullableErrorMessages) Set ¶
func (v *NullableErrorMessages) Set(val *ErrorMessages)
func (*NullableErrorMessages) UnmarshalJSON ¶
func (v *NullableErrorMessages) UnmarshalJSON(src []byte) error
func (*NullableErrorMessages) Unset ¶
func (v *NullableErrorMessages) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableIonosTime ¶ added in v2.0.1
type NullableIonosTime struct {
NullableTime
}
type NullableKeyData ¶
type NullableKeyData struct {
// contains filtered or unexported fields
}
func NewNullableKeyData ¶
func NewNullableKeyData(val *KeyData) *NullableKeyData
func (NullableKeyData) Get ¶
func (v NullableKeyData) Get() *KeyData
func (NullableKeyData) IsSet ¶
func (v NullableKeyData) IsSet() bool
func (NullableKeyData) MarshalJSON ¶
func (v NullableKeyData) MarshalJSON() ([]byte, error)
func (*NullableKeyData) Set ¶
func (v *NullableKeyData) Set(val *KeyData)
func (*NullableKeyData) UnmarshalJSON ¶
func (v *NullableKeyData) UnmarshalJSON(src []byte) error
func (*NullableKeyData) Unset ¶
func (v *NullableKeyData) Unset()
type NullableKeyParameters ¶
type NullableKeyParameters struct {
// contains filtered or unexported fields
}
func NewNullableKeyParameters ¶
func NewNullableKeyParameters(val *KeyParameters) *NullableKeyParameters
func (NullableKeyParameters) Get ¶
func (v NullableKeyParameters) Get() *KeyParameters
func (NullableKeyParameters) IsSet ¶
func (v NullableKeyParameters) IsSet() bool
func (NullableKeyParameters) MarshalJSON ¶
func (v NullableKeyParameters) MarshalJSON() ([]byte, error)
func (*NullableKeyParameters) Set ¶
func (v *NullableKeyParameters) Set(val *KeyParameters)
func (*NullableKeyParameters) UnmarshalJSON ¶
func (v *NullableKeyParameters) UnmarshalJSON(src []byte) error
func (*NullableKeyParameters) Unset ¶
func (v *NullableKeyParameters) Unset()
type NullableKskBits ¶
type NullableKskBits struct {
// contains filtered or unexported fields
}
func NewNullableKskBits ¶
func NewNullableKskBits(val *KskBits) *NullableKskBits
func (NullableKskBits) Get ¶
func (v NullableKskBits) Get() *KskBits
func (NullableKskBits) IsSet ¶
func (v NullableKskBits) IsSet() bool
func (NullableKskBits) MarshalJSON ¶
func (v NullableKskBits) MarshalJSON() ([]byte, error)
func (*NullableKskBits) Set ¶
func (v *NullableKskBits) Set(val *KskBits)
func (*NullableKskBits) UnmarshalJSON ¶
func (v *NullableKskBits) UnmarshalJSON(src []byte) error
func (*NullableKskBits) Unset ¶
func (v *NullableKskBits) Unset()
type NullableLinks ¶
type NullableLinks struct {
// contains filtered or unexported fields
}
func NewNullableLinks ¶
func NewNullableLinks(val *Links) *NullableLinks
func (NullableLinks) Get ¶
func (v NullableLinks) Get() *Links
func (NullableLinks) IsSet ¶
func (v NullableLinks) IsSet() bool
func (NullableLinks) MarshalJSON ¶
func (v NullableLinks) MarshalJSON() ([]byte, error)
func (*NullableLinks) Set ¶
func (v *NullableLinks) Set(val *Links)
func (*NullableLinks) UnmarshalJSON ¶
func (v *NullableLinks) UnmarshalJSON(src []byte) error
func (*NullableLinks) Unset ¶
func (v *NullableLinks) Unset()
type NullableMetadata ¶
type NullableMetadata struct {
// contains filtered or unexported fields
}
func NewNullableMetadata ¶
func NewNullableMetadata(val *Metadata) *NullableMetadata
func (NullableMetadata) Get ¶
func (v NullableMetadata) Get() *Metadata
func (NullableMetadata) IsSet ¶
func (v NullableMetadata) IsSet() bool
func (NullableMetadata) MarshalJSON ¶
func (v NullableMetadata) MarshalJSON() ([]byte, error)
func (*NullableMetadata) Set ¶
func (v *NullableMetadata) Set(val *Metadata)
func (*NullableMetadata) UnmarshalJSON ¶
func (v *NullableMetadata) UnmarshalJSON(src []byte) error
func (*NullableMetadata) Unset ¶
func (v *NullableMetadata) Unset()
type NullableMetadataForSecondaryZoneRecords ¶
type NullableMetadataForSecondaryZoneRecords struct {
// contains filtered or unexported fields
}
func NewNullableMetadataForSecondaryZoneRecords ¶
func NewNullableMetadataForSecondaryZoneRecords(val *MetadataForSecondaryZoneRecords) *NullableMetadataForSecondaryZoneRecords
func (NullableMetadataForSecondaryZoneRecords) IsSet ¶
func (v NullableMetadataForSecondaryZoneRecords) IsSet() bool
func (NullableMetadataForSecondaryZoneRecords) MarshalJSON ¶
func (v NullableMetadataForSecondaryZoneRecords) MarshalJSON() ([]byte, error)
func (*NullableMetadataForSecondaryZoneRecords) Set ¶
func (v *NullableMetadataForSecondaryZoneRecords) Set(val *MetadataForSecondaryZoneRecords)
func (*NullableMetadataForSecondaryZoneRecords) UnmarshalJSON ¶
func (v *NullableMetadataForSecondaryZoneRecords) UnmarshalJSON(src []byte) error
func (*NullableMetadataForSecondaryZoneRecords) Unset ¶
func (v *NullableMetadataForSecondaryZoneRecords) Unset()
type NullableMetadataWithStateFqdnZoneId ¶
type NullableMetadataWithStateFqdnZoneId struct {
// contains filtered or unexported fields
}
func NewNullableMetadataWithStateFqdnZoneId ¶
func NewNullableMetadataWithStateFqdnZoneId(val *MetadataWithStateFqdnZoneId) *NullableMetadataWithStateFqdnZoneId
func (NullableMetadataWithStateFqdnZoneId) Get ¶
func (v NullableMetadataWithStateFqdnZoneId) Get() *MetadataWithStateFqdnZoneId
func (NullableMetadataWithStateFqdnZoneId) IsSet ¶
func (v NullableMetadataWithStateFqdnZoneId) IsSet() bool
func (NullableMetadataWithStateFqdnZoneId) MarshalJSON ¶
func (v NullableMetadataWithStateFqdnZoneId) MarshalJSON() ([]byte, error)
func (*NullableMetadataWithStateFqdnZoneId) Set ¶
func (v *NullableMetadataWithStateFqdnZoneId) Set(val *MetadataWithStateFqdnZoneId)
func (*NullableMetadataWithStateFqdnZoneId) UnmarshalJSON ¶
func (v *NullableMetadataWithStateFqdnZoneId) UnmarshalJSON(src []byte) error
func (*NullableMetadataWithStateFqdnZoneId) Unset ¶
func (v *NullableMetadataWithStateFqdnZoneId) Unset()
type NullableMetadataWithStateFqdnZoneIdAllOf ¶
type NullableMetadataWithStateFqdnZoneIdAllOf struct {
// contains filtered or unexported fields
}
func NewNullableMetadataWithStateFqdnZoneIdAllOf ¶
func NewNullableMetadataWithStateFqdnZoneIdAllOf(val *MetadataWithStateFqdnZoneIdAllOf) *NullableMetadataWithStateFqdnZoneIdAllOf
func (NullableMetadataWithStateFqdnZoneIdAllOf) IsSet ¶
func (v NullableMetadataWithStateFqdnZoneIdAllOf) IsSet() bool
func (NullableMetadataWithStateFqdnZoneIdAllOf) MarshalJSON ¶
func (v NullableMetadataWithStateFqdnZoneIdAllOf) MarshalJSON() ([]byte, error)
func (*NullableMetadataWithStateFqdnZoneIdAllOf) Set ¶
func (v *NullableMetadataWithStateFqdnZoneIdAllOf) Set(val *MetadataWithStateFqdnZoneIdAllOf)
func (*NullableMetadataWithStateFqdnZoneIdAllOf) UnmarshalJSON ¶
func (v *NullableMetadataWithStateFqdnZoneIdAllOf) UnmarshalJSON(src []byte) error
func (*NullableMetadataWithStateFqdnZoneIdAllOf) Unset ¶
func (v *NullableMetadataWithStateFqdnZoneIdAllOf) Unset()
type NullableMetadataWithStateNameservers ¶
type NullableMetadataWithStateNameservers struct {
// contains filtered or unexported fields
}
func NewNullableMetadataWithStateNameservers ¶
func NewNullableMetadataWithStateNameservers(val *MetadataWithStateNameservers) *NullableMetadataWithStateNameservers
func (NullableMetadataWithStateNameservers) Get ¶
func (v NullableMetadataWithStateNameservers) Get() *MetadataWithStateNameservers
func (NullableMetadataWithStateNameservers) IsSet ¶
func (v NullableMetadataWithStateNameservers) IsSet() bool
func (NullableMetadataWithStateNameservers) MarshalJSON ¶
func (v NullableMetadataWithStateNameservers) MarshalJSON() ([]byte, error)
func (*NullableMetadataWithStateNameservers) Set ¶
func (v *NullableMetadataWithStateNameservers) Set(val *MetadataWithStateNameservers)
func (*NullableMetadataWithStateNameservers) UnmarshalJSON ¶
func (v *NullableMetadataWithStateNameservers) UnmarshalJSON(src []byte) error
func (*NullableMetadataWithStateNameservers) Unset ¶
func (v *NullableMetadataWithStateNameservers) Unset()
type NullableMetadataWithStateNameserversAllOf ¶
type NullableMetadataWithStateNameserversAllOf struct {
// contains filtered or unexported fields
}
func NewNullableMetadataWithStateNameserversAllOf ¶
func NewNullableMetadataWithStateNameserversAllOf(val *MetadataWithStateNameserversAllOf) *NullableMetadataWithStateNameserversAllOf
func (NullableMetadataWithStateNameserversAllOf) IsSet ¶
func (v NullableMetadataWithStateNameserversAllOf) IsSet() bool
func (NullableMetadataWithStateNameserversAllOf) MarshalJSON ¶
func (v NullableMetadataWithStateNameserversAllOf) MarshalJSON() ([]byte, error)
func (*NullableMetadataWithStateNameserversAllOf) Set ¶
func (v *NullableMetadataWithStateNameserversAllOf) Set(val *MetadataWithStateNameserversAllOf)
func (*NullableMetadataWithStateNameserversAllOf) UnmarshalJSON ¶
func (v *NullableMetadataWithStateNameserversAllOf) UnmarshalJSON(src []byte) error
func (*NullableMetadataWithStateNameserversAllOf) Unset ¶
func (v *NullableMetadataWithStateNameserversAllOf) Unset()
type NullableNsecMode ¶
type NullableNsecMode struct {
// contains filtered or unexported fields
}
func NewNullableNsecMode ¶
func NewNullableNsecMode(val *NsecMode) *NullableNsecMode
func (NullableNsecMode) Get ¶
func (v NullableNsecMode) Get() *NsecMode
func (NullableNsecMode) IsSet ¶
func (v NullableNsecMode) IsSet() bool
func (NullableNsecMode) MarshalJSON ¶
func (v NullableNsecMode) MarshalJSON() ([]byte, error)
func (*NullableNsecMode) Set ¶
func (v *NullableNsecMode) Set(val *NsecMode)
func (*NullableNsecMode) UnmarshalJSON ¶
func (v *NullableNsecMode) UnmarshalJSON(src []byte) error
func (*NullableNsecMode) Unset ¶
func (v *NullableNsecMode) Unset()
type NullableNsecParameters ¶
type NullableNsecParameters struct {
// contains filtered or unexported fields
}
func NewNullableNsecParameters ¶
func NewNullableNsecParameters(val *NsecParameters) *NullableNsecParameters
func (NullableNsecParameters) Get ¶
func (v NullableNsecParameters) Get() *NsecParameters
func (NullableNsecParameters) IsSet ¶
func (v NullableNsecParameters) IsSet() bool
func (NullableNsecParameters) MarshalJSON ¶
func (v NullableNsecParameters) MarshalJSON() ([]byte, error)
func (*NullableNsecParameters) Set ¶
func (v *NullableNsecParameters) Set(val *NsecParameters)
func (*NullableNsecParameters) UnmarshalJSON ¶
func (v *NullableNsecParameters) UnmarshalJSON(src []byte) error
func (*NullableNsecParameters) Unset ¶
func (v *NullableNsecParameters) Unset()
type NullableProvisioningState ¶
type NullableProvisioningState struct {
// contains filtered or unexported fields
}
func NewNullableProvisioningState ¶
func NewNullableProvisioningState(val *ProvisioningState) *NullableProvisioningState
func (NullableProvisioningState) Get ¶
func (v NullableProvisioningState) Get() *ProvisioningState
func (NullableProvisioningState) IsSet ¶
func (v NullableProvisioningState) IsSet() bool
func (NullableProvisioningState) MarshalJSON ¶
func (v NullableProvisioningState) MarshalJSON() ([]byte, error)
func (*NullableProvisioningState) Set ¶
func (v *NullableProvisioningState) Set(val *ProvisioningState)
func (*NullableProvisioningState) UnmarshalJSON ¶
func (v *NullableProvisioningState) UnmarshalJSON(src []byte) error
func (*NullableProvisioningState) Unset ¶
func (v *NullableProvisioningState) Unset()
type NullableQuota ¶
type NullableQuota struct {
// contains filtered or unexported fields
}
func NewNullableQuota ¶
func NewNullableQuota(val *Quota) *NullableQuota
func (NullableQuota) Get ¶
func (v NullableQuota) Get() *Quota
func (NullableQuota) IsSet ¶
func (v NullableQuota) IsSet() bool
func (NullableQuota) MarshalJSON ¶
func (v NullableQuota) MarshalJSON() ([]byte, error)
func (*NullableQuota) Set ¶
func (v *NullableQuota) Set(val *Quota)
func (*NullableQuota) UnmarshalJSON ¶
func (v *NullableQuota) UnmarshalJSON(src []byte) error
func (*NullableQuota) Unset ¶
func (v *NullableQuota) Unset()
type NullableQuotaDetail ¶
type NullableQuotaDetail struct {
// contains filtered or unexported fields
}
func NewNullableQuotaDetail ¶
func NewNullableQuotaDetail(val *QuotaDetail) *NullableQuotaDetail
func (NullableQuotaDetail) Get ¶
func (v NullableQuotaDetail) Get() *QuotaDetail
func (NullableQuotaDetail) IsSet ¶
func (v NullableQuotaDetail) IsSet() bool
func (NullableQuotaDetail) MarshalJSON ¶
func (v NullableQuotaDetail) MarshalJSON() ([]byte, error)
func (*NullableQuotaDetail) Set ¶
func (v *NullableQuotaDetail) Set(val *QuotaDetail)
func (*NullableQuotaDetail) UnmarshalJSON ¶
func (v *NullableQuotaDetail) UnmarshalJSON(src []byte) error
func (*NullableQuotaDetail) Unset ¶
func (v *NullableQuotaDetail) Unset()
type NullableRecord ¶
type NullableRecord struct {
// contains filtered or unexported fields
}
func NewNullableRecord ¶
func NewNullableRecord(val *Record) *NullableRecord
func (NullableRecord) Get ¶
func (v NullableRecord) Get() *Record
func (NullableRecord) IsSet ¶
func (v NullableRecord) IsSet() bool
func (NullableRecord) MarshalJSON ¶
func (v NullableRecord) MarshalJSON() ([]byte, error)
func (*NullableRecord) Set ¶
func (v *NullableRecord) Set(val *Record)
func (*NullableRecord) UnmarshalJSON ¶
func (v *NullableRecord) UnmarshalJSON(src []byte) error
func (*NullableRecord) Unset ¶
func (v *NullableRecord) Unset()
type NullableRecordCreate ¶
type NullableRecordCreate struct {
// contains filtered or unexported fields
}
func NewNullableRecordCreate ¶
func NewNullableRecordCreate(val *RecordCreate) *NullableRecordCreate
func (NullableRecordCreate) Get ¶
func (v NullableRecordCreate) Get() *RecordCreate
func (NullableRecordCreate) IsSet ¶
func (v NullableRecordCreate) IsSet() bool
func (NullableRecordCreate) MarshalJSON ¶
func (v NullableRecordCreate) MarshalJSON() ([]byte, error)
func (*NullableRecordCreate) Set ¶
func (v *NullableRecordCreate) Set(val *RecordCreate)
func (*NullableRecordCreate) UnmarshalJSON ¶
func (v *NullableRecordCreate) UnmarshalJSON(src []byte) error
func (*NullableRecordCreate) Unset ¶
func (v *NullableRecordCreate) Unset()
type NullableRecordEnsure ¶
type NullableRecordEnsure struct {
// contains filtered or unexported fields
}
func NewNullableRecordEnsure ¶
func NewNullableRecordEnsure(val *RecordEnsure) *NullableRecordEnsure
func (NullableRecordEnsure) Get ¶
func (v NullableRecordEnsure) Get() *RecordEnsure
func (NullableRecordEnsure) IsSet ¶
func (v NullableRecordEnsure) IsSet() bool
func (NullableRecordEnsure) MarshalJSON ¶
func (v NullableRecordEnsure) MarshalJSON() ([]byte, error)
func (*NullableRecordEnsure) Set ¶
func (v *NullableRecordEnsure) Set(val *RecordEnsure)
func (*NullableRecordEnsure) UnmarshalJSON ¶
func (v *NullableRecordEnsure) UnmarshalJSON(src []byte) error
func (*NullableRecordEnsure) Unset ¶
func (v *NullableRecordEnsure) Unset()
type NullableRecordRead ¶
type NullableRecordRead struct {
// contains filtered or unexported fields
}
func NewNullableRecordRead ¶
func NewNullableRecordRead(val *RecordRead) *NullableRecordRead
func (NullableRecordRead) Get ¶
func (v NullableRecordRead) Get() *RecordRead
func (NullableRecordRead) IsSet ¶
func (v NullableRecordRead) IsSet() bool
func (NullableRecordRead) MarshalJSON ¶
func (v NullableRecordRead) MarshalJSON() ([]byte, error)
func (*NullableRecordRead) Set ¶
func (v *NullableRecordRead) Set(val *RecordRead)
func (*NullableRecordRead) UnmarshalJSON ¶
func (v *NullableRecordRead) UnmarshalJSON(src []byte) error
func (*NullableRecordRead) Unset ¶
func (v *NullableRecordRead) Unset()
type NullableRecordReadList ¶
type NullableRecordReadList struct {
// contains filtered or unexported fields
}
func NewNullableRecordReadList ¶
func NewNullableRecordReadList(val *RecordReadList) *NullableRecordReadList
func (NullableRecordReadList) Get ¶
func (v NullableRecordReadList) Get() *RecordReadList
func (NullableRecordReadList) IsSet ¶
func (v NullableRecordReadList) IsSet() bool
func (NullableRecordReadList) MarshalJSON ¶
func (v NullableRecordReadList) MarshalJSON() ([]byte, error)
func (*NullableRecordReadList) Set ¶
func (v *NullableRecordReadList) Set(val *RecordReadList)
func (*NullableRecordReadList) UnmarshalJSON ¶
func (v *NullableRecordReadList) UnmarshalJSON(src []byte) error
func (*NullableRecordReadList) Unset ¶
func (v *NullableRecordReadList) Unset()
type NullableReverseRecord ¶
type NullableReverseRecord struct {
// contains filtered or unexported fields
}
func NewNullableReverseRecord ¶
func NewNullableReverseRecord(val *ReverseRecord) *NullableReverseRecord
func (NullableReverseRecord) Get ¶
func (v NullableReverseRecord) Get() *ReverseRecord
func (NullableReverseRecord) IsSet ¶
func (v NullableReverseRecord) IsSet() bool
func (NullableReverseRecord) MarshalJSON ¶
func (v NullableReverseRecord) MarshalJSON() ([]byte, error)
func (*NullableReverseRecord) Set ¶
func (v *NullableReverseRecord) Set(val *ReverseRecord)
func (*NullableReverseRecord) UnmarshalJSON ¶
func (v *NullableReverseRecord) UnmarshalJSON(src []byte) error
func (*NullableReverseRecord) Unset ¶
func (v *NullableReverseRecord) Unset()
type NullableReverseRecordCreate ¶
type NullableReverseRecordCreate struct {
// contains filtered or unexported fields
}
func NewNullableReverseRecordCreate ¶
func NewNullableReverseRecordCreate(val *ReverseRecordCreate) *NullableReverseRecordCreate
func (NullableReverseRecordCreate) Get ¶
func (v NullableReverseRecordCreate) Get() *ReverseRecordCreate
func (NullableReverseRecordCreate) IsSet ¶
func (v NullableReverseRecordCreate) IsSet() bool
func (NullableReverseRecordCreate) MarshalJSON ¶
func (v NullableReverseRecordCreate) MarshalJSON() ([]byte, error)
func (*NullableReverseRecordCreate) Set ¶
func (v *NullableReverseRecordCreate) Set(val *ReverseRecordCreate)
func (*NullableReverseRecordCreate) UnmarshalJSON ¶
func (v *NullableReverseRecordCreate) UnmarshalJSON(src []byte) error
func (*NullableReverseRecordCreate) Unset ¶
func (v *NullableReverseRecordCreate) Unset()
type NullableReverseRecordEnsure ¶
type NullableReverseRecordEnsure struct {
// contains filtered or unexported fields
}
func NewNullableReverseRecordEnsure ¶
func NewNullableReverseRecordEnsure(val *ReverseRecordEnsure) *NullableReverseRecordEnsure
func (NullableReverseRecordEnsure) Get ¶
func (v NullableReverseRecordEnsure) Get() *ReverseRecordEnsure
func (NullableReverseRecordEnsure) IsSet ¶
func (v NullableReverseRecordEnsure) IsSet() bool
func (NullableReverseRecordEnsure) MarshalJSON ¶
func (v NullableReverseRecordEnsure) MarshalJSON() ([]byte, error)
func (*NullableReverseRecordEnsure) Set ¶
func (v *NullableReverseRecordEnsure) Set(val *ReverseRecordEnsure)
func (*NullableReverseRecordEnsure) UnmarshalJSON ¶
func (v *NullableReverseRecordEnsure) UnmarshalJSON(src []byte) error
func (*NullableReverseRecordEnsure) Unset ¶
func (v *NullableReverseRecordEnsure) Unset()
type NullableReverseRecordRead ¶
type NullableReverseRecordRead struct {
// contains filtered or unexported fields
}
func NewNullableReverseRecordRead ¶
func NewNullableReverseRecordRead(val *ReverseRecordRead) *NullableReverseRecordRead
func (NullableReverseRecordRead) Get ¶
func (v NullableReverseRecordRead) Get() *ReverseRecordRead
func (NullableReverseRecordRead) IsSet ¶
func (v NullableReverseRecordRead) IsSet() bool
func (NullableReverseRecordRead) MarshalJSON ¶
func (v NullableReverseRecordRead) MarshalJSON() ([]byte, error)
func (*NullableReverseRecordRead) Set ¶
func (v *NullableReverseRecordRead) Set(val *ReverseRecordRead)
func (*NullableReverseRecordRead) UnmarshalJSON ¶
func (v *NullableReverseRecordRead) UnmarshalJSON(src []byte) error
func (*NullableReverseRecordRead) Unset ¶
func (v *NullableReverseRecordRead) Unset()
type NullableReverseRecordsReadList ¶
type NullableReverseRecordsReadList struct {
// contains filtered or unexported fields
}
func NewNullableReverseRecordsReadList ¶
func NewNullableReverseRecordsReadList(val *ReverseRecordsReadList) *NullableReverseRecordsReadList
func (NullableReverseRecordsReadList) Get ¶
func (v NullableReverseRecordsReadList) Get() *ReverseRecordsReadList
func (NullableReverseRecordsReadList) IsSet ¶
func (v NullableReverseRecordsReadList) IsSet() bool
func (NullableReverseRecordsReadList) MarshalJSON ¶
func (v NullableReverseRecordsReadList) MarshalJSON() ([]byte, error)
func (*NullableReverseRecordsReadList) Set ¶
func (v *NullableReverseRecordsReadList) Set(val *ReverseRecordsReadList)
func (*NullableReverseRecordsReadList) UnmarshalJSON ¶
func (v *NullableReverseRecordsReadList) UnmarshalJSON(src []byte) error
func (*NullableReverseRecordsReadList) Unset ¶
func (v *NullableReverseRecordsReadList) Unset()
type NullableSecondaryZone ¶
type NullableSecondaryZone struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZone ¶
func NewNullableSecondaryZone(val *SecondaryZone) *NullableSecondaryZone
func (NullableSecondaryZone) Get ¶
func (v NullableSecondaryZone) Get() *SecondaryZone
func (NullableSecondaryZone) IsSet ¶
func (v NullableSecondaryZone) IsSet() bool
func (NullableSecondaryZone) MarshalJSON ¶
func (v NullableSecondaryZone) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZone) Set ¶
func (v *NullableSecondaryZone) Set(val *SecondaryZone)
func (*NullableSecondaryZone) UnmarshalJSON ¶
func (v *NullableSecondaryZone) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZone) Unset ¶
func (v *NullableSecondaryZone) Unset()
type NullableSecondaryZoneAllOf ¶
type NullableSecondaryZoneAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZoneAllOf ¶
func NewNullableSecondaryZoneAllOf(val *SecondaryZoneAllOf) *NullableSecondaryZoneAllOf
func (NullableSecondaryZoneAllOf) Get ¶
func (v NullableSecondaryZoneAllOf) Get() *SecondaryZoneAllOf
func (NullableSecondaryZoneAllOf) IsSet ¶
func (v NullableSecondaryZoneAllOf) IsSet() bool
func (NullableSecondaryZoneAllOf) MarshalJSON ¶
func (v NullableSecondaryZoneAllOf) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZoneAllOf) Set ¶
func (v *NullableSecondaryZoneAllOf) Set(val *SecondaryZoneAllOf)
func (*NullableSecondaryZoneAllOf) UnmarshalJSON ¶
func (v *NullableSecondaryZoneAllOf) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZoneAllOf) Unset ¶
func (v *NullableSecondaryZoneAllOf) Unset()
type NullableSecondaryZoneCreate ¶
type NullableSecondaryZoneCreate struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZoneCreate ¶
func NewNullableSecondaryZoneCreate(val *SecondaryZoneCreate) *NullableSecondaryZoneCreate
func (NullableSecondaryZoneCreate) Get ¶
func (v NullableSecondaryZoneCreate) Get() *SecondaryZoneCreate
func (NullableSecondaryZoneCreate) IsSet ¶
func (v NullableSecondaryZoneCreate) IsSet() bool
func (NullableSecondaryZoneCreate) MarshalJSON ¶
func (v NullableSecondaryZoneCreate) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZoneCreate) Set ¶
func (v *NullableSecondaryZoneCreate) Set(val *SecondaryZoneCreate)
func (*NullableSecondaryZoneCreate) UnmarshalJSON ¶
func (v *NullableSecondaryZoneCreate) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZoneCreate) Unset ¶
func (v *NullableSecondaryZoneCreate) Unset()
type NullableSecondaryZoneEnsure ¶
type NullableSecondaryZoneEnsure struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZoneEnsure ¶
func NewNullableSecondaryZoneEnsure(val *SecondaryZoneEnsure) *NullableSecondaryZoneEnsure
func (NullableSecondaryZoneEnsure) Get ¶
func (v NullableSecondaryZoneEnsure) Get() *SecondaryZoneEnsure
func (NullableSecondaryZoneEnsure) IsSet ¶
func (v NullableSecondaryZoneEnsure) IsSet() bool
func (NullableSecondaryZoneEnsure) MarshalJSON ¶
func (v NullableSecondaryZoneEnsure) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZoneEnsure) Set ¶
func (v *NullableSecondaryZoneEnsure) Set(val *SecondaryZoneEnsure)
func (*NullableSecondaryZoneEnsure) UnmarshalJSON ¶
func (v *NullableSecondaryZoneEnsure) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZoneEnsure) Unset ¶
func (v *NullableSecondaryZoneEnsure) Unset()
type NullableSecondaryZoneRead ¶
type NullableSecondaryZoneRead struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZoneRead ¶
func NewNullableSecondaryZoneRead(val *SecondaryZoneRead) *NullableSecondaryZoneRead
func (NullableSecondaryZoneRead) Get ¶
func (v NullableSecondaryZoneRead) Get() *SecondaryZoneRead
func (NullableSecondaryZoneRead) IsSet ¶
func (v NullableSecondaryZoneRead) IsSet() bool
func (NullableSecondaryZoneRead) MarshalJSON ¶
func (v NullableSecondaryZoneRead) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZoneRead) Set ¶
func (v *NullableSecondaryZoneRead) Set(val *SecondaryZoneRead)
func (*NullableSecondaryZoneRead) UnmarshalJSON ¶
func (v *NullableSecondaryZoneRead) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZoneRead) Unset ¶
func (v *NullableSecondaryZoneRead) Unset()
type NullableSecondaryZoneReadAllOf ¶
type NullableSecondaryZoneReadAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZoneReadAllOf ¶
func NewNullableSecondaryZoneReadAllOf(val *SecondaryZoneReadAllOf) *NullableSecondaryZoneReadAllOf
func (NullableSecondaryZoneReadAllOf) Get ¶
func (v NullableSecondaryZoneReadAllOf) Get() *SecondaryZoneReadAllOf
func (NullableSecondaryZoneReadAllOf) IsSet ¶
func (v NullableSecondaryZoneReadAllOf) IsSet() bool
func (NullableSecondaryZoneReadAllOf) MarshalJSON ¶
func (v NullableSecondaryZoneReadAllOf) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZoneReadAllOf) Set ¶
func (v *NullableSecondaryZoneReadAllOf) Set(val *SecondaryZoneReadAllOf)
func (*NullableSecondaryZoneReadAllOf) UnmarshalJSON ¶
func (v *NullableSecondaryZoneReadAllOf) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZoneReadAllOf) Unset ¶
func (v *NullableSecondaryZoneReadAllOf) Unset()
type NullableSecondaryZoneReadList ¶
type NullableSecondaryZoneReadList struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZoneReadList ¶
func NewNullableSecondaryZoneReadList(val *SecondaryZoneReadList) *NullableSecondaryZoneReadList
func (NullableSecondaryZoneReadList) Get ¶
func (v NullableSecondaryZoneReadList) Get() *SecondaryZoneReadList
func (NullableSecondaryZoneReadList) IsSet ¶
func (v NullableSecondaryZoneReadList) IsSet() bool
func (NullableSecondaryZoneReadList) MarshalJSON ¶
func (v NullableSecondaryZoneReadList) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZoneReadList) Set ¶
func (v *NullableSecondaryZoneReadList) Set(val *SecondaryZoneReadList)
func (*NullableSecondaryZoneReadList) UnmarshalJSON ¶
func (v *NullableSecondaryZoneReadList) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZoneReadList) Unset ¶
func (v *NullableSecondaryZoneReadList) Unset()
type NullableSecondaryZoneReadListAllOf ¶
type NullableSecondaryZoneReadListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZoneReadListAllOf ¶
func NewNullableSecondaryZoneReadListAllOf(val *SecondaryZoneReadListAllOf) *NullableSecondaryZoneReadListAllOf
func (NullableSecondaryZoneReadListAllOf) Get ¶
func (v NullableSecondaryZoneReadListAllOf) Get() *SecondaryZoneReadListAllOf
func (NullableSecondaryZoneReadListAllOf) IsSet ¶
func (v NullableSecondaryZoneReadListAllOf) IsSet() bool
func (NullableSecondaryZoneReadListAllOf) MarshalJSON ¶
func (v NullableSecondaryZoneReadListAllOf) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZoneReadListAllOf) Set ¶
func (v *NullableSecondaryZoneReadListAllOf) Set(val *SecondaryZoneReadListAllOf)
func (*NullableSecondaryZoneReadListAllOf) UnmarshalJSON ¶
func (v *NullableSecondaryZoneReadListAllOf) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZoneReadListAllOf) Unset ¶
func (v *NullableSecondaryZoneReadListAllOf) Unset()
type NullableSecondaryZoneRecordRead ¶
type NullableSecondaryZoneRecordRead struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZoneRecordRead ¶
func NewNullableSecondaryZoneRecordRead(val *SecondaryZoneRecordRead) *NullableSecondaryZoneRecordRead
func (NullableSecondaryZoneRecordRead) Get ¶
func (v NullableSecondaryZoneRecordRead) Get() *SecondaryZoneRecordRead
func (NullableSecondaryZoneRecordRead) IsSet ¶
func (v NullableSecondaryZoneRecordRead) IsSet() bool
func (NullableSecondaryZoneRecordRead) MarshalJSON ¶
func (v NullableSecondaryZoneRecordRead) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZoneRecordRead) Set ¶
func (v *NullableSecondaryZoneRecordRead) Set(val *SecondaryZoneRecordRead)
func (*NullableSecondaryZoneRecordRead) UnmarshalJSON ¶
func (v *NullableSecondaryZoneRecordRead) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZoneRecordRead) Unset ¶
func (v *NullableSecondaryZoneRecordRead) Unset()
type NullableSecondaryZoneRecordReadList ¶
type NullableSecondaryZoneRecordReadList struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZoneRecordReadList ¶
func NewNullableSecondaryZoneRecordReadList(val *SecondaryZoneRecordReadList) *NullableSecondaryZoneRecordReadList
func (NullableSecondaryZoneRecordReadList) Get ¶
func (v NullableSecondaryZoneRecordReadList) Get() *SecondaryZoneRecordReadList
func (NullableSecondaryZoneRecordReadList) IsSet ¶
func (v NullableSecondaryZoneRecordReadList) IsSet() bool
func (NullableSecondaryZoneRecordReadList) MarshalJSON ¶
func (v NullableSecondaryZoneRecordReadList) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZoneRecordReadList) Set ¶
func (v *NullableSecondaryZoneRecordReadList) Set(val *SecondaryZoneRecordReadList)
func (*NullableSecondaryZoneRecordReadList) UnmarshalJSON ¶
func (v *NullableSecondaryZoneRecordReadList) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZoneRecordReadList) Unset ¶
func (v *NullableSecondaryZoneRecordReadList) Unset()
type NullableSecondaryZoneRecordReadListMetadata ¶
type NullableSecondaryZoneRecordReadListMetadata struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryZoneRecordReadListMetadata ¶
func NewNullableSecondaryZoneRecordReadListMetadata(val *SecondaryZoneRecordReadListMetadata) *NullableSecondaryZoneRecordReadListMetadata
func (NullableSecondaryZoneRecordReadListMetadata) IsSet ¶
func (v NullableSecondaryZoneRecordReadListMetadata) IsSet() bool
func (NullableSecondaryZoneRecordReadListMetadata) MarshalJSON ¶
func (v NullableSecondaryZoneRecordReadListMetadata) MarshalJSON() ([]byte, error)
func (*NullableSecondaryZoneRecordReadListMetadata) Set ¶
func (v *NullableSecondaryZoneRecordReadListMetadata) Set(val *SecondaryZoneRecordReadListMetadata)
func (*NullableSecondaryZoneRecordReadListMetadata) UnmarshalJSON ¶
func (v *NullableSecondaryZoneRecordReadListMetadata) UnmarshalJSON(src []byte) error
func (*NullableSecondaryZoneRecordReadListMetadata) Unset ¶
func (v *NullableSecondaryZoneRecordReadListMetadata) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableZone ¶
type NullableZone struct {
// contains filtered or unexported fields
}
func NewNullableZone ¶
func NewNullableZone(val *Zone) *NullableZone
func (NullableZone) Get ¶
func (v NullableZone) Get() *Zone
func (NullableZone) IsSet ¶
func (v NullableZone) IsSet() bool
func (NullableZone) MarshalJSON ¶
func (v NullableZone) MarshalJSON() ([]byte, error)
func (*NullableZone) Set ¶
func (v *NullableZone) Set(val *Zone)
func (*NullableZone) UnmarshalJSON ¶
func (v *NullableZone) UnmarshalJSON(src []byte) error
func (*NullableZone) Unset ¶
func (v *NullableZone) Unset()
type NullableZoneAllOf ¶
type NullableZoneAllOf struct {
// contains filtered or unexported fields
}
func NewNullableZoneAllOf ¶
func NewNullableZoneAllOf(val *ZoneAllOf) *NullableZoneAllOf
func (NullableZoneAllOf) Get ¶
func (v NullableZoneAllOf) Get() *ZoneAllOf
func (NullableZoneAllOf) IsSet ¶
func (v NullableZoneAllOf) IsSet() bool
func (NullableZoneAllOf) MarshalJSON ¶
func (v NullableZoneAllOf) MarshalJSON() ([]byte, error)
func (*NullableZoneAllOf) Set ¶
func (v *NullableZoneAllOf) Set(val *ZoneAllOf)
func (*NullableZoneAllOf) UnmarshalJSON ¶
func (v *NullableZoneAllOf) UnmarshalJSON(src []byte) error
func (*NullableZoneAllOf) Unset ¶
func (v *NullableZoneAllOf) Unset()
type NullableZoneCreate ¶
type NullableZoneCreate struct {
// contains filtered or unexported fields
}
func NewNullableZoneCreate ¶
func NewNullableZoneCreate(val *ZoneCreate) *NullableZoneCreate
func (NullableZoneCreate) Get ¶
func (v NullableZoneCreate) Get() *ZoneCreate
func (NullableZoneCreate) IsSet ¶
func (v NullableZoneCreate) IsSet() bool
func (NullableZoneCreate) MarshalJSON ¶
func (v NullableZoneCreate) MarshalJSON() ([]byte, error)
func (*NullableZoneCreate) Set ¶
func (v *NullableZoneCreate) Set(val *ZoneCreate)
func (*NullableZoneCreate) UnmarshalJSON ¶
func (v *NullableZoneCreate) UnmarshalJSON(src []byte) error
func (*NullableZoneCreate) Unset ¶
func (v *NullableZoneCreate) Unset()
type NullableZoneEnsure ¶
type NullableZoneEnsure struct {
// contains filtered or unexported fields
}
func NewNullableZoneEnsure ¶
func NewNullableZoneEnsure(val *ZoneEnsure) *NullableZoneEnsure
func (NullableZoneEnsure) Get ¶
func (v NullableZoneEnsure) Get() *ZoneEnsure
func (NullableZoneEnsure) IsSet ¶
func (v NullableZoneEnsure) IsSet() bool
func (NullableZoneEnsure) MarshalJSON ¶
func (v NullableZoneEnsure) MarshalJSON() ([]byte, error)
func (*NullableZoneEnsure) Set ¶
func (v *NullableZoneEnsure) Set(val *ZoneEnsure)
func (*NullableZoneEnsure) UnmarshalJSON ¶
func (v *NullableZoneEnsure) UnmarshalJSON(src []byte) error
func (*NullableZoneEnsure) Unset ¶
func (v *NullableZoneEnsure) Unset()
type NullableZoneRead ¶
type NullableZoneRead struct {
// contains filtered or unexported fields
}
func NewNullableZoneRead ¶
func NewNullableZoneRead(val *ZoneRead) *NullableZoneRead
func (NullableZoneRead) Get ¶
func (v NullableZoneRead) Get() *ZoneRead
func (NullableZoneRead) IsSet ¶
func (v NullableZoneRead) IsSet() bool
func (NullableZoneRead) MarshalJSON ¶
func (v NullableZoneRead) MarshalJSON() ([]byte, error)
func (*NullableZoneRead) Set ¶
func (v *NullableZoneRead) Set(val *ZoneRead)
func (*NullableZoneRead) UnmarshalJSON ¶
func (v *NullableZoneRead) UnmarshalJSON(src []byte) error
func (*NullableZoneRead) Unset ¶
func (v *NullableZoneRead) Unset()
type NullableZoneReadAllOf ¶
type NullableZoneReadAllOf struct {
// contains filtered or unexported fields
}
func NewNullableZoneReadAllOf ¶
func NewNullableZoneReadAllOf(val *ZoneReadAllOf) *NullableZoneReadAllOf
func (NullableZoneReadAllOf) Get ¶
func (v NullableZoneReadAllOf) Get() *ZoneReadAllOf
func (NullableZoneReadAllOf) IsSet ¶
func (v NullableZoneReadAllOf) IsSet() bool
func (NullableZoneReadAllOf) MarshalJSON ¶
func (v NullableZoneReadAllOf) MarshalJSON() ([]byte, error)
func (*NullableZoneReadAllOf) Set ¶
func (v *NullableZoneReadAllOf) Set(val *ZoneReadAllOf)
func (*NullableZoneReadAllOf) UnmarshalJSON ¶
func (v *NullableZoneReadAllOf) UnmarshalJSON(src []byte) error
func (*NullableZoneReadAllOf) Unset ¶
func (v *NullableZoneReadAllOf) Unset()
type NullableZoneReadList ¶
type NullableZoneReadList struct {
// contains filtered or unexported fields
}
func NewNullableZoneReadList ¶
func NewNullableZoneReadList(val *ZoneReadList) *NullableZoneReadList
func (NullableZoneReadList) Get ¶
func (v NullableZoneReadList) Get() *ZoneReadList
func (NullableZoneReadList) IsSet ¶
func (v NullableZoneReadList) IsSet() bool
func (NullableZoneReadList) MarshalJSON ¶
func (v NullableZoneReadList) MarshalJSON() ([]byte, error)
func (*NullableZoneReadList) Set ¶
func (v *NullableZoneReadList) Set(val *ZoneReadList)
func (*NullableZoneReadList) UnmarshalJSON ¶
func (v *NullableZoneReadList) UnmarshalJSON(src []byte) error
func (*NullableZoneReadList) Unset ¶
func (v *NullableZoneReadList) Unset()
type NullableZoneReadListAllOf ¶
type NullableZoneReadListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableZoneReadListAllOf ¶
func NewNullableZoneReadListAllOf(val *ZoneReadListAllOf) *NullableZoneReadListAllOf
func (NullableZoneReadListAllOf) Get ¶
func (v NullableZoneReadListAllOf) Get() *ZoneReadListAllOf
func (NullableZoneReadListAllOf) IsSet ¶
func (v NullableZoneReadListAllOf) IsSet() bool
func (NullableZoneReadListAllOf) MarshalJSON ¶
func (v NullableZoneReadListAllOf) MarshalJSON() ([]byte, error)
func (*NullableZoneReadListAllOf) Set ¶
func (v *NullableZoneReadListAllOf) Set(val *ZoneReadListAllOf)
func (*NullableZoneReadListAllOf) UnmarshalJSON ¶
func (v *NullableZoneReadListAllOf) UnmarshalJSON(src []byte) error
func (*NullableZoneReadListAllOf) Unset ¶
func (v *NullableZoneReadListAllOf) Unset()
type NullableZoneTransferPrimaryIpStatus ¶
type NullableZoneTransferPrimaryIpStatus struct {
// contains filtered or unexported fields
}
func NewNullableZoneTransferPrimaryIpStatus ¶
func NewNullableZoneTransferPrimaryIpStatus(val *ZoneTransferPrimaryIpStatus) *NullableZoneTransferPrimaryIpStatus
func (NullableZoneTransferPrimaryIpStatus) Get ¶
func (v NullableZoneTransferPrimaryIpStatus) Get() *ZoneTransferPrimaryIpStatus
func (NullableZoneTransferPrimaryIpStatus) IsSet ¶
func (v NullableZoneTransferPrimaryIpStatus) IsSet() bool
func (NullableZoneTransferPrimaryIpStatus) MarshalJSON ¶
func (v NullableZoneTransferPrimaryIpStatus) MarshalJSON() ([]byte, error)
func (*NullableZoneTransferPrimaryIpStatus) Set ¶
func (v *NullableZoneTransferPrimaryIpStatus) Set(val *ZoneTransferPrimaryIpStatus)
func (*NullableZoneTransferPrimaryIpStatus) UnmarshalJSON ¶
func (v *NullableZoneTransferPrimaryIpStatus) UnmarshalJSON(src []byte) error
func (*NullableZoneTransferPrimaryIpStatus) Unset ¶
func (v *NullableZoneTransferPrimaryIpStatus) Unset()
type NullableZoneTransferPrimaryIpsStatus ¶
type NullableZoneTransferPrimaryIpsStatus struct {
// contains filtered or unexported fields
}
func NewNullableZoneTransferPrimaryIpsStatus ¶
func NewNullableZoneTransferPrimaryIpsStatus(val *ZoneTransferPrimaryIpsStatus) *NullableZoneTransferPrimaryIpsStatus
func (NullableZoneTransferPrimaryIpsStatus) Get ¶
func (v NullableZoneTransferPrimaryIpsStatus) Get() *ZoneTransferPrimaryIpsStatus
func (NullableZoneTransferPrimaryIpsStatus) IsSet ¶
func (v NullableZoneTransferPrimaryIpsStatus) IsSet() bool
func (NullableZoneTransferPrimaryIpsStatus) MarshalJSON ¶
func (v NullableZoneTransferPrimaryIpsStatus) MarshalJSON() ([]byte, error)
func (*NullableZoneTransferPrimaryIpsStatus) Set ¶
func (v *NullableZoneTransferPrimaryIpsStatus) Set(val *ZoneTransferPrimaryIpsStatus)
func (*NullableZoneTransferPrimaryIpsStatus) UnmarshalJSON ¶
func (v *NullableZoneTransferPrimaryIpsStatus) UnmarshalJSON(src []byte) error
func (*NullableZoneTransferPrimaryIpsStatus) Unset ¶
func (v *NullableZoneTransferPrimaryIpsStatus) Unset()
type NullableZskBits ¶
type NullableZskBits struct {
// contains filtered or unexported fields
}
func NewNullableZskBits ¶
func NewNullableZskBits(val *ZskBits) *NullableZskBits
func (NullableZskBits) Get ¶
func (v NullableZskBits) Get() *ZskBits
func (NullableZskBits) IsSet ¶
func (v NullableZskBits) IsSet() bool
func (NullableZskBits) MarshalJSON ¶
func (v NullableZskBits) MarshalJSON() ([]byte, error)
func (*NullableZskBits) Set ¶
func (v *NullableZskBits) Set(val *ZskBits)
func (*NullableZskBits) UnmarshalJSON ¶
func (v *NullableZskBits) UnmarshalJSON(src []byte) error
func (*NullableZskBits) Unset ¶
func (v *NullableZskBits) Unset()
type ProvisioningState ¶
type ProvisioningState string
ProvisioningState The list of possible provisioning states in which DNS resource could be at the specific time. * AVAILABLE - resource exists and is healthy. * PROVISIONING - resource is being created or updated. * DESTROYING - delete command was issued, the resource is being deleted. * FAILED - creation of the resource failed.
const ( PROVISIONINGSTATE_PROVISIONING ProvisioningState = "PROVISIONING" PROVISIONINGSTATE_DESTROYING ProvisioningState = "DESTROYING" PROVISIONINGSTATE_AVAILABLE ProvisioningState = "AVAILABLE" PROVISIONINGSTATE_FAILED ProvisioningState = "FAILED" )
List of ProvisioningState
func (ProvisioningState) Ptr ¶
func (v ProvisioningState) Ptr() *ProvisioningState
Ptr returns reference to ProvisioningState value
func (*ProvisioningState) UnmarshalJSON ¶
func (v *ProvisioningState) UnmarshalJSON(src []byte) error
type Quota ¶
type Quota struct { QuotaUsage QuotaDetail `json:"quotaUsage"` QuotaLimits QuotaDetail `json:"quotaLimits"` }
Quota struct for Quota
func NewQuota ¶
func NewQuota(quotaUsage QuotaDetail, quotaLimits QuotaDetail) *Quota
NewQuota instantiates a new Quota 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 NewQuotaWithDefaults ¶
func NewQuotaWithDefaults() *Quota
NewQuotaWithDefaults instantiates a new Quota 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 (*Quota) GetQuotaLimits ¶
func (o *Quota) GetQuotaLimits() QuotaDetail
GetQuotaLimits returns the QuotaLimits field value
func (*Quota) GetQuotaLimitsOk ¶
func (o *Quota) GetQuotaLimitsOk() (*QuotaDetail, bool)
GetQuotaLimitsOk returns a tuple with the QuotaLimits field value and a boolean to check if the value has been set.
func (*Quota) GetQuotaUsage ¶
func (o *Quota) GetQuotaUsage() QuotaDetail
GetQuotaUsage returns the QuotaUsage field value
func (*Quota) GetQuotaUsageOk ¶
func (o *Quota) GetQuotaUsageOk() (*QuotaDetail, bool)
GetQuotaUsageOk returns a tuple with the QuotaUsage field value and a boolean to check if the value has been set.
func (*Quota) SetQuotaLimits ¶
func (o *Quota) SetQuotaLimits(v QuotaDetail)
SetQuotaLimits sets field value
func (*Quota) SetQuotaUsage ¶
func (o *Quota) SetQuotaUsage(v QuotaDetail)
SetQuotaUsage sets field value
type QuotaApiService ¶
type QuotaApiService service
QuotaApiService QuotaApi service
func (*QuotaApiService) QuotaGet ¶
func (a *QuotaApiService) QuotaGet(ctx _context.Context) ApiQuotaGetRequest
* QuotaGet Retrieve resources quota * Get quota details for zones, secondary zones, and records. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiQuotaGetRequest
func (*QuotaApiService) QuotaGetExecute ¶
func (a *QuotaApiService) QuotaGetExecute(r ApiQuotaGetRequest) (Quota, *shared.APIResponse, error)
* Execute executes the request * @return Quota
type QuotaDetail ¶
type QuotaDetail struct { // count of the number of zones Zones int32 `json:"zones"` // count of the number of secondary zones SecondaryZones int32 `json:"secondaryZones"` // count of the number of records Records int32 `json:"records"` // count of the number of reverse DNS records ReverseRecords int32 `json:"reverseRecords"` }
QuotaDetail Count of zones and records. This schema is used to show both usage and defined limits (quota)
func NewQuotaDetail ¶
func NewQuotaDetail(zones int32, secondaryZones int32, records int32, reverseRecords int32) *QuotaDetail
NewQuotaDetail instantiates a new QuotaDetail 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 NewQuotaDetailWithDefaults ¶
func NewQuotaDetailWithDefaults() *QuotaDetail
NewQuotaDetailWithDefaults instantiates a new QuotaDetail 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 (*QuotaDetail) GetRecords ¶
func (o *QuotaDetail) GetRecords() int32
GetRecords returns the Records field value
func (*QuotaDetail) GetRecordsOk ¶
func (o *QuotaDetail) GetRecordsOk() (*int32, bool)
GetRecordsOk returns a tuple with the Records field value and a boolean to check if the value has been set.
func (*QuotaDetail) GetReverseRecords ¶
func (o *QuotaDetail) GetReverseRecords() int32
GetReverseRecords returns the ReverseRecords field value
func (*QuotaDetail) GetReverseRecordsOk ¶
func (o *QuotaDetail) GetReverseRecordsOk() (*int32, bool)
GetReverseRecordsOk returns a tuple with the ReverseRecords field value and a boolean to check if the value has been set.
func (*QuotaDetail) GetSecondaryZones ¶
func (o *QuotaDetail) GetSecondaryZones() int32
GetSecondaryZones returns the SecondaryZones field value
func (*QuotaDetail) GetSecondaryZonesOk ¶
func (o *QuotaDetail) GetSecondaryZonesOk() (*int32, bool)
GetSecondaryZonesOk returns a tuple with the SecondaryZones field value and a boolean to check if the value has been set.
func (*QuotaDetail) GetZones ¶
func (o *QuotaDetail) GetZones() int32
GetZones returns the Zones field value
func (*QuotaDetail) GetZonesOk ¶
func (o *QuotaDetail) GetZonesOk() (*int32, bool)
GetZonesOk returns a tuple with the Zones field value and a boolean to check if the value has been set.
func (*QuotaDetail) SetRecords ¶
func (o *QuotaDetail) SetRecords(v int32)
SetRecords sets field value
func (*QuotaDetail) SetReverseRecords ¶
func (o *QuotaDetail) SetReverseRecords(v int32)
SetReverseRecords sets field value
func (*QuotaDetail) SetSecondaryZones ¶
func (o *QuotaDetail) SetSecondaryZones(v int32)
SetSecondaryZones sets field value
func (QuotaDetail) ToMap ¶
func (o QuotaDetail) ToMap() (map[string]interface{}, error)
type Record ¶
type Record struct { Name string `json:"name"` // Holds supported DNS resource record types. In the DNS context a record is a DNS resource record. Type string `json:"type"` Content string `json:"content"` // Time to live for the record, recommended 3600. Ttl *int32 `json:"ttl,omitempty"` // Priority value is between 0 and 65535. Priority is mandatory for MX, SRV and URI record types and ignored for all other types. Priority *int32 `json:"priority,omitempty"` // When true - the record is visible for lookup. Enabled *bool `json:"enabled,omitempty"` }
Record struct for Record
func NewRecord ¶
NewRecord instantiates a new Record 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 NewRecordWithDefaults ¶
func NewRecordWithDefaults() *Record
NewRecordWithDefaults instantiates a new Record 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 (*Record) GetContent ¶
GetContent returns the Content field value
func (*Record) GetContentOk ¶
GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.
func (*Record) GetEnabled ¶
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*Record) GetEnabledOk ¶
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Record) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Record) GetPriority ¶
GetPriority returns the Priority field value if set, zero value otherwise.
func (*Record) GetPriorityOk ¶
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Record) GetTtlOk ¶
GetTtlOk returns a tuple with the Ttl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Record) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Record) HasEnabled ¶
HasEnabled returns a boolean if a field has been set.
func (*Record) HasPriority ¶
HasPriority returns a boolean if a field has been set.
func (*Record) SetEnabled ¶
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*Record) SetPriority ¶
SetPriority gets a reference to the given int32 and assigns it to the Priority field.
type RecordCreate ¶
type RecordCreate struct {
Properties Record `json:"properties"`
}
RecordCreate struct for RecordCreate
func NewRecordCreate ¶
func NewRecordCreate(properties Record) *RecordCreate
NewRecordCreate instantiates a new RecordCreate 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 NewRecordCreateWithDefaults ¶
func NewRecordCreateWithDefaults() *RecordCreate
NewRecordCreateWithDefaults instantiates a new RecordCreate 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 (*RecordCreate) GetProperties ¶
func (o *RecordCreate) GetProperties() Record
GetProperties returns the Properties field value
func (*RecordCreate) GetPropertiesOk ¶
func (o *RecordCreate) GetPropertiesOk() (*Record, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*RecordCreate) SetProperties ¶
func (o *RecordCreate) SetProperties(v Record)
SetProperties sets field value
func (RecordCreate) ToMap ¶
func (o RecordCreate) ToMap() (map[string]interface{}, error)
type RecordEnsure ¶
type RecordEnsure struct {
Properties Record `json:"properties"`
}
RecordEnsure struct for RecordEnsure
func NewRecordEnsure ¶
func NewRecordEnsure(properties Record) *RecordEnsure
NewRecordEnsure instantiates a new RecordEnsure 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 NewRecordEnsureWithDefaults ¶
func NewRecordEnsureWithDefaults() *RecordEnsure
NewRecordEnsureWithDefaults instantiates a new RecordEnsure 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 (*RecordEnsure) GetProperties ¶
func (o *RecordEnsure) GetProperties() Record
GetProperties returns the Properties field value
func (*RecordEnsure) GetPropertiesOk ¶
func (o *RecordEnsure) GetPropertiesOk() (*Record, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*RecordEnsure) SetProperties ¶
func (o *RecordEnsure) SetProperties(v Record)
SetProperties sets field value
func (RecordEnsure) ToMap ¶
func (o RecordEnsure) ToMap() (map[string]interface{}, error)
type RecordRead ¶
type RecordRead struct { // The record ID (UUID). Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` Metadata MetadataWithStateFqdnZoneId `json:"metadata"` Properties Record `json:"properties"` }
RecordRead struct for RecordRead
func NewRecordRead ¶
func NewRecordRead(id string, type_ string, href string, metadata MetadataWithStateFqdnZoneId, properties Record) *RecordRead
NewRecordRead instantiates a new RecordRead 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 NewRecordReadWithDefaults ¶
func NewRecordReadWithDefaults() *RecordRead
NewRecordReadWithDefaults instantiates a new RecordRead 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 (*RecordRead) GetHref ¶
func (o *RecordRead) GetHref() string
GetHref returns the Href field value
func (*RecordRead) GetHrefOk ¶
func (o *RecordRead) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*RecordRead) GetIdOk ¶
func (o *RecordRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RecordRead) GetMetadata ¶
func (o *RecordRead) GetMetadata() MetadataWithStateFqdnZoneId
GetMetadata returns the Metadata field value
func (*RecordRead) GetMetadataOk ¶
func (o *RecordRead) GetMetadataOk() (*MetadataWithStateFqdnZoneId, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*RecordRead) GetProperties ¶
func (o *RecordRead) GetProperties() Record
GetProperties returns the Properties field value
func (*RecordRead) GetPropertiesOk ¶
func (o *RecordRead) GetPropertiesOk() (*Record, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*RecordRead) GetType ¶
func (o *RecordRead) GetType() string
GetType returns the Type field value
func (*RecordRead) GetTypeOk ¶
func (o *RecordRead) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*RecordRead) SetMetadata ¶
func (o *RecordRead) SetMetadata(v MetadataWithStateFqdnZoneId)
SetMetadata sets field value
func (*RecordRead) SetProperties ¶
func (o *RecordRead) SetProperties(v Record)
SetProperties sets field value
func (RecordRead) ToMap ¶
func (o RecordRead) ToMap() (map[string]interface{}, error)
type RecordReadList ¶
type RecordReadList struct { // The resource's unique identifier. Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` Items []RecordRead `json:"items"` // Pagination offset. Offset float32 `json:"offset"` // Pagination limit. Limit float32 `json:"limit"` Links Links `json:"_links"` }
RecordReadList struct for RecordReadList
func NewRecordReadList ¶
func NewRecordReadList(id string, type_ string, href string, items []RecordRead, offset float32, limit float32, links Links) *RecordReadList
NewRecordReadList instantiates a new RecordReadList 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 NewRecordReadListWithDefaults ¶
func NewRecordReadListWithDefaults() *RecordReadList
NewRecordReadListWithDefaults instantiates a new RecordReadList 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 (*RecordReadList) GetHref ¶
func (o *RecordReadList) GetHref() string
GetHref returns the Href field value
func (*RecordReadList) GetHrefOk ¶
func (o *RecordReadList) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*RecordReadList) GetId ¶
func (o *RecordReadList) GetId() string
GetId returns the Id field value
func (*RecordReadList) GetIdOk ¶
func (o *RecordReadList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RecordReadList) GetItems ¶
func (o *RecordReadList) GetItems() []RecordRead
GetItems returns the Items field value
func (*RecordReadList) GetItemsOk ¶
func (o *RecordReadList) GetItemsOk() ([]RecordRead, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*RecordReadList) GetLimit ¶
func (o *RecordReadList) GetLimit() float32
GetLimit returns the Limit field value
func (*RecordReadList) GetLimitOk ¶
func (o *RecordReadList) GetLimitOk() (*float32, bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*RecordReadList) GetLinks ¶
func (o *RecordReadList) GetLinks() Links
GetLinks returns the Links field value
func (*RecordReadList) GetLinksOk ¶
func (o *RecordReadList) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*RecordReadList) GetOffset ¶
func (o *RecordReadList) GetOffset() float32
GetOffset returns the Offset field value
func (*RecordReadList) GetOffsetOk ¶
func (o *RecordReadList) GetOffsetOk() (*float32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*RecordReadList) GetType ¶
func (o *RecordReadList) GetType() string
GetType returns the Type field value
func (*RecordReadList) GetTypeOk ¶
func (o *RecordReadList) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*RecordReadList) SetHref ¶
func (o *RecordReadList) SetHref(v string)
SetHref sets field value
func (*RecordReadList) SetItems ¶
func (o *RecordReadList) SetItems(v []RecordRead)
SetItems sets field value
func (*RecordReadList) SetLimit ¶
func (o *RecordReadList) SetLimit(v float32)
SetLimit sets field value
func (*RecordReadList) SetLinks ¶
func (o *RecordReadList) SetLinks(v Links)
SetLinks sets field value
func (*RecordReadList) SetOffset ¶
func (o *RecordReadList) SetOffset(v float32)
SetOffset sets field value
func (*RecordReadList) SetType ¶
func (o *RecordReadList) SetType(v string)
SetType sets field value
func (RecordReadList) ToMap ¶
func (o RecordReadList) ToMap() (map[string]interface{}, error)
type RecordsApiService ¶
type RecordsApiService service
RecordsApiService RecordsApi service
func (*RecordsApiService) RecordsGet ¶
func (a *RecordsApiService) RecordsGet(ctx _context.Context) ApiRecordsGetRequest
* RecordsGet Retrieve all records from primary zones * Returns the list of all records for all customer DNS zones with the possibility to filter them. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiRecordsGetRequest
func (*RecordsApiService) RecordsGetExecute ¶
func (a *RecordsApiService) RecordsGetExecute(r ApiRecordsGetRequest) (RecordReadList, *shared.APIResponse, error)
* Execute executes the request * @return RecordReadList
func (*RecordsApiService) SecondaryzonesRecordsGet ¶
func (a *RecordsApiService) SecondaryzonesRecordsGet(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesRecordsGetRequest
* SecondaryzonesRecordsGet Retrieve records for a secondary zone * Returns the list of records for a secondary zone. Those are the records created for its primary IPs * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param secondaryZoneId The ID (UUID) of the DNS secondary zone. * @return ApiSecondaryzonesRecordsGetRequest
func (*RecordsApiService) SecondaryzonesRecordsGetExecute ¶
func (a *RecordsApiService) SecondaryzonesRecordsGetExecute(r ApiSecondaryzonesRecordsGetRequest) (SecondaryZoneRecordReadList, *shared.APIResponse, error)
* Execute executes the request * @return SecondaryZoneRecordReadList
func (*RecordsApiService) ZonesRecordsDelete ¶
func (a *RecordsApiService) ZonesRecordsDelete(ctx _context.Context, zoneId string, recordId string) ApiZonesRecordsDeleteRequest
* ZonesRecordsDelete Delete a record * Deletes a specified record from the DNS zone. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @param recordId The ID (UUID) of the record. * @return ApiZonesRecordsDeleteRequest
func (*RecordsApiService) ZonesRecordsDeleteExecute ¶
func (a *RecordsApiService) ZonesRecordsDeleteExecute(r ApiZonesRecordsDeleteRequest) (map[string]interface{}, *shared.APIResponse, error)
* Execute executes the request * @return map[string]interface{}
func (*RecordsApiService) ZonesRecordsFindById ¶
func (a *RecordsApiService) ZonesRecordsFindById(ctx _context.Context, zoneId string, recordId string) ApiZonesRecordsFindByIdRequest
* ZonesRecordsFindById Retrieve a record * Returns the record with the specified record ID. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @param recordId The ID (UUID) of the record. * @return ApiZonesRecordsFindByIdRequest
func (*RecordsApiService) ZonesRecordsFindByIdExecute ¶
func (a *RecordsApiService) ZonesRecordsFindByIdExecute(r ApiZonesRecordsFindByIdRequest) (RecordRead, *shared.APIResponse, error)
* Execute executes the request * @return RecordRead
func (*RecordsApiService) ZonesRecordsGet ¶
func (a *RecordsApiService) ZonesRecordsGet(ctx _context.Context, zoneId string) ApiZonesRecordsGetRequest
* ZonesRecordsGet Retrieve records * Returns the list of records for the specific DNS zone. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @return ApiZonesRecordsGetRequest
func (*RecordsApiService) ZonesRecordsGetExecute ¶
func (a *RecordsApiService) ZonesRecordsGetExecute(r ApiZonesRecordsGetRequest) (RecordReadList, *shared.APIResponse, error)
* Execute executes the request * @return RecordReadList
func (*RecordsApiService) ZonesRecordsPost ¶
func (a *RecordsApiService) ZonesRecordsPost(ctx _context.Context, zoneId string) ApiZonesRecordsPostRequest
* ZonesRecordsPost Create a record * Creates a new record for the DNS zone. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @return ApiZonesRecordsPostRequest
func (*RecordsApiService) ZonesRecordsPostExecute ¶
func (a *RecordsApiService) ZonesRecordsPostExecute(r ApiZonesRecordsPostRequest) (RecordRead, *shared.APIResponse, error)
* Execute executes the request * @return RecordRead
func (*RecordsApiService) ZonesRecordsPut ¶
func (a *RecordsApiService) ZonesRecordsPut(ctx _context.Context, zoneId string, recordId string) ApiZonesRecordsPutRequest
* ZonesRecordsPut Update a record * Updates or creates a DNS record for the provided record ID. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @param recordId The ID (UUID) of the DNS record. * @return ApiZonesRecordsPutRequest
func (*RecordsApiService) ZonesRecordsPutExecute ¶
func (a *RecordsApiService) ZonesRecordsPutExecute(r ApiZonesRecordsPutRequest) (RecordRead, *shared.APIResponse, error)
* Execute executes the request * @return RecordRead
type ReverseRecord ¶
type ReverseRecord struct { // The reverse DNS record name Name string `json:"name"` // Description stored along with the reverse DNS record to describe its usage. Description *string `json:"description,omitempty"` // Specifies for which IP address the reverse record should be created. The IP addresses needs to be owned by the contract. Accepts IPv4 and IPv6 addresses. Ip string `json:"ip"` }
ReverseRecord The reverse DNS record.
func NewReverseRecord ¶
func NewReverseRecord(name string, ip string) *ReverseRecord
NewReverseRecord instantiates a new ReverseRecord 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 NewReverseRecordWithDefaults ¶
func NewReverseRecordWithDefaults() *ReverseRecord
NewReverseRecordWithDefaults instantiates a new ReverseRecord 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 (*ReverseRecord) GetDescription ¶
func (o *ReverseRecord) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ReverseRecord) GetDescriptionOk ¶
func (o *ReverseRecord) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReverseRecord) GetIp ¶
func (o *ReverseRecord) GetIp() string
GetIp returns the Ip field value
func (*ReverseRecord) GetIpOk ¶
func (o *ReverseRecord) GetIpOk() (*string, bool)
GetIpOk returns a tuple with the Ip field value and a boolean to check if the value has been set.
func (*ReverseRecord) GetName ¶
func (o *ReverseRecord) GetName() string
GetName returns the Name field value
func (*ReverseRecord) GetNameOk ¶
func (o *ReverseRecord) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ReverseRecord) HasDescription ¶
func (o *ReverseRecord) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ReverseRecord) SetDescription ¶
func (o *ReverseRecord) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (ReverseRecord) ToMap ¶
func (o ReverseRecord) ToMap() (map[string]interface{}, error)
type ReverseRecordCreate ¶
type ReverseRecordCreate struct {
Properties ReverseRecord `json:"properties"`
}
ReverseRecordCreate struct for ReverseRecordCreate
func NewReverseRecordCreate ¶
func NewReverseRecordCreate(properties ReverseRecord) *ReverseRecordCreate
NewReverseRecordCreate instantiates a new ReverseRecordCreate 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 NewReverseRecordCreateWithDefaults ¶
func NewReverseRecordCreateWithDefaults() *ReverseRecordCreate
NewReverseRecordCreateWithDefaults instantiates a new ReverseRecordCreate 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 (*ReverseRecordCreate) GetProperties ¶
func (o *ReverseRecordCreate) GetProperties() ReverseRecord
GetProperties returns the Properties field value
func (*ReverseRecordCreate) GetPropertiesOk ¶
func (o *ReverseRecordCreate) GetPropertiesOk() (*ReverseRecord, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*ReverseRecordCreate) SetProperties ¶
func (o *ReverseRecordCreate) SetProperties(v ReverseRecord)
SetProperties sets field value
func (ReverseRecordCreate) ToMap ¶
func (o ReverseRecordCreate) ToMap() (map[string]interface{}, error)
type ReverseRecordEnsure ¶
type ReverseRecordEnsure struct {
Properties ReverseRecord `json:"properties"`
}
ReverseRecordEnsure struct for ReverseRecordEnsure
func NewReverseRecordEnsure ¶
func NewReverseRecordEnsure(properties ReverseRecord) *ReverseRecordEnsure
NewReverseRecordEnsure instantiates a new ReverseRecordEnsure 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 NewReverseRecordEnsureWithDefaults ¶
func NewReverseRecordEnsureWithDefaults() *ReverseRecordEnsure
NewReverseRecordEnsureWithDefaults instantiates a new ReverseRecordEnsure 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 (*ReverseRecordEnsure) GetProperties ¶
func (o *ReverseRecordEnsure) GetProperties() ReverseRecord
GetProperties returns the Properties field value
func (*ReverseRecordEnsure) GetPropertiesOk ¶
func (o *ReverseRecordEnsure) GetPropertiesOk() (*ReverseRecord, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*ReverseRecordEnsure) SetProperties ¶
func (o *ReverseRecordEnsure) SetProperties(v ReverseRecord)
SetProperties sets field value
func (ReverseRecordEnsure) ToMap ¶
func (o ReverseRecordEnsure) ToMap() (map[string]interface{}, error)
type ReverseRecordRead ¶
type ReverseRecordRead struct { // The reverse DNS record ID (UUID). Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` Metadata Metadata `json:"metadata"` Properties ReverseRecord `json:"properties"` }
ReverseRecordRead struct for ReverseRecordRead
func NewReverseRecordRead ¶
func NewReverseRecordRead(id string, type_ string, href string, metadata Metadata, properties ReverseRecord) *ReverseRecordRead
NewReverseRecordRead instantiates a new ReverseRecordRead 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 NewReverseRecordReadWithDefaults ¶
func NewReverseRecordReadWithDefaults() *ReverseRecordRead
NewReverseRecordReadWithDefaults instantiates a new ReverseRecordRead 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 (*ReverseRecordRead) GetHref ¶
func (o *ReverseRecordRead) GetHref() string
GetHref returns the Href field value
func (*ReverseRecordRead) GetHrefOk ¶
func (o *ReverseRecordRead) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*ReverseRecordRead) GetId ¶
func (o *ReverseRecordRead) GetId() string
GetId returns the Id field value
func (*ReverseRecordRead) GetIdOk ¶
func (o *ReverseRecordRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ReverseRecordRead) GetMetadata ¶
func (o *ReverseRecordRead) GetMetadata() Metadata
GetMetadata returns the Metadata field value
func (*ReverseRecordRead) GetMetadataOk ¶
func (o *ReverseRecordRead) GetMetadataOk() (*Metadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*ReverseRecordRead) GetProperties ¶
func (o *ReverseRecordRead) GetProperties() ReverseRecord
GetProperties returns the Properties field value
func (*ReverseRecordRead) GetPropertiesOk ¶
func (o *ReverseRecordRead) GetPropertiesOk() (*ReverseRecord, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*ReverseRecordRead) GetType ¶
func (o *ReverseRecordRead) GetType() string
GetType returns the Type field value
func (*ReverseRecordRead) GetTypeOk ¶
func (o *ReverseRecordRead) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ReverseRecordRead) SetHref ¶
func (o *ReverseRecordRead) SetHref(v string)
SetHref sets field value
func (*ReverseRecordRead) SetId ¶
func (o *ReverseRecordRead) SetId(v string)
SetId sets field value
func (*ReverseRecordRead) SetMetadata ¶
func (o *ReverseRecordRead) SetMetadata(v Metadata)
SetMetadata sets field value
func (*ReverseRecordRead) SetProperties ¶
func (o *ReverseRecordRead) SetProperties(v ReverseRecord)
SetProperties sets field value
func (*ReverseRecordRead) SetType ¶
func (o *ReverseRecordRead) SetType(v string)
SetType sets field value
func (ReverseRecordRead) ToMap ¶
func (o ReverseRecordRead) ToMap() (map[string]interface{}, error)
type ReverseRecordsApiService ¶
type ReverseRecordsApiService service
ReverseRecordsApiService ReverseRecordsApi service
func (*ReverseRecordsApiService) ReverserecordsDelete ¶
func (a *ReverseRecordsApiService) ReverserecordsDelete(ctx _context.Context, reverserecordId string) ApiReverserecordsDeleteRequest
* ReverserecordsDelete Delete a reverse DNS record * Deletes a reverse DNS record.
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param reverserecordId The ID (UUID) of the reverse DNS record. * @return ApiReverserecordsDeleteRequest
func (*ReverseRecordsApiService) ReverserecordsDeleteExecute ¶
func (a *ReverseRecordsApiService) ReverserecordsDeleteExecute(r ApiReverserecordsDeleteRequest) (map[string]interface{}, *shared.APIResponse, error)
* Execute executes the request * @return map[string]interface{}
func (*ReverseRecordsApiService) ReverserecordsFindById ¶
func (a *ReverseRecordsApiService) ReverserecordsFindById(ctx _context.Context, reverserecordId string) ApiReverserecordsFindByIdRequest
* ReverserecordsFindById Retrieve a reverse DNS record * Returns the record with the specified record ID. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param reverserecordId The ID (UUID) of the reverse DNS record. * @return ApiReverserecordsFindByIdRequest
func (*ReverseRecordsApiService) ReverserecordsFindByIdExecute ¶
func (a *ReverseRecordsApiService) ReverserecordsFindByIdExecute(r ApiReverserecordsFindByIdRequest) (ReverseRecordRead, *shared.APIResponse, error)
* Execute executes the request * @return ReverseRecordRead
func (*ReverseRecordsApiService) ReverserecordsGet ¶
func (a *ReverseRecordsApiService) ReverserecordsGet(ctx _context.Context) ApiReverserecordsGetRequest
* ReverserecordsGet Retrieves existing reverse DNS records * Returns a list of the reverse records of the customer. Default limit is the first 100 items. Use pagination query parameters to list more items. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiReverserecordsGetRequest
func (*ReverseRecordsApiService) ReverserecordsGetExecute ¶
func (a *ReverseRecordsApiService) ReverserecordsGetExecute(r ApiReverserecordsGetRequest) (ReverseRecordsReadList, *shared.APIResponse, error)
* Execute executes the request * @return ReverseRecordsReadList
func (*ReverseRecordsApiService) ReverserecordsPost ¶
func (a *ReverseRecordsApiService) ReverserecordsPost(ctx _context.Context) ApiReverserecordsPostRequest
* ReverserecordsPost Create a reverse DNS record * Creates a new reverse DNS record. Reverse DNS is applicable to IPv4 addresses within IP Blocks and IPv6 addresses of the VDC.
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiReverserecordsPostRequest
func (*ReverseRecordsApiService) ReverserecordsPostExecute ¶
func (a *ReverseRecordsApiService) ReverserecordsPostExecute(r ApiReverserecordsPostRequest) (ReverseRecordRead, *shared.APIResponse, error)
* Execute executes the request * @return ReverseRecordRead
func (*ReverseRecordsApiService) ReverserecordsPut ¶
func (a *ReverseRecordsApiService) ReverserecordsPut(ctx _context.Context, reverserecordId string) ApiReverserecordsPutRequest
* ReverserecordsPut Update a reverse DNS record * Updates or creates a reverse DNS record for the provided reverse DNS record ID.
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param reverserecordId The ID (UUID) of the reverse DNS record. * @return ApiReverserecordsPutRequest
func (*ReverseRecordsApiService) ReverserecordsPutExecute ¶
func (a *ReverseRecordsApiService) ReverserecordsPutExecute(r ApiReverserecordsPutRequest) (ReverseRecordRead, *shared.APIResponse, error)
* Execute executes the request * @return ReverseRecordRead
type ReverseRecordsReadList ¶
type ReverseRecordsReadList struct { // ID (UUID) created to identify this action. Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` Items []ReverseRecordRead `json:"items"` // Pagination offset. Offset float32 `json:"offset"` // Pagination limit. Limit float32 `json:"limit"` Links Links `json:"_links"` }
ReverseRecordsReadList struct for ReverseRecordsReadList
func NewReverseRecordsReadList ¶
func NewReverseRecordsReadList(id string, type_ string, href string, items []ReverseRecordRead, offset float32, limit float32, links Links) *ReverseRecordsReadList
NewReverseRecordsReadList instantiates a new ReverseRecordsReadList 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 NewReverseRecordsReadListWithDefaults ¶
func NewReverseRecordsReadListWithDefaults() *ReverseRecordsReadList
NewReverseRecordsReadListWithDefaults instantiates a new ReverseRecordsReadList 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 (*ReverseRecordsReadList) GetHref ¶
func (o *ReverseRecordsReadList) GetHref() string
GetHref returns the Href field value
func (*ReverseRecordsReadList) GetHrefOk ¶
func (o *ReverseRecordsReadList) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*ReverseRecordsReadList) GetId ¶
func (o *ReverseRecordsReadList) GetId() string
GetId returns the Id field value
func (*ReverseRecordsReadList) GetIdOk ¶
func (o *ReverseRecordsReadList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ReverseRecordsReadList) GetItems ¶
func (o *ReverseRecordsReadList) GetItems() []ReverseRecordRead
GetItems returns the Items field value
func (*ReverseRecordsReadList) GetItemsOk ¶
func (o *ReverseRecordsReadList) GetItemsOk() ([]ReverseRecordRead, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ReverseRecordsReadList) GetLimit ¶
func (o *ReverseRecordsReadList) GetLimit() float32
GetLimit returns the Limit field value
func (*ReverseRecordsReadList) GetLimitOk ¶
func (o *ReverseRecordsReadList) GetLimitOk() (*float32, bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*ReverseRecordsReadList) GetLinks ¶
func (o *ReverseRecordsReadList) GetLinks() Links
GetLinks returns the Links field value
func (*ReverseRecordsReadList) GetLinksOk ¶
func (o *ReverseRecordsReadList) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*ReverseRecordsReadList) GetOffset ¶
func (o *ReverseRecordsReadList) GetOffset() float32
GetOffset returns the Offset field value
func (*ReverseRecordsReadList) GetOffsetOk ¶
func (o *ReverseRecordsReadList) GetOffsetOk() (*float32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*ReverseRecordsReadList) GetType ¶
func (o *ReverseRecordsReadList) GetType() string
GetType returns the Type field value
func (*ReverseRecordsReadList) GetTypeOk ¶
func (o *ReverseRecordsReadList) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ReverseRecordsReadList) SetHref ¶
func (o *ReverseRecordsReadList) SetHref(v string)
SetHref sets field value
func (*ReverseRecordsReadList) SetId ¶
func (o *ReverseRecordsReadList) SetId(v string)
SetId sets field value
func (*ReverseRecordsReadList) SetItems ¶
func (o *ReverseRecordsReadList) SetItems(v []ReverseRecordRead)
SetItems sets field value
func (*ReverseRecordsReadList) SetLimit ¶
func (o *ReverseRecordsReadList) SetLimit(v float32)
SetLimit sets field value
func (*ReverseRecordsReadList) SetLinks ¶
func (o *ReverseRecordsReadList) SetLinks(v Links)
SetLinks sets field value
func (*ReverseRecordsReadList) SetOffset ¶
func (o *ReverseRecordsReadList) SetOffset(v float32)
SetOffset sets field value
func (*ReverseRecordsReadList) SetType ¶
func (o *ReverseRecordsReadList) SetType(v string)
SetType sets field value
func (ReverseRecordsReadList) ToMap ¶
func (o ReverseRecordsReadList) ToMap() (map[string]interface{}, error)
type SecondaryZone ¶
type SecondaryZone struct { // The zone name ZoneName string `json:"zoneName"` // The hosted zone is used for... Description *string `json:"description,omitempty"` // Indicates IP addresses of primary nameservers for a secondary zone. Accepts IPv4 and IPv6 addresses PrimaryIps []string `json:"primaryIps"` }
SecondaryZone struct for SecondaryZone
func NewSecondaryZone ¶
func NewSecondaryZone(zoneName string, primaryIps []string) *SecondaryZone
NewSecondaryZone instantiates a new SecondaryZone 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 NewSecondaryZoneWithDefaults ¶
func NewSecondaryZoneWithDefaults() *SecondaryZone
NewSecondaryZoneWithDefaults instantiates a new SecondaryZone 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 (*SecondaryZone) GetDescription ¶
func (o *SecondaryZone) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*SecondaryZone) GetDescriptionOk ¶
func (o *SecondaryZone) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecondaryZone) GetPrimaryIps ¶
func (o *SecondaryZone) GetPrimaryIps() []string
GetPrimaryIps returns the PrimaryIps field value
func (*SecondaryZone) GetPrimaryIpsOk ¶
func (o *SecondaryZone) GetPrimaryIpsOk() ([]string, bool)
GetPrimaryIpsOk returns a tuple with the PrimaryIps field value and a boolean to check if the value has been set.
func (*SecondaryZone) GetZoneName ¶
func (o *SecondaryZone) GetZoneName() string
GetZoneName returns the ZoneName field value
func (*SecondaryZone) GetZoneNameOk ¶
func (o *SecondaryZone) GetZoneNameOk() (*string, bool)
GetZoneNameOk returns a tuple with the ZoneName field value and a boolean to check if the value has been set.
func (*SecondaryZone) HasDescription ¶
func (o *SecondaryZone) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*SecondaryZone) SetDescription ¶
func (o *SecondaryZone) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*SecondaryZone) SetPrimaryIps ¶
func (o *SecondaryZone) SetPrimaryIps(v []string)
SetPrimaryIps sets field value
func (*SecondaryZone) SetZoneName ¶
func (o *SecondaryZone) SetZoneName(v string)
SetZoneName sets field value
func (SecondaryZone) ToMap ¶
func (o SecondaryZone) ToMap() (map[string]interface{}, error)
type SecondaryZoneAllOf ¶
type SecondaryZoneAllOf struct { // Indicates IP addresses of primary nameservers for a secondary zone. Accepts IPv4 and IPv6 addresses PrimaryIps []string `json:"primaryIps"` }
SecondaryZoneAllOf Indicates the fields for a secondary zone to be created
func NewSecondaryZoneAllOf ¶
func NewSecondaryZoneAllOf(primaryIps []string) *SecondaryZoneAllOf
NewSecondaryZoneAllOf instantiates a new SecondaryZoneAllOf 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 NewSecondaryZoneAllOfWithDefaults ¶
func NewSecondaryZoneAllOfWithDefaults() *SecondaryZoneAllOf
NewSecondaryZoneAllOfWithDefaults instantiates a new SecondaryZoneAllOf 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 (*SecondaryZoneAllOf) GetPrimaryIps ¶
func (o *SecondaryZoneAllOf) GetPrimaryIps() []string
GetPrimaryIps returns the PrimaryIps field value
func (*SecondaryZoneAllOf) GetPrimaryIpsOk ¶
func (o *SecondaryZoneAllOf) GetPrimaryIpsOk() ([]string, bool)
GetPrimaryIpsOk returns a tuple with the PrimaryIps field value and a boolean to check if the value has been set.
func (*SecondaryZoneAllOf) SetPrimaryIps ¶
func (o *SecondaryZoneAllOf) SetPrimaryIps(v []string)
SetPrimaryIps sets field value
func (SecondaryZoneAllOf) ToMap ¶
func (o SecondaryZoneAllOf) ToMap() (map[string]interface{}, error)
type SecondaryZoneCreate ¶
type SecondaryZoneCreate struct {
Properties SecondaryZone `json:"properties"`
}
SecondaryZoneCreate struct for SecondaryZoneCreate
func NewSecondaryZoneCreate ¶
func NewSecondaryZoneCreate(properties SecondaryZone) *SecondaryZoneCreate
NewSecondaryZoneCreate instantiates a new SecondaryZoneCreate 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 NewSecondaryZoneCreateWithDefaults ¶
func NewSecondaryZoneCreateWithDefaults() *SecondaryZoneCreate
NewSecondaryZoneCreateWithDefaults instantiates a new SecondaryZoneCreate 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 (*SecondaryZoneCreate) GetProperties ¶
func (o *SecondaryZoneCreate) GetProperties() SecondaryZone
GetProperties returns the Properties field value
func (*SecondaryZoneCreate) GetPropertiesOk ¶
func (o *SecondaryZoneCreate) GetPropertiesOk() (*SecondaryZone, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*SecondaryZoneCreate) SetProperties ¶
func (o *SecondaryZoneCreate) SetProperties(v SecondaryZone)
SetProperties sets field value
func (SecondaryZoneCreate) ToMap ¶
func (o SecondaryZoneCreate) ToMap() (map[string]interface{}, error)
type SecondaryZoneEnsure ¶
type SecondaryZoneEnsure struct {
Properties SecondaryZone `json:"properties"`
}
SecondaryZoneEnsure struct for SecondaryZoneEnsure
func NewSecondaryZoneEnsure ¶
func NewSecondaryZoneEnsure(properties SecondaryZone) *SecondaryZoneEnsure
NewSecondaryZoneEnsure instantiates a new SecondaryZoneEnsure 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 NewSecondaryZoneEnsureWithDefaults ¶
func NewSecondaryZoneEnsureWithDefaults() *SecondaryZoneEnsure
NewSecondaryZoneEnsureWithDefaults instantiates a new SecondaryZoneEnsure 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 (*SecondaryZoneEnsure) GetProperties ¶
func (o *SecondaryZoneEnsure) GetProperties() SecondaryZone
GetProperties returns the Properties field value
func (*SecondaryZoneEnsure) GetPropertiesOk ¶
func (o *SecondaryZoneEnsure) GetPropertiesOk() (*SecondaryZone, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*SecondaryZoneEnsure) SetProperties ¶
func (o *SecondaryZoneEnsure) SetProperties(v SecondaryZone)
SetProperties sets field value
func (SecondaryZoneEnsure) ToMap ¶
func (o SecondaryZoneEnsure) ToMap() (map[string]interface{}, error)
type SecondaryZoneRead ¶
type SecondaryZoneRead struct { // The zone ID (UUID). Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` Metadata MetadataWithStateNameservers `json:"metadata"` Properties SecondaryZone `json:"properties"` }
SecondaryZoneRead struct for SecondaryZoneRead
func NewSecondaryZoneRead ¶
func NewSecondaryZoneRead(id string, type_ string, href string, metadata MetadataWithStateNameservers, properties SecondaryZone) *SecondaryZoneRead
NewSecondaryZoneRead instantiates a new SecondaryZoneRead 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 NewSecondaryZoneReadWithDefaults ¶
func NewSecondaryZoneReadWithDefaults() *SecondaryZoneRead
NewSecondaryZoneReadWithDefaults instantiates a new SecondaryZoneRead 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 (*SecondaryZoneRead) GetHref ¶
func (o *SecondaryZoneRead) GetHref() string
GetHref returns the Href field value
func (*SecondaryZoneRead) GetHrefOk ¶
func (o *SecondaryZoneRead) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*SecondaryZoneRead) GetId ¶
func (o *SecondaryZoneRead) GetId() string
GetId returns the Id field value
func (*SecondaryZoneRead) GetIdOk ¶
func (o *SecondaryZoneRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SecondaryZoneRead) GetMetadata ¶
func (o *SecondaryZoneRead) GetMetadata() MetadataWithStateNameservers
GetMetadata returns the Metadata field value
func (*SecondaryZoneRead) GetMetadataOk ¶
func (o *SecondaryZoneRead) GetMetadataOk() (*MetadataWithStateNameservers, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*SecondaryZoneRead) GetProperties ¶
func (o *SecondaryZoneRead) GetProperties() SecondaryZone
GetProperties returns the Properties field value
func (*SecondaryZoneRead) GetPropertiesOk ¶
func (o *SecondaryZoneRead) GetPropertiesOk() (*SecondaryZone, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*SecondaryZoneRead) GetType ¶
func (o *SecondaryZoneRead) GetType() string
GetType returns the Type field value
func (*SecondaryZoneRead) GetTypeOk ¶
func (o *SecondaryZoneRead) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SecondaryZoneRead) SetHref ¶
func (o *SecondaryZoneRead) SetHref(v string)
SetHref sets field value
func (*SecondaryZoneRead) SetId ¶
func (o *SecondaryZoneRead) SetId(v string)
SetId sets field value
func (*SecondaryZoneRead) SetMetadata ¶
func (o *SecondaryZoneRead) SetMetadata(v MetadataWithStateNameservers)
SetMetadata sets field value
func (*SecondaryZoneRead) SetProperties ¶
func (o *SecondaryZoneRead) SetProperties(v SecondaryZone)
SetProperties sets field value
func (*SecondaryZoneRead) SetType ¶
func (o *SecondaryZoneRead) SetType(v string)
SetType sets field value
func (SecondaryZoneRead) ToMap ¶
func (o SecondaryZoneRead) ToMap() (map[string]interface{}, error)
type SecondaryZoneReadAllOf ¶
type SecondaryZoneReadAllOf struct {
Properties SecondaryZone `json:"properties"`
}
SecondaryZoneReadAllOf struct for SecondaryZoneReadAllOf
func NewSecondaryZoneReadAllOf ¶
func NewSecondaryZoneReadAllOf(properties SecondaryZone) *SecondaryZoneReadAllOf
NewSecondaryZoneReadAllOf instantiates a new SecondaryZoneReadAllOf 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 NewSecondaryZoneReadAllOfWithDefaults ¶
func NewSecondaryZoneReadAllOfWithDefaults() *SecondaryZoneReadAllOf
NewSecondaryZoneReadAllOfWithDefaults instantiates a new SecondaryZoneReadAllOf 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 (*SecondaryZoneReadAllOf) GetProperties ¶
func (o *SecondaryZoneReadAllOf) GetProperties() SecondaryZone
GetProperties returns the Properties field value
func (*SecondaryZoneReadAllOf) GetPropertiesOk ¶
func (o *SecondaryZoneReadAllOf) GetPropertiesOk() (*SecondaryZone, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*SecondaryZoneReadAllOf) SetProperties ¶
func (o *SecondaryZoneReadAllOf) SetProperties(v SecondaryZone)
SetProperties sets field value
func (SecondaryZoneReadAllOf) ToMap ¶
func (o SecondaryZoneReadAllOf) ToMap() (map[string]interface{}, error)
type SecondaryZoneReadList ¶
type SecondaryZoneReadList struct { // ID (UUID) created to identify this action. Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` // Pagination offset. Offset float32 `json:"offset"` // Pagination limit. Limit float32 `json:"limit"` Links Links `json:"_links"` Items []SecondaryZoneRead `json:"items"` }
SecondaryZoneReadList struct for SecondaryZoneReadList
func NewSecondaryZoneReadList ¶
func NewSecondaryZoneReadList(id string, type_ string, href string, offset float32, limit float32, links Links, items []SecondaryZoneRead) *SecondaryZoneReadList
NewSecondaryZoneReadList instantiates a new SecondaryZoneReadList 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 NewSecondaryZoneReadListWithDefaults ¶
func NewSecondaryZoneReadListWithDefaults() *SecondaryZoneReadList
NewSecondaryZoneReadListWithDefaults instantiates a new SecondaryZoneReadList 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 (*SecondaryZoneReadList) GetHref ¶
func (o *SecondaryZoneReadList) GetHref() string
GetHref returns the Href field value
func (*SecondaryZoneReadList) GetHrefOk ¶
func (o *SecondaryZoneReadList) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*SecondaryZoneReadList) GetId ¶
func (o *SecondaryZoneReadList) GetId() string
GetId returns the Id field value
func (*SecondaryZoneReadList) GetIdOk ¶
func (o *SecondaryZoneReadList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SecondaryZoneReadList) GetItems ¶
func (o *SecondaryZoneReadList) GetItems() []SecondaryZoneRead
GetItems returns the Items field value
func (*SecondaryZoneReadList) GetItemsOk ¶
func (o *SecondaryZoneReadList) GetItemsOk() ([]SecondaryZoneRead, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*SecondaryZoneReadList) GetLimit ¶
func (o *SecondaryZoneReadList) GetLimit() float32
GetLimit returns the Limit field value
func (*SecondaryZoneReadList) GetLimitOk ¶
func (o *SecondaryZoneReadList) GetLimitOk() (*float32, bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*SecondaryZoneReadList) GetLinks ¶
func (o *SecondaryZoneReadList) GetLinks() Links
GetLinks returns the Links field value
func (*SecondaryZoneReadList) GetLinksOk ¶
func (o *SecondaryZoneReadList) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*SecondaryZoneReadList) GetOffset ¶
func (o *SecondaryZoneReadList) GetOffset() float32
GetOffset returns the Offset field value
func (*SecondaryZoneReadList) GetOffsetOk ¶
func (o *SecondaryZoneReadList) GetOffsetOk() (*float32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*SecondaryZoneReadList) GetType ¶
func (o *SecondaryZoneReadList) GetType() string
GetType returns the Type field value
func (*SecondaryZoneReadList) GetTypeOk ¶
func (o *SecondaryZoneReadList) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SecondaryZoneReadList) SetHref ¶
func (o *SecondaryZoneReadList) SetHref(v string)
SetHref sets field value
func (*SecondaryZoneReadList) SetId ¶
func (o *SecondaryZoneReadList) SetId(v string)
SetId sets field value
func (*SecondaryZoneReadList) SetItems ¶
func (o *SecondaryZoneReadList) SetItems(v []SecondaryZoneRead)
SetItems sets field value
func (*SecondaryZoneReadList) SetLimit ¶
func (o *SecondaryZoneReadList) SetLimit(v float32)
SetLimit sets field value
func (*SecondaryZoneReadList) SetLinks ¶
func (o *SecondaryZoneReadList) SetLinks(v Links)
SetLinks sets field value
func (*SecondaryZoneReadList) SetOffset ¶
func (o *SecondaryZoneReadList) SetOffset(v float32)
SetOffset sets field value
func (*SecondaryZoneReadList) SetType ¶
func (o *SecondaryZoneReadList) SetType(v string)
SetType sets field value
func (SecondaryZoneReadList) ToMap ¶
func (o SecondaryZoneReadList) ToMap() (map[string]interface{}, error)
type SecondaryZoneReadListAllOf ¶
type SecondaryZoneReadListAllOf struct {
Items []SecondaryZoneRead `json:"items"`
}
SecondaryZoneReadListAllOf List of secondary zones
func NewSecondaryZoneReadListAllOf ¶
func NewSecondaryZoneReadListAllOf(items []SecondaryZoneRead) *SecondaryZoneReadListAllOf
NewSecondaryZoneReadListAllOf instantiates a new SecondaryZoneReadListAllOf 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 NewSecondaryZoneReadListAllOfWithDefaults ¶
func NewSecondaryZoneReadListAllOfWithDefaults() *SecondaryZoneReadListAllOf
NewSecondaryZoneReadListAllOfWithDefaults instantiates a new SecondaryZoneReadListAllOf 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 (*SecondaryZoneReadListAllOf) GetItems ¶
func (o *SecondaryZoneReadListAllOf) GetItems() []SecondaryZoneRead
GetItems returns the Items field value
func (*SecondaryZoneReadListAllOf) GetItemsOk ¶
func (o *SecondaryZoneReadListAllOf) GetItemsOk() ([]SecondaryZoneRead, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*SecondaryZoneReadListAllOf) SetItems ¶
func (o *SecondaryZoneReadListAllOf) SetItems(v []SecondaryZoneRead)
SetItems sets field value
func (SecondaryZoneReadListAllOf) ToMap ¶
func (o SecondaryZoneReadListAllOf) ToMap() (map[string]interface{}, error)
type SecondaryZoneRecordRead ¶
type SecondaryZoneRecordRead struct { Type string `json:"type"` Metadata MetadataForSecondaryZoneRecords `json:"metadata"` Properties Record `json:"properties"` }
SecondaryZoneRecordRead struct for SecondaryZoneRecordRead
func NewSecondaryZoneRecordRead ¶
func NewSecondaryZoneRecordRead(type_ string, metadata MetadataForSecondaryZoneRecords, properties Record) *SecondaryZoneRecordRead
NewSecondaryZoneRecordRead instantiates a new SecondaryZoneRecordRead 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 NewSecondaryZoneRecordReadWithDefaults ¶
func NewSecondaryZoneRecordReadWithDefaults() *SecondaryZoneRecordRead
NewSecondaryZoneRecordReadWithDefaults instantiates a new SecondaryZoneRecordRead 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 (*SecondaryZoneRecordRead) GetMetadata ¶
func (o *SecondaryZoneRecordRead) GetMetadata() MetadataForSecondaryZoneRecords
GetMetadata returns the Metadata field value
func (*SecondaryZoneRecordRead) GetMetadataOk ¶
func (o *SecondaryZoneRecordRead) GetMetadataOk() (*MetadataForSecondaryZoneRecords, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordRead) GetProperties ¶
func (o *SecondaryZoneRecordRead) GetProperties() Record
GetProperties returns the Properties field value
func (*SecondaryZoneRecordRead) GetPropertiesOk ¶
func (o *SecondaryZoneRecordRead) GetPropertiesOk() (*Record, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordRead) GetType ¶
func (o *SecondaryZoneRecordRead) GetType() string
GetType returns the Type field value
func (*SecondaryZoneRecordRead) GetTypeOk ¶
func (o *SecondaryZoneRecordRead) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordRead) SetMetadata ¶
func (o *SecondaryZoneRecordRead) SetMetadata(v MetadataForSecondaryZoneRecords)
SetMetadata sets field value
func (*SecondaryZoneRecordRead) SetProperties ¶
func (o *SecondaryZoneRecordRead) SetProperties(v Record)
SetProperties sets field value
func (*SecondaryZoneRecordRead) SetType ¶
func (o *SecondaryZoneRecordRead) SetType(v string)
SetType sets field value
func (SecondaryZoneRecordRead) ToMap ¶
func (o SecondaryZoneRecordRead) ToMap() (map[string]interface{}, error)
type SecondaryZoneRecordReadList ¶
type SecondaryZoneRecordReadList struct { // The resource's unique identifier. Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` Metadata SecondaryZoneRecordReadListMetadata `json:"metadata"` Items []SecondaryZoneRecordRead `json:"items"` // Pagination offset. Offset float32 `json:"offset"` // Pagination limit. Limit float32 `json:"limit"` Links Links `json:"_links"` }
SecondaryZoneRecordReadList struct for SecondaryZoneRecordReadList
func NewSecondaryZoneRecordReadList ¶
func NewSecondaryZoneRecordReadList(id string, type_ string, href string, metadata SecondaryZoneRecordReadListMetadata, items []SecondaryZoneRecordRead, offset float32, limit float32, links Links) *SecondaryZoneRecordReadList
NewSecondaryZoneRecordReadList instantiates a new SecondaryZoneRecordReadList 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 NewSecondaryZoneRecordReadListWithDefaults ¶
func NewSecondaryZoneRecordReadListWithDefaults() *SecondaryZoneRecordReadList
NewSecondaryZoneRecordReadListWithDefaults instantiates a new SecondaryZoneRecordReadList 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 (*SecondaryZoneRecordReadList) GetHref ¶
func (o *SecondaryZoneRecordReadList) GetHref() string
GetHref returns the Href field value
func (*SecondaryZoneRecordReadList) GetHrefOk ¶
func (o *SecondaryZoneRecordReadList) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordReadList) GetId ¶
func (o *SecondaryZoneRecordReadList) GetId() string
GetId returns the Id field value
func (*SecondaryZoneRecordReadList) GetIdOk ¶
func (o *SecondaryZoneRecordReadList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordReadList) GetItems ¶
func (o *SecondaryZoneRecordReadList) GetItems() []SecondaryZoneRecordRead
GetItems returns the Items field value
func (*SecondaryZoneRecordReadList) GetItemsOk ¶
func (o *SecondaryZoneRecordReadList) GetItemsOk() ([]SecondaryZoneRecordRead, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordReadList) GetLimit ¶
func (o *SecondaryZoneRecordReadList) GetLimit() float32
GetLimit returns the Limit field value
func (*SecondaryZoneRecordReadList) GetLimitOk ¶
func (o *SecondaryZoneRecordReadList) GetLimitOk() (*float32, bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordReadList) GetLinks ¶
func (o *SecondaryZoneRecordReadList) GetLinks() Links
GetLinks returns the Links field value
func (*SecondaryZoneRecordReadList) GetLinksOk ¶
func (o *SecondaryZoneRecordReadList) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordReadList) GetMetadata ¶
func (o *SecondaryZoneRecordReadList) GetMetadata() SecondaryZoneRecordReadListMetadata
GetMetadata returns the Metadata field value
func (*SecondaryZoneRecordReadList) GetMetadataOk ¶
func (o *SecondaryZoneRecordReadList) GetMetadataOk() (*SecondaryZoneRecordReadListMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordReadList) GetOffset ¶
func (o *SecondaryZoneRecordReadList) GetOffset() float32
GetOffset returns the Offset field value
func (*SecondaryZoneRecordReadList) GetOffsetOk ¶
func (o *SecondaryZoneRecordReadList) GetOffsetOk() (*float32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordReadList) GetType ¶
func (o *SecondaryZoneRecordReadList) GetType() string
GetType returns the Type field value
func (*SecondaryZoneRecordReadList) GetTypeOk ¶
func (o *SecondaryZoneRecordReadList) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordReadList) SetHref ¶
func (o *SecondaryZoneRecordReadList) SetHref(v string)
SetHref sets field value
func (*SecondaryZoneRecordReadList) SetId ¶
func (o *SecondaryZoneRecordReadList) SetId(v string)
SetId sets field value
func (*SecondaryZoneRecordReadList) SetItems ¶
func (o *SecondaryZoneRecordReadList) SetItems(v []SecondaryZoneRecordRead)
SetItems sets field value
func (*SecondaryZoneRecordReadList) SetLimit ¶
func (o *SecondaryZoneRecordReadList) SetLimit(v float32)
SetLimit sets field value
func (*SecondaryZoneRecordReadList) SetLinks ¶
func (o *SecondaryZoneRecordReadList) SetLinks(v Links)
SetLinks sets field value
func (*SecondaryZoneRecordReadList) SetMetadata ¶
func (o *SecondaryZoneRecordReadList) SetMetadata(v SecondaryZoneRecordReadListMetadata)
SetMetadata sets field value
func (*SecondaryZoneRecordReadList) SetOffset ¶
func (o *SecondaryZoneRecordReadList) SetOffset(v float32)
SetOffset sets field value
func (*SecondaryZoneRecordReadList) SetType ¶
func (o *SecondaryZoneRecordReadList) SetType(v string)
SetType sets field value
func (SecondaryZoneRecordReadList) ToMap ¶
func (o SecondaryZoneRecordReadList) ToMap() (map[string]interface{}, error)
type SecondaryZoneRecordReadListMetadata ¶
type SecondaryZoneRecordReadListMetadata struct { // Indicates IP addresses of primary nameservers for a secondary zone. Accepts IPv4 and IPv6 addresses PrimaryIps []string `json:"primaryIps"` }
SecondaryZoneRecordReadListMetadata Shows the specific properties for secondary zones
func NewSecondaryZoneRecordReadListMetadata ¶
func NewSecondaryZoneRecordReadListMetadata(primaryIps []string) *SecondaryZoneRecordReadListMetadata
NewSecondaryZoneRecordReadListMetadata instantiates a new SecondaryZoneRecordReadListMetadata 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 NewSecondaryZoneRecordReadListMetadataWithDefaults ¶
func NewSecondaryZoneRecordReadListMetadataWithDefaults() *SecondaryZoneRecordReadListMetadata
NewSecondaryZoneRecordReadListMetadataWithDefaults instantiates a new SecondaryZoneRecordReadListMetadata 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 (*SecondaryZoneRecordReadListMetadata) GetPrimaryIps ¶
func (o *SecondaryZoneRecordReadListMetadata) GetPrimaryIps() []string
GetPrimaryIps returns the PrimaryIps field value
func (*SecondaryZoneRecordReadListMetadata) GetPrimaryIpsOk ¶
func (o *SecondaryZoneRecordReadListMetadata) GetPrimaryIpsOk() ([]string, bool)
GetPrimaryIpsOk returns a tuple with the PrimaryIps field value and a boolean to check if the value has been set.
func (*SecondaryZoneRecordReadListMetadata) SetPrimaryIps ¶
func (o *SecondaryZoneRecordReadListMetadata) SetPrimaryIps(v []string)
SetPrimaryIps sets field value
func (SecondaryZoneRecordReadListMetadata) ToMap ¶
func (o SecondaryZoneRecordReadListMetadata) ToMap() (map[string]interface{}, error)
type SecondaryZonesApiService ¶
type SecondaryZonesApiService service
SecondaryZonesApiService SecondaryZonesApi service
func (*SecondaryZonesApiService) SecondaryzonesAxfrGet ¶
func (a *SecondaryZonesApiService) SecondaryzonesAxfrGet(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesAxfrGetRequest
- SecondaryzonesAxfrGet Get status of zone transfer
- Get status of zone transfer.
Note that Cloud DNS relies on the following Anycast addresses for sending DNS notify messages. Make sure to whitelist on your end:
IPv4: 212.227.123.25
IPv6: 2001:8d8:fe:53::5cd:25
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param secondaryZoneId The ID (UUID) of the DNS zone.
@return ApiSecondaryzonesAxfrGetRequest
func (*SecondaryZonesApiService) SecondaryzonesAxfrGetExecute ¶
func (a *SecondaryZonesApiService) SecondaryzonesAxfrGetExecute(r ApiSecondaryzonesAxfrGetRequest) (ZoneTransferPrimaryIpsStatus, *shared.APIResponse, error)
* Execute executes the request * @return ZoneTransferPrimaryIpsStatus
func (*SecondaryZonesApiService) SecondaryzonesAxfrPut ¶
func (a *SecondaryZonesApiService) SecondaryzonesAxfrPut(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesAxfrPutRequest
- SecondaryzonesAxfrPut Start zone transfer
- Initiate zone transfer.
Note that Cloud DNS relies on the following Anycast addresses for sending DNS notify messages. Make sure to whitelist on your end:
IPv4: 212.227.123.25
IPv6: 2001:8d8:fe:53::5cd:25
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param secondaryZoneId The ID (UUID) of the DNS zone.
@return ApiSecondaryzonesAxfrPutRequest
func (*SecondaryZonesApiService) SecondaryzonesAxfrPutExecute ¶
func (a *SecondaryZonesApiService) SecondaryzonesAxfrPutExecute(r ApiSecondaryzonesAxfrPutRequest) (map[string]interface{}, *shared.APIResponse, error)
* Execute executes the request * @return map[string]interface{}
func (*SecondaryZonesApiService) SecondaryzonesDelete ¶
func (a *SecondaryZonesApiService) SecondaryzonesDelete(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesDeleteRequest
* SecondaryzonesDelete Delete a secondary zone * Deletes the specified secondary zone. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param secondaryZoneId The ID (UUID) of the DNS zone. * @return ApiSecondaryzonesDeleteRequest
func (*SecondaryZonesApiService) SecondaryzonesDeleteExecute ¶
func (a *SecondaryZonesApiService) SecondaryzonesDeleteExecute(r ApiSecondaryzonesDeleteRequest) (map[string]interface{}, *shared.APIResponse, error)
* Execute executes the request * @return map[string]interface{}
func (*SecondaryZonesApiService) SecondaryzonesFindById ¶
func (a *SecondaryZonesApiService) SecondaryzonesFindById(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesFindByIdRequest
* SecondaryzonesFindById Retrieve a secondary zone * Returns a DNS secondary zone by given ID. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param secondaryZoneId The ID (UUID) of the DNS zone. * @return ApiSecondaryzonesFindByIdRequest
func (*SecondaryZonesApiService) SecondaryzonesFindByIdExecute ¶
func (a *SecondaryZonesApiService) SecondaryzonesFindByIdExecute(r ApiSecondaryzonesFindByIdRequest) (SecondaryZoneRead, *shared.APIResponse, error)
* Execute executes the request * @return SecondaryZoneRead
func (*SecondaryZonesApiService) SecondaryzonesGet ¶
func (a *SecondaryZonesApiService) SecondaryzonesGet(ctx _context.Context) ApiSecondaryzonesGetRequest
* SecondaryzonesGet Retrieve secondary zones * Returns a list of the secondary DNS zones for the customer. Default limit is the first 100 items. Use pagination query parameters for listing more items (up to 1000). * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiSecondaryzonesGetRequest
func (*SecondaryZonesApiService) SecondaryzonesGetExecute ¶
func (a *SecondaryZonesApiService) SecondaryzonesGetExecute(r ApiSecondaryzonesGetRequest) (SecondaryZoneReadList, *shared.APIResponse, error)
* Execute executes the request * @return SecondaryZoneReadList
func (*SecondaryZonesApiService) SecondaryzonesPost ¶
func (a *SecondaryZonesApiService) SecondaryzonesPost(ctx _context.Context) ApiSecondaryzonesPostRequest
- SecondaryzonesPost Create a secondary zone
- Creates a new secondary zone with default NS and SOA records.
Note that Cloud DNS relies on the following Anycast addresses for sending DNS notify messages. Make sure to whitelist on your end:
IPv4: 212.227.123.25
IPv6: 2001:8d8:fe:53::5cd:25
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSecondaryzonesPostRequest
func (*SecondaryZonesApiService) SecondaryzonesPostExecute ¶
func (a *SecondaryZonesApiService) SecondaryzonesPostExecute(r ApiSecondaryzonesPostRequest) (SecondaryZoneRead, *shared.APIResponse, error)
* Execute executes the request * @return SecondaryZoneRead
func (*SecondaryZonesApiService) SecondaryzonesPut ¶
func (a *SecondaryZonesApiService) SecondaryzonesPut(ctx _context.Context, secondaryZoneId string) ApiSecondaryzonesPutRequest
* SecondaryzonesPut Update a secondary zone * Updates or creates a secondary zone for the provided secondary Zone ID. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param secondaryZoneId The ID (UUID) of the DNS zone. * @return ApiSecondaryzonesPutRequest
func (*SecondaryZonesApiService) SecondaryzonesPutExecute ¶
func (a *SecondaryZonesApiService) SecondaryzonesPutExecute(r ApiSecondaryzonesPutRequest) (SecondaryZoneRead, *shared.APIResponse, error)
* Execute executes the request * @return SecondaryZoneRead
type Zone ¶
type Zone struct { // The zone name ZoneName string `json:"zoneName"` // The hosted zone is used for... Description *string `json:"description,omitempty"` // Users can activate and deactivate zones. Enabled *bool `json:"enabled,omitempty"` }
Zone struct for Zone
func NewZone ¶
NewZone instantiates a new Zone 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 NewZoneWithDefaults ¶
func NewZoneWithDefaults() *Zone
NewZoneWithDefaults instantiates a new Zone 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 (*Zone) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Zone) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetEnabled ¶
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*Zone) GetEnabledOk ¶
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetZoneName ¶
GetZoneName returns the ZoneName field value
func (*Zone) GetZoneNameOk ¶
GetZoneNameOk returns a tuple with the ZoneName field value and a boolean to check if the value has been set.
func (*Zone) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Zone) HasEnabled ¶
HasEnabled returns a boolean if a field has been set.
func (*Zone) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Zone) SetEnabled ¶
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
type ZoneAllOf ¶
type ZoneAllOf struct { // Users can activate and deactivate zones. Enabled *bool `json:"enabled,omitempty"` }
ZoneAllOf Indicates the specific fields for a primary zone. This type of zone is the default one.
func NewZoneAllOf ¶
func NewZoneAllOf() *ZoneAllOf
NewZoneAllOf instantiates a new ZoneAllOf 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 NewZoneAllOfWithDefaults ¶
func NewZoneAllOfWithDefaults() *ZoneAllOf
NewZoneAllOfWithDefaults instantiates a new ZoneAllOf 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 (*ZoneAllOf) GetEnabled ¶
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*ZoneAllOf) GetEnabledOk ¶
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ZoneAllOf) HasEnabled ¶
HasEnabled returns a boolean if a field has been set.
func (*ZoneAllOf) SetEnabled ¶
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
type ZoneCreate ¶
type ZoneCreate struct {
Properties Zone `json:"properties"`
}
ZoneCreate struct for ZoneCreate
func NewZoneCreate ¶
func NewZoneCreate(properties Zone) *ZoneCreate
NewZoneCreate instantiates a new ZoneCreate 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 NewZoneCreateWithDefaults ¶
func NewZoneCreateWithDefaults() *ZoneCreate
NewZoneCreateWithDefaults instantiates a new ZoneCreate 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 (*ZoneCreate) GetProperties ¶
func (o *ZoneCreate) GetProperties() Zone
GetProperties returns the Properties field value
func (*ZoneCreate) GetPropertiesOk ¶
func (o *ZoneCreate) GetPropertiesOk() (*Zone, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*ZoneCreate) SetProperties ¶
func (o *ZoneCreate) SetProperties(v Zone)
SetProperties sets field value
func (ZoneCreate) ToMap ¶
func (o ZoneCreate) ToMap() (map[string]interface{}, error)
type ZoneEnsure ¶
type ZoneEnsure struct {
Properties Zone `json:"properties"`
}
ZoneEnsure struct for ZoneEnsure
func NewZoneEnsure ¶
func NewZoneEnsure(properties Zone) *ZoneEnsure
NewZoneEnsure instantiates a new ZoneEnsure 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 NewZoneEnsureWithDefaults ¶
func NewZoneEnsureWithDefaults() *ZoneEnsure
NewZoneEnsureWithDefaults instantiates a new ZoneEnsure 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 (*ZoneEnsure) GetProperties ¶
func (o *ZoneEnsure) GetProperties() Zone
GetProperties returns the Properties field value
func (*ZoneEnsure) GetPropertiesOk ¶
func (o *ZoneEnsure) GetPropertiesOk() (*Zone, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*ZoneEnsure) SetProperties ¶
func (o *ZoneEnsure) SetProperties(v Zone)
SetProperties sets field value
func (ZoneEnsure) ToMap ¶
func (o ZoneEnsure) ToMap() (map[string]interface{}, error)
type ZoneFilesApiService ¶
type ZoneFilesApiService service
ZoneFilesApiService ZoneFilesApi service
func (*ZoneFilesApiService) ZonesZonefileGet ¶
func (a *ZoneFilesApiService) ZonesZonefileGet(ctx _context.Context, zoneId string) ApiZonesZonefileGetRequest
* ZonesZonefileGet Retrieve a zone file * Returns an exported zone file in BIND format (RFC 1035). * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @return ApiZonesZonefileGetRequest
func (*ZoneFilesApiService) ZonesZonefileGetExecute ¶
func (a *ZoneFilesApiService) ZonesZonefileGetExecute(r ApiZonesZonefileGetRequest) (*shared.APIResponse, error)
* Execute executes the request
func (*ZoneFilesApiService) ZonesZonefilePut ¶
func (a *ZoneFilesApiService) ZonesZonefilePut(ctx _context.Context, zoneId string) ApiZonesZonefilePutRequest
* ZonesZonefilePut Updates a zone with a file * Updates a zone with zone file in BIND format (RFC 1035). All records in the zone are replaced with the ones provided. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @return ApiZonesZonefilePutRequest
func (*ZoneFilesApiService) ZonesZonefilePutExecute ¶
func (a *ZoneFilesApiService) ZonesZonefilePutExecute(r ApiZonesZonefilePutRequest) (RecordReadList, *shared.APIResponse, error)
* Execute executes the request * @return RecordReadList
type ZoneRead ¶
type ZoneRead struct { // The zone ID (UUID). Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` Metadata MetadataWithStateNameservers `json:"metadata"` Properties Zone `json:"properties"` }
ZoneRead struct for ZoneRead
func NewZoneRead ¶
func NewZoneRead(id string, type_ string, href string, metadata MetadataWithStateNameservers, properties Zone) *ZoneRead
NewZoneRead instantiates a new ZoneRead 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 NewZoneReadWithDefaults ¶
func NewZoneReadWithDefaults() *ZoneRead
NewZoneReadWithDefaults instantiates a new ZoneRead 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 (*ZoneRead) GetHrefOk ¶
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*ZoneRead) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ZoneRead) GetMetadata ¶
func (o *ZoneRead) GetMetadata() MetadataWithStateNameservers
GetMetadata returns the Metadata field value
func (*ZoneRead) GetMetadataOk ¶
func (o *ZoneRead) GetMetadataOk() (*MetadataWithStateNameservers, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*ZoneRead) GetProperties ¶
GetProperties returns the Properties field value
func (*ZoneRead) GetPropertiesOk ¶
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*ZoneRead) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ZoneRead) SetMetadata ¶
func (o *ZoneRead) SetMetadata(v MetadataWithStateNameservers)
SetMetadata sets field value
func (*ZoneRead) SetProperties ¶
SetProperties sets field value
type ZoneReadAllOf ¶
type ZoneReadAllOf struct {
Properties Zone `json:"properties"`
}
ZoneReadAllOf struct for ZoneReadAllOf
func NewZoneReadAllOf ¶
func NewZoneReadAllOf(properties Zone) *ZoneReadAllOf
NewZoneReadAllOf instantiates a new ZoneReadAllOf 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 NewZoneReadAllOfWithDefaults ¶
func NewZoneReadAllOfWithDefaults() *ZoneReadAllOf
NewZoneReadAllOfWithDefaults instantiates a new ZoneReadAllOf 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 (*ZoneReadAllOf) GetProperties ¶
func (o *ZoneReadAllOf) GetProperties() Zone
GetProperties returns the Properties field value
func (*ZoneReadAllOf) GetPropertiesOk ¶
func (o *ZoneReadAllOf) GetPropertiesOk() (*Zone, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*ZoneReadAllOf) SetProperties ¶
func (o *ZoneReadAllOf) SetProperties(v Zone)
SetProperties sets field value
func (ZoneReadAllOf) ToMap ¶
func (o ZoneReadAllOf) ToMap() (map[string]interface{}, error)
type ZoneReadList ¶
type ZoneReadList struct { // ID (UUID) created to identify this action. Id string `json:"id"` Type string `json:"type"` Href string `json:"href"` // Pagination offset. Offset float32 `json:"offset"` // Pagination limit. Limit float32 `json:"limit"` Links Links `json:"_links"` Items []ZoneRead `json:"items"` }
ZoneReadList struct for ZoneReadList
func NewZoneReadList ¶
func NewZoneReadList(id string, type_ string, href string, offset float32, limit float32, links Links, items []ZoneRead) *ZoneReadList
NewZoneReadList instantiates a new ZoneReadList 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 NewZoneReadListWithDefaults ¶
func NewZoneReadListWithDefaults() *ZoneReadList
NewZoneReadListWithDefaults instantiates a new ZoneReadList 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 (*ZoneReadList) GetHref ¶
func (o *ZoneReadList) GetHref() string
GetHref returns the Href field value
func (*ZoneReadList) GetHrefOk ¶
func (o *ZoneReadList) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*ZoneReadList) GetIdOk ¶
func (o *ZoneReadList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ZoneReadList) GetItems ¶
func (o *ZoneReadList) GetItems() []ZoneRead
GetItems returns the Items field value
func (*ZoneReadList) GetItemsOk ¶
func (o *ZoneReadList) GetItemsOk() ([]ZoneRead, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ZoneReadList) GetLimit ¶
func (o *ZoneReadList) GetLimit() float32
GetLimit returns the Limit field value
func (*ZoneReadList) GetLimitOk ¶
func (o *ZoneReadList) GetLimitOk() (*float32, bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*ZoneReadList) GetLinks ¶
func (o *ZoneReadList) GetLinks() Links
GetLinks returns the Links field value
func (*ZoneReadList) GetLinksOk ¶
func (o *ZoneReadList) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*ZoneReadList) GetOffset ¶
func (o *ZoneReadList) GetOffset() float32
GetOffset returns the Offset field value
func (*ZoneReadList) GetOffsetOk ¶
func (o *ZoneReadList) GetOffsetOk() (*float32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*ZoneReadList) GetType ¶
func (o *ZoneReadList) GetType() string
GetType returns the Type field value
func (*ZoneReadList) GetTypeOk ¶
func (o *ZoneReadList) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ZoneReadList) SetItems ¶
func (o *ZoneReadList) SetItems(v []ZoneRead)
SetItems sets field value
func (*ZoneReadList) SetLimit ¶
func (o *ZoneReadList) SetLimit(v float32)
SetLimit sets field value
func (*ZoneReadList) SetOffset ¶
func (o *ZoneReadList) SetOffset(v float32)
SetOffset sets field value
func (ZoneReadList) ToMap ¶
func (o ZoneReadList) ToMap() (map[string]interface{}, error)
type ZoneReadListAllOf ¶
type ZoneReadListAllOf struct {
Items []ZoneRead `json:"items"`
}
ZoneReadListAllOf List of primary zones
func NewZoneReadListAllOf ¶
func NewZoneReadListAllOf(items []ZoneRead) *ZoneReadListAllOf
NewZoneReadListAllOf instantiates a new ZoneReadListAllOf 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 NewZoneReadListAllOfWithDefaults ¶
func NewZoneReadListAllOfWithDefaults() *ZoneReadListAllOf
NewZoneReadListAllOfWithDefaults instantiates a new ZoneReadListAllOf 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 (*ZoneReadListAllOf) GetItems ¶
func (o *ZoneReadListAllOf) GetItems() []ZoneRead
GetItems returns the Items field value
func (*ZoneReadListAllOf) GetItemsOk ¶
func (o *ZoneReadListAllOf) GetItemsOk() ([]ZoneRead, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ZoneReadListAllOf) SetItems ¶
func (o *ZoneReadListAllOf) SetItems(v []ZoneRead)
SetItems sets field value
func (ZoneReadListAllOf) ToMap ¶
func (o ZoneReadListAllOf) ToMap() (map[string]interface{}, error)
type ZoneTransferPrimaryIpStatus ¶
type ZoneTransferPrimaryIpStatus struct { // one single IP from the primaryIps field for secondary zones PrimaryIp string `json:"primaryIp"` // Human readable status of the zone transfer status for the IP Status string `json:"status"` // Human readable explanation of the error when status is not ok ErrorMessage *string `json:"errorMessage,omitempty"` }
ZoneTransferPrimaryIpStatus struct for ZoneTransferPrimaryIpStatus
func NewZoneTransferPrimaryIpStatus ¶
func NewZoneTransferPrimaryIpStatus(primaryIp string, status string) *ZoneTransferPrimaryIpStatus
NewZoneTransferPrimaryIpStatus instantiates a new ZoneTransferPrimaryIpStatus 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 NewZoneTransferPrimaryIpStatusWithDefaults ¶
func NewZoneTransferPrimaryIpStatusWithDefaults() *ZoneTransferPrimaryIpStatus
NewZoneTransferPrimaryIpStatusWithDefaults instantiates a new ZoneTransferPrimaryIpStatus 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 (*ZoneTransferPrimaryIpStatus) GetErrorMessage ¶
func (o *ZoneTransferPrimaryIpStatus) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.
func (*ZoneTransferPrimaryIpStatus) GetErrorMessageOk ¶
func (o *ZoneTransferPrimaryIpStatus) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ZoneTransferPrimaryIpStatus) GetPrimaryIp ¶
func (o *ZoneTransferPrimaryIpStatus) GetPrimaryIp() string
GetPrimaryIp returns the PrimaryIp field value
func (*ZoneTransferPrimaryIpStatus) GetPrimaryIpOk ¶
func (o *ZoneTransferPrimaryIpStatus) GetPrimaryIpOk() (*string, bool)
GetPrimaryIpOk returns a tuple with the PrimaryIp field value and a boolean to check if the value has been set.
func (*ZoneTransferPrimaryIpStatus) GetStatus ¶
func (o *ZoneTransferPrimaryIpStatus) GetStatus() string
GetStatus returns the Status field value
func (*ZoneTransferPrimaryIpStatus) GetStatusOk ¶
func (o *ZoneTransferPrimaryIpStatus) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ZoneTransferPrimaryIpStatus) HasErrorMessage ¶
func (o *ZoneTransferPrimaryIpStatus) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (*ZoneTransferPrimaryIpStatus) SetErrorMessage ¶
func (o *ZoneTransferPrimaryIpStatus) SetErrorMessage(v string)
SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.
func (*ZoneTransferPrimaryIpStatus) SetPrimaryIp ¶
func (o *ZoneTransferPrimaryIpStatus) SetPrimaryIp(v string)
SetPrimaryIp sets field value
func (*ZoneTransferPrimaryIpStatus) SetStatus ¶
func (o *ZoneTransferPrimaryIpStatus) SetStatus(v string)
SetStatus sets field value
func (ZoneTransferPrimaryIpStatus) ToMap ¶
func (o ZoneTransferPrimaryIpStatus) ToMap() (map[string]interface{}, error)
type ZoneTransferPrimaryIpsStatus ¶
type ZoneTransferPrimaryIpsStatus struct { Type string `json:"type"` Items []ZoneTransferPrimaryIpStatus `json:"items"` }
ZoneTransferPrimaryIpsStatus Indicates, for secondary zones, the transfer status for each one single IP defined on primaryIps field
func NewZoneTransferPrimaryIpsStatus ¶
func NewZoneTransferPrimaryIpsStatus(type_ string, items []ZoneTransferPrimaryIpStatus) *ZoneTransferPrimaryIpsStatus
NewZoneTransferPrimaryIpsStatus instantiates a new ZoneTransferPrimaryIpsStatus 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 NewZoneTransferPrimaryIpsStatusWithDefaults ¶
func NewZoneTransferPrimaryIpsStatusWithDefaults() *ZoneTransferPrimaryIpsStatus
NewZoneTransferPrimaryIpsStatusWithDefaults instantiates a new ZoneTransferPrimaryIpsStatus 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 (*ZoneTransferPrimaryIpsStatus) GetItems ¶
func (o *ZoneTransferPrimaryIpsStatus) GetItems() []ZoneTransferPrimaryIpStatus
GetItems returns the Items field value
func (*ZoneTransferPrimaryIpsStatus) GetItemsOk ¶
func (o *ZoneTransferPrimaryIpsStatus) GetItemsOk() ([]ZoneTransferPrimaryIpStatus, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ZoneTransferPrimaryIpsStatus) GetType ¶
func (o *ZoneTransferPrimaryIpsStatus) GetType() string
GetType returns the Type field value
func (*ZoneTransferPrimaryIpsStatus) GetTypeOk ¶
func (o *ZoneTransferPrimaryIpsStatus) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ZoneTransferPrimaryIpsStatus) SetItems ¶
func (o *ZoneTransferPrimaryIpsStatus) SetItems(v []ZoneTransferPrimaryIpStatus)
SetItems sets field value
func (*ZoneTransferPrimaryIpsStatus) SetType ¶
func (o *ZoneTransferPrimaryIpsStatus) SetType(v string)
SetType sets field value
func (ZoneTransferPrimaryIpsStatus) ToMap ¶
func (o ZoneTransferPrimaryIpsStatus) ToMap() (map[string]interface{}, error)
type ZonesApiService ¶
type ZonesApiService service
ZonesApiService ZonesApi service
func (*ZonesApiService) ZonesDelete ¶
func (a *ZonesApiService) ZonesDelete(ctx _context.Context, zoneId string) ApiZonesDeleteRequest
* ZonesDelete Delete a zone * Deletes the specified zone and all of the records it contains. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @return ApiZonesDeleteRequest
func (*ZonesApiService) ZonesDeleteExecute ¶
func (a *ZonesApiService) ZonesDeleteExecute(r ApiZonesDeleteRequest) (map[string]interface{}, *shared.APIResponse, error)
* Execute executes the request * @return map[string]interface{}
func (*ZonesApiService) ZonesFindById ¶
func (a *ZonesApiService) ZonesFindById(ctx _context.Context, zoneId string) ApiZonesFindByIdRequest
* ZonesFindById Retrieve a zone * Returns a DNS zone by given ID. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @return ApiZonesFindByIdRequest
func (*ZonesApiService) ZonesFindByIdExecute ¶
func (a *ZonesApiService) ZonesFindByIdExecute(r ApiZonesFindByIdRequest) (ZoneRead, *shared.APIResponse, error)
* Execute executes the request * @return ZoneRead
func (*ZonesApiService) ZonesGet ¶
func (a *ZonesApiService) ZonesGet(ctx _context.Context) ApiZonesGetRequest
* ZonesGet Retrieve zones * Returns a list of the DNS zones for the customer. Default limit is the first 100 items. Use pagination query parameters for listing more items (up to 1000). * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiZonesGetRequest
func (*ZonesApiService) ZonesGetExecute ¶
func (a *ZonesApiService) ZonesGetExecute(r ApiZonesGetRequest) (ZoneReadList, *shared.APIResponse, error)
* Execute executes the request * @return ZoneReadList
func (*ZonesApiService) ZonesPost ¶
func (a *ZonesApiService) ZonesPost(ctx _context.Context) ApiZonesPostRequest
* ZonesPost Create a zone * Creates a new zone with default NS and SOA records. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiZonesPostRequest
func (*ZonesApiService) ZonesPostExecute ¶
func (a *ZonesApiService) ZonesPostExecute(r ApiZonesPostRequest) (ZoneRead, *shared.APIResponse, error)
* Execute executes the request * @return ZoneRead
func (*ZonesApiService) ZonesPut ¶
func (a *ZonesApiService) ZonesPut(ctx _context.Context, zoneId string) ApiZonesPutRequest
* ZonesPut Update a zone * Updates or creates a zone for the provided zone ID.
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param zoneId The ID (UUID) of the DNS zone. * @return ApiZonesPutRequest
func (*ZonesApiService) ZonesPutExecute ¶
func (a *ZonesApiService) ZonesPutExecute(r ApiZonesPutRequest) (ZoneRead, *shared.APIResponse, error)
* Execute executes the request * @return ZoneRead
type ZskBits ¶
type ZskBits int32
ZskBits Zone signing key length in bits.
List of zskBits
func (*ZskBits) UnmarshalJSON ¶
Source Files ¶
- api_dnssec.go
- api_quota.go
- api_records.go
- api_reverse_records.go
- api_secondary_zones.go
- api_zone_files.go
- api_zones.go
- client.go
- model_algorithm.go
- model_common_zone.go
- model_common_zone_read.go
- model_common_zone_read_list.go
- model_dnssec_key.go
- model_dnssec_key_create.go
- model_dnssec_key_parameters.go
- model_dnssec_key_read_creation.go
- model_dnssec_key_read_list.go
- model_dnssec_key_read_list_metadata.go
- model_dnssec_key_read_list_properties.go
- model_dnssec_key_read_list_properties_key_parameters.go
- model_dnssec_key_read_list_properties_nsec_parameters.go
- model_error.go
- model_error_messages.go
- model_key_data.go
- model_key_parameters.go
- model_ksk_bits.go
- model_links.go
- model_metadata.go
- model_metadata_for_secondary_zone_records.go
- model_metadata_with_state_fqdn_zone_id.go
- model_metadata_with_state_fqdn_zone_id_all_of.go
- model_metadata_with_state_nameservers.go
- model_metadata_with_state_nameservers_all_of.go
- model_nsec_mode.go
- model_nsec_parameters.go
- model_provisioning_state.go
- model_quota.go
- model_quota_detail.go
- model_record.go
- model_record_create.go
- model_record_ensure.go
- model_record_read.go
- model_record_read_list.go
- model_reverse_record.go
- model_reverse_record_create.go
- model_reverse_record_ensure.go
- model_reverse_record_read.go
- model_reverse_records_read_list.go
- model_secondary_zone.go
- model_secondary_zone_all_of.go
- model_secondary_zone_create.go
- model_secondary_zone_ensure.go
- model_secondary_zone_read.go
- model_secondary_zone_read_all_of.go
- model_secondary_zone_read_list.go
- model_secondary_zone_read_list_all_of.go
- model_secondary_zone_record_read.go
- model_secondary_zone_record_read_list.go
- model_secondary_zone_record_read_list_metadata.go
- model_zone.go
- model_zone_all_of.go
- model_zone_create.go
- model_zone_ensure.go
- model_zone_read.go
- model_zone_read_all_of.go
- model_zone_read_list.go
- model_zone_read_list_all_of.go
- model_zone_transfer_primary_ip_status.go
- model_zone_transfer_primary_ips_status.go
- model_zsk_bits.go
- utils.go