Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessTokenErr
- func (o *AccessTokenErr) GetError() string
- func (o *AccessTokenErr) GetErrorDescription() string
- func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorUri() string
- func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
- func (o *AccessTokenErr) HasErrorDescription() bool
- func (o *AccessTokenErr) HasErrorUri() bool
- func (o AccessTokenErr) MarshalJSON() ([]byte, error)
- func (o *AccessTokenErr) SetError(v string)
- func (o *AccessTokenErr) SetErrorDescription(v string)
- func (o *AccessTokenErr) SetErrorUri(v string)
- func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
- type AccessTokenReq
- func (o *AccessTokenReq) GetGrantType() string
- func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
- func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
- func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
- func (o *AccessTokenReq) GetNfInstanceId() string
- func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetNfType() NFType
- func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetRequesterFqdn() string
- func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
- func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
- func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
- func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
- func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) GetScope() string
- func (o *AccessTokenReq) GetScopeOk() (*string, bool)
- func (o *AccessTokenReq) GetSourceNfInstanceId() string
- func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfInstanceId() string
- func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfServiceSetId() string
- func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfSetId() string
- func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfType() NFType
- func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetTargetNsiList() []string
- func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
- func (o *AccessTokenReq) GetTargetPlmn() PlmnId
- func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
- func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
- func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
- func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
- func (o *AccessTokenReq) HasNfType() bool
- func (o *AccessTokenReq) HasRequesterFqdn() bool
- func (o *AccessTokenReq) HasRequesterPlmn() bool
- func (o *AccessTokenReq) HasRequesterPlmnList() bool
- func (o *AccessTokenReq) HasRequesterSnpnList() bool
- func (o *AccessTokenReq) HasRequesterSnssaiList() bool
- func (o *AccessTokenReq) HasSourceNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
- func (o *AccessTokenReq) HasTargetNfSetId() bool
- func (o *AccessTokenReq) HasTargetNfType() bool
- func (o *AccessTokenReq) HasTargetNsiList() bool
- func (o *AccessTokenReq) HasTargetPlmn() bool
- func (o *AccessTokenReq) HasTargetSnpn() bool
- func (o *AccessTokenReq) HasTargetSnssaiList() bool
- func (o AccessTokenReq) MarshalJSON() ([]byte, error)
- func (o *AccessTokenReq) SetGrantType(v string)
- func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
- func (o *AccessTokenReq) SetNfInstanceId(v string)
- func (o *AccessTokenReq) SetNfType(v NFType)
- func (o *AccessTokenReq) SetRequesterFqdn(v string)
- func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
- func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
- func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
- func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
- func (o *AccessTokenReq) SetScope(v string)
- func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
- func (o *AccessTokenReq) SetTargetNfSetId(v string)
- func (o *AccessTokenReq) SetTargetNfType(v NFType)
- func (o *AccessTokenReq) SetTargetNsiList(v []string)
- func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
- func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
- func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
- func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
- type Action
- func (o *Action) GetApplyAction() ApplyAction
- func (o *Action) GetApplyActionOk() (*ApplyAction, bool)
- func (o *Action) GetFwdParas() ForwardingParameters
- func (o *Action) GetFwdParasOk() (*ForwardingParameters, bool)
- func (o *Action) GetReportingOnceInd() bool
- func (o *Action) GetReportingOnceIndOk() (*bool, bool)
- func (o *Action) GetResetReportingOnceInd() bool
- func (o *Action) GetResetReportingOnceIndOk() (*bool, bool)
- func (o *Action) HasFwdParas() bool
- func (o *Action) HasReportingOnceInd() bool
- func (o *Action) HasResetReportingOnceInd() bool
- func (o Action) MarshalJSON() ([]byte, error)
- func (o *Action) SetApplyAction(v ApplyAction)
- func (o *Action) SetFwdParas(v ForwardingParameters)
- func (o *Action) SetReportingOnceInd(v bool)
- func (o *Action) SetResetReportingOnceInd(v bool)
- func (o Action) ToMap() (map[string]interface{}, error)
- func (o *Action) UnmarshalJSON(bytes []byte) (err error)
- type ApiCreateDnsContextRequest
- type ApiDeleteDnsContextRequest
- type ApiReplaceDnsContextRequest
- func (r ApiReplaceDnsContextRequest) ContentEncoding(contentEncoding string) ApiReplaceDnsContextRequest
- func (r ApiReplaceDnsContextRequest) DnsContextCreateData(dnsContextCreateData DnsContextCreateData) ApiReplaceDnsContextRequest
- func (r ApiReplaceDnsContextRequest) Execute() (*http.Response, error)
- type ApiUpdateDnsContextRequest
- type ApplyAction
- type BaselineDnsAitId
- func (o *BaselineDnsAitId) GetAitId() string
- func (o *BaselineDnsAitId) GetAitIdOk() (*string, bool)
- func (o *BaselineDnsAitId) GetBaseDnsPatternUri() []string
- func (o *BaselineDnsAitId) GetBaseDnsPatternUriOk() ([]string, bool)
- func (o BaselineDnsAitId) MarshalJSON() ([]byte, error)
- func (o *BaselineDnsAitId) SetAitId(v string)
- func (o *BaselineDnsAitId) SetBaseDnsPatternUri(v []string)
- func (o BaselineDnsAitId) ToMap() (map[string]interface{}, error)
- func (o *BaselineDnsAitId) UnmarshalJSON(bytes []byte) (err error)
- type BaselineDnsMdtId
- func (o *BaselineDnsMdtId) GetBaseDnsPatternUri() []string
- func (o *BaselineDnsMdtId) GetBaseDnsPatternUriOk() ([]string, bool)
- func (o *BaselineDnsMdtId) GetMdtId() string
- func (o *BaselineDnsMdtId) GetMdtIdOk() (*string, bool)
- func (o BaselineDnsMdtId) MarshalJSON() ([]byte, error)
- func (o *BaselineDnsMdtId) SetBaseDnsPatternUri(v []string)
- func (o *BaselineDnsMdtId) SetMdtId(v string)
- func (o BaselineDnsMdtId) ToMap() (map[string]interface{}, error)
- func (o *BaselineDnsMdtId) UnmarshalJSON(bytes []byte) (err error)
- type BaselineDnsQueryMdtInfo
- func (o *BaselineDnsQueryMdtInfo) GetBaseDnsMdtList() []BaselineDnsMdtId
- func (o *BaselineDnsQueryMdtInfo) GetBaseDnsMdtListOk() ([]BaselineDnsMdtId, bool)
- func (o *BaselineDnsQueryMdtInfo) GetSourceIpv4Addr() string
- func (o *BaselineDnsQueryMdtInfo) GetSourceIpv4AddrOk() (*string, bool)
- func (o *BaselineDnsQueryMdtInfo) GetSourceIpv6Prefix() Ipv6Prefix
- func (o *BaselineDnsQueryMdtInfo) GetSourceIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *BaselineDnsQueryMdtInfo) HasSourceIpv4Addr() bool
- func (o *BaselineDnsQueryMdtInfo) HasSourceIpv6Prefix() bool
- func (o BaselineDnsQueryMdtInfo) MarshalJSON() ([]byte, error)
- func (o *BaselineDnsQueryMdtInfo) SetBaseDnsMdtList(v []BaselineDnsMdtId)
- func (o *BaselineDnsQueryMdtInfo) SetSourceIpv4Addr(v string)
- func (o *BaselineDnsQueryMdtInfo) SetSourceIpv6Prefix(v Ipv6Prefix)
- func (o BaselineDnsQueryMdtInfo) ToMap() (map[string]interface{}, error)
- func (o *BaselineDnsQueryMdtInfo) UnmarshalJSON(bytes []byte) (err error)
- type BaselineDnsRspMdtInfo
- func (o *BaselineDnsRspMdtInfo) GetBaseDnsMdtList() []BaselineDnsMdtId
- func (o *BaselineDnsRspMdtInfo) GetBaseDnsMdtListOk() ([]BaselineDnsMdtId, bool)
- func (o BaselineDnsRspMdtInfo) MarshalJSON() ([]byte, error)
- func (o *BaselineDnsRspMdtInfo) SetBaseDnsMdtList(v []BaselineDnsMdtId)
- func (o BaselineDnsRspMdtInfo) ToMap() (map[string]interface{}, error)
- func (o *BaselineDnsRspMdtInfo) UnmarshalJSON(bytes []byte) (err error)
- type BasicAuth
- type Configuration
- type DNSContextsCollectionAPIService
- type DnsContextCreateData
- func (o *DnsContextCreateData) GetDnn() string
- func (o *DnsContextCreateData) GetDnnOk() (*string, bool)
- func (o *DnsContextCreateData) GetDnsRules() map[string]DnsRule
- func (o *DnsContextCreateData) GetDnsRulesOk() (*map[string]DnsRule, bool)
- func (o *DnsContextCreateData) GetNotifyUri() string
- func (o *DnsContextCreateData) GetNotifyUriOk() (*string, bool)
- func (o *DnsContextCreateData) GetSNssai() Snssai
- func (o *DnsContextCreateData) GetSNssaiOk() (*Snssai, bool)
- func (o *DnsContextCreateData) GetSupportedFeatures() string
- func (o *DnsContextCreateData) GetSupportedFeaturesOk() (*string, bool)
- func (o *DnsContextCreateData) GetUeIpv4Addr() string
- func (o *DnsContextCreateData) GetUeIpv4AddrOk() (*string, bool)
- func (o *DnsContextCreateData) GetUeIpv6Prefix() Ipv6Prefix
- func (o *DnsContextCreateData) GetUeIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *DnsContextCreateData) HasNotifyUri() bool
- func (o *DnsContextCreateData) HasSupportedFeatures() bool
- func (o *DnsContextCreateData) HasUeIpv4Addr() bool
- func (o *DnsContextCreateData) HasUeIpv6Prefix() bool
- func (o DnsContextCreateData) MarshalJSON() ([]byte, error)
- func (o *DnsContextCreateData) SetDnn(v string)
- func (o *DnsContextCreateData) SetDnsRules(v map[string]DnsRule)
- func (o *DnsContextCreateData) SetNotifyUri(v string)
- func (o *DnsContextCreateData) SetSNssai(v Snssai)
- func (o *DnsContextCreateData) SetSupportedFeatures(v string)
- func (o *DnsContextCreateData) SetUeIpv4Addr(v string)
- func (o *DnsContextCreateData) SetUeIpv6Prefix(v Ipv6Prefix)
- func (o DnsContextCreateData) ToMap() (map[string]interface{}, error)
- func (o *DnsContextCreateData) UnmarshalJSON(bytes []byte) (err error)
- type DnsContextCreatedData
- func (o *DnsContextCreatedData) GetEasdfIpv4Addr() string
- func (o *DnsContextCreatedData) GetEasdfIpv4AddrOk() (*string, bool)
- func (o *DnsContextCreatedData) GetEasdfIpv6Addr() Ipv6Addr
- func (o *DnsContextCreatedData) GetEasdfIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *DnsContextCreatedData) GetSupportedFeatures() string
- func (o *DnsContextCreatedData) GetSupportedFeaturesOk() (*string, bool)
- func (o *DnsContextCreatedData) HasEasdfIpv4Addr() bool
- func (o *DnsContextCreatedData) HasEasdfIpv6Addr() bool
- func (o *DnsContextCreatedData) HasSupportedFeatures() bool
- func (o DnsContextCreatedData) MarshalJSON() ([]byte, error)
- func (o *DnsContextCreatedData) SetEasdfIpv4Addr(v string)
- func (o *DnsContextCreatedData) SetEasdfIpv6Addr(v Ipv6Addr)
- func (o *DnsContextCreatedData) SetSupportedFeatures(v string)
- func (o DnsContextCreatedData) ToMap() (map[string]interface{}, error)
- type DnsContextEventReport
- func (o *DnsContextEventReport) GetDnsMsgId() string
- func (o *DnsContextEventReport) GetDnsMsgIdOk() (*string, bool)
- func (o *DnsContextEventReport) GetDnsQueryReport() DnsQueryReport
- func (o *DnsContextEventReport) GetDnsQueryReportOk() (*DnsQueryReport, bool)
- func (o *DnsContextEventReport) GetDnsRspReport() DnsRspReport
- func (o *DnsContextEventReport) GetDnsRspReportOk() (*DnsRspReport, bool)
- func (o *DnsContextEventReport) GetDnsRuleId() int32
- func (o *DnsContextEventReport) GetDnsRuleIdOk() (*int32, bool)
- func (o *DnsContextEventReport) GetTimestamp() time.Time
- func (o *DnsContextEventReport) GetTimestampOk() (*time.Time, bool)
- func (o *DnsContextEventReport) HasDnsMsgId() bool
- func (o *DnsContextEventReport) HasDnsQueryReport() bool
- func (o *DnsContextEventReport) HasDnsRspReport() bool
- func (o *DnsContextEventReport) HasDnsRuleId() bool
- func (o DnsContextEventReport) MarshalJSON() ([]byte, error)
- func (o *DnsContextEventReport) SetDnsMsgId(v string)
- func (o *DnsContextEventReport) SetDnsQueryReport(v DnsQueryReport)
- func (o *DnsContextEventReport) SetDnsRspReport(v DnsRspReport)
- func (o *DnsContextEventReport) SetDnsRuleId(v int32)
- func (o *DnsContextEventReport) SetTimestamp(v time.Time)
- func (o DnsContextEventReport) ToMap() (map[string]interface{}, error)
- func (o *DnsContextEventReport) UnmarshalJSON(bytes []byte) (err error)
- type DnsContextNotification
- func (o *DnsContextNotification) GetEventreportList() []DnsContextEventReport
- func (o *DnsContextNotification) GetEventreportListOk() ([]DnsContextEventReport, bool)
- func (o *DnsContextNotification) HasEventreportList() bool
- func (o DnsContextNotification) MarshalJSON() ([]byte, error)
- func (o *DnsContextNotification) SetEventreportList(v []DnsContextEventReport)
- func (o DnsContextNotification) ToMap() (map[string]interface{}, error)
- type DnsQueryMdt
- func (o *DnsQueryMdt) GetFqdnPatternList() []FqdnPatternMatchingRule
- func (o *DnsQueryMdt) GetFqdnPatternListOk() ([]FqdnPatternMatchingRule, bool)
- func (o *DnsQueryMdt) GetLabel() string
- func (o *DnsQueryMdt) GetLabelOk() (*string, bool)
- func (o *DnsQueryMdt) GetMdtId() string
- func (o *DnsQueryMdt) GetMdtIdOk() (*string, bool)
- func (o *DnsQueryMdt) GetSourceIpv4Addr() string
- func (o *DnsQueryMdt) GetSourceIpv4AddrOk() (*string, bool)
- func (o *DnsQueryMdt) GetSourceIpv6Prefix() Ipv6Prefix
- func (o *DnsQueryMdt) GetSourceIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *DnsQueryMdt) HasFqdnPatternList() bool
- func (o *DnsQueryMdt) HasLabel() bool
- func (o *DnsQueryMdt) HasSourceIpv4Addr() bool
- func (o *DnsQueryMdt) HasSourceIpv6Prefix() bool
- func (o DnsQueryMdt) MarshalJSON() ([]byte, error)
- func (o *DnsQueryMdt) SetFqdnPatternList(v []FqdnPatternMatchingRule)
- func (o *DnsQueryMdt) SetLabel(v string)
- func (o *DnsQueryMdt) SetMdtId(v string)
- func (o *DnsQueryMdt) SetSourceIpv4Addr(v string)
- func (o *DnsQueryMdt) SetSourceIpv6Prefix(v Ipv6Prefix)
- func (o DnsQueryMdt) ToMap() (map[string]interface{}, error)
- func (o *DnsQueryMdt) UnmarshalJSON(bytes []byte) (err error)
- type DnsQueryReport
- type DnsRspMdt
- func (o *DnsRspMdt) GetEasIpv4AddrRanges() []Ipv4AddressRange
- func (o *DnsRspMdt) GetEasIpv4AddrRangesOk() ([]Ipv4AddressRange, bool)
- func (o *DnsRspMdt) GetEasIpv6PrefixRanges() []Ipv6PrefixRange
- func (o *DnsRspMdt) GetEasIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
- func (o *DnsRspMdt) GetFqdnPatternList() []FqdnPatternMatchingRule
- func (o *DnsRspMdt) GetFqdnPatternListOk() ([]FqdnPatternMatchingRule, bool)
- func (o *DnsRspMdt) GetLabel() string
- func (o *DnsRspMdt) GetLabelOk() (*string, bool)
- func (o *DnsRspMdt) GetMdtId() string
- func (o *DnsRspMdt) GetMdtIdOk() (*string, bool)
- func (o *DnsRspMdt) HasEasIpv4AddrRanges() bool
- func (o *DnsRspMdt) HasEasIpv6PrefixRanges() bool
- func (o *DnsRspMdt) HasFqdnPatternList() bool
- func (o *DnsRspMdt) HasLabel() bool
- func (o DnsRspMdt) MarshalJSON() ([]byte, error)
- func (o *DnsRspMdt) SetEasIpv4AddrRanges(v []Ipv4AddressRange)
- func (o *DnsRspMdt) SetEasIpv6PrefixRanges(v []Ipv6PrefixRange)
- func (o *DnsRspMdt) SetFqdnPatternList(v []FqdnPatternMatchingRule)
- func (o *DnsRspMdt) SetLabel(v string)
- func (o *DnsRspMdt) SetMdtId(v string)
- func (o DnsRspMdt) ToMap() (map[string]interface{}, error)
- func (o *DnsRspMdt) UnmarshalJSON(bytes []byte) (err error)
- type DnsRspReport
- func (o *DnsRspReport) GetEasIpv4Addresses() []string
- func (o *DnsRspReport) GetEasIpv4AddressesOk() ([]string, bool)
- func (o *DnsRspReport) GetEasIpv6Addresses() []Ipv6Addr
- func (o *DnsRspReport) GetEasIpv6AddressesOk() ([]Ipv6Addr, bool)
- func (o *DnsRspReport) GetEcsOption() EcsOption
- func (o *DnsRspReport) GetEcsOptionOk() (*EcsOption, bool)
- func (o *DnsRspReport) GetFqdn() string
- func (o *DnsRspReport) GetFqdnOk() (*string, bool)
- func (o *DnsRspReport) HasEasIpv4Addresses() bool
- func (o *DnsRspReport) HasEasIpv6Addresses() bool
- func (o *DnsRspReport) HasEcsOption() bool
- func (o *DnsRspReport) HasFqdn() bool
- func (o DnsRspReport) MarshalJSON() ([]byte, error)
- func (o *DnsRspReport) SetEasIpv4Addresses(v []string)
- func (o *DnsRspReport) SetEasIpv6Addresses(v []Ipv6Addr)
- func (o *DnsRspReport) SetEcsOption(v EcsOption)
- func (o *DnsRspReport) SetFqdn(v string)
- func (o DnsRspReport) ToMap() (map[string]interface{}, error)
- type DnsRule
- func (o *DnsRule) GetActionList() map[string]Action
- func (o *DnsRule) GetActionListOk() (*map[string]Action, bool)
- func (o *DnsRule) GetBaseDnsQueryMdtList() []BaselineDnsQueryMdtInfo
- func (o *DnsRule) GetBaseDnsQueryMdtListOk() ([]BaselineDnsQueryMdtInfo, bool)
- func (o *DnsRule) GetBaseDnsRspMdtList() []BaselineDnsRspMdtInfo
- func (o *DnsRule) GetBaseDnsRspMdtListOk() ([]BaselineDnsRspMdtInfo, bool)
- func (o *DnsRule) GetDnsMsgId() string
- func (o *DnsRule) GetDnsMsgIdOk() (*string, bool)
- func (o *DnsRule) GetDnsQueryMdtList() map[string]DnsQueryMdt
- func (o *DnsRule) GetDnsQueryMdtListOk() (*map[string]DnsQueryMdt, bool)
- func (o *DnsRule) GetDnsRspMdtList() map[string]DnsRspMdt
- func (o *DnsRule) GetDnsRspMdtListOk() (*map[string]DnsRspMdt, bool)
- func (o *DnsRule) GetDnsRuleId() string
- func (o *DnsRule) GetDnsRuleIdOk() (*string, bool)
- func (o *DnsRule) GetLabel() string
- func (o *DnsRule) GetLabelOk() (*string, bool)
- func (o *DnsRule) GetPrecedence() int32
- func (o *DnsRule) GetPrecedenceOk() (*int32, bool)
- func (o *DnsRule) HasBaseDnsQueryMdtList() bool
- func (o *DnsRule) HasBaseDnsRspMdtList() bool
- func (o *DnsRule) HasDnsMsgId() bool
- func (o *DnsRule) HasDnsQueryMdtList() bool
- func (o *DnsRule) HasDnsRspMdtList() bool
- func (o *DnsRule) HasDnsRuleId() bool
- func (o *DnsRule) HasLabel() bool
- func (o *DnsRule) HasPrecedence() bool
- func (o DnsRule) MarshalJSON() ([]byte, error)
- func (o *DnsRule) SetActionList(v map[string]Action)
- func (o *DnsRule) SetBaseDnsQueryMdtList(v []BaselineDnsQueryMdtInfo)
- func (o *DnsRule) SetBaseDnsRspMdtList(v []BaselineDnsRspMdtInfo)
- func (o *DnsRule) SetDnsMsgId(v string)
- func (o *DnsRule) SetDnsQueryMdtList(v map[string]DnsQueryMdt)
- func (o *DnsRule) SetDnsRspMdtList(v map[string]DnsRspMdt)
- func (o *DnsRule) SetDnsRuleId(v string)
- func (o *DnsRule) SetLabel(v string)
- func (o *DnsRule) SetPrecedence(v int32)
- func (o DnsRule) ToMap() (map[string]interface{}, error)
- func (o *DnsRule) UnmarshalJSON(bytes []byte) (err error)
- type DnsServerAddressInfo
- func (o *DnsServerAddressInfo) GetBaseDnsAitId() BaselineDnsAitId
- func (o *DnsServerAddressInfo) GetBaseDnsAitIdOk() (*BaselineDnsAitId, bool)
- func (o *DnsServerAddressInfo) GetDnsServerAddressList() []IpAddr
- func (o *DnsServerAddressInfo) GetDnsServerAddressListOk() ([]IpAddr, bool)
- func (o *DnsServerAddressInfo) HasBaseDnsAitId() bool
- func (o *DnsServerAddressInfo) HasDnsServerAddressList() bool
- func (o DnsServerAddressInfo) MarshalJSON() ([]byte, error)
- func (o *DnsServerAddressInfo) SetBaseDnsAitId(v BaselineDnsAitId)
- func (o *DnsServerAddressInfo) SetDnsServerAddressList(v []IpAddr)
- func (o DnsServerAddressInfo) ToMap() (map[string]interface{}, error)
- type EcsOption
- func (o *EcsOption) GetIpAddr() IpAddr
- func (o *EcsOption) GetIpAddrOk() (*IpAddr, bool)
- func (o *EcsOption) GetScopePrefixLength() int32
- func (o *EcsOption) GetScopePrefixLengthOk() (*int32, bool)
- func (o *EcsOption) GetSourcePrefixLength() int32
- func (o *EcsOption) GetSourcePrefixLengthOk() (*int32, bool)
- func (o *EcsOption) HasScopePrefixLength() bool
- func (o EcsOption) MarshalJSON() ([]byte, error)
- func (o *EcsOption) SetIpAddr(v IpAddr)
- func (o *EcsOption) SetScopePrefixLength(v int32)
- func (o *EcsOption) SetSourcePrefixLength(v int32)
- func (o EcsOption) ToMap() (map[string]interface{}, error)
- func (o *EcsOption) UnmarshalJSON(bytes []byte) (err error)
- type EcsOptionInfo
- func (o *EcsOptionInfo) GetBaseDnsAitId() BaselineDnsAitId
- func (o *EcsOptionInfo) GetBaseDnsAitIdOk() (*BaselineDnsAitId, bool)
- func (o *EcsOptionInfo) GetEcsOption() EcsOption
- func (o *EcsOptionInfo) GetEcsOptionOk() (*EcsOption, bool)
- func (o *EcsOptionInfo) HasBaseDnsAitId() bool
- func (o *EcsOptionInfo) HasEcsOption() bool
- func (o EcsOptionInfo) MarshalJSON() ([]byte, error)
- func (o *EcsOptionInfo) SetBaseDnsAitId(v BaselineDnsAitId)
- func (o *EcsOptionInfo) SetEcsOption(v EcsOption)
- func (o EcsOptionInfo) ToMap() (map[string]interface{}, error)
- type ForwardingParameters
- func (o *ForwardingParameters) GetDnsServerAddressInfo() DnsServerAddressInfo
- func (o *ForwardingParameters) GetDnsServerAddressInfoOk() (*DnsServerAddressInfo, bool)
- func (o *ForwardingParameters) GetEcsOptionInfo() EcsOptionInfo
- func (o *ForwardingParameters) GetEcsOptionInfoOk() (*EcsOptionInfo, bool)
- func (o *ForwardingParameters) HasDnsServerAddressInfo() bool
- func (o *ForwardingParameters) HasEcsOptionInfo() bool
- func (o ForwardingParameters) MarshalJSON() ([]byte, error)
- func (o *ForwardingParameters) SetDnsServerAddressInfo(v DnsServerAddressInfo)
- func (o *ForwardingParameters) SetDnsServerAddressInfoNil()
- func (o *ForwardingParameters) SetEcsOptionInfo(v EcsOptionInfo)
- func (o *ForwardingParameters) SetEcsOptionInfoNil()
- func (o ForwardingParameters) ToMap() (map[string]interface{}, error)
- func (o *ForwardingParameters) UnsetDnsServerAddressInfo()
- func (o *ForwardingParameters) UnsetEcsOptionInfo()
- type FqdnPatternMatchingRule
- func (o *FqdnPatternMatchingRule) GetRegex() string
- func (o *FqdnPatternMatchingRule) GetRegexOk() (*string, bool)
- func (o *FqdnPatternMatchingRule) GetStringMatchingRule() StringMatchingRule
- func (o *FqdnPatternMatchingRule) GetStringMatchingRuleOk() (*StringMatchingRule, bool)
- func (o *FqdnPatternMatchingRule) HasRegex() bool
- func (o *FqdnPatternMatchingRule) HasStringMatchingRule() bool
- func (o FqdnPatternMatchingRule) MarshalJSON() ([]byte, error)
- func (o *FqdnPatternMatchingRule) SetRegex(v string)
- func (o *FqdnPatternMatchingRule) SetStringMatchingRule(v StringMatchingRule)
- func (o FqdnPatternMatchingRule) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type IndividualDNSContextAPIService
- func (a *IndividualDNSContextAPIService) DeleteDnsContext(ctx context.Context, dnsContextId string) ApiDeleteDnsContextRequest
- func (a *IndividualDNSContextAPIService) DeleteDnsContextExecute(r ApiDeleteDnsContextRequest) (*http.Response, error)
- func (a *IndividualDNSContextAPIService) ReplaceDnsContext(ctx context.Context, dnsContextId string) ApiReplaceDnsContextRequest
- func (a *IndividualDNSContextAPIService) ReplaceDnsContextExecute(r ApiReplaceDnsContextRequest) (*http.Response, error)
- func (a *IndividualDNSContextAPIService) UpdateDnsContext(ctx context.Context, dnsContextId string) ApiUpdateDnsContextRequest
- func (a *IndividualDNSContextAPIService) UpdateDnsContextExecute(r ApiUpdateDnsContextRequest) (*PatchResult, *http.Response, error)
- type InvalidParam
- func (o *InvalidParam) GetParam() string
- func (o *InvalidParam) GetParamOk() (*string, bool)
- func (o *InvalidParam) GetReason() string
- func (o *InvalidParam) GetReasonOk() (*string, bool)
- func (o *InvalidParam) HasReason() bool
- func (o InvalidParam) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
- type IpAddr
- func (o *IpAddr) GetIpv4Addr() string
- func (o *IpAddr) GetIpv4AddrOk() (*string, bool)
- func (o *IpAddr) GetIpv6Addr() Ipv6Addr
- func (o *IpAddr) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
- func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *IpAddr) HasIpv4Addr() bool
- func (o *IpAddr) HasIpv6Addr() bool
- func (o *IpAddr) HasIpv6Prefix() bool
- func (o IpAddr) MarshalJSON() ([]byte, error)
- func (o *IpAddr) SetIpv4Addr(v string)
- func (o *IpAddr) SetIpv6Addr(v Ipv6Addr)
- func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
- func (o IpAddr) ToMap() (map[string]interface{}, error)
- type Ipv4AddressRange
- func (o *Ipv4AddressRange) GetEnd() string
- func (o *Ipv4AddressRange) GetEndOk() (*string, bool)
- func (o *Ipv4AddressRange) GetStart() string
- func (o *Ipv4AddressRange) GetStartOk() (*string, bool)
- func (o Ipv4AddressRange) MarshalJSON() ([]byte, error)
- func (o *Ipv4AddressRange) SetEnd(v string)
- func (o *Ipv4AddressRange) SetStart(v string)
- func (o Ipv4AddressRange) ToMap() (map[string]interface{}, error)
- func (o *Ipv4AddressRange) UnmarshalJSON(bytes []byte) (err error)
- type Ipv6Addr
- type Ipv6Prefix
- type Ipv6PrefixRange
- func (o *Ipv6PrefixRange) GetEnd() Ipv6Prefix
- func (o *Ipv6PrefixRange) GetEndOk() (*Ipv6Prefix, bool)
- func (o *Ipv6PrefixRange) GetStart() Ipv6Prefix
- func (o *Ipv6PrefixRange) GetStartOk() (*Ipv6Prefix, bool)
- func (o Ipv6PrefixRange) MarshalJSON() ([]byte, error)
- func (o *Ipv6PrefixRange) SetEnd(v Ipv6Prefix)
- func (o *Ipv6PrefixRange) SetStart(v Ipv6Prefix)
- func (o Ipv6PrefixRange) ToMap() (map[string]interface{}, error)
- func (o *Ipv6PrefixRange) UnmarshalJSON(bytes []byte) (err error)
- type MappedNullable
- type MatchingOperator
- type NFType
- type NullableAccessTokenErr
- func (v NullableAccessTokenErr) Get() *AccessTokenErr
- func (v NullableAccessTokenErr) IsSet() bool
- func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
- func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenErr) Unset()
- type NullableAccessTokenReq
- func (v NullableAccessTokenReq) Get() *AccessTokenReq
- func (v NullableAccessTokenReq) IsSet() bool
- func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
- func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenReq) Unset()
- type NullableAction
- type NullableApplyAction
- func (v NullableApplyAction) Get() *ApplyAction
- func (v NullableApplyAction) IsSet() bool
- func (v NullableApplyAction) MarshalJSON() ([]byte, error)
- func (v *NullableApplyAction) Set(val *ApplyAction)
- func (v *NullableApplyAction) UnmarshalJSON(src []byte) error
- func (v *NullableApplyAction) Unset()
- type NullableBaselineDnsAitId
- func (v NullableBaselineDnsAitId) Get() *BaselineDnsAitId
- func (v NullableBaselineDnsAitId) IsSet() bool
- func (v NullableBaselineDnsAitId) MarshalJSON() ([]byte, error)
- func (v *NullableBaselineDnsAitId) Set(val *BaselineDnsAitId)
- func (v *NullableBaselineDnsAitId) UnmarshalJSON(src []byte) error
- func (v *NullableBaselineDnsAitId) Unset()
- type NullableBaselineDnsMdtId
- func (v NullableBaselineDnsMdtId) Get() *BaselineDnsMdtId
- func (v NullableBaselineDnsMdtId) IsSet() bool
- func (v NullableBaselineDnsMdtId) MarshalJSON() ([]byte, error)
- func (v *NullableBaselineDnsMdtId) Set(val *BaselineDnsMdtId)
- func (v *NullableBaselineDnsMdtId) UnmarshalJSON(src []byte) error
- func (v *NullableBaselineDnsMdtId) Unset()
- type NullableBaselineDnsQueryMdtInfo
- func (v NullableBaselineDnsQueryMdtInfo) Get() *BaselineDnsQueryMdtInfo
- func (v NullableBaselineDnsQueryMdtInfo) IsSet() bool
- func (v NullableBaselineDnsQueryMdtInfo) MarshalJSON() ([]byte, error)
- func (v *NullableBaselineDnsQueryMdtInfo) Set(val *BaselineDnsQueryMdtInfo)
- func (v *NullableBaselineDnsQueryMdtInfo) UnmarshalJSON(src []byte) error
- func (v *NullableBaselineDnsQueryMdtInfo) Unset()
- type NullableBaselineDnsRspMdtInfo
- func (v NullableBaselineDnsRspMdtInfo) Get() *BaselineDnsRspMdtInfo
- func (v NullableBaselineDnsRspMdtInfo) IsSet() bool
- func (v NullableBaselineDnsRspMdtInfo) MarshalJSON() ([]byte, error)
- func (v *NullableBaselineDnsRspMdtInfo) Set(val *BaselineDnsRspMdtInfo)
- func (v *NullableBaselineDnsRspMdtInfo) UnmarshalJSON(src []byte) error
- func (v *NullableBaselineDnsRspMdtInfo) Unset()
- type NullableBool
- type NullableDnsContextCreateData
- func (v NullableDnsContextCreateData) Get() *DnsContextCreateData
- func (v NullableDnsContextCreateData) IsSet() bool
- func (v NullableDnsContextCreateData) MarshalJSON() ([]byte, error)
- func (v *NullableDnsContextCreateData) Set(val *DnsContextCreateData)
- func (v *NullableDnsContextCreateData) UnmarshalJSON(src []byte) error
- func (v *NullableDnsContextCreateData) Unset()
- type NullableDnsContextCreatedData
- func (v NullableDnsContextCreatedData) Get() *DnsContextCreatedData
- func (v NullableDnsContextCreatedData) IsSet() bool
- func (v NullableDnsContextCreatedData) MarshalJSON() ([]byte, error)
- func (v *NullableDnsContextCreatedData) Set(val *DnsContextCreatedData)
- func (v *NullableDnsContextCreatedData) UnmarshalJSON(src []byte) error
- func (v *NullableDnsContextCreatedData) Unset()
- type NullableDnsContextEventReport
- func (v NullableDnsContextEventReport) Get() *DnsContextEventReport
- func (v NullableDnsContextEventReport) IsSet() bool
- func (v NullableDnsContextEventReport) MarshalJSON() ([]byte, error)
- func (v *NullableDnsContextEventReport) Set(val *DnsContextEventReport)
- func (v *NullableDnsContextEventReport) UnmarshalJSON(src []byte) error
- func (v *NullableDnsContextEventReport) Unset()
- type NullableDnsContextNotification
- func (v NullableDnsContextNotification) Get() *DnsContextNotification
- func (v NullableDnsContextNotification) IsSet() bool
- func (v NullableDnsContextNotification) MarshalJSON() ([]byte, error)
- func (v *NullableDnsContextNotification) Set(val *DnsContextNotification)
- func (v *NullableDnsContextNotification) UnmarshalJSON(src []byte) error
- func (v *NullableDnsContextNotification) Unset()
- type NullableDnsQueryMdt
- func (v NullableDnsQueryMdt) Get() *DnsQueryMdt
- func (v NullableDnsQueryMdt) IsSet() bool
- func (v NullableDnsQueryMdt) MarshalJSON() ([]byte, error)
- func (v *NullableDnsQueryMdt) Set(val *DnsQueryMdt)
- func (v *NullableDnsQueryMdt) UnmarshalJSON(src []byte) error
- func (v *NullableDnsQueryMdt) Unset()
- type NullableDnsQueryReport
- func (v NullableDnsQueryReport) Get() *DnsQueryReport
- func (v NullableDnsQueryReport) IsSet() bool
- func (v NullableDnsQueryReport) MarshalJSON() ([]byte, error)
- func (v *NullableDnsQueryReport) Set(val *DnsQueryReport)
- func (v *NullableDnsQueryReport) UnmarshalJSON(src []byte) error
- func (v *NullableDnsQueryReport) Unset()
- type NullableDnsRspMdt
- type NullableDnsRspReport
- func (v NullableDnsRspReport) Get() *DnsRspReport
- func (v NullableDnsRspReport) IsSet() bool
- func (v NullableDnsRspReport) MarshalJSON() ([]byte, error)
- func (v *NullableDnsRspReport) Set(val *DnsRspReport)
- func (v *NullableDnsRspReport) UnmarshalJSON(src []byte) error
- func (v *NullableDnsRspReport) Unset()
- type NullableDnsRule
- type NullableDnsServerAddressInfo
- func (v NullableDnsServerAddressInfo) Get() *DnsServerAddressInfo
- func (v NullableDnsServerAddressInfo) IsSet() bool
- func (v NullableDnsServerAddressInfo) MarshalJSON() ([]byte, error)
- func (v *NullableDnsServerAddressInfo) Set(val *DnsServerAddressInfo)
- func (v *NullableDnsServerAddressInfo) UnmarshalJSON(src []byte) error
- func (v *NullableDnsServerAddressInfo) Unset()
- type NullableEcsOption
- type NullableEcsOptionInfo
- func (v NullableEcsOptionInfo) Get() *EcsOptionInfo
- func (v NullableEcsOptionInfo) IsSet() bool
- func (v NullableEcsOptionInfo) MarshalJSON() ([]byte, error)
- func (v *NullableEcsOptionInfo) Set(val *EcsOptionInfo)
- func (v *NullableEcsOptionInfo) UnmarshalJSON(src []byte) error
- func (v *NullableEcsOptionInfo) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableForwardingParameters
- func (v NullableForwardingParameters) Get() *ForwardingParameters
- func (v NullableForwardingParameters) IsSet() bool
- func (v NullableForwardingParameters) MarshalJSON() ([]byte, error)
- func (v *NullableForwardingParameters) Set(val *ForwardingParameters)
- func (v *NullableForwardingParameters) UnmarshalJSON(src []byte) error
- func (v *NullableForwardingParameters) Unset()
- type NullableFqdnPatternMatchingRule
- func (v NullableFqdnPatternMatchingRule) Get() *FqdnPatternMatchingRule
- func (v NullableFqdnPatternMatchingRule) IsSet() bool
- func (v NullableFqdnPatternMatchingRule) MarshalJSON() ([]byte, error)
- func (v *NullableFqdnPatternMatchingRule) Set(val *FqdnPatternMatchingRule)
- func (v *NullableFqdnPatternMatchingRule) UnmarshalJSON(src []byte) error
- func (v *NullableFqdnPatternMatchingRule) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableIpAddr
- type NullableIpv4AddressRange
- func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange
- func (v NullableIpv4AddressRange) IsSet() bool
- func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error)
- func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange)
- func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error
- func (v *NullableIpv4AddressRange) Unset()
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableIpv6PrefixRange
- func (v NullableIpv6PrefixRange) Get() *Ipv6PrefixRange
- func (v NullableIpv6PrefixRange) IsSet() bool
- func (v NullableIpv6PrefixRange) MarshalJSON() ([]byte, error)
- func (v *NullableIpv6PrefixRange) Set(val *Ipv6PrefixRange)
- func (v *NullableIpv6PrefixRange) UnmarshalJSON(src []byte) error
- func (v *NullableIpv6PrefixRange) Unset()
- type NullableMatchingOperator
- func (v NullableMatchingOperator) Get() *MatchingOperator
- func (v NullableMatchingOperator) IsSet() bool
- func (v NullableMatchingOperator) MarshalJSON() ([]byte, error)
- func (v *NullableMatchingOperator) Set(val *MatchingOperator)
- func (v *NullableMatchingOperator) UnmarshalJSON(src []byte) error
- func (v *NullableMatchingOperator) Unset()
- type NullableNFType
- type NullablePatchItem
- type NullablePatchOperation
- func (v NullablePatchOperation) Get() *PatchOperation
- func (v NullablePatchOperation) IsSet() bool
- func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
- func (v *NullablePatchOperation) Set(val *PatchOperation)
- func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
- func (v *NullablePatchOperation) Unset()
- type NullablePatchResult
- func (v NullablePatchResult) Get() *PatchResult
- func (v NullablePatchResult) IsSet() bool
- func (v NullablePatchResult) MarshalJSON() ([]byte, error)
- func (v *NullablePatchResult) Set(val *PatchResult)
- func (v *NullablePatchResult) UnmarshalJSON(src []byte) error
- func (v *NullablePatchResult) Unset()
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type NullableRedirectResponse
- func (v NullableRedirectResponse) Get() *RedirectResponse
- func (v NullableRedirectResponse) IsSet() bool
- func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectResponse) Set(val *RedirectResponse)
- func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectResponse) Unset()
- type NullableReportItem
- type NullableSnssai
- type NullableString
- type NullableStringMatchingCondition
- func (v NullableStringMatchingCondition) Get() *StringMatchingCondition
- func (v NullableStringMatchingCondition) IsSet() bool
- func (v NullableStringMatchingCondition) MarshalJSON() ([]byte, error)
- func (v *NullableStringMatchingCondition) Set(val *StringMatchingCondition)
- func (v *NullableStringMatchingCondition) UnmarshalJSON(src []byte) error
- func (v *NullableStringMatchingCondition) Unset()
- type NullableStringMatchingRule
- func (v NullableStringMatchingRule) Get() *StringMatchingRule
- func (v NullableStringMatchingRule) IsSet() bool
- func (v NullableStringMatchingRule) MarshalJSON() ([]byte, error)
- func (v *NullableStringMatchingRule) Set(val *StringMatchingRule)
- func (v *NullableStringMatchingRule) UnmarshalJSON(src []byte) error
- func (v *NullableStringMatchingRule) Unset()
- type NullableTime
- type PatchItem
- func (o *PatchItem) GetFrom() string
- func (o *PatchItem) GetFromOk() (*string, bool)
- func (o *PatchItem) GetOp() PatchOperation
- func (o *PatchItem) GetOpOk() (*PatchOperation, bool)
- func (o *PatchItem) GetPath() string
- func (o *PatchItem) GetPathOk() (*string, bool)
- func (o *PatchItem) GetValue() interface{}
- func (o *PatchItem) GetValueOk() (*interface{}, bool)
- func (o *PatchItem) HasFrom() bool
- func (o *PatchItem) HasValue() bool
- func (o PatchItem) MarshalJSON() ([]byte, error)
- func (o *PatchItem) SetFrom(v string)
- func (o *PatchItem) SetOp(v PatchOperation)
- func (o *PatchItem) SetPath(v string)
- func (o *PatchItem) SetValue(v interface{})
- func (o PatchItem) ToMap() (map[string]interface{}, error)
- func (o *PatchItem) UnmarshalJSON(bytes []byte) (err error)
- type PatchOperation
- type PatchResult
- func (o *PatchResult) GetReport() []ReportItem
- func (o *PatchResult) GetReportOk() ([]ReportItem, bool)
- func (o PatchResult) MarshalJSON() ([]byte, error)
- func (o *PatchResult) SetReport(v []ReportItem)
- func (o PatchResult) ToMap() (map[string]interface{}, error)
- func (o *PatchResult) UnmarshalJSON(bytes []byte) (err error)
- type PlmnId
- func (o *PlmnId) GetMcc() string
- func (o *PlmnId) GetMccOk() (*string, bool)
- func (o *PlmnId) GetMnc() string
- func (o *PlmnId) GetMncOk() (*string, bool)
- func (o PlmnId) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- func (o *PlmnId) UnmarshalJSON(bytes []byte) (err error)
- type PlmnIdNid
- func (o *PlmnIdNid) GetMcc() string
- func (o *PlmnIdNid) GetMccOk() (*string, bool)
- func (o *PlmnIdNid) GetMnc() string
- func (o *PlmnIdNid) GetMncOk() (*string, bool)
- func (o *PlmnIdNid) GetNid() string
- func (o *PlmnIdNid) GetNidOk() (*string, bool)
- func (o *PlmnIdNid) HasNid() bool
- func (o PlmnIdNid) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- func (o *PlmnIdNid) UnmarshalJSON(bytes []byte) (err error)
- type ProblemDetails
- func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
- func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
- func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
- func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
- func (o *ProblemDetails) GetCause() string
- func (o *ProblemDetails) GetCauseOk() (*string, bool)
- func (o *ProblemDetails) GetDetail() string
- func (o *ProblemDetails) GetDetailOk() (*string, bool)
- func (o *ProblemDetails) GetInstance() string
- func (o *ProblemDetails) GetInstanceOk() (*string, bool)
- func (o *ProblemDetails) GetInvalidParams() []InvalidParam
- func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
- func (o *ProblemDetails) GetNrfId() string
- func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
- func (o *ProblemDetails) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetSupportedFeatures() string
- func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasAccessTokenError() bool
- func (o *ProblemDetails) HasAccessTokenRequest() bool
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasNrfId() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasSupportedFeatures() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
- func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
- func (o *ProblemDetails) SetCause(v string)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
- func (o *ProblemDetails) SetNrfId(v string)
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetSupportedFeatures(v string)
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetType(v string)
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- type RedirectResponse
- func (o *RedirectResponse) GetCause() string
- func (o *RedirectResponse) GetCauseOk() (*string, bool)
- func (o *RedirectResponse) GetTargetScp() string
- func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
- func (o *RedirectResponse) GetTargetSepp() string
- func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
- func (o *RedirectResponse) HasCause() bool
- func (o *RedirectResponse) HasTargetScp() bool
- func (o *RedirectResponse) HasTargetSepp() bool
- func (o RedirectResponse) MarshalJSON() ([]byte, error)
- func (o *RedirectResponse) SetCause(v string)
- func (o *RedirectResponse) SetTargetScp(v string)
- func (o *RedirectResponse) SetTargetSepp(v string)
- func (o RedirectResponse) ToMap() (map[string]interface{}, error)
- type ReportItem
- func (o *ReportItem) GetPath() string
- func (o *ReportItem) GetPathOk() (*string, bool)
- func (o *ReportItem) GetReason() string
- func (o *ReportItem) GetReasonOk() (*string, bool)
- func (o *ReportItem) HasReason() bool
- func (o ReportItem) MarshalJSON() ([]byte, error)
- func (o *ReportItem) SetPath(v string)
- func (o *ReportItem) SetReason(v string)
- func (o ReportItem) ToMap() (map[string]interface{}, error)
- func (o *ReportItem) UnmarshalJSON(bytes []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Snssai
- func (o *Snssai) GetSd() string
- func (o *Snssai) GetSdOk() (*string, bool)
- func (o *Snssai) GetSst() int32
- func (o *Snssai) GetSstOk() (*int32, bool)
- func (o *Snssai) HasSd() bool
- func (o Snssai) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- func (o *Snssai) UnmarshalJSON(bytes []byte) (err error)
- type StringMatchingCondition
- func (o *StringMatchingCondition) GetMatchingOperator() MatchingOperator
- func (o *StringMatchingCondition) GetMatchingOperatorOk() (*MatchingOperator, bool)
- func (o *StringMatchingCondition) GetMatchingString() string
- func (o *StringMatchingCondition) GetMatchingStringOk() (*string, bool)
- func (o *StringMatchingCondition) HasMatchingString() bool
- func (o StringMatchingCondition) MarshalJSON() ([]byte, error)
- func (o *StringMatchingCondition) SetMatchingOperator(v MatchingOperator)
- func (o *StringMatchingCondition) SetMatchingString(v string)
- func (o StringMatchingCondition) ToMap() (map[string]interface{}, error)
- func (o *StringMatchingCondition) UnmarshalJSON(bytes []byte) (err error)
- type StringMatchingRule
- func (o *StringMatchingRule) GetStringMatchingConditions() []StringMatchingCondition
- func (o *StringMatchingRule) GetStringMatchingConditionsOk() ([]StringMatchingCondition, bool)
- func (o *StringMatchingRule) HasStringMatchingConditions() bool
- func (o StringMatchingRule) MarshalJSON() ([]byte, error)
- func (o *StringMatchingRule) SetStringMatchingConditions(v []StringMatchingCondition)
- func (o StringMatchingRule) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DNSContextsCollectionAPI *DNSContextsCollectionAPIService IndividualDNSContextAPI *IndividualDNSContextAPIService // contains filtered or unexported fields }
APIClient manages communication with the Neasdf_DNSContext API v1.0.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *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() *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 APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr 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 NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr 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 (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
func (*AccessTokenErr) UnmarshalJSON ¶
func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq 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 NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq 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 (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
func (*AccessTokenReq) UnmarshalJSON ¶
func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
type Action ¶
type Action struct { ApplyAction ApplyAction `json:"applyAction"` FwdParas *ForwardingParameters `json:"fwdParas,omitempty"` ReportingOnceInd *bool `json:"reportingOnceInd,omitempty"` ResetReportingOnceInd *bool `json:"resetReportingOnceInd,omitempty"` }
Action Action to apply to DNS messages matching a message detection template
func NewAction ¶
func NewAction(applyAction ApplyAction) *Action
NewAction instantiates a new Action 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 NewActionWithDefaults ¶
func NewActionWithDefaults() *Action
NewActionWithDefaults instantiates a new Action 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 (*Action) GetApplyAction ¶
func (o *Action) GetApplyAction() ApplyAction
GetApplyAction returns the ApplyAction field value
func (*Action) GetApplyActionOk ¶
func (o *Action) GetApplyActionOk() (*ApplyAction, bool)
GetApplyActionOk returns a tuple with the ApplyAction field value and a boolean to check if the value has been set.
func (*Action) GetFwdParas ¶
func (o *Action) GetFwdParas() ForwardingParameters
GetFwdParas returns the FwdParas field value if set, zero value otherwise.
func (*Action) GetFwdParasOk ¶
func (o *Action) GetFwdParasOk() (*ForwardingParameters, bool)
GetFwdParasOk returns a tuple with the FwdParas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Action) GetReportingOnceInd ¶
GetReportingOnceInd returns the ReportingOnceInd field value if set, zero value otherwise.
func (*Action) GetReportingOnceIndOk ¶
GetReportingOnceIndOk returns a tuple with the ReportingOnceInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Action) GetResetReportingOnceInd ¶
GetResetReportingOnceInd returns the ResetReportingOnceInd field value if set, zero value otherwise.
func (*Action) GetResetReportingOnceIndOk ¶
GetResetReportingOnceIndOk returns a tuple with the ResetReportingOnceInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Action) HasFwdParas ¶
HasFwdParas returns a boolean if a field has been set.
func (*Action) HasReportingOnceInd ¶
HasReportingOnceInd returns a boolean if a field has been set.
func (*Action) HasResetReportingOnceInd ¶
HasResetReportingOnceInd returns a boolean if a field has been set.
func (Action) MarshalJSON ¶
func (*Action) SetApplyAction ¶
func (o *Action) SetApplyAction(v ApplyAction)
SetApplyAction sets field value
func (*Action) SetFwdParas ¶
func (o *Action) SetFwdParas(v ForwardingParameters)
SetFwdParas gets a reference to the given ForwardingParameters and assigns it to the FwdParas field.
func (*Action) SetReportingOnceInd ¶
SetReportingOnceInd gets a reference to the given bool and assigns it to the ReportingOnceInd field.
func (*Action) SetResetReportingOnceInd ¶
SetResetReportingOnceInd gets a reference to the given bool and assigns it to the ResetReportingOnceInd field.
func (*Action) UnmarshalJSON ¶
type ApiCreateDnsContextRequest ¶
type ApiCreateDnsContextRequest struct { ApiService *DNSContextsCollectionAPIService // contains filtered or unexported fields }
func (ApiCreateDnsContextRequest) DnsContextCreateData ¶
func (r ApiCreateDnsContextRequest) DnsContextCreateData(dnsContextCreateData DnsContextCreateData) ApiCreateDnsContextRequest
representation of the DNS context to be created in the EASDF
func (ApiCreateDnsContextRequest) Execute ¶
func (r ApiCreateDnsContextRequest) Execute() (*DnsContextCreatedData, *http.Response, error)
type ApiDeleteDnsContextRequest ¶
type ApiDeleteDnsContextRequest struct { ApiService *IndividualDNSContextAPIService // contains filtered or unexported fields }
type ApiReplaceDnsContextRequest ¶
type ApiReplaceDnsContextRequest struct { ApiService *IndividualDNSContextAPIService // contains filtered or unexported fields }
func (ApiReplaceDnsContextRequest) ContentEncoding ¶
func (r ApiReplaceDnsContextRequest) ContentEncoding(contentEncoding string) ApiReplaceDnsContextRequest
Content-Encoding, described in IETF RFC 7231
func (ApiReplaceDnsContextRequest) DnsContextCreateData ¶
func (r ApiReplaceDnsContextRequest) DnsContextCreateData(dnsContextCreateData DnsContextCreateData) ApiReplaceDnsContextRequest
type ApiUpdateDnsContextRequest ¶
type ApiUpdateDnsContextRequest struct { ApiService *IndividualDNSContextAPIService // contains filtered or unexported fields }
func (ApiUpdateDnsContextRequest) ContentEncoding ¶
func (r ApiUpdateDnsContextRequest) ContentEncoding(contentEncoding string) ApiUpdateDnsContextRequest
Content-Encoding, described in IETF RFC 7231
func (ApiUpdateDnsContextRequest) Execute ¶
func (r ApiUpdateDnsContextRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiUpdateDnsContextRequest) PatchItem ¶
func (r ApiUpdateDnsContextRequest) PatchItem(patchItem []PatchItem) ApiUpdateDnsContextRequest
type ApplyAction ¶
type ApplyAction struct {
// contains filtered or unexported fields
}
ApplyAction Action to apply to the DNS packet
func (*ApplyAction) MarshalJSON ¶
func (src *ApplyAction) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ApplyAction) UnmarshalJSON ¶
func (dst *ApplyAction) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type BaselineDnsAitId ¶
type BaselineDnsAitId struct { BaseDnsPatternUri []string `json:"baseDnsPatternUri"` AitId string `json:"aitId"` }
BaselineDnsAitId Baseline DNS Action Information Template Identifier
func NewBaselineDnsAitId ¶
func NewBaselineDnsAitId(baseDnsPatternUri []string, aitId string) *BaselineDnsAitId
NewBaselineDnsAitId instantiates a new BaselineDnsAitId 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 NewBaselineDnsAitIdWithDefaults ¶
func NewBaselineDnsAitIdWithDefaults() *BaselineDnsAitId
NewBaselineDnsAitIdWithDefaults instantiates a new BaselineDnsAitId 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 (*BaselineDnsAitId) GetAitId ¶
func (o *BaselineDnsAitId) GetAitId() string
GetAitId returns the AitId field value
func (*BaselineDnsAitId) GetAitIdOk ¶
func (o *BaselineDnsAitId) GetAitIdOk() (*string, bool)
GetAitIdOk returns a tuple with the AitId field value and a boolean to check if the value has been set.
func (*BaselineDnsAitId) GetBaseDnsPatternUri ¶
func (o *BaselineDnsAitId) GetBaseDnsPatternUri() []string
GetBaseDnsPatternUri returns the BaseDnsPatternUri field value
func (*BaselineDnsAitId) GetBaseDnsPatternUriOk ¶
func (o *BaselineDnsAitId) GetBaseDnsPatternUriOk() ([]string, bool)
GetBaseDnsPatternUriOk returns a tuple with the BaseDnsPatternUri field value and a boolean to check if the value has been set.
func (BaselineDnsAitId) MarshalJSON ¶
func (o BaselineDnsAitId) MarshalJSON() ([]byte, error)
func (*BaselineDnsAitId) SetAitId ¶
func (o *BaselineDnsAitId) SetAitId(v string)
SetAitId sets field value
func (*BaselineDnsAitId) SetBaseDnsPatternUri ¶
func (o *BaselineDnsAitId) SetBaseDnsPatternUri(v []string)
SetBaseDnsPatternUri sets field value
func (BaselineDnsAitId) ToMap ¶
func (o BaselineDnsAitId) ToMap() (map[string]interface{}, error)
func (*BaselineDnsAitId) UnmarshalJSON ¶
func (o *BaselineDnsAitId) UnmarshalJSON(bytes []byte) (err error)
type BaselineDnsMdtId ¶
type BaselineDnsMdtId struct { BaseDnsPatternUri []string `json:"baseDnsPatternUri"` MdtId string `json:"mdtId"` }
BaselineDnsMdtId Baseline DNS Message Detection Template Identifier
func NewBaselineDnsMdtId ¶
func NewBaselineDnsMdtId(baseDnsPatternUri []string, mdtId string) *BaselineDnsMdtId
NewBaselineDnsMdtId instantiates a new BaselineDnsMdtId 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 NewBaselineDnsMdtIdWithDefaults ¶
func NewBaselineDnsMdtIdWithDefaults() *BaselineDnsMdtId
NewBaselineDnsMdtIdWithDefaults instantiates a new BaselineDnsMdtId 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 (*BaselineDnsMdtId) GetBaseDnsPatternUri ¶
func (o *BaselineDnsMdtId) GetBaseDnsPatternUri() []string
GetBaseDnsPatternUri returns the BaseDnsPatternUri field value
func (*BaselineDnsMdtId) GetBaseDnsPatternUriOk ¶
func (o *BaselineDnsMdtId) GetBaseDnsPatternUriOk() ([]string, bool)
GetBaseDnsPatternUriOk returns a tuple with the BaseDnsPatternUri field value and a boolean to check if the value has been set.
func (*BaselineDnsMdtId) GetMdtId ¶
func (o *BaselineDnsMdtId) GetMdtId() string
GetMdtId returns the MdtId field value
func (*BaselineDnsMdtId) GetMdtIdOk ¶
func (o *BaselineDnsMdtId) GetMdtIdOk() (*string, bool)
GetMdtIdOk returns a tuple with the MdtId field value and a boolean to check if the value has been set.
func (BaselineDnsMdtId) MarshalJSON ¶
func (o BaselineDnsMdtId) MarshalJSON() ([]byte, error)
func (*BaselineDnsMdtId) SetBaseDnsPatternUri ¶
func (o *BaselineDnsMdtId) SetBaseDnsPatternUri(v []string)
SetBaseDnsPatternUri sets field value
func (*BaselineDnsMdtId) SetMdtId ¶
func (o *BaselineDnsMdtId) SetMdtId(v string)
SetMdtId sets field value
func (BaselineDnsMdtId) ToMap ¶
func (o BaselineDnsMdtId) ToMap() (map[string]interface{}, error)
func (*BaselineDnsMdtId) UnmarshalJSON ¶
func (o *BaselineDnsMdtId) UnmarshalJSON(bytes []byte) (err error)
type BaselineDnsQueryMdtInfo ¶
type BaselineDnsQueryMdtInfo struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. SourceIpv4Addr *string `json:"sourceIpv4Addr,omitempty"` SourceIpv6Prefix *Ipv6Prefix `json:"sourceIpv6Prefix,omitempty"` BaseDnsMdtList []BaselineDnsMdtId `json:"baseDnsMdtList"` }
BaselineDnsQueryMdtInfo Baseline DNS Query MDT Information
func NewBaselineDnsQueryMdtInfo ¶
func NewBaselineDnsQueryMdtInfo(baseDnsMdtList []BaselineDnsMdtId) *BaselineDnsQueryMdtInfo
NewBaselineDnsQueryMdtInfo instantiates a new BaselineDnsQueryMdtInfo 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 NewBaselineDnsQueryMdtInfoWithDefaults ¶
func NewBaselineDnsQueryMdtInfoWithDefaults() *BaselineDnsQueryMdtInfo
NewBaselineDnsQueryMdtInfoWithDefaults instantiates a new BaselineDnsQueryMdtInfo 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 (*BaselineDnsQueryMdtInfo) GetBaseDnsMdtList ¶
func (o *BaselineDnsQueryMdtInfo) GetBaseDnsMdtList() []BaselineDnsMdtId
GetBaseDnsMdtList returns the BaseDnsMdtList field value
func (*BaselineDnsQueryMdtInfo) GetBaseDnsMdtListOk ¶
func (o *BaselineDnsQueryMdtInfo) GetBaseDnsMdtListOk() ([]BaselineDnsMdtId, bool)
GetBaseDnsMdtListOk returns a tuple with the BaseDnsMdtList field value and a boolean to check if the value has been set.
func (*BaselineDnsQueryMdtInfo) GetSourceIpv4Addr ¶
func (o *BaselineDnsQueryMdtInfo) GetSourceIpv4Addr() string
GetSourceIpv4Addr returns the SourceIpv4Addr field value if set, zero value otherwise.
func (*BaselineDnsQueryMdtInfo) GetSourceIpv4AddrOk ¶
func (o *BaselineDnsQueryMdtInfo) GetSourceIpv4AddrOk() (*string, bool)
GetSourceIpv4AddrOk returns a tuple with the SourceIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BaselineDnsQueryMdtInfo) GetSourceIpv6Prefix ¶
func (o *BaselineDnsQueryMdtInfo) GetSourceIpv6Prefix() Ipv6Prefix
GetSourceIpv6Prefix returns the SourceIpv6Prefix field value if set, zero value otherwise.
func (*BaselineDnsQueryMdtInfo) GetSourceIpv6PrefixOk ¶
func (o *BaselineDnsQueryMdtInfo) GetSourceIpv6PrefixOk() (*Ipv6Prefix, bool)
GetSourceIpv6PrefixOk returns a tuple with the SourceIpv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BaselineDnsQueryMdtInfo) HasSourceIpv4Addr ¶
func (o *BaselineDnsQueryMdtInfo) HasSourceIpv4Addr() bool
HasSourceIpv4Addr returns a boolean if a field has been set.
func (*BaselineDnsQueryMdtInfo) HasSourceIpv6Prefix ¶
func (o *BaselineDnsQueryMdtInfo) HasSourceIpv6Prefix() bool
HasSourceIpv6Prefix returns a boolean if a field has been set.
func (BaselineDnsQueryMdtInfo) MarshalJSON ¶
func (o BaselineDnsQueryMdtInfo) MarshalJSON() ([]byte, error)
func (*BaselineDnsQueryMdtInfo) SetBaseDnsMdtList ¶
func (o *BaselineDnsQueryMdtInfo) SetBaseDnsMdtList(v []BaselineDnsMdtId)
SetBaseDnsMdtList sets field value
func (*BaselineDnsQueryMdtInfo) SetSourceIpv4Addr ¶
func (o *BaselineDnsQueryMdtInfo) SetSourceIpv4Addr(v string)
SetSourceIpv4Addr gets a reference to the given string and assigns it to the SourceIpv4Addr field.
func (*BaselineDnsQueryMdtInfo) SetSourceIpv6Prefix ¶
func (o *BaselineDnsQueryMdtInfo) SetSourceIpv6Prefix(v Ipv6Prefix)
SetSourceIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the SourceIpv6Prefix field.
func (BaselineDnsQueryMdtInfo) ToMap ¶
func (o BaselineDnsQueryMdtInfo) ToMap() (map[string]interface{}, error)
func (*BaselineDnsQueryMdtInfo) UnmarshalJSON ¶
func (o *BaselineDnsQueryMdtInfo) UnmarshalJSON(bytes []byte) (err error)
type BaselineDnsRspMdtInfo ¶
type BaselineDnsRspMdtInfo struct {
BaseDnsMdtList []BaselineDnsMdtId `json:"baseDnsMdtList"`
}
BaselineDnsRspMdtInfo Baseline DNS Response MDT Information
func NewBaselineDnsRspMdtInfo ¶
func NewBaselineDnsRspMdtInfo(baseDnsMdtList []BaselineDnsMdtId) *BaselineDnsRspMdtInfo
NewBaselineDnsRspMdtInfo instantiates a new BaselineDnsRspMdtInfo 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 NewBaselineDnsRspMdtInfoWithDefaults ¶
func NewBaselineDnsRspMdtInfoWithDefaults() *BaselineDnsRspMdtInfo
NewBaselineDnsRspMdtInfoWithDefaults instantiates a new BaselineDnsRspMdtInfo 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 (*BaselineDnsRspMdtInfo) GetBaseDnsMdtList ¶
func (o *BaselineDnsRspMdtInfo) GetBaseDnsMdtList() []BaselineDnsMdtId
GetBaseDnsMdtList returns the BaseDnsMdtList field value
func (*BaselineDnsRspMdtInfo) GetBaseDnsMdtListOk ¶
func (o *BaselineDnsRspMdtInfo) GetBaseDnsMdtListOk() ([]BaselineDnsMdtId, bool)
GetBaseDnsMdtListOk returns a tuple with the BaseDnsMdtList field value and a boolean to check if the value has been set.
func (BaselineDnsRspMdtInfo) MarshalJSON ¶
func (o BaselineDnsRspMdtInfo) MarshalJSON() ([]byte, error)
func (*BaselineDnsRspMdtInfo) SetBaseDnsMdtList ¶
func (o *BaselineDnsRspMdtInfo) SetBaseDnsMdtList(v []BaselineDnsMdtId)
SetBaseDnsMdtList sets field value
func (BaselineDnsRspMdtInfo) ToMap ¶
func (o BaselineDnsRspMdtInfo) ToMap() (map[string]interface{}, error)
func (*BaselineDnsRspMdtInfo) UnmarshalJSON ¶
func (o *BaselineDnsRspMdtInfo) UnmarshalJSON(bytes []byte) (err error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DNSContextsCollectionAPIService ¶
type DNSContextsCollectionAPIService service
DNSContextsCollectionAPIService DNSContextsCollectionAPI service
func (*DNSContextsCollectionAPIService) CreateDnsContext ¶
func (a *DNSContextsCollectionAPIService) CreateDnsContext(ctx context.Context) ApiCreateDnsContextRequest
CreateDnsContext Create
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateDnsContextRequest
func (*DNSContextsCollectionAPIService) CreateDnsContextExecute ¶
func (a *DNSContextsCollectionAPIService) CreateDnsContextExecute(r ApiCreateDnsContextRequest) (*DnsContextCreatedData, *http.Response, error)
Execute executes the request
@return DnsContextCreatedData
type DnsContextCreateData ¶
type DnsContextCreateData struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. UeIpv4Addr *string `json:"ueIpv4Addr,omitempty"` UeIpv6Prefix *Ipv6Prefix `json:"ueIpv6Prefix,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn string `json:"dnn"` SNssai Snssai `json:"sNssai"` // map of DNS message handling rules where a valid JSON string serves as key DnsRules map[string]DnsRule `json:"dnsRules"` // String providing an URI formatted according to RFC 3986. NotifyUri *string `json:"notifyUri,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` }
DnsContextCreateData Data within Create request
func NewDnsContextCreateData ¶
func NewDnsContextCreateData(dnn string, sNssai Snssai, dnsRules map[string]DnsRule) *DnsContextCreateData
NewDnsContextCreateData instantiates a new DnsContextCreateData 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 NewDnsContextCreateDataWithDefaults ¶
func NewDnsContextCreateDataWithDefaults() *DnsContextCreateData
NewDnsContextCreateDataWithDefaults instantiates a new DnsContextCreateData 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 (*DnsContextCreateData) GetDnn ¶
func (o *DnsContextCreateData) GetDnn() string
GetDnn returns the Dnn field value
func (*DnsContextCreateData) GetDnnOk ¶
func (o *DnsContextCreateData) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*DnsContextCreateData) GetDnsRules ¶
func (o *DnsContextCreateData) GetDnsRules() map[string]DnsRule
GetDnsRules returns the DnsRules field value
func (*DnsContextCreateData) GetDnsRulesOk ¶
func (o *DnsContextCreateData) GetDnsRulesOk() (*map[string]DnsRule, bool)
GetDnsRulesOk returns a tuple with the DnsRules field value and a boolean to check if the value has been set.
func (*DnsContextCreateData) GetNotifyUri ¶
func (o *DnsContextCreateData) GetNotifyUri() string
GetNotifyUri returns the NotifyUri field value if set, zero value otherwise.
func (*DnsContextCreateData) GetNotifyUriOk ¶
func (o *DnsContextCreateData) GetNotifyUriOk() (*string, bool)
GetNotifyUriOk returns a tuple with the NotifyUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextCreateData) GetSNssai ¶
func (o *DnsContextCreateData) GetSNssai() Snssai
GetSNssai returns the SNssai field value
func (*DnsContextCreateData) GetSNssaiOk ¶
func (o *DnsContextCreateData) GetSNssaiOk() (*Snssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.
func (*DnsContextCreateData) GetSupportedFeatures ¶
func (o *DnsContextCreateData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*DnsContextCreateData) GetSupportedFeaturesOk ¶
func (o *DnsContextCreateData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextCreateData) GetUeIpv4Addr ¶
func (o *DnsContextCreateData) GetUeIpv4Addr() string
GetUeIpv4Addr returns the UeIpv4Addr field value if set, zero value otherwise.
func (*DnsContextCreateData) GetUeIpv4AddrOk ¶
func (o *DnsContextCreateData) GetUeIpv4AddrOk() (*string, bool)
GetUeIpv4AddrOk returns a tuple with the UeIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextCreateData) GetUeIpv6Prefix ¶
func (o *DnsContextCreateData) GetUeIpv6Prefix() Ipv6Prefix
GetUeIpv6Prefix returns the UeIpv6Prefix field value if set, zero value otherwise.
func (*DnsContextCreateData) GetUeIpv6PrefixOk ¶
func (o *DnsContextCreateData) GetUeIpv6PrefixOk() (*Ipv6Prefix, bool)
GetUeIpv6PrefixOk returns a tuple with the UeIpv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextCreateData) HasNotifyUri ¶
func (o *DnsContextCreateData) HasNotifyUri() bool
HasNotifyUri returns a boolean if a field has been set.
func (*DnsContextCreateData) HasSupportedFeatures ¶
func (o *DnsContextCreateData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*DnsContextCreateData) HasUeIpv4Addr ¶
func (o *DnsContextCreateData) HasUeIpv4Addr() bool
HasUeIpv4Addr returns a boolean if a field has been set.
func (*DnsContextCreateData) HasUeIpv6Prefix ¶
func (o *DnsContextCreateData) HasUeIpv6Prefix() bool
HasUeIpv6Prefix returns a boolean if a field has been set.
func (DnsContextCreateData) MarshalJSON ¶
func (o DnsContextCreateData) MarshalJSON() ([]byte, error)
func (*DnsContextCreateData) SetDnn ¶
func (o *DnsContextCreateData) SetDnn(v string)
SetDnn sets field value
func (*DnsContextCreateData) SetDnsRules ¶
func (o *DnsContextCreateData) SetDnsRules(v map[string]DnsRule)
SetDnsRules sets field value
func (*DnsContextCreateData) SetNotifyUri ¶
func (o *DnsContextCreateData) SetNotifyUri(v string)
SetNotifyUri gets a reference to the given string and assigns it to the NotifyUri field.
func (*DnsContextCreateData) SetSNssai ¶
func (o *DnsContextCreateData) SetSNssai(v Snssai)
SetSNssai sets field value
func (*DnsContextCreateData) SetSupportedFeatures ¶
func (o *DnsContextCreateData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*DnsContextCreateData) SetUeIpv4Addr ¶
func (o *DnsContextCreateData) SetUeIpv4Addr(v string)
SetUeIpv4Addr gets a reference to the given string and assigns it to the UeIpv4Addr field.
func (*DnsContextCreateData) SetUeIpv6Prefix ¶
func (o *DnsContextCreateData) SetUeIpv6Prefix(v Ipv6Prefix)
SetUeIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the UeIpv6Prefix field.
func (DnsContextCreateData) ToMap ¶
func (o DnsContextCreateData) ToMap() (map[string]interface{}, error)
func (*DnsContextCreateData) UnmarshalJSON ¶
func (o *DnsContextCreateData) UnmarshalJSON(bytes []byte) (err error)
type DnsContextCreatedData ¶
type DnsContextCreatedData struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. EasdfIpv4Addr *string `json:"easdfIpv4Addr,omitempty"` EasdfIpv6Addr *Ipv6Addr `json:"easdfIpv6Addr,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` }
DnsContextCreatedData Data within Create response
func NewDnsContextCreatedData ¶
func NewDnsContextCreatedData() *DnsContextCreatedData
NewDnsContextCreatedData instantiates a new DnsContextCreatedData 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 NewDnsContextCreatedDataWithDefaults ¶
func NewDnsContextCreatedDataWithDefaults() *DnsContextCreatedData
NewDnsContextCreatedDataWithDefaults instantiates a new DnsContextCreatedData 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 (*DnsContextCreatedData) GetEasdfIpv4Addr ¶
func (o *DnsContextCreatedData) GetEasdfIpv4Addr() string
GetEasdfIpv4Addr returns the EasdfIpv4Addr field value if set, zero value otherwise.
func (*DnsContextCreatedData) GetEasdfIpv4AddrOk ¶
func (o *DnsContextCreatedData) GetEasdfIpv4AddrOk() (*string, bool)
GetEasdfIpv4AddrOk returns a tuple with the EasdfIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextCreatedData) GetEasdfIpv6Addr ¶
func (o *DnsContextCreatedData) GetEasdfIpv6Addr() Ipv6Addr
GetEasdfIpv6Addr returns the EasdfIpv6Addr field value if set, zero value otherwise.
func (*DnsContextCreatedData) GetEasdfIpv6AddrOk ¶
func (o *DnsContextCreatedData) GetEasdfIpv6AddrOk() (*Ipv6Addr, bool)
GetEasdfIpv6AddrOk returns a tuple with the EasdfIpv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextCreatedData) GetSupportedFeatures ¶
func (o *DnsContextCreatedData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*DnsContextCreatedData) GetSupportedFeaturesOk ¶
func (o *DnsContextCreatedData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextCreatedData) HasEasdfIpv4Addr ¶
func (o *DnsContextCreatedData) HasEasdfIpv4Addr() bool
HasEasdfIpv4Addr returns a boolean if a field has been set.
func (*DnsContextCreatedData) HasEasdfIpv6Addr ¶
func (o *DnsContextCreatedData) HasEasdfIpv6Addr() bool
HasEasdfIpv6Addr returns a boolean if a field has been set.
func (*DnsContextCreatedData) HasSupportedFeatures ¶
func (o *DnsContextCreatedData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (DnsContextCreatedData) MarshalJSON ¶
func (o DnsContextCreatedData) MarshalJSON() ([]byte, error)
func (*DnsContextCreatedData) SetEasdfIpv4Addr ¶
func (o *DnsContextCreatedData) SetEasdfIpv4Addr(v string)
SetEasdfIpv4Addr gets a reference to the given string and assigns it to the EasdfIpv4Addr field.
func (*DnsContextCreatedData) SetEasdfIpv6Addr ¶
func (o *DnsContextCreatedData) SetEasdfIpv6Addr(v Ipv6Addr)
SetEasdfIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the EasdfIpv6Addr field.
func (*DnsContextCreatedData) SetSupportedFeatures ¶
func (o *DnsContextCreatedData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (DnsContextCreatedData) ToMap ¶
func (o DnsContextCreatedData) ToMap() (map[string]interface{}, error)
type DnsContextEventReport ¶
type DnsContextEventReport struct { // string with format 'date-time' as defined in OpenAPI. Timestamp time.Time `json:"timestamp"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. DnsRuleId *int32 `json:"dnsRuleId,omitempty"` DnsQueryReport *DnsQueryReport `json:"dnsQueryReport,omitempty"` DnsRspReport *DnsRspReport `json:"dnsRspReport,omitempty"` DnsMsgId *string `json:"dnsMsgId,omitempty"` }
DnsContextEventReport DNS context event report
func NewDnsContextEventReport ¶
func NewDnsContextEventReport(timestamp time.Time) *DnsContextEventReport
NewDnsContextEventReport instantiates a new DnsContextEventReport 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 NewDnsContextEventReportWithDefaults ¶
func NewDnsContextEventReportWithDefaults() *DnsContextEventReport
NewDnsContextEventReportWithDefaults instantiates a new DnsContextEventReport 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 (*DnsContextEventReport) GetDnsMsgId ¶
func (o *DnsContextEventReport) GetDnsMsgId() string
GetDnsMsgId returns the DnsMsgId field value if set, zero value otherwise.
func (*DnsContextEventReport) GetDnsMsgIdOk ¶
func (o *DnsContextEventReport) GetDnsMsgIdOk() (*string, bool)
GetDnsMsgIdOk returns a tuple with the DnsMsgId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextEventReport) GetDnsQueryReport ¶
func (o *DnsContextEventReport) GetDnsQueryReport() DnsQueryReport
GetDnsQueryReport returns the DnsQueryReport field value if set, zero value otherwise.
func (*DnsContextEventReport) GetDnsQueryReportOk ¶
func (o *DnsContextEventReport) GetDnsQueryReportOk() (*DnsQueryReport, bool)
GetDnsQueryReportOk returns a tuple with the DnsQueryReport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextEventReport) GetDnsRspReport ¶
func (o *DnsContextEventReport) GetDnsRspReport() DnsRspReport
GetDnsRspReport returns the DnsRspReport field value if set, zero value otherwise.
func (*DnsContextEventReport) GetDnsRspReportOk ¶
func (o *DnsContextEventReport) GetDnsRspReportOk() (*DnsRspReport, bool)
GetDnsRspReportOk returns a tuple with the DnsRspReport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextEventReport) GetDnsRuleId ¶
func (o *DnsContextEventReport) GetDnsRuleId() int32
GetDnsRuleId returns the DnsRuleId field value if set, zero value otherwise.
func (*DnsContextEventReport) GetDnsRuleIdOk ¶
func (o *DnsContextEventReport) GetDnsRuleIdOk() (*int32, bool)
GetDnsRuleIdOk returns a tuple with the DnsRuleId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextEventReport) GetTimestamp ¶
func (o *DnsContextEventReport) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*DnsContextEventReport) GetTimestampOk ¶
func (o *DnsContextEventReport) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*DnsContextEventReport) HasDnsMsgId ¶
func (o *DnsContextEventReport) HasDnsMsgId() bool
HasDnsMsgId returns a boolean if a field has been set.
func (*DnsContextEventReport) HasDnsQueryReport ¶
func (o *DnsContextEventReport) HasDnsQueryReport() bool
HasDnsQueryReport returns a boolean if a field has been set.
func (*DnsContextEventReport) HasDnsRspReport ¶
func (o *DnsContextEventReport) HasDnsRspReport() bool
HasDnsRspReport returns a boolean if a field has been set.
func (*DnsContextEventReport) HasDnsRuleId ¶
func (o *DnsContextEventReport) HasDnsRuleId() bool
HasDnsRuleId returns a boolean if a field has been set.
func (DnsContextEventReport) MarshalJSON ¶
func (o DnsContextEventReport) MarshalJSON() ([]byte, error)
func (*DnsContextEventReport) SetDnsMsgId ¶
func (o *DnsContextEventReport) SetDnsMsgId(v string)
SetDnsMsgId gets a reference to the given string and assigns it to the DnsMsgId field.
func (*DnsContextEventReport) SetDnsQueryReport ¶
func (o *DnsContextEventReport) SetDnsQueryReport(v DnsQueryReport)
SetDnsQueryReport gets a reference to the given DnsQueryReport and assigns it to the DnsQueryReport field.
func (*DnsContextEventReport) SetDnsRspReport ¶
func (o *DnsContextEventReport) SetDnsRspReport(v DnsRspReport)
SetDnsRspReport gets a reference to the given DnsRspReport and assigns it to the DnsRspReport field.
func (*DnsContextEventReport) SetDnsRuleId ¶
func (o *DnsContextEventReport) SetDnsRuleId(v int32)
SetDnsRuleId gets a reference to the given int32 and assigns it to the DnsRuleId field.
func (*DnsContextEventReport) SetTimestamp ¶
func (o *DnsContextEventReport) SetTimestamp(v time.Time)
SetTimestamp sets field value
func (DnsContextEventReport) ToMap ¶
func (o DnsContextEventReport) ToMap() (map[string]interface{}, error)
func (*DnsContextEventReport) UnmarshalJSON ¶
func (o *DnsContextEventReport) UnmarshalJSON(bytes []byte) (err error)
type DnsContextNotification ¶
type DnsContextNotification struct {
EventreportList []DnsContextEventReport `json:"eventreportList,omitempty"`
}
DnsContextNotification Data within DNS Context Notify
func NewDnsContextNotification ¶
func NewDnsContextNotification() *DnsContextNotification
NewDnsContextNotification instantiates a new DnsContextNotification 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 NewDnsContextNotificationWithDefaults ¶
func NewDnsContextNotificationWithDefaults() *DnsContextNotification
NewDnsContextNotificationWithDefaults instantiates a new DnsContextNotification 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 (*DnsContextNotification) GetEventreportList ¶
func (o *DnsContextNotification) GetEventreportList() []DnsContextEventReport
GetEventreportList returns the EventreportList field value if set, zero value otherwise.
func (*DnsContextNotification) GetEventreportListOk ¶
func (o *DnsContextNotification) GetEventreportListOk() ([]DnsContextEventReport, bool)
GetEventreportListOk returns a tuple with the EventreportList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsContextNotification) HasEventreportList ¶
func (o *DnsContextNotification) HasEventreportList() bool
HasEventreportList returns a boolean if a field has been set.
func (DnsContextNotification) MarshalJSON ¶
func (o DnsContextNotification) MarshalJSON() ([]byte, error)
func (*DnsContextNotification) SetEventreportList ¶
func (o *DnsContextNotification) SetEventreportList(v []DnsContextEventReport)
SetEventreportList gets a reference to the given []DnsContextEventReport and assigns it to the EventreportList field.
func (DnsContextNotification) ToMap ¶
func (o DnsContextNotification) ToMap() (map[string]interface{}, error)
type DnsQueryMdt ¶
type DnsQueryMdt struct { MdtId string `json:"mdtId"` Label *string `json:"label,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. SourceIpv4Addr *string `json:"sourceIpv4Addr,omitempty"` SourceIpv6Prefix *Ipv6Prefix `json:"sourceIpv6Prefix,omitempty"` FqdnPatternList []FqdnPatternMatchingRule `json:"fqdnPatternList,omitempty"` }
DnsQueryMdt DNS Query message detection template
func NewDnsQueryMdt ¶
func NewDnsQueryMdt(mdtId string) *DnsQueryMdt
NewDnsQueryMdt instantiates a new DnsQueryMdt 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 NewDnsQueryMdtWithDefaults ¶
func NewDnsQueryMdtWithDefaults() *DnsQueryMdt
NewDnsQueryMdtWithDefaults instantiates a new DnsQueryMdt 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 (*DnsQueryMdt) GetFqdnPatternList ¶
func (o *DnsQueryMdt) GetFqdnPatternList() []FqdnPatternMatchingRule
GetFqdnPatternList returns the FqdnPatternList field value if set, zero value otherwise.
func (*DnsQueryMdt) GetFqdnPatternListOk ¶
func (o *DnsQueryMdt) GetFqdnPatternListOk() ([]FqdnPatternMatchingRule, bool)
GetFqdnPatternListOk returns a tuple with the FqdnPatternList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsQueryMdt) GetLabel ¶
func (o *DnsQueryMdt) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*DnsQueryMdt) GetLabelOk ¶
func (o *DnsQueryMdt) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsQueryMdt) GetMdtId ¶
func (o *DnsQueryMdt) GetMdtId() string
GetMdtId returns the MdtId field value
func (*DnsQueryMdt) GetMdtIdOk ¶
func (o *DnsQueryMdt) GetMdtIdOk() (*string, bool)
GetMdtIdOk returns a tuple with the MdtId field value and a boolean to check if the value has been set.
func (*DnsQueryMdt) GetSourceIpv4Addr ¶
func (o *DnsQueryMdt) GetSourceIpv4Addr() string
GetSourceIpv4Addr returns the SourceIpv4Addr field value if set, zero value otherwise.
func (*DnsQueryMdt) GetSourceIpv4AddrOk ¶
func (o *DnsQueryMdt) GetSourceIpv4AddrOk() (*string, bool)
GetSourceIpv4AddrOk returns a tuple with the SourceIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsQueryMdt) GetSourceIpv6Prefix ¶
func (o *DnsQueryMdt) GetSourceIpv6Prefix() Ipv6Prefix
GetSourceIpv6Prefix returns the SourceIpv6Prefix field value if set, zero value otherwise.
func (*DnsQueryMdt) GetSourceIpv6PrefixOk ¶
func (o *DnsQueryMdt) GetSourceIpv6PrefixOk() (*Ipv6Prefix, bool)
GetSourceIpv6PrefixOk returns a tuple with the SourceIpv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsQueryMdt) HasFqdnPatternList ¶
func (o *DnsQueryMdt) HasFqdnPatternList() bool
HasFqdnPatternList returns a boolean if a field has been set.
func (*DnsQueryMdt) HasLabel ¶
func (o *DnsQueryMdt) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*DnsQueryMdt) HasSourceIpv4Addr ¶
func (o *DnsQueryMdt) HasSourceIpv4Addr() bool
HasSourceIpv4Addr returns a boolean if a field has been set.
func (*DnsQueryMdt) HasSourceIpv6Prefix ¶
func (o *DnsQueryMdt) HasSourceIpv6Prefix() bool
HasSourceIpv6Prefix returns a boolean if a field has been set.
func (DnsQueryMdt) MarshalJSON ¶
func (o DnsQueryMdt) MarshalJSON() ([]byte, error)
func (*DnsQueryMdt) SetFqdnPatternList ¶
func (o *DnsQueryMdt) SetFqdnPatternList(v []FqdnPatternMatchingRule)
SetFqdnPatternList gets a reference to the given []FqdnPatternMatchingRule and assigns it to the FqdnPatternList field.
func (*DnsQueryMdt) SetLabel ¶
func (o *DnsQueryMdt) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*DnsQueryMdt) SetSourceIpv4Addr ¶
func (o *DnsQueryMdt) SetSourceIpv4Addr(v string)
SetSourceIpv4Addr gets a reference to the given string and assigns it to the SourceIpv4Addr field.
func (*DnsQueryMdt) SetSourceIpv6Prefix ¶
func (o *DnsQueryMdt) SetSourceIpv6Prefix(v Ipv6Prefix)
SetSourceIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the SourceIpv6Prefix field.
func (DnsQueryMdt) ToMap ¶
func (o DnsQueryMdt) ToMap() (map[string]interface{}, error)
func (*DnsQueryMdt) UnmarshalJSON ¶
func (o *DnsQueryMdt) UnmarshalJSON(bytes []byte) (err error)
type DnsQueryReport ¶
type DnsQueryReport struct { // Fully Qualified Domain Name Fqdn *string `json:"fqdn,omitempty"` }
DnsQueryReport DNS Query Event Report
func NewDnsQueryReport ¶
func NewDnsQueryReport() *DnsQueryReport
NewDnsQueryReport instantiates a new DnsQueryReport 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 NewDnsQueryReportWithDefaults ¶
func NewDnsQueryReportWithDefaults() *DnsQueryReport
NewDnsQueryReportWithDefaults instantiates a new DnsQueryReport 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 (*DnsQueryReport) GetFqdn ¶
func (o *DnsQueryReport) GetFqdn() string
GetFqdn returns the Fqdn field value if set, zero value otherwise.
func (*DnsQueryReport) GetFqdnOk ¶
func (o *DnsQueryReport) GetFqdnOk() (*string, bool)
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsQueryReport) HasFqdn ¶
func (o *DnsQueryReport) HasFqdn() bool
HasFqdn returns a boolean if a field has been set.
func (DnsQueryReport) MarshalJSON ¶
func (o DnsQueryReport) MarshalJSON() ([]byte, error)
func (*DnsQueryReport) SetFqdn ¶
func (o *DnsQueryReport) SetFqdn(v string)
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (DnsQueryReport) ToMap ¶
func (o DnsQueryReport) ToMap() (map[string]interface{}, error)
type DnsRspMdt ¶
type DnsRspMdt struct { MdtId string `json:"mdtId"` Label *string `json:"label,omitempty"` FqdnPatternList []FqdnPatternMatchingRule `json:"fqdnPatternList,omitempty"` EasIpv4AddrRanges []Ipv4AddressRange `json:"easIpv4AddrRanges,omitempty"` EasIpv6PrefixRanges []Ipv6PrefixRange `json:"easIpv6PrefixRanges,omitempty"` }
DnsRspMdt DNS Response message detection template
func NewDnsRspMdt ¶
NewDnsRspMdt instantiates a new DnsRspMdt 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 NewDnsRspMdtWithDefaults ¶
func NewDnsRspMdtWithDefaults() *DnsRspMdt
NewDnsRspMdtWithDefaults instantiates a new DnsRspMdt 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 (*DnsRspMdt) GetEasIpv4AddrRanges ¶
func (o *DnsRspMdt) GetEasIpv4AddrRanges() []Ipv4AddressRange
GetEasIpv4AddrRanges returns the EasIpv4AddrRanges field value if set, zero value otherwise.
func (*DnsRspMdt) GetEasIpv4AddrRangesOk ¶
func (o *DnsRspMdt) GetEasIpv4AddrRangesOk() ([]Ipv4AddressRange, bool)
GetEasIpv4AddrRangesOk returns a tuple with the EasIpv4AddrRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRspMdt) GetEasIpv6PrefixRanges ¶
func (o *DnsRspMdt) GetEasIpv6PrefixRanges() []Ipv6PrefixRange
GetEasIpv6PrefixRanges returns the EasIpv6PrefixRanges field value if set, zero value otherwise.
func (*DnsRspMdt) GetEasIpv6PrefixRangesOk ¶
func (o *DnsRspMdt) GetEasIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
GetEasIpv6PrefixRangesOk returns a tuple with the EasIpv6PrefixRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRspMdt) GetFqdnPatternList ¶
func (o *DnsRspMdt) GetFqdnPatternList() []FqdnPatternMatchingRule
GetFqdnPatternList returns the FqdnPatternList field value if set, zero value otherwise.
func (*DnsRspMdt) GetFqdnPatternListOk ¶
func (o *DnsRspMdt) GetFqdnPatternListOk() ([]FqdnPatternMatchingRule, bool)
GetFqdnPatternListOk returns a tuple with the FqdnPatternList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRspMdt) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRspMdt) GetMdtIdOk ¶
GetMdtIdOk returns a tuple with the MdtId field value and a boolean to check if the value has been set.
func (*DnsRspMdt) HasEasIpv4AddrRanges ¶
HasEasIpv4AddrRanges returns a boolean if a field has been set.
func (*DnsRspMdt) HasEasIpv6PrefixRanges ¶
HasEasIpv6PrefixRanges returns a boolean if a field has been set.
func (*DnsRspMdt) HasFqdnPatternList ¶
HasFqdnPatternList returns a boolean if a field has been set.
func (DnsRspMdt) MarshalJSON ¶
func (*DnsRspMdt) SetEasIpv4AddrRanges ¶
func (o *DnsRspMdt) SetEasIpv4AddrRanges(v []Ipv4AddressRange)
SetEasIpv4AddrRanges gets a reference to the given []Ipv4AddressRange and assigns it to the EasIpv4AddrRanges field.
func (*DnsRspMdt) SetEasIpv6PrefixRanges ¶
func (o *DnsRspMdt) SetEasIpv6PrefixRanges(v []Ipv6PrefixRange)
SetEasIpv6PrefixRanges gets a reference to the given []Ipv6PrefixRange and assigns it to the EasIpv6PrefixRanges field.
func (*DnsRspMdt) SetFqdnPatternList ¶
func (o *DnsRspMdt) SetFqdnPatternList(v []FqdnPatternMatchingRule)
SetFqdnPatternList gets a reference to the given []FqdnPatternMatchingRule and assigns it to the FqdnPatternList field.
func (*DnsRspMdt) SetLabel ¶
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*DnsRspMdt) UnmarshalJSON ¶
type DnsRspReport ¶
type DnsRspReport struct { // Fully Qualified Domain Name Fqdn *string `json:"fqdn,omitempty"` EasIpv4Addresses []string `json:"easIpv4Addresses,omitempty"` EasIpv6Addresses []Ipv6Addr `json:"easIpv6Addresses,omitempty"` EcsOption *EcsOption `json:"ecsOption,omitempty"` }
DnsRspReport DNS Response Event Report
func NewDnsRspReport ¶
func NewDnsRspReport() *DnsRspReport
NewDnsRspReport instantiates a new DnsRspReport 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 NewDnsRspReportWithDefaults ¶
func NewDnsRspReportWithDefaults() *DnsRspReport
NewDnsRspReportWithDefaults instantiates a new DnsRspReport 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 (*DnsRspReport) GetEasIpv4Addresses ¶
func (o *DnsRspReport) GetEasIpv4Addresses() []string
GetEasIpv4Addresses returns the EasIpv4Addresses field value if set, zero value otherwise.
func (*DnsRspReport) GetEasIpv4AddressesOk ¶
func (o *DnsRspReport) GetEasIpv4AddressesOk() ([]string, bool)
GetEasIpv4AddressesOk returns a tuple with the EasIpv4Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRspReport) GetEasIpv6Addresses ¶
func (o *DnsRspReport) GetEasIpv6Addresses() []Ipv6Addr
GetEasIpv6Addresses returns the EasIpv6Addresses field value if set, zero value otherwise.
func (*DnsRspReport) GetEasIpv6AddressesOk ¶
func (o *DnsRspReport) GetEasIpv6AddressesOk() ([]Ipv6Addr, bool)
GetEasIpv6AddressesOk returns a tuple with the EasIpv6Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRspReport) GetEcsOption ¶
func (o *DnsRspReport) GetEcsOption() EcsOption
GetEcsOption returns the EcsOption field value if set, zero value otherwise.
func (*DnsRspReport) GetEcsOptionOk ¶
func (o *DnsRspReport) GetEcsOptionOk() (*EcsOption, bool)
GetEcsOptionOk returns a tuple with the EcsOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRspReport) GetFqdn ¶
func (o *DnsRspReport) GetFqdn() string
GetFqdn returns the Fqdn field value if set, zero value otherwise.
func (*DnsRspReport) GetFqdnOk ¶
func (o *DnsRspReport) GetFqdnOk() (*string, bool)
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRspReport) HasEasIpv4Addresses ¶
func (o *DnsRspReport) HasEasIpv4Addresses() bool
HasEasIpv4Addresses returns a boolean if a field has been set.
func (*DnsRspReport) HasEasIpv6Addresses ¶
func (o *DnsRspReport) HasEasIpv6Addresses() bool
HasEasIpv6Addresses returns a boolean if a field has been set.
func (*DnsRspReport) HasEcsOption ¶
func (o *DnsRspReport) HasEcsOption() bool
HasEcsOption returns a boolean if a field has been set.
func (*DnsRspReport) HasFqdn ¶
func (o *DnsRspReport) HasFqdn() bool
HasFqdn returns a boolean if a field has been set.
func (DnsRspReport) MarshalJSON ¶
func (o DnsRspReport) MarshalJSON() ([]byte, error)
func (*DnsRspReport) SetEasIpv4Addresses ¶
func (o *DnsRspReport) SetEasIpv4Addresses(v []string)
SetEasIpv4Addresses gets a reference to the given []string and assigns it to the EasIpv4Addresses field.
func (*DnsRspReport) SetEasIpv6Addresses ¶
func (o *DnsRspReport) SetEasIpv6Addresses(v []Ipv6Addr)
SetEasIpv6Addresses gets a reference to the given []Ipv6Addr and assigns it to the EasIpv6Addresses field.
func (*DnsRspReport) SetEcsOption ¶
func (o *DnsRspReport) SetEcsOption(v EcsOption)
SetEcsOption gets a reference to the given EcsOption and assigns it to the EcsOption field.
func (*DnsRspReport) SetFqdn ¶
func (o *DnsRspReport) SetFqdn(v string)
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (DnsRspReport) ToMap ¶
func (o DnsRspReport) ToMap() (map[string]interface{}, error)
type DnsRule ¶
type DnsRule struct { DnsRuleId *string `json:"dnsRuleId,omitempty"` Label *string `json:"label,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. Precedence *int32 `json:"precedence,omitempty"` // map of DNS query message detection templates where a valid JSON string serves as key DnsQueryMdtList *map[string]DnsQueryMdt `json:"dnsQueryMdtList,omitempty"` BaseDnsQueryMdtList []BaselineDnsQueryMdtInfo `json:"baseDnsQueryMdtList,omitempty"` // map of DNS response message detection templates where a valid JSON string serves as key DnsRspMdtList *map[string]DnsRspMdt `json:"dnsRspMdtList,omitempty"` BaseDnsRspMdtList []BaselineDnsRspMdtInfo `json:"baseDnsRspMdtList,omitempty"` DnsMsgId *string `json:"dnsMsgId,omitempty"` // map of actions where a valid JSON string serves as key ActionList map[string]Action `json:"actionList"` }
DnsRule DNS message handling rule
func NewDnsRule ¶
NewDnsRule instantiates a new DnsRule 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 NewDnsRuleWithDefaults ¶
func NewDnsRuleWithDefaults() *DnsRule
NewDnsRuleWithDefaults instantiates a new DnsRule 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 (*DnsRule) GetActionList ¶
GetActionList returns the ActionList field value
func (*DnsRule) GetActionListOk ¶
GetActionListOk returns a tuple with the ActionList field value and a boolean to check if the value has been set.
func (*DnsRule) GetBaseDnsQueryMdtList ¶
func (o *DnsRule) GetBaseDnsQueryMdtList() []BaselineDnsQueryMdtInfo
GetBaseDnsQueryMdtList returns the BaseDnsQueryMdtList field value if set, zero value otherwise.
func (*DnsRule) GetBaseDnsQueryMdtListOk ¶
func (o *DnsRule) GetBaseDnsQueryMdtListOk() ([]BaselineDnsQueryMdtInfo, bool)
GetBaseDnsQueryMdtListOk returns a tuple with the BaseDnsQueryMdtList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRule) GetBaseDnsRspMdtList ¶
func (o *DnsRule) GetBaseDnsRspMdtList() []BaselineDnsRspMdtInfo
GetBaseDnsRspMdtList returns the BaseDnsRspMdtList field value if set, zero value otherwise.
func (*DnsRule) GetBaseDnsRspMdtListOk ¶
func (o *DnsRule) GetBaseDnsRspMdtListOk() ([]BaselineDnsRspMdtInfo, bool)
GetBaseDnsRspMdtListOk returns a tuple with the BaseDnsRspMdtList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRule) GetDnsMsgId ¶
GetDnsMsgId returns the DnsMsgId field value if set, zero value otherwise.
func (*DnsRule) GetDnsMsgIdOk ¶
GetDnsMsgIdOk returns a tuple with the DnsMsgId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRule) GetDnsQueryMdtList ¶
func (o *DnsRule) GetDnsQueryMdtList() map[string]DnsQueryMdt
GetDnsQueryMdtList returns the DnsQueryMdtList field value if set, zero value otherwise.
func (*DnsRule) GetDnsQueryMdtListOk ¶
func (o *DnsRule) GetDnsQueryMdtListOk() (*map[string]DnsQueryMdt, bool)
GetDnsQueryMdtListOk returns a tuple with the DnsQueryMdtList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRule) GetDnsRspMdtList ¶
GetDnsRspMdtList returns the DnsRspMdtList field value if set, zero value otherwise.
func (*DnsRule) GetDnsRspMdtListOk ¶
GetDnsRspMdtListOk returns a tuple with the DnsRspMdtList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRule) GetDnsRuleId ¶
GetDnsRuleId returns the DnsRuleId field value if set, zero value otherwise.
func (*DnsRule) GetDnsRuleIdOk ¶
GetDnsRuleIdOk returns a tuple with the DnsRuleId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRule) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRule) GetPrecedence ¶
GetPrecedence returns the Precedence field value if set, zero value otherwise.
func (*DnsRule) GetPrecedenceOk ¶
GetPrecedenceOk returns a tuple with the Precedence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRule) HasBaseDnsQueryMdtList ¶
HasBaseDnsQueryMdtList returns a boolean if a field has been set.
func (*DnsRule) HasBaseDnsRspMdtList ¶
HasBaseDnsRspMdtList returns a boolean if a field has been set.
func (*DnsRule) HasDnsMsgId ¶
HasDnsMsgId returns a boolean if a field has been set.
func (*DnsRule) HasDnsQueryMdtList ¶
HasDnsQueryMdtList returns a boolean if a field has been set.
func (*DnsRule) HasDnsRspMdtList ¶
HasDnsRspMdtList returns a boolean if a field has been set.
func (*DnsRule) HasDnsRuleId ¶
HasDnsRuleId returns a boolean if a field has been set.
func (*DnsRule) HasPrecedence ¶
HasPrecedence returns a boolean if a field has been set.
func (DnsRule) MarshalJSON ¶
func (*DnsRule) SetActionList ¶
SetActionList sets field value
func (*DnsRule) SetBaseDnsQueryMdtList ¶
func (o *DnsRule) SetBaseDnsQueryMdtList(v []BaselineDnsQueryMdtInfo)
SetBaseDnsQueryMdtList gets a reference to the given []BaselineDnsQueryMdtInfo and assigns it to the BaseDnsQueryMdtList field.
func (*DnsRule) SetBaseDnsRspMdtList ¶
func (o *DnsRule) SetBaseDnsRspMdtList(v []BaselineDnsRspMdtInfo)
SetBaseDnsRspMdtList gets a reference to the given []BaselineDnsRspMdtInfo and assigns it to the BaseDnsRspMdtList field.
func (*DnsRule) SetDnsMsgId ¶
SetDnsMsgId gets a reference to the given string and assigns it to the DnsMsgId field.
func (*DnsRule) SetDnsQueryMdtList ¶
func (o *DnsRule) SetDnsQueryMdtList(v map[string]DnsQueryMdt)
SetDnsQueryMdtList gets a reference to the given map[string]DnsQueryMdt and assigns it to the DnsQueryMdtList field.
func (*DnsRule) SetDnsRspMdtList ¶
SetDnsRspMdtList gets a reference to the given map[string]DnsRspMdt and assigns it to the DnsRspMdtList field.
func (*DnsRule) SetDnsRuleId ¶
SetDnsRuleId gets a reference to the given string and assigns it to the DnsRuleId field.
func (*DnsRule) SetLabel ¶
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*DnsRule) SetPrecedence ¶
SetPrecedence gets a reference to the given int32 and assigns it to the Precedence field.
func (*DnsRule) UnmarshalJSON ¶
type DnsServerAddressInfo ¶
type DnsServerAddressInfo struct { DnsServerAddressList []IpAddr `json:"dnsServerAddressList,omitempty"` BaseDnsAitId *BaselineDnsAitId `json:"baseDnsAitId,omitempty"` }
DnsServerAddressInfo DNS Server Address Information
func NewDnsServerAddressInfo ¶
func NewDnsServerAddressInfo() *DnsServerAddressInfo
NewDnsServerAddressInfo instantiates a new DnsServerAddressInfo 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 NewDnsServerAddressInfoWithDefaults ¶
func NewDnsServerAddressInfoWithDefaults() *DnsServerAddressInfo
NewDnsServerAddressInfoWithDefaults instantiates a new DnsServerAddressInfo 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 (*DnsServerAddressInfo) GetBaseDnsAitId ¶
func (o *DnsServerAddressInfo) GetBaseDnsAitId() BaselineDnsAitId
GetBaseDnsAitId returns the BaseDnsAitId field value if set, zero value otherwise.
func (*DnsServerAddressInfo) GetBaseDnsAitIdOk ¶
func (o *DnsServerAddressInfo) GetBaseDnsAitIdOk() (*BaselineDnsAitId, bool)
GetBaseDnsAitIdOk returns a tuple with the BaseDnsAitId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsServerAddressInfo) GetDnsServerAddressList ¶
func (o *DnsServerAddressInfo) GetDnsServerAddressList() []IpAddr
GetDnsServerAddressList returns the DnsServerAddressList field value if set, zero value otherwise.
func (*DnsServerAddressInfo) GetDnsServerAddressListOk ¶
func (o *DnsServerAddressInfo) GetDnsServerAddressListOk() ([]IpAddr, bool)
GetDnsServerAddressListOk returns a tuple with the DnsServerAddressList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsServerAddressInfo) HasBaseDnsAitId ¶
func (o *DnsServerAddressInfo) HasBaseDnsAitId() bool
HasBaseDnsAitId returns a boolean if a field has been set.
func (*DnsServerAddressInfo) HasDnsServerAddressList ¶
func (o *DnsServerAddressInfo) HasDnsServerAddressList() bool
HasDnsServerAddressList returns a boolean if a field has been set.
func (DnsServerAddressInfo) MarshalJSON ¶
func (o DnsServerAddressInfo) MarshalJSON() ([]byte, error)
func (*DnsServerAddressInfo) SetBaseDnsAitId ¶
func (o *DnsServerAddressInfo) SetBaseDnsAitId(v BaselineDnsAitId)
SetBaseDnsAitId gets a reference to the given BaselineDnsAitId and assigns it to the BaseDnsAitId field.
func (*DnsServerAddressInfo) SetDnsServerAddressList ¶
func (o *DnsServerAddressInfo) SetDnsServerAddressList(v []IpAddr)
SetDnsServerAddressList gets a reference to the given []IpAddr and assigns it to the DnsServerAddressList field.
func (DnsServerAddressInfo) ToMap ¶
func (o DnsServerAddressInfo) ToMap() (map[string]interface{}, error)
type EcsOption ¶
type EcsOption struct { SourcePrefixLength int32 `json:"sourcePrefixLength"` ScopePrefixLength *int32 `json:"scopePrefixLength,omitempty"` IpAddr NullableIpAddr `json:"ipAddr"` }
EcsOption ECS Option Information
func NewEcsOption ¶
func NewEcsOption(sourcePrefixLength int32, ipAddr NullableIpAddr) *EcsOption
NewEcsOption instantiates a new EcsOption 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 NewEcsOptionWithDefaults ¶
func NewEcsOptionWithDefaults() *EcsOption
NewEcsOptionWithDefaults instantiates a new EcsOption 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 (*EcsOption) GetIpAddr ¶
GetIpAddr returns the IpAddr field value If the value is explicit nil, the zero value for IpAddr will be returned
func (*EcsOption) GetIpAddrOk ¶
GetIpAddrOk returns a tuple with the IpAddr field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EcsOption) GetScopePrefixLength ¶
GetScopePrefixLength returns the ScopePrefixLength field value if set, zero value otherwise.
func (*EcsOption) GetScopePrefixLengthOk ¶
GetScopePrefixLengthOk returns a tuple with the ScopePrefixLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcsOption) GetSourcePrefixLength ¶
GetSourcePrefixLength returns the SourcePrefixLength field value
func (*EcsOption) GetSourcePrefixLengthOk ¶
GetSourcePrefixLengthOk returns a tuple with the SourcePrefixLength field value and a boolean to check if the value has been set.
func (*EcsOption) HasScopePrefixLength ¶
HasScopePrefixLength returns a boolean if a field has been set.
func (EcsOption) MarshalJSON ¶
func (*EcsOption) SetScopePrefixLength ¶
SetScopePrefixLength gets a reference to the given int32 and assigns it to the ScopePrefixLength field.
func (*EcsOption) SetSourcePrefixLength ¶
SetSourcePrefixLength sets field value
func (*EcsOption) UnmarshalJSON ¶
type EcsOptionInfo ¶
type EcsOptionInfo struct { EcsOption *EcsOption `json:"ecsOption,omitempty"` BaseDnsAitId *BaselineDnsAitId `json:"baseDnsAitId,omitempty"` }
EcsOptionInfo ECS Option Information
func NewEcsOptionInfo ¶
func NewEcsOptionInfo() *EcsOptionInfo
NewEcsOptionInfo instantiates a new EcsOptionInfo 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 NewEcsOptionInfoWithDefaults ¶
func NewEcsOptionInfoWithDefaults() *EcsOptionInfo
NewEcsOptionInfoWithDefaults instantiates a new EcsOptionInfo 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 (*EcsOptionInfo) GetBaseDnsAitId ¶
func (o *EcsOptionInfo) GetBaseDnsAitId() BaselineDnsAitId
GetBaseDnsAitId returns the BaseDnsAitId field value if set, zero value otherwise.
func (*EcsOptionInfo) GetBaseDnsAitIdOk ¶
func (o *EcsOptionInfo) GetBaseDnsAitIdOk() (*BaselineDnsAitId, bool)
GetBaseDnsAitIdOk returns a tuple with the BaseDnsAitId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcsOptionInfo) GetEcsOption ¶
func (o *EcsOptionInfo) GetEcsOption() EcsOption
GetEcsOption returns the EcsOption field value if set, zero value otherwise.
func (*EcsOptionInfo) GetEcsOptionOk ¶
func (o *EcsOptionInfo) GetEcsOptionOk() (*EcsOption, bool)
GetEcsOptionOk returns a tuple with the EcsOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcsOptionInfo) HasBaseDnsAitId ¶
func (o *EcsOptionInfo) HasBaseDnsAitId() bool
HasBaseDnsAitId returns a boolean if a field has been set.
func (*EcsOptionInfo) HasEcsOption ¶
func (o *EcsOptionInfo) HasEcsOption() bool
HasEcsOption returns a boolean if a field has been set.
func (EcsOptionInfo) MarshalJSON ¶
func (o EcsOptionInfo) MarshalJSON() ([]byte, error)
func (*EcsOptionInfo) SetBaseDnsAitId ¶
func (o *EcsOptionInfo) SetBaseDnsAitId(v BaselineDnsAitId)
SetBaseDnsAitId gets a reference to the given BaselineDnsAitId and assigns it to the BaseDnsAitId field.
func (*EcsOptionInfo) SetEcsOption ¶
func (o *EcsOptionInfo) SetEcsOption(v EcsOption)
SetEcsOption gets a reference to the given EcsOption and assigns it to the EcsOption field.
func (EcsOptionInfo) ToMap ¶
func (o EcsOptionInfo) ToMap() (map[string]interface{}, error)
type ForwardingParameters ¶
type ForwardingParameters struct { EcsOptionInfo NullableEcsOptionInfo `json:"ecsOptionInfo,omitempty"` DnsServerAddressInfo NullableDnsServerAddressInfo `json:"dnsServerAddressInfo,omitempty"` }
ForwardingParameters Forwarding instructions
func NewForwardingParameters ¶
func NewForwardingParameters() *ForwardingParameters
NewForwardingParameters instantiates a new ForwardingParameters 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 NewForwardingParametersWithDefaults ¶
func NewForwardingParametersWithDefaults() *ForwardingParameters
NewForwardingParametersWithDefaults instantiates a new ForwardingParameters 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 (*ForwardingParameters) GetDnsServerAddressInfo ¶
func (o *ForwardingParameters) GetDnsServerAddressInfo() DnsServerAddressInfo
GetDnsServerAddressInfo returns the DnsServerAddressInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ForwardingParameters) GetDnsServerAddressInfoOk ¶
func (o *ForwardingParameters) GetDnsServerAddressInfoOk() (*DnsServerAddressInfo, bool)
GetDnsServerAddressInfoOk returns a tuple with the DnsServerAddressInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ForwardingParameters) GetEcsOptionInfo ¶
func (o *ForwardingParameters) GetEcsOptionInfo() EcsOptionInfo
GetEcsOptionInfo returns the EcsOptionInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ForwardingParameters) GetEcsOptionInfoOk ¶
func (o *ForwardingParameters) GetEcsOptionInfoOk() (*EcsOptionInfo, bool)
GetEcsOptionInfoOk returns a tuple with the EcsOptionInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ForwardingParameters) HasDnsServerAddressInfo ¶
func (o *ForwardingParameters) HasDnsServerAddressInfo() bool
HasDnsServerAddressInfo returns a boolean if a field has been set.
func (*ForwardingParameters) HasEcsOptionInfo ¶
func (o *ForwardingParameters) HasEcsOptionInfo() bool
HasEcsOptionInfo returns a boolean if a field has been set.
func (ForwardingParameters) MarshalJSON ¶
func (o ForwardingParameters) MarshalJSON() ([]byte, error)
func (*ForwardingParameters) SetDnsServerAddressInfo ¶
func (o *ForwardingParameters) SetDnsServerAddressInfo(v DnsServerAddressInfo)
SetDnsServerAddressInfo gets a reference to the given NullableDnsServerAddressInfo and assigns it to the DnsServerAddressInfo field.
func (*ForwardingParameters) SetDnsServerAddressInfoNil ¶
func (o *ForwardingParameters) SetDnsServerAddressInfoNil()
SetDnsServerAddressInfoNil sets the value for DnsServerAddressInfo to be an explicit nil
func (*ForwardingParameters) SetEcsOptionInfo ¶
func (o *ForwardingParameters) SetEcsOptionInfo(v EcsOptionInfo)
SetEcsOptionInfo gets a reference to the given NullableEcsOptionInfo and assigns it to the EcsOptionInfo field.
func (*ForwardingParameters) SetEcsOptionInfoNil ¶
func (o *ForwardingParameters) SetEcsOptionInfoNil()
SetEcsOptionInfoNil sets the value for EcsOptionInfo to be an explicit nil
func (ForwardingParameters) ToMap ¶
func (o ForwardingParameters) ToMap() (map[string]interface{}, error)
func (*ForwardingParameters) UnsetDnsServerAddressInfo ¶
func (o *ForwardingParameters) UnsetDnsServerAddressInfo()
UnsetDnsServerAddressInfo ensures that no value is present for DnsServerAddressInfo, not even an explicit nil
func (*ForwardingParameters) UnsetEcsOptionInfo ¶
func (o *ForwardingParameters) UnsetEcsOptionInfo()
UnsetEcsOptionInfo ensures that no value is present for EcsOptionInfo, not even an explicit nil
type FqdnPatternMatchingRule ¶
type FqdnPatternMatchingRule struct { Regex *string `json:"regex,omitempty"` StringMatchingRule *StringMatchingRule `json:"stringMatchingRule,omitempty"` }
FqdnPatternMatchingRule a matching rule for a FQDN pattern
func NewFqdnPatternMatchingRule ¶
func NewFqdnPatternMatchingRule() *FqdnPatternMatchingRule
NewFqdnPatternMatchingRule instantiates a new FqdnPatternMatchingRule 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 NewFqdnPatternMatchingRuleWithDefaults ¶
func NewFqdnPatternMatchingRuleWithDefaults() *FqdnPatternMatchingRule
NewFqdnPatternMatchingRuleWithDefaults instantiates a new FqdnPatternMatchingRule 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 (*FqdnPatternMatchingRule) GetRegex ¶
func (o *FqdnPatternMatchingRule) GetRegex() string
GetRegex returns the Regex field value if set, zero value otherwise.
func (*FqdnPatternMatchingRule) GetRegexOk ¶
func (o *FqdnPatternMatchingRule) GetRegexOk() (*string, bool)
GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FqdnPatternMatchingRule) GetStringMatchingRule ¶
func (o *FqdnPatternMatchingRule) GetStringMatchingRule() StringMatchingRule
GetStringMatchingRule returns the StringMatchingRule field value if set, zero value otherwise.
func (*FqdnPatternMatchingRule) GetStringMatchingRuleOk ¶
func (o *FqdnPatternMatchingRule) GetStringMatchingRuleOk() (*StringMatchingRule, bool)
GetStringMatchingRuleOk returns a tuple with the StringMatchingRule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FqdnPatternMatchingRule) HasRegex ¶
func (o *FqdnPatternMatchingRule) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (*FqdnPatternMatchingRule) HasStringMatchingRule ¶
func (o *FqdnPatternMatchingRule) HasStringMatchingRule() bool
HasStringMatchingRule returns a boolean if a field has been set.
func (FqdnPatternMatchingRule) MarshalJSON ¶
func (o FqdnPatternMatchingRule) MarshalJSON() ([]byte, error)
func (*FqdnPatternMatchingRule) SetRegex ¶
func (o *FqdnPatternMatchingRule) SetRegex(v string)
SetRegex gets a reference to the given string and assigns it to the Regex field.
func (*FqdnPatternMatchingRule) SetStringMatchingRule ¶
func (o *FqdnPatternMatchingRule) SetStringMatchingRule(v StringMatchingRule)
SetStringMatchingRule gets a reference to the given StringMatchingRule and assigns it to the StringMatchingRule field.
func (FqdnPatternMatchingRule) ToMap ¶
func (o FqdnPatternMatchingRule) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type IndividualDNSContextAPIService ¶
type IndividualDNSContextAPIService service
IndividualDNSContextAPIService IndividualDNSContextAPI service
func (*IndividualDNSContextAPIService) DeleteDnsContext ¶
func (a *IndividualDNSContextAPIService) DeleteDnsContext(ctx context.Context, dnsContextId string) ApiDeleteDnsContextRequest
DeleteDnsContext Delete the DNS Context
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param dnsContextId DNS context Identifier @return ApiDeleteDnsContextRequest
func (*IndividualDNSContextAPIService) DeleteDnsContextExecute ¶
func (a *IndividualDNSContextAPIService) DeleteDnsContextExecute(r ApiDeleteDnsContextRequest) (*http.Response, error)
Execute executes the request
func (*IndividualDNSContextAPIService) ReplaceDnsContext ¶
func (a *IndividualDNSContextAPIService) ReplaceDnsContext(ctx context.Context, dnsContextId string) ApiReplaceDnsContextRequest
ReplaceDnsContext Updates the DNS context (complete replacement)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param dnsContextId DNS context Identifier @return ApiReplaceDnsContextRequest
func (*IndividualDNSContextAPIService) ReplaceDnsContextExecute ¶
func (a *IndividualDNSContextAPIService) ReplaceDnsContextExecute(r ApiReplaceDnsContextRequest) (*http.Response, error)
Execute executes the request
func (*IndividualDNSContextAPIService) UpdateDnsContext ¶
func (a *IndividualDNSContextAPIService) UpdateDnsContext(ctx context.Context, dnsContextId string) ApiUpdateDnsContextRequest
UpdateDnsContext Updates the DNS context
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param dnsContextId DNS context Identifier @return ApiUpdateDnsContextRequest
func (*IndividualDNSContextAPIService) UpdateDnsContextExecute ¶
func (a *IndividualDNSContextAPIService) UpdateDnsContextExecute(r ApiUpdateDnsContextRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type InvalidParam ¶
type InvalidParam struct { // If the invalid parameter is an attribute in a JSON body, this IE shall contain the attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is an HTTP header, this IE shall be formatted as the concatenation of the string \"header \" plus the name of such header. If the invalid parameter is a query parameter, this IE shall be formatted as the concatenation of the string \"query \" plus the name of such query parameter. If the invalid parameter is a variable part in the path of a resource URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\" used in OpenAPI specification as the notation to represent variable path segments. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed operations in a PATCH request, the reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g.\" Replacement value invalid for attribute (failed operation index= 4)\" Reason *string `json:"reason,omitempty"` }
InvalidParam It contains an invalid parameter and a related description.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam 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 NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam 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 (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
func (*InvalidParam) UnmarshalJSON ¶
func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
type IpAddr ¶
type IpAddr struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"` }
IpAddr Contains an IP adresse.
func NewIpAddr ¶
func NewIpAddr() *IpAddr
NewIpAddr instantiates a new IpAddr 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 NewIpAddrWithDefaults ¶
func NewIpAddrWithDefaults() *IpAddr
NewIpAddrWithDefaults instantiates a new IpAddr 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 (*IpAddr) GetIpv4Addr ¶
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*IpAddr) GetIpv4AddrOk ¶
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) GetIpv6Addr ¶
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*IpAddr) GetIpv6AddrOk ¶
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) GetIpv6Prefix ¶
func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.
func (*IpAddr) GetIpv6PrefixOk ¶
func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) HasIpv4Addr ¶
HasIpv4Addr returns a boolean if a field has been set.
func (*IpAddr) HasIpv6Addr ¶
HasIpv6Addr returns a boolean if a field has been set.
func (*IpAddr) HasIpv6Prefix ¶
HasIpv6Prefix returns a boolean if a field has been set.
func (IpAddr) MarshalJSON ¶
func (*IpAddr) SetIpv4Addr ¶
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*IpAddr) SetIpv6Addr ¶
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*IpAddr) SetIpv6Prefix ¶
func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.
type Ipv4AddressRange ¶
type Ipv4AddressRange struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Start string `json:"start"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. End string `json:"end"` }
Ipv4AddressRange Range of IPv4 addresses
func NewIpv4AddressRange ¶
func NewIpv4AddressRange(start string, end string) *Ipv4AddressRange
NewIpv4AddressRange instantiates a new Ipv4AddressRange 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 NewIpv4AddressRangeWithDefaults ¶
func NewIpv4AddressRangeWithDefaults() *Ipv4AddressRange
NewIpv4AddressRangeWithDefaults instantiates a new Ipv4AddressRange 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 (*Ipv4AddressRange) GetEnd ¶
func (o *Ipv4AddressRange) GetEnd() string
GetEnd returns the End field value
func (*Ipv4AddressRange) GetEndOk ¶
func (o *Ipv4AddressRange) GetEndOk() (*string, bool)
GetEndOk returns a tuple with the End field value and a boolean to check if the value has been set.
func (*Ipv4AddressRange) GetStart ¶
func (o *Ipv4AddressRange) GetStart() string
GetStart returns the Start field value
func (*Ipv4AddressRange) GetStartOk ¶
func (o *Ipv4AddressRange) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value and a boolean to check if the value has been set.
func (Ipv4AddressRange) MarshalJSON ¶
func (o Ipv4AddressRange) MarshalJSON() ([]byte, error)
func (*Ipv4AddressRange) SetEnd ¶
func (o *Ipv4AddressRange) SetEnd(v string)
SetEnd sets field value
func (*Ipv4AddressRange) SetStart ¶
func (o *Ipv4AddressRange) SetStart(v string)
SetStart sets field value
func (Ipv4AddressRange) ToMap ¶
func (o Ipv4AddressRange) ToMap() (map[string]interface{}, error)
func (*Ipv4AddressRange) UnmarshalJSON ¶
func (o *Ipv4AddressRange) UnmarshalJSON(bytes []byte) (err error)
type Ipv6Addr ¶
type Ipv6Addr struct { }
Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.
func NewIpv6Addr ¶
func NewIpv6Addr() *Ipv6Addr
NewIpv6Addr instantiates a new Ipv6Addr 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 NewIpv6AddrWithDefaults ¶
func NewIpv6AddrWithDefaults() *Ipv6Addr
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr 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 (Ipv6Addr) MarshalJSON ¶
type Ipv6Prefix ¶
type Ipv6Prefix struct { }
Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.
func NewIpv6Prefix ¶
func NewIpv6Prefix() *Ipv6Prefix
NewIpv6Prefix instantiates a new Ipv6Prefix 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 NewIpv6PrefixWithDefaults ¶
func NewIpv6PrefixWithDefaults() *Ipv6Prefix
NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix 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 (Ipv6Prefix) MarshalJSON ¶
func (o Ipv6Prefix) MarshalJSON() ([]byte, error)
func (Ipv6Prefix) ToMap ¶
func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)
type Ipv6PrefixRange ¶
type Ipv6PrefixRange struct { Start Ipv6Prefix `json:"start"` End Ipv6Prefix `json:"end"` }
Ipv6PrefixRange Range of IPv6 prefixes
func NewIpv6PrefixRange ¶
func NewIpv6PrefixRange(start Ipv6Prefix, end Ipv6Prefix) *Ipv6PrefixRange
NewIpv6PrefixRange instantiates a new Ipv6PrefixRange 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 NewIpv6PrefixRangeWithDefaults ¶
func NewIpv6PrefixRangeWithDefaults() *Ipv6PrefixRange
NewIpv6PrefixRangeWithDefaults instantiates a new Ipv6PrefixRange 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 (*Ipv6PrefixRange) GetEnd ¶
func (o *Ipv6PrefixRange) GetEnd() Ipv6Prefix
GetEnd returns the End field value
func (*Ipv6PrefixRange) GetEndOk ¶
func (o *Ipv6PrefixRange) GetEndOk() (*Ipv6Prefix, bool)
GetEndOk returns a tuple with the End field value and a boolean to check if the value has been set.
func (*Ipv6PrefixRange) GetStart ¶
func (o *Ipv6PrefixRange) GetStart() Ipv6Prefix
GetStart returns the Start field value
func (*Ipv6PrefixRange) GetStartOk ¶
func (o *Ipv6PrefixRange) GetStartOk() (*Ipv6Prefix, bool)
GetStartOk returns a tuple with the Start field value and a boolean to check if the value has been set.
func (Ipv6PrefixRange) MarshalJSON ¶
func (o Ipv6PrefixRange) MarshalJSON() ([]byte, error)
func (*Ipv6PrefixRange) SetEnd ¶
func (o *Ipv6PrefixRange) SetEnd(v Ipv6Prefix)
SetEnd sets field value
func (*Ipv6PrefixRange) SetStart ¶
func (o *Ipv6PrefixRange) SetStart(v Ipv6Prefix)
SetStart sets field value
func (Ipv6PrefixRange) ToMap ¶
func (o Ipv6PrefixRange) ToMap() (map[string]interface{}, error)
func (*Ipv6PrefixRange) UnmarshalJSON ¶
func (o *Ipv6PrefixRange) UnmarshalJSON(bytes []byte) (err error)
type MappedNullable ¶
type MatchingOperator ¶
type MatchingOperator struct {
// contains filtered or unexported fields
}
MatchingOperator the matching operation.
func (*MatchingOperator) MarshalJSON ¶
func (src *MatchingOperator) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MatchingOperator) UnmarshalJSON ¶
func (dst *MatchingOperator) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NFType ¶
type NFType struct {
// contains filtered or unexported fields
}
NFType NF types known to NRF
func (*NFType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableAction ¶
type NullableAction struct {
// contains filtered or unexported fields
}
func NewNullableAction ¶
func NewNullableAction(val *Action) *NullableAction
func (NullableAction) Get ¶
func (v NullableAction) Get() *Action
func (NullableAction) IsSet ¶
func (v NullableAction) IsSet() bool
func (NullableAction) MarshalJSON ¶
func (v NullableAction) MarshalJSON() ([]byte, error)
func (*NullableAction) Set ¶
func (v *NullableAction) Set(val *Action)
func (*NullableAction) UnmarshalJSON ¶
func (v *NullableAction) UnmarshalJSON(src []byte) error
func (*NullableAction) Unset ¶
func (v *NullableAction) Unset()
type NullableApplyAction ¶
type NullableApplyAction struct {
// contains filtered or unexported fields
}
func NewNullableApplyAction ¶
func NewNullableApplyAction(val *ApplyAction) *NullableApplyAction
func (NullableApplyAction) Get ¶
func (v NullableApplyAction) Get() *ApplyAction
func (NullableApplyAction) IsSet ¶
func (v NullableApplyAction) IsSet() bool
func (NullableApplyAction) MarshalJSON ¶
func (v NullableApplyAction) MarshalJSON() ([]byte, error)
func (*NullableApplyAction) Set ¶
func (v *NullableApplyAction) Set(val *ApplyAction)
func (*NullableApplyAction) UnmarshalJSON ¶
func (v *NullableApplyAction) UnmarshalJSON(src []byte) error
func (*NullableApplyAction) Unset ¶
func (v *NullableApplyAction) Unset()
type NullableBaselineDnsAitId ¶
type NullableBaselineDnsAitId struct {
// contains filtered or unexported fields
}
func NewNullableBaselineDnsAitId ¶
func NewNullableBaselineDnsAitId(val *BaselineDnsAitId) *NullableBaselineDnsAitId
func (NullableBaselineDnsAitId) Get ¶
func (v NullableBaselineDnsAitId) Get() *BaselineDnsAitId
func (NullableBaselineDnsAitId) IsSet ¶
func (v NullableBaselineDnsAitId) IsSet() bool
func (NullableBaselineDnsAitId) MarshalJSON ¶
func (v NullableBaselineDnsAitId) MarshalJSON() ([]byte, error)
func (*NullableBaselineDnsAitId) Set ¶
func (v *NullableBaselineDnsAitId) Set(val *BaselineDnsAitId)
func (*NullableBaselineDnsAitId) UnmarshalJSON ¶
func (v *NullableBaselineDnsAitId) UnmarshalJSON(src []byte) error
func (*NullableBaselineDnsAitId) Unset ¶
func (v *NullableBaselineDnsAitId) Unset()
type NullableBaselineDnsMdtId ¶
type NullableBaselineDnsMdtId struct {
// contains filtered or unexported fields
}
func NewNullableBaselineDnsMdtId ¶
func NewNullableBaselineDnsMdtId(val *BaselineDnsMdtId) *NullableBaselineDnsMdtId
func (NullableBaselineDnsMdtId) Get ¶
func (v NullableBaselineDnsMdtId) Get() *BaselineDnsMdtId
func (NullableBaselineDnsMdtId) IsSet ¶
func (v NullableBaselineDnsMdtId) IsSet() bool
func (NullableBaselineDnsMdtId) MarshalJSON ¶
func (v NullableBaselineDnsMdtId) MarshalJSON() ([]byte, error)
func (*NullableBaselineDnsMdtId) Set ¶
func (v *NullableBaselineDnsMdtId) Set(val *BaselineDnsMdtId)
func (*NullableBaselineDnsMdtId) UnmarshalJSON ¶
func (v *NullableBaselineDnsMdtId) UnmarshalJSON(src []byte) error
func (*NullableBaselineDnsMdtId) Unset ¶
func (v *NullableBaselineDnsMdtId) Unset()
type NullableBaselineDnsQueryMdtInfo ¶
type NullableBaselineDnsQueryMdtInfo struct {
// contains filtered or unexported fields
}
func NewNullableBaselineDnsQueryMdtInfo ¶
func NewNullableBaselineDnsQueryMdtInfo(val *BaselineDnsQueryMdtInfo) *NullableBaselineDnsQueryMdtInfo
func (NullableBaselineDnsQueryMdtInfo) Get ¶
func (v NullableBaselineDnsQueryMdtInfo) Get() *BaselineDnsQueryMdtInfo
func (NullableBaselineDnsQueryMdtInfo) IsSet ¶
func (v NullableBaselineDnsQueryMdtInfo) IsSet() bool
func (NullableBaselineDnsQueryMdtInfo) MarshalJSON ¶
func (v NullableBaselineDnsQueryMdtInfo) MarshalJSON() ([]byte, error)
func (*NullableBaselineDnsQueryMdtInfo) Set ¶
func (v *NullableBaselineDnsQueryMdtInfo) Set(val *BaselineDnsQueryMdtInfo)
func (*NullableBaselineDnsQueryMdtInfo) UnmarshalJSON ¶
func (v *NullableBaselineDnsQueryMdtInfo) UnmarshalJSON(src []byte) error
func (*NullableBaselineDnsQueryMdtInfo) Unset ¶
func (v *NullableBaselineDnsQueryMdtInfo) Unset()
type NullableBaselineDnsRspMdtInfo ¶
type NullableBaselineDnsRspMdtInfo struct {
// contains filtered or unexported fields
}
func NewNullableBaselineDnsRspMdtInfo ¶
func NewNullableBaselineDnsRspMdtInfo(val *BaselineDnsRspMdtInfo) *NullableBaselineDnsRspMdtInfo
func (NullableBaselineDnsRspMdtInfo) Get ¶
func (v NullableBaselineDnsRspMdtInfo) Get() *BaselineDnsRspMdtInfo
func (NullableBaselineDnsRspMdtInfo) IsSet ¶
func (v NullableBaselineDnsRspMdtInfo) IsSet() bool
func (NullableBaselineDnsRspMdtInfo) MarshalJSON ¶
func (v NullableBaselineDnsRspMdtInfo) MarshalJSON() ([]byte, error)
func (*NullableBaselineDnsRspMdtInfo) Set ¶
func (v *NullableBaselineDnsRspMdtInfo) Set(val *BaselineDnsRspMdtInfo)
func (*NullableBaselineDnsRspMdtInfo) UnmarshalJSON ¶
func (v *NullableBaselineDnsRspMdtInfo) UnmarshalJSON(src []byte) error
func (*NullableBaselineDnsRspMdtInfo) Unset ¶
func (v *NullableBaselineDnsRspMdtInfo) 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 NullableDnsContextCreateData ¶
type NullableDnsContextCreateData struct {
// contains filtered or unexported fields
}
func NewNullableDnsContextCreateData ¶
func NewNullableDnsContextCreateData(val *DnsContextCreateData) *NullableDnsContextCreateData
func (NullableDnsContextCreateData) Get ¶
func (v NullableDnsContextCreateData) Get() *DnsContextCreateData
func (NullableDnsContextCreateData) IsSet ¶
func (v NullableDnsContextCreateData) IsSet() bool
func (NullableDnsContextCreateData) MarshalJSON ¶
func (v NullableDnsContextCreateData) MarshalJSON() ([]byte, error)
func (*NullableDnsContextCreateData) Set ¶
func (v *NullableDnsContextCreateData) Set(val *DnsContextCreateData)
func (*NullableDnsContextCreateData) UnmarshalJSON ¶
func (v *NullableDnsContextCreateData) UnmarshalJSON(src []byte) error
func (*NullableDnsContextCreateData) Unset ¶
func (v *NullableDnsContextCreateData) Unset()
type NullableDnsContextCreatedData ¶
type NullableDnsContextCreatedData struct {
// contains filtered or unexported fields
}
func NewNullableDnsContextCreatedData ¶
func NewNullableDnsContextCreatedData(val *DnsContextCreatedData) *NullableDnsContextCreatedData
func (NullableDnsContextCreatedData) Get ¶
func (v NullableDnsContextCreatedData) Get() *DnsContextCreatedData
func (NullableDnsContextCreatedData) IsSet ¶
func (v NullableDnsContextCreatedData) IsSet() bool
func (NullableDnsContextCreatedData) MarshalJSON ¶
func (v NullableDnsContextCreatedData) MarshalJSON() ([]byte, error)
func (*NullableDnsContextCreatedData) Set ¶
func (v *NullableDnsContextCreatedData) Set(val *DnsContextCreatedData)
func (*NullableDnsContextCreatedData) UnmarshalJSON ¶
func (v *NullableDnsContextCreatedData) UnmarshalJSON(src []byte) error
func (*NullableDnsContextCreatedData) Unset ¶
func (v *NullableDnsContextCreatedData) Unset()
type NullableDnsContextEventReport ¶
type NullableDnsContextEventReport struct {
// contains filtered or unexported fields
}
func NewNullableDnsContextEventReport ¶
func NewNullableDnsContextEventReport(val *DnsContextEventReport) *NullableDnsContextEventReport
func (NullableDnsContextEventReport) Get ¶
func (v NullableDnsContextEventReport) Get() *DnsContextEventReport
func (NullableDnsContextEventReport) IsSet ¶
func (v NullableDnsContextEventReport) IsSet() bool
func (NullableDnsContextEventReport) MarshalJSON ¶
func (v NullableDnsContextEventReport) MarshalJSON() ([]byte, error)
func (*NullableDnsContextEventReport) Set ¶
func (v *NullableDnsContextEventReport) Set(val *DnsContextEventReport)
func (*NullableDnsContextEventReport) UnmarshalJSON ¶
func (v *NullableDnsContextEventReport) UnmarshalJSON(src []byte) error
func (*NullableDnsContextEventReport) Unset ¶
func (v *NullableDnsContextEventReport) Unset()
type NullableDnsContextNotification ¶
type NullableDnsContextNotification struct {
// contains filtered or unexported fields
}
func NewNullableDnsContextNotification ¶
func NewNullableDnsContextNotification(val *DnsContextNotification) *NullableDnsContextNotification
func (NullableDnsContextNotification) Get ¶
func (v NullableDnsContextNotification) Get() *DnsContextNotification
func (NullableDnsContextNotification) IsSet ¶
func (v NullableDnsContextNotification) IsSet() bool
func (NullableDnsContextNotification) MarshalJSON ¶
func (v NullableDnsContextNotification) MarshalJSON() ([]byte, error)
func (*NullableDnsContextNotification) Set ¶
func (v *NullableDnsContextNotification) Set(val *DnsContextNotification)
func (*NullableDnsContextNotification) UnmarshalJSON ¶
func (v *NullableDnsContextNotification) UnmarshalJSON(src []byte) error
func (*NullableDnsContextNotification) Unset ¶
func (v *NullableDnsContextNotification) Unset()
type NullableDnsQueryMdt ¶
type NullableDnsQueryMdt struct {
// contains filtered or unexported fields
}
func NewNullableDnsQueryMdt ¶
func NewNullableDnsQueryMdt(val *DnsQueryMdt) *NullableDnsQueryMdt
func (NullableDnsQueryMdt) Get ¶
func (v NullableDnsQueryMdt) Get() *DnsQueryMdt
func (NullableDnsQueryMdt) IsSet ¶
func (v NullableDnsQueryMdt) IsSet() bool
func (NullableDnsQueryMdt) MarshalJSON ¶
func (v NullableDnsQueryMdt) MarshalJSON() ([]byte, error)
func (*NullableDnsQueryMdt) Set ¶
func (v *NullableDnsQueryMdt) Set(val *DnsQueryMdt)
func (*NullableDnsQueryMdt) UnmarshalJSON ¶
func (v *NullableDnsQueryMdt) UnmarshalJSON(src []byte) error
func (*NullableDnsQueryMdt) Unset ¶
func (v *NullableDnsQueryMdt) Unset()
type NullableDnsQueryReport ¶
type NullableDnsQueryReport struct {
// contains filtered or unexported fields
}
func NewNullableDnsQueryReport ¶
func NewNullableDnsQueryReport(val *DnsQueryReport) *NullableDnsQueryReport
func (NullableDnsQueryReport) Get ¶
func (v NullableDnsQueryReport) Get() *DnsQueryReport
func (NullableDnsQueryReport) IsSet ¶
func (v NullableDnsQueryReport) IsSet() bool
func (NullableDnsQueryReport) MarshalJSON ¶
func (v NullableDnsQueryReport) MarshalJSON() ([]byte, error)
func (*NullableDnsQueryReport) Set ¶
func (v *NullableDnsQueryReport) Set(val *DnsQueryReport)
func (*NullableDnsQueryReport) UnmarshalJSON ¶
func (v *NullableDnsQueryReport) UnmarshalJSON(src []byte) error
func (*NullableDnsQueryReport) Unset ¶
func (v *NullableDnsQueryReport) Unset()
type NullableDnsRspMdt ¶
type NullableDnsRspMdt struct {
// contains filtered or unexported fields
}
func NewNullableDnsRspMdt ¶
func NewNullableDnsRspMdt(val *DnsRspMdt) *NullableDnsRspMdt
func (NullableDnsRspMdt) Get ¶
func (v NullableDnsRspMdt) Get() *DnsRspMdt
func (NullableDnsRspMdt) IsSet ¶
func (v NullableDnsRspMdt) IsSet() bool
func (NullableDnsRspMdt) MarshalJSON ¶
func (v NullableDnsRspMdt) MarshalJSON() ([]byte, error)
func (*NullableDnsRspMdt) Set ¶
func (v *NullableDnsRspMdt) Set(val *DnsRspMdt)
func (*NullableDnsRspMdt) UnmarshalJSON ¶
func (v *NullableDnsRspMdt) UnmarshalJSON(src []byte) error
func (*NullableDnsRspMdt) Unset ¶
func (v *NullableDnsRspMdt) Unset()
type NullableDnsRspReport ¶
type NullableDnsRspReport struct {
// contains filtered or unexported fields
}
func NewNullableDnsRspReport ¶
func NewNullableDnsRspReport(val *DnsRspReport) *NullableDnsRspReport
func (NullableDnsRspReport) Get ¶
func (v NullableDnsRspReport) Get() *DnsRspReport
func (NullableDnsRspReport) IsSet ¶
func (v NullableDnsRspReport) IsSet() bool
func (NullableDnsRspReport) MarshalJSON ¶
func (v NullableDnsRspReport) MarshalJSON() ([]byte, error)
func (*NullableDnsRspReport) Set ¶
func (v *NullableDnsRspReport) Set(val *DnsRspReport)
func (*NullableDnsRspReport) UnmarshalJSON ¶
func (v *NullableDnsRspReport) UnmarshalJSON(src []byte) error
func (*NullableDnsRspReport) Unset ¶
func (v *NullableDnsRspReport) Unset()
type NullableDnsRule ¶
type NullableDnsRule struct {
// contains filtered or unexported fields
}
func NewNullableDnsRule ¶
func NewNullableDnsRule(val *DnsRule) *NullableDnsRule
func (NullableDnsRule) Get ¶
func (v NullableDnsRule) Get() *DnsRule
func (NullableDnsRule) IsSet ¶
func (v NullableDnsRule) IsSet() bool
func (NullableDnsRule) MarshalJSON ¶
func (v NullableDnsRule) MarshalJSON() ([]byte, error)
func (*NullableDnsRule) Set ¶
func (v *NullableDnsRule) Set(val *DnsRule)
func (*NullableDnsRule) UnmarshalJSON ¶
func (v *NullableDnsRule) UnmarshalJSON(src []byte) error
func (*NullableDnsRule) Unset ¶
func (v *NullableDnsRule) Unset()
type NullableDnsServerAddressInfo ¶
type NullableDnsServerAddressInfo struct {
// contains filtered or unexported fields
}
func NewNullableDnsServerAddressInfo ¶
func NewNullableDnsServerAddressInfo(val *DnsServerAddressInfo) *NullableDnsServerAddressInfo
func (NullableDnsServerAddressInfo) Get ¶
func (v NullableDnsServerAddressInfo) Get() *DnsServerAddressInfo
func (NullableDnsServerAddressInfo) IsSet ¶
func (v NullableDnsServerAddressInfo) IsSet() bool
func (NullableDnsServerAddressInfo) MarshalJSON ¶
func (v NullableDnsServerAddressInfo) MarshalJSON() ([]byte, error)
func (*NullableDnsServerAddressInfo) Set ¶
func (v *NullableDnsServerAddressInfo) Set(val *DnsServerAddressInfo)
func (*NullableDnsServerAddressInfo) UnmarshalJSON ¶
func (v *NullableDnsServerAddressInfo) UnmarshalJSON(src []byte) error
func (*NullableDnsServerAddressInfo) Unset ¶
func (v *NullableDnsServerAddressInfo) Unset()
type NullableEcsOption ¶
type NullableEcsOption struct {
// contains filtered or unexported fields
}
func NewNullableEcsOption ¶
func NewNullableEcsOption(val *EcsOption) *NullableEcsOption
func (NullableEcsOption) Get ¶
func (v NullableEcsOption) Get() *EcsOption
func (NullableEcsOption) IsSet ¶
func (v NullableEcsOption) IsSet() bool
func (NullableEcsOption) MarshalJSON ¶
func (v NullableEcsOption) MarshalJSON() ([]byte, error)
func (*NullableEcsOption) Set ¶
func (v *NullableEcsOption) Set(val *EcsOption)
func (*NullableEcsOption) UnmarshalJSON ¶
func (v *NullableEcsOption) UnmarshalJSON(src []byte) error
func (*NullableEcsOption) Unset ¶
func (v *NullableEcsOption) Unset()
type NullableEcsOptionInfo ¶
type NullableEcsOptionInfo struct {
// contains filtered or unexported fields
}
func NewNullableEcsOptionInfo ¶
func NewNullableEcsOptionInfo(val *EcsOptionInfo) *NullableEcsOptionInfo
func (NullableEcsOptionInfo) Get ¶
func (v NullableEcsOptionInfo) Get() *EcsOptionInfo
func (NullableEcsOptionInfo) IsSet ¶
func (v NullableEcsOptionInfo) IsSet() bool
func (NullableEcsOptionInfo) MarshalJSON ¶
func (v NullableEcsOptionInfo) MarshalJSON() ([]byte, error)
func (*NullableEcsOptionInfo) Set ¶
func (v *NullableEcsOptionInfo) Set(val *EcsOptionInfo)
func (*NullableEcsOptionInfo) UnmarshalJSON ¶
func (v *NullableEcsOptionInfo) UnmarshalJSON(src []byte) error
func (*NullableEcsOptionInfo) Unset ¶
func (v *NullableEcsOptionInfo) 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 NullableForwardingParameters ¶
type NullableForwardingParameters struct {
// contains filtered or unexported fields
}
func NewNullableForwardingParameters ¶
func NewNullableForwardingParameters(val *ForwardingParameters) *NullableForwardingParameters
func (NullableForwardingParameters) Get ¶
func (v NullableForwardingParameters) Get() *ForwardingParameters
func (NullableForwardingParameters) IsSet ¶
func (v NullableForwardingParameters) IsSet() bool
func (NullableForwardingParameters) MarshalJSON ¶
func (v NullableForwardingParameters) MarshalJSON() ([]byte, error)
func (*NullableForwardingParameters) Set ¶
func (v *NullableForwardingParameters) Set(val *ForwardingParameters)
func (*NullableForwardingParameters) UnmarshalJSON ¶
func (v *NullableForwardingParameters) UnmarshalJSON(src []byte) error
func (*NullableForwardingParameters) Unset ¶
func (v *NullableForwardingParameters) Unset()
type NullableFqdnPatternMatchingRule ¶
type NullableFqdnPatternMatchingRule struct {
// contains filtered or unexported fields
}
func NewNullableFqdnPatternMatchingRule ¶
func NewNullableFqdnPatternMatchingRule(val *FqdnPatternMatchingRule) *NullableFqdnPatternMatchingRule
func (NullableFqdnPatternMatchingRule) Get ¶
func (v NullableFqdnPatternMatchingRule) Get() *FqdnPatternMatchingRule
func (NullableFqdnPatternMatchingRule) IsSet ¶
func (v NullableFqdnPatternMatchingRule) IsSet() bool
func (NullableFqdnPatternMatchingRule) MarshalJSON ¶
func (v NullableFqdnPatternMatchingRule) MarshalJSON() ([]byte, error)
func (*NullableFqdnPatternMatchingRule) Set ¶
func (v *NullableFqdnPatternMatchingRule) Set(val *FqdnPatternMatchingRule)
func (*NullableFqdnPatternMatchingRule) UnmarshalJSON ¶
func (v *NullableFqdnPatternMatchingRule) UnmarshalJSON(src []byte) error
func (*NullableFqdnPatternMatchingRule) Unset ¶
func (v *NullableFqdnPatternMatchingRule) 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 NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableIpAddr ¶
type NullableIpAddr struct {
// contains filtered or unexported fields
}
func NewNullableIpAddr ¶
func NewNullableIpAddr(val *IpAddr) *NullableIpAddr
func (NullableIpAddr) Get ¶
func (v NullableIpAddr) Get() *IpAddr
func (NullableIpAddr) IsSet ¶
func (v NullableIpAddr) IsSet() bool
func (NullableIpAddr) MarshalJSON ¶
func (v NullableIpAddr) MarshalJSON() ([]byte, error)
func (*NullableIpAddr) Set ¶
func (v *NullableIpAddr) Set(val *IpAddr)
func (*NullableIpAddr) UnmarshalJSON ¶
func (v *NullableIpAddr) UnmarshalJSON(src []byte) error
func (*NullableIpAddr) Unset ¶
func (v *NullableIpAddr) Unset()
type NullableIpv4AddressRange ¶
type NullableIpv4AddressRange struct {
// contains filtered or unexported fields
}
func NewNullableIpv4AddressRange ¶
func NewNullableIpv4AddressRange(val *Ipv4AddressRange) *NullableIpv4AddressRange
func (NullableIpv4AddressRange) Get ¶
func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange
func (NullableIpv4AddressRange) IsSet ¶
func (v NullableIpv4AddressRange) IsSet() bool
func (NullableIpv4AddressRange) MarshalJSON ¶
func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error)
func (*NullableIpv4AddressRange) Set ¶
func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange)
func (*NullableIpv4AddressRange) UnmarshalJSON ¶
func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error
func (*NullableIpv4AddressRange) Unset ¶
func (v *NullableIpv4AddressRange) Unset()
type NullableIpv6Addr ¶
type NullableIpv6Addr struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Addr ¶
func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr
func (NullableIpv6Addr) Get ¶
func (v NullableIpv6Addr) Get() *Ipv6Addr
func (NullableIpv6Addr) IsSet ¶
func (v NullableIpv6Addr) IsSet() bool
func (NullableIpv6Addr) MarshalJSON ¶
func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)
func (*NullableIpv6Addr) Set ¶
func (v *NullableIpv6Addr) Set(val *Ipv6Addr)
func (*NullableIpv6Addr) UnmarshalJSON ¶
func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error
func (*NullableIpv6Addr) Unset ¶
func (v *NullableIpv6Addr) Unset()
type NullableIpv6Prefix ¶
type NullableIpv6Prefix struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Prefix ¶
func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix
func (NullableIpv6Prefix) Get ¶
func (v NullableIpv6Prefix) Get() *Ipv6Prefix
func (NullableIpv6Prefix) IsSet ¶
func (v NullableIpv6Prefix) IsSet() bool
func (NullableIpv6Prefix) MarshalJSON ¶
func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)
func (*NullableIpv6Prefix) Set ¶
func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)
func (*NullableIpv6Prefix) UnmarshalJSON ¶
func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error
func (*NullableIpv6Prefix) Unset ¶
func (v *NullableIpv6Prefix) Unset()
type NullableIpv6PrefixRange ¶
type NullableIpv6PrefixRange struct {
// contains filtered or unexported fields
}
func NewNullableIpv6PrefixRange ¶
func NewNullableIpv6PrefixRange(val *Ipv6PrefixRange) *NullableIpv6PrefixRange
func (NullableIpv6PrefixRange) Get ¶
func (v NullableIpv6PrefixRange) Get() *Ipv6PrefixRange
func (NullableIpv6PrefixRange) IsSet ¶
func (v NullableIpv6PrefixRange) IsSet() bool
func (NullableIpv6PrefixRange) MarshalJSON ¶
func (v NullableIpv6PrefixRange) MarshalJSON() ([]byte, error)
func (*NullableIpv6PrefixRange) Set ¶
func (v *NullableIpv6PrefixRange) Set(val *Ipv6PrefixRange)
func (*NullableIpv6PrefixRange) UnmarshalJSON ¶
func (v *NullableIpv6PrefixRange) UnmarshalJSON(src []byte) error
func (*NullableIpv6PrefixRange) Unset ¶
func (v *NullableIpv6PrefixRange) Unset()
type NullableMatchingOperator ¶
type NullableMatchingOperator struct {
// contains filtered or unexported fields
}
func NewNullableMatchingOperator ¶
func NewNullableMatchingOperator(val *MatchingOperator) *NullableMatchingOperator
func (NullableMatchingOperator) Get ¶
func (v NullableMatchingOperator) Get() *MatchingOperator
func (NullableMatchingOperator) IsSet ¶
func (v NullableMatchingOperator) IsSet() bool
func (NullableMatchingOperator) MarshalJSON ¶
func (v NullableMatchingOperator) MarshalJSON() ([]byte, error)
func (*NullableMatchingOperator) Set ¶
func (v *NullableMatchingOperator) Set(val *MatchingOperator)
func (*NullableMatchingOperator) UnmarshalJSON ¶
func (v *NullableMatchingOperator) UnmarshalJSON(src []byte) error
func (*NullableMatchingOperator) Unset ¶
func (v *NullableMatchingOperator) Unset()
type NullableNFType ¶
type NullableNFType struct {
// contains filtered or unexported fields
}
func NewNullableNFType ¶
func NewNullableNFType(val *NFType) *NullableNFType
func (NullableNFType) Get ¶
func (v NullableNFType) Get() *NFType
func (NullableNFType) IsSet ¶
func (v NullableNFType) IsSet() bool
func (NullableNFType) MarshalJSON ¶
func (v NullableNFType) MarshalJSON() ([]byte, error)
func (*NullableNFType) Set ¶
func (v *NullableNFType) Set(val *NFType)
func (*NullableNFType) UnmarshalJSON ¶
func (v *NullableNFType) UnmarshalJSON(src []byte) error
func (*NullableNFType) Unset ¶
func (v *NullableNFType) Unset()
type NullablePatchItem ¶
type NullablePatchItem struct {
// contains filtered or unexported fields
}
func NewNullablePatchItem ¶
func NewNullablePatchItem(val *PatchItem) *NullablePatchItem
func (NullablePatchItem) Get ¶
func (v NullablePatchItem) Get() *PatchItem
func (NullablePatchItem) IsSet ¶
func (v NullablePatchItem) IsSet() bool
func (NullablePatchItem) MarshalJSON ¶
func (v NullablePatchItem) MarshalJSON() ([]byte, error)
func (*NullablePatchItem) Set ¶
func (v *NullablePatchItem) Set(val *PatchItem)
func (*NullablePatchItem) UnmarshalJSON ¶
func (v *NullablePatchItem) UnmarshalJSON(src []byte) error
func (*NullablePatchItem) Unset ¶
func (v *NullablePatchItem) Unset()
type NullablePatchOperation ¶
type NullablePatchOperation struct {
// contains filtered or unexported fields
}
func NewNullablePatchOperation ¶
func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation
func (NullablePatchOperation) Get ¶
func (v NullablePatchOperation) Get() *PatchOperation
func (NullablePatchOperation) IsSet ¶
func (v NullablePatchOperation) IsSet() bool
func (NullablePatchOperation) MarshalJSON ¶
func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
func (*NullablePatchOperation) Set ¶
func (v *NullablePatchOperation) Set(val *PatchOperation)
func (*NullablePatchOperation) UnmarshalJSON ¶
func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
func (*NullablePatchOperation) Unset ¶
func (v *NullablePatchOperation) Unset()
type NullablePatchResult ¶
type NullablePatchResult struct {
// contains filtered or unexported fields
}
func NewNullablePatchResult ¶
func NewNullablePatchResult(val *PatchResult) *NullablePatchResult
func (NullablePatchResult) Get ¶
func (v NullablePatchResult) Get() *PatchResult
func (NullablePatchResult) IsSet ¶
func (v NullablePatchResult) IsSet() bool
func (NullablePatchResult) MarshalJSON ¶
func (v NullablePatchResult) MarshalJSON() ([]byte, error)
func (*NullablePatchResult) Set ¶
func (v *NullablePatchResult) Set(val *PatchResult)
func (*NullablePatchResult) UnmarshalJSON ¶
func (v *NullablePatchResult) UnmarshalJSON(src []byte) error
func (*NullablePatchResult) Unset ¶
func (v *NullablePatchResult) Unset()
type NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnIdNid ¶
type NullablePlmnIdNid struct {
// contains filtered or unexported fields
}
func NewNullablePlmnIdNid ¶
func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid
func (NullablePlmnIdNid) Get ¶
func (v NullablePlmnIdNid) Get() *PlmnIdNid
func (NullablePlmnIdNid) IsSet ¶
func (v NullablePlmnIdNid) IsSet() bool
func (NullablePlmnIdNid) MarshalJSON ¶
func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)
func (*NullablePlmnIdNid) Set ¶
func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)
func (*NullablePlmnIdNid) UnmarshalJSON ¶
func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error
func (*NullablePlmnIdNid) Unset ¶
func (v *NullablePlmnIdNid) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableRedirectResponse ¶
type NullableRedirectResponse struct {
// contains filtered or unexported fields
}
func NewNullableRedirectResponse ¶
func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse
func (NullableRedirectResponse) Get ¶
func (v NullableRedirectResponse) Get() *RedirectResponse
func (NullableRedirectResponse) IsSet ¶
func (v NullableRedirectResponse) IsSet() bool
func (NullableRedirectResponse) MarshalJSON ¶
func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
func (*NullableRedirectResponse) Set ¶
func (v *NullableRedirectResponse) Set(val *RedirectResponse)
func (*NullableRedirectResponse) UnmarshalJSON ¶
func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
func (*NullableRedirectResponse) Unset ¶
func (v *NullableRedirectResponse) Unset()
type NullableReportItem ¶
type NullableReportItem struct {
// contains filtered or unexported fields
}
func NewNullableReportItem ¶
func NewNullableReportItem(val *ReportItem) *NullableReportItem
func (NullableReportItem) Get ¶
func (v NullableReportItem) Get() *ReportItem
func (NullableReportItem) IsSet ¶
func (v NullableReportItem) IsSet() bool
func (NullableReportItem) MarshalJSON ¶
func (v NullableReportItem) MarshalJSON() ([]byte, error)
func (*NullableReportItem) Set ¶
func (v *NullableReportItem) Set(val *ReportItem)
func (*NullableReportItem) UnmarshalJSON ¶
func (v *NullableReportItem) UnmarshalJSON(src []byte) error
func (*NullableReportItem) Unset ¶
func (v *NullableReportItem) Unset()
type NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) 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 NullableStringMatchingCondition ¶
type NullableStringMatchingCondition struct {
// contains filtered or unexported fields
}
func NewNullableStringMatchingCondition ¶
func NewNullableStringMatchingCondition(val *StringMatchingCondition) *NullableStringMatchingCondition
func (NullableStringMatchingCondition) Get ¶
func (v NullableStringMatchingCondition) Get() *StringMatchingCondition
func (NullableStringMatchingCondition) IsSet ¶
func (v NullableStringMatchingCondition) IsSet() bool
func (NullableStringMatchingCondition) MarshalJSON ¶
func (v NullableStringMatchingCondition) MarshalJSON() ([]byte, error)
func (*NullableStringMatchingCondition) Set ¶
func (v *NullableStringMatchingCondition) Set(val *StringMatchingCondition)
func (*NullableStringMatchingCondition) UnmarshalJSON ¶
func (v *NullableStringMatchingCondition) UnmarshalJSON(src []byte) error
func (*NullableStringMatchingCondition) Unset ¶
func (v *NullableStringMatchingCondition) Unset()
type NullableStringMatchingRule ¶
type NullableStringMatchingRule struct {
// contains filtered or unexported fields
}
func NewNullableStringMatchingRule ¶
func NewNullableStringMatchingRule(val *StringMatchingRule) *NullableStringMatchingRule
func (NullableStringMatchingRule) Get ¶
func (v NullableStringMatchingRule) Get() *StringMatchingRule
func (NullableStringMatchingRule) IsSet ¶
func (v NullableStringMatchingRule) IsSet() bool
func (NullableStringMatchingRule) MarshalJSON ¶
func (v NullableStringMatchingRule) MarshalJSON() ([]byte, error)
func (*NullableStringMatchingRule) Set ¶
func (v *NullableStringMatchingRule) Set(val *StringMatchingRule)
func (*NullableStringMatchingRule) UnmarshalJSON ¶
func (v *NullableStringMatchingRule) UnmarshalJSON(src []byte) error
func (*NullableStringMatchingRule) Unset ¶
func (v *NullableStringMatchingRule) 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 PatchItem ¶
type PatchItem struct { Op PatchOperation `json:"op"` // contains a JSON pointer value (as defined in IETF RFC 6901) that references a location of a resource on which the patch operation shall be performed. Path string `json:"path"` // indicates the path of the source JSON element (according to JSON Pointer syntax) being moved or copied to the location indicated by the \"path\" attribute. From *string `json:"from,omitempty"` Value interface{} `json:"value,omitempty"` }
PatchItem it contains information on data to be changed.
func NewPatchItem ¶
func NewPatchItem(op PatchOperation, path string) *PatchItem
NewPatchItem instantiates a new PatchItem 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 NewPatchItemWithDefaults ¶
func NewPatchItemWithDefaults() *PatchItem
NewPatchItemWithDefaults instantiates a new PatchItem 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 (*PatchItem) GetFromOk ¶
GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchItem) GetOp ¶
func (o *PatchItem) GetOp() PatchOperation
GetOp returns the Op field value
func (*PatchItem) GetOpOk ¶
func (o *PatchItem) GetOpOk() (*PatchOperation, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*PatchItem) GetPathOk ¶
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*PatchItem) GetValue ¶
func (o *PatchItem) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchItem) GetValueOk ¶
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (PatchItem) MarshalJSON ¶
func (*PatchItem) SetFrom ¶
SetFrom gets a reference to the given string and assigns it to the From field.
func (*PatchItem) SetValue ¶
func (o *PatchItem) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (*PatchItem) UnmarshalJSON ¶
type PatchOperation ¶
type PatchOperation struct {
// contains filtered or unexported fields
}
PatchOperation Operations as defined in IETF RFC 6902.
func (*PatchOperation) MarshalJSON ¶
func (src *PatchOperation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PatchOperation) UnmarshalJSON ¶
func (dst *PatchOperation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PatchResult ¶
type PatchResult struct { // The execution report contains an array of report items. Each report item indicates one failed modification. Report []ReportItem `json:"report"` }
PatchResult The execution report result on failed modification.
func NewPatchResult ¶
func NewPatchResult(report []ReportItem) *PatchResult
NewPatchResult instantiates a new PatchResult 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 NewPatchResultWithDefaults ¶
func NewPatchResultWithDefaults() *PatchResult
NewPatchResultWithDefaults instantiates a new PatchResult 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 (*PatchResult) GetReport ¶
func (o *PatchResult) GetReport() []ReportItem
GetReport returns the Report field value
func (*PatchResult) GetReportOk ¶
func (o *PatchResult) GetReportOk() ([]ReportItem, bool)
GetReportOk returns a tuple with the Report field value and a boolean to check if the value has been set.
func (PatchResult) MarshalJSON ¶
func (o PatchResult) MarshalJSON() ([]byte, error)
func (*PatchResult) SetReport ¶
func (o *PatchResult) SetReport(v []ReportItem)
SetReport sets field value
func (PatchResult) ToMap ¶
func (o PatchResult) ToMap() (map[string]interface{}, error)
func (*PatchResult) UnmarshalJSON ¶
func (o *PatchResult) UnmarshalJSON(bytes []byte) (err error)
type PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId 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 NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId 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 (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
func (*PlmnId) UnmarshalJSON ¶
type PlmnIdNid ¶
type PlmnIdNid struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid 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 NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid 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 (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
func (*PlmnIdNid) SetNid ¶
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*PlmnIdNid) UnmarshalJSON ¶
type ProblemDetails ¶
type ProblemDetails struct { // String providing an URI formatted according to RFC 3986. Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // String providing an URI formatted according to RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"` AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"` // Fully Qualified Domain Name NrfId *string `json:"nrfId,omitempty"` }
ProblemDetails Provides additional information in an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails 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 NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails 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 (*ProblemDetails) GetAccessTokenError ¶
func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenErrorOk ¶
func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetAccessTokenRequest ¶
func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenRequestOk ¶
func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetNrfId ¶
func (o *ProblemDetails) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails) GetNrfIdOk ¶
func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) 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 (*ProblemDetails) HasAccessTokenError ¶
func (o *ProblemDetails) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails) HasAccessTokenRequest ¶
func (o *ProblemDetails) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasNrfId ¶
func (o *ProblemDetails) HasNrfId() bool
HasNrfId returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetAccessTokenError ¶
func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails) SetAccessTokenRequest ¶
func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetNrfId ¶
func (o *ProblemDetails) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type RedirectResponse ¶
type RedirectResponse struct { Cause *string `json:"cause,omitempty"` // String providing an URI formatted according to RFC 3986. TargetScp *string `json:"targetScp,omitempty"` // String providing an URI formatted according to RFC 3986. TargetSepp *string `json:"targetSepp,omitempty"` }
RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.
func NewRedirectResponse ¶
func NewRedirectResponse() *RedirectResponse
NewRedirectResponse instantiates a new RedirectResponse 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 NewRedirectResponseWithDefaults ¶
func NewRedirectResponseWithDefaults() *RedirectResponse
NewRedirectResponseWithDefaults instantiates a new RedirectResponse 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 (*RedirectResponse) GetCause ¶
func (o *RedirectResponse) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*RedirectResponse) GetCauseOk ¶
func (o *RedirectResponse) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetScp ¶
func (o *RedirectResponse) GetTargetScp() string
GetTargetScp returns the TargetScp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetScpOk ¶
func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
GetTargetScpOk returns a tuple with the TargetScp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetSepp ¶
func (o *RedirectResponse) GetTargetSepp() string
GetTargetSepp returns the TargetSepp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetSeppOk ¶
func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
GetTargetSeppOk returns a tuple with the TargetSepp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) HasCause ¶
func (o *RedirectResponse) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetScp ¶
func (o *RedirectResponse) HasTargetScp() bool
HasTargetScp returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetSepp ¶
func (o *RedirectResponse) HasTargetSepp() bool
HasTargetSepp returns a boolean if a field has been set.
func (RedirectResponse) MarshalJSON ¶
func (o RedirectResponse) MarshalJSON() ([]byte, error)
func (*RedirectResponse) SetCause ¶
func (o *RedirectResponse) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*RedirectResponse) SetTargetScp ¶
func (o *RedirectResponse) SetTargetScp(v string)
SetTargetScp gets a reference to the given string and assigns it to the TargetScp field.
func (*RedirectResponse) SetTargetSepp ¶
func (o *RedirectResponse) SetTargetSepp(v string)
SetTargetSepp gets a reference to the given string and assigns it to the TargetSepp field.
func (RedirectResponse) ToMap ¶
func (o RedirectResponse) ToMap() (map[string]interface{}, error)
type ReportItem ¶
type ReportItem struct { // Contains a JSON pointer value (as defined in IETF RFC 6901) that references a location of a resource to which the modification is subject. Path string `json:"path"` // A human-readable reason providing details on the reported modification failure. The reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g. \"Replacement value invalid for attribute (failed operation index= 4)\". Reason *string `json:"reason,omitempty"` }
ReportItem indicates performed modivications.
func NewReportItem ¶
func NewReportItem(path string) *ReportItem
NewReportItem instantiates a new ReportItem 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 NewReportItemWithDefaults ¶
func NewReportItemWithDefaults() *ReportItem
NewReportItemWithDefaults instantiates a new ReportItem 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 (*ReportItem) GetPath ¶
func (o *ReportItem) GetPath() string
GetPath returns the Path field value
func (*ReportItem) GetPathOk ¶
func (o *ReportItem) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*ReportItem) GetReason ¶
func (o *ReportItem) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*ReportItem) GetReasonOk ¶
func (o *ReportItem) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportItem) HasReason ¶
func (o *ReportItem) HasReason() bool
HasReason returns a boolean if a field has been set.
func (ReportItem) MarshalJSON ¶
func (o ReportItem) MarshalJSON() ([]byte, error)
func (*ReportItem) SetReason ¶
func (o *ReportItem) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (ReportItem) ToMap ¶
func (o ReportItem) ToMap() (map[string]interface{}, error)
func (*ReportItem) UnmarshalJSON ¶
func (o *ReportItem) UnmarshalJSON(bytes []byte) (err error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Snssai ¶
type Snssai struct { // Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501. Sst int32 `json:"sst"` // 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Sd *string `json:"sd,omitempty"` }
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai 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 NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai 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 (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
func (*Snssai) UnmarshalJSON ¶
type StringMatchingCondition ¶
type StringMatchingCondition struct { MatchingString *string `json:"matchingString,omitempty"` MatchingOperator MatchingOperator `json:"matchingOperator"` }
StringMatchingCondition A String with Matching Operator
func NewStringMatchingCondition ¶
func NewStringMatchingCondition(matchingOperator MatchingOperator) *StringMatchingCondition
NewStringMatchingCondition instantiates a new StringMatchingCondition 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 NewStringMatchingConditionWithDefaults ¶
func NewStringMatchingConditionWithDefaults() *StringMatchingCondition
NewStringMatchingConditionWithDefaults instantiates a new StringMatchingCondition 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 (*StringMatchingCondition) GetMatchingOperator ¶
func (o *StringMatchingCondition) GetMatchingOperator() MatchingOperator
GetMatchingOperator returns the MatchingOperator field value
func (*StringMatchingCondition) GetMatchingOperatorOk ¶
func (o *StringMatchingCondition) GetMatchingOperatorOk() (*MatchingOperator, bool)
GetMatchingOperatorOk returns a tuple with the MatchingOperator field value and a boolean to check if the value has been set.
func (*StringMatchingCondition) GetMatchingString ¶
func (o *StringMatchingCondition) GetMatchingString() string
GetMatchingString returns the MatchingString field value if set, zero value otherwise.
func (*StringMatchingCondition) GetMatchingStringOk ¶
func (o *StringMatchingCondition) GetMatchingStringOk() (*string, bool)
GetMatchingStringOk returns a tuple with the MatchingString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StringMatchingCondition) HasMatchingString ¶
func (o *StringMatchingCondition) HasMatchingString() bool
HasMatchingString returns a boolean if a field has been set.
func (StringMatchingCondition) MarshalJSON ¶
func (o StringMatchingCondition) MarshalJSON() ([]byte, error)
func (*StringMatchingCondition) SetMatchingOperator ¶
func (o *StringMatchingCondition) SetMatchingOperator(v MatchingOperator)
SetMatchingOperator sets field value
func (*StringMatchingCondition) SetMatchingString ¶
func (o *StringMatchingCondition) SetMatchingString(v string)
SetMatchingString gets a reference to the given string and assigns it to the MatchingString field.
func (StringMatchingCondition) ToMap ¶
func (o StringMatchingCondition) ToMap() (map[string]interface{}, error)
func (*StringMatchingCondition) UnmarshalJSON ¶
func (o *StringMatchingCondition) UnmarshalJSON(bytes []byte) (err error)
type StringMatchingRule ¶
type StringMatchingRule struct {
StringMatchingConditions []StringMatchingCondition `json:"stringMatchingConditions,omitempty"`
}
StringMatchingRule A list of conditions for string matching
func NewStringMatchingRule ¶
func NewStringMatchingRule() *StringMatchingRule
NewStringMatchingRule instantiates a new StringMatchingRule 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 NewStringMatchingRuleWithDefaults ¶
func NewStringMatchingRuleWithDefaults() *StringMatchingRule
NewStringMatchingRuleWithDefaults instantiates a new StringMatchingRule 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 (*StringMatchingRule) GetStringMatchingConditions ¶
func (o *StringMatchingRule) GetStringMatchingConditions() []StringMatchingCondition
GetStringMatchingConditions returns the StringMatchingConditions field value if set, zero value otherwise.
func (*StringMatchingRule) GetStringMatchingConditionsOk ¶
func (o *StringMatchingRule) GetStringMatchingConditionsOk() ([]StringMatchingCondition, bool)
GetStringMatchingConditionsOk returns a tuple with the StringMatchingConditions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StringMatchingRule) HasStringMatchingConditions ¶
func (o *StringMatchingRule) HasStringMatchingConditions() bool
HasStringMatchingConditions returns a boolean if a field has been set.
func (StringMatchingRule) MarshalJSON ¶
func (o StringMatchingRule) MarshalJSON() ([]byte, error)
func (*StringMatchingRule) SetStringMatchingConditions ¶
func (o *StringMatchingRule) SetStringMatchingConditions(v []StringMatchingCondition)
SetStringMatchingConditions gets a reference to the given []StringMatchingCondition and assigns it to the StringMatchingConditions field.
func (StringMatchingRule) ToMap ¶
func (o StringMatchingRule) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_dns_contexts_collection.go
- api_individual_dns_context.go
- client.go
- configuration.go
- model_access_token_err.go
- model_access_token_req.go
- model_action.go
- model_apply_action.go
- model_baseline_dns_ait_id.go
- model_baseline_dns_mdt_id.go
- model_baseline_dns_query_mdt_info.go
- model_baseline_dns_rsp_mdt_info.go
- model_dns_context_create_data.go
- model_dns_context_created_data.go
- model_dns_context_event_report.go
- model_dns_context_notification.go
- model_dns_query_mdt.go
- model_dns_query_report.go
- model_dns_rsp_mdt.go
- model_dns_rsp_report.go
- model_dns_rule.go
- model_dns_server_address_info.go
- model_ecs_option.go
- model_ecs_option_info.go
- model_forwarding_parameters.go
- model_fqdn_pattern_matching_rule.go
- model_invalid_param.go
- model_ip_addr.go
- model_ipv4_address_range.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_ipv6_prefix_range.go
- model_matching_operator.go
- model_nf_type.go
- model_patch_item.go
- model_patch_operation.go
- model_patch_result.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_problem_details.go
- model_redirect_response.go
- model_report_item.go
- model_snssai.go
- model_string_matching_condition.go
- model_string_matching_rule.go
- response.go
- utils.go