Documentation
¶
Index ¶
- Variables
- 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 AccountsAPI
- type AccountsAPICheckConfigRequest
- type AccountsAPIService
- type DNSProtocol
- type Dfp
- func (o *Dfp) GetCreatedTime() time.Time
- func (o *Dfp) GetCreatedTimeOk() (*time.Time, bool)
- func (o *Dfp) GetElbIpList() []string
- func (o *Dfp) GetElbIpListOk() ([]string, bool)
- func (o *Dfp) GetForwardingPolicy() string
- func (o *Dfp) GetForwardingPolicyOk() (*string, bool)
- func (o *Dfp) GetHost() []DfpHost
- func (o *Dfp) GetHostOk() ([]DfpHost, bool)
- func (o *Dfp) GetId() int32
- func (o *Dfp) GetIdOk() (*int32, bool)
- func (o *Dfp) GetInternalDomainLists() []int32
- func (o *Dfp) GetInternalDomainListsOk() ([]int32, bool)
- func (o *Dfp) GetName() string
- func (o *Dfp) GetNameOk() (*string, bool)
- func (o *Dfp) GetNetAddrPolicyIds() []NetAddrPolicyAssignment
- func (o *Dfp) GetNetAddrPolicyIdsOk() ([]NetAddrPolicyAssignment, bool)
- func (o *Dfp) GetOphid() string
- func (o *Dfp) GetOphidOk() (*string, bool)
- func (o *Dfp) GetPolicyId() int32
- func (o *Dfp) GetPolicyIdOk() (*int32, bool)
- func (o *Dfp) GetPopRegionId() int32
- func (o *Dfp) GetPopRegionIdOk() (*int32, bool)
- func (o *Dfp) GetResolversAll() []Resolver
- func (o *Dfp) GetResolversAllOk() ([]Resolver, bool)
- func (o *Dfp) GetServiceId() string
- func (o *Dfp) GetServiceIdOk() (*string, bool)
- func (o *Dfp) GetServiceName() string
- func (o *Dfp) GetServiceNameOk() (*string, bool)
- func (o *Dfp) GetSiteId() string
- func (o *Dfp) GetSiteIdOk() (*string, bool)
- func (o *Dfp) GetUpdatedTime() time.Time
- func (o *Dfp) GetUpdatedTimeOk() (*time.Time, bool)
- func (o *Dfp) HasCreatedTime() bool
- func (o *Dfp) HasElbIpList() bool
- func (o *Dfp) HasForwardingPolicy() bool
- func (o *Dfp) HasHost() bool
- func (o *Dfp) HasId() bool
- func (o *Dfp) HasInternalDomainLists() bool
- func (o *Dfp) HasName() bool
- func (o *Dfp) HasNetAddrPolicyIds() bool
- func (o *Dfp) HasOphid() bool
- func (o *Dfp) HasPolicyId() bool
- func (o *Dfp) HasPopRegionId() bool
- func (o *Dfp) HasResolversAll() bool
- func (o *Dfp) HasServiceId() bool
- func (o *Dfp) HasServiceName() bool
- func (o *Dfp) HasSiteId() bool
- func (o *Dfp) HasUpdatedTime() bool
- func (o Dfp) MarshalJSON() ([]byte, error)
- func (o *Dfp) SetCreatedTime(v time.Time)
- func (o *Dfp) SetElbIpList(v []string)
- func (o *Dfp) SetForwardingPolicy(v string)
- func (o *Dfp) SetHost(v []DfpHost)
- func (o *Dfp) SetId(v int32)
- func (o *Dfp) SetInternalDomainLists(v []int32)
- func (o *Dfp) SetName(v string)
- func (o *Dfp) SetNetAddrPolicyIds(v []NetAddrPolicyAssignment)
- func (o *Dfp) SetOphid(v string)
- func (o *Dfp) SetPolicyId(v int32)
- func (o *Dfp) SetPopRegionId(v int32)
- func (o *Dfp) SetResolversAll(v []Resolver)
- func (o *Dfp) SetServiceId(v string)
- func (o *Dfp) SetServiceName(v string)
- func (o *Dfp) SetSiteId(v string)
- func (o *Dfp) SetUpdatedTime(v time.Time)
- func (o Dfp) ToMap() (map[string]interface{}, error)
- func (o *Dfp) UnmarshalJSON(data []byte) (err error)
- type DfpCreateOrUpdatePayload
- func (o *DfpCreateOrUpdatePayload) GetForwardingPolicy() string
- func (o *DfpCreateOrUpdatePayload) GetForwardingPolicyOk() (*string, bool)
- func (o *DfpCreateOrUpdatePayload) GetHost() []DfpHost
- func (o *DfpCreateOrUpdatePayload) GetHostOk() ([]DfpHost, bool)
- func (o *DfpCreateOrUpdatePayload) GetId() int32
- func (o *DfpCreateOrUpdatePayload) GetIdOk() (*int32, bool)
- func (o *DfpCreateOrUpdatePayload) GetInternalDomainLists() []int32
- func (o *DfpCreateOrUpdatePayload) GetInternalDomainListsOk() ([]int32, bool)
- func (o *DfpCreateOrUpdatePayload) GetName() string
- func (o *DfpCreateOrUpdatePayload) GetNameOk() (*string, bool)
- func (o *DfpCreateOrUpdatePayload) GetPopRegionId() int32
- func (o *DfpCreateOrUpdatePayload) GetPopRegionIdOk() (*int32, bool)
- func (o *DfpCreateOrUpdatePayload) GetResolversAll() []Resolver
- func (o *DfpCreateOrUpdatePayload) GetResolversAllOk() ([]Resolver, bool)
- func (o *DfpCreateOrUpdatePayload) GetServiceId() string
- func (o *DfpCreateOrUpdatePayload) GetServiceIdOk() (*string, bool)
- func (o *DfpCreateOrUpdatePayload) GetServiceName() string
- func (o *DfpCreateOrUpdatePayload) GetServiceNameOk() (*string, bool)
- func (o *DfpCreateOrUpdatePayload) GetSiteId() string
- func (o *DfpCreateOrUpdatePayload) GetSiteIdOk() (*string, bool)
- func (o *DfpCreateOrUpdatePayload) HasForwardingPolicy() bool
- func (o *DfpCreateOrUpdatePayload) HasHost() bool
- func (o *DfpCreateOrUpdatePayload) HasId() bool
- func (o *DfpCreateOrUpdatePayload) HasInternalDomainLists() bool
- func (o *DfpCreateOrUpdatePayload) HasName() bool
- func (o *DfpCreateOrUpdatePayload) HasPopRegionId() bool
- func (o *DfpCreateOrUpdatePayload) HasResolversAll() bool
- func (o *DfpCreateOrUpdatePayload) HasServiceId() bool
- func (o *DfpCreateOrUpdatePayload) HasServiceName() bool
- func (o *DfpCreateOrUpdatePayload) HasSiteId() bool
- func (o DfpCreateOrUpdatePayload) MarshalJSON() ([]byte, error)
- func (o *DfpCreateOrUpdatePayload) SetForwardingPolicy(v string)
- func (o *DfpCreateOrUpdatePayload) SetHost(v []DfpHost)
- func (o *DfpCreateOrUpdatePayload) SetId(v int32)
- func (o *DfpCreateOrUpdatePayload) SetInternalDomainLists(v []int32)
- func (o *DfpCreateOrUpdatePayload) SetName(v string)
- func (o *DfpCreateOrUpdatePayload) SetPopRegionId(v int32)
- func (o *DfpCreateOrUpdatePayload) SetResolversAll(v []Resolver)
- func (o *DfpCreateOrUpdatePayload) SetServiceId(v string)
- func (o *DfpCreateOrUpdatePayload) SetServiceName(v string)
- func (o *DfpCreateOrUpdatePayload) SetSiteId(v string)
- func (o DfpCreateOrUpdatePayload) ToMap() (map[string]interface{}, error)
- func (o *DfpCreateOrUpdatePayload) UnmarshalJSON(data []byte) (err error)
- type DfpCreateOrUpdateResponse
- func (o *DfpCreateOrUpdateResponse) GetResults() Dfp
- func (o *DfpCreateOrUpdateResponse) GetResultsOk() (*Dfp, bool)
- func (o *DfpCreateOrUpdateResponse) HasResults() bool
- func (o DfpCreateOrUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *DfpCreateOrUpdateResponse) SetResults(v Dfp)
- func (o DfpCreateOrUpdateResponse) ToMap() (map[string]interface{}, error)
- func (o *DfpCreateOrUpdateResponse) UnmarshalJSON(data []byte) (err error)
- type DfpHost
- func (o *DfpHost) GetLegacyHostId() int32
- func (o *DfpHost) GetLegacyHostIdOk() (*int32, bool)
- func (o *DfpHost) GetName() string
- func (o *DfpHost) GetNameOk() (*string, bool)
- func (o *DfpHost) GetOphid() string
- func (o *DfpHost) GetOphidOk() (*string, bool)
- func (o *DfpHost) GetSiteId() string
- func (o *DfpHost) GetSiteIdOk() (*string, bool)
- func (o *DfpHost) HasLegacyHostId() bool
- func (o *DfpHost) HasName() bool
- func (o *DfpHost) HasOphid() bool
- func (o *DfpHost) HasSiteId() bool
- func (o DfpHost) MarshalJSON() ([]byte, error)
- func (o *DfpHost) SetLegacyHostId(v int32)
- func (o *DfpHost) SetName(v string)
- func (o *DfpHost) SetOphid(v string)
- func (o *DfpHost) SetSiteId(v string)
- func (o DfpHost) ToMap() (map[string]interface{}, error)
- func (o *DfpHost) UnmarshalJSON(data []byte) (err error)
- type DfpListResponse
- func (o *DfpListResponse) GetResults() []Dfp
- func (o *DfpListResponse) GetResultsOk() ([]Dfp, bool)
- func (o *DfpListResponse) HasResults() bool
- func (o DfpListResponse) MarshalJSON() ([]byte, error)
- func (o *DfpListResponse) SetResults(v []Dfp)
- func (o DfpListResponse) ToMap() (map[string]interface{}, error)
- func (o *DfpListResponse) UnmarshalJSON(data []byte) (err error)
- type DfpReadResponse
- func (o *DfpReadResponse) GetResults() Dfp
- func (o *DfpReadResponse) GetResultsOk() (*Dfp, bool)
- func (o *DfpReadResponse) HasResults() bool
- func (o DfpReadResponse) MarshalJSON() ([]byte, error)
- func (o *DfpReadResponse) SetResults(v Dfp)
- func (o DfpReadResponse) ToMap() (map[string]interface{}, error)
- func (o *DfpReadResponse) UnmarshalJSON(data []byte) (err error)
- type InfraServicesAPI
- type InfraServicesAPICreateOrUpdateDfpServiceRequest
- type InfraServicesAPIListDfpServicesRequest
- func (r InfraServicesAPIListDfpServicesRequest) Execute() (*DfpListResponse, *http.Response, error)
- func (r InfraServicesAPIListDfpServicesRequest) Fields(fields string) InfraServicesAPIListDfpServicesRequest
- func (r InfraServicesAPIListDfpServicesRequest) Filter(filter string) InfraServicesAPIListDfpServicesRequest
- func (r InfraServicesAPIListDfpServicesRequest) Limit(limit int32) InfraServicesAPIListDfpServicesRequest
- func (r InfraServicesAPIListDfpServicesRequest) Offset(offset int32) InfraServicesAPIListDfpServicesRequest
- func (r InfraServicesAPIListDfpServicesRequest) PageToken(pageToken string) InfraServicesAPIListDfpServicesRequest
- type InfraServicesAPIReadDfpServiceRequest
- func (r InfraServicesAPIReadDfpServiceRequest) Execute() (*DfpReadResponse, *http.Response, error)
- func (r InfraServicesAPIReadDfpServiceRequest) Fields(fields string) InfraServicesAPIReadDfpServiceRequest
- func (r InfraServicesAPIReadDfpServiceRequest) Id(id int32) InfraServicesAPIReadDfpServiceRequest
- func (r InfraServicesAPIReadDfpServiceRequest) Name(name string) InfraServicesAPIReadDfpServiceRequest
- type InfraServicesAPIService
- func (a *InfraServicesAPIService) CreateOrUpdateDfpService(ctx context.Context, payloadServiceId string) InfraServicesAPICreateOrUpdateDfpServiceRequest
- func (a *InfraServicesAPIService) CreateOrUpdateDfpServiceExecute(r InfraServicesAPICreateOrUpdateDfpServiceRequest) (*DfpCreateOrUpdateResponse, *http.Response, error)
- func (a *InfraServicesAPIService) ListDfpServices(ctx context.Context) InfraServicesAPIListDfpServicesRequest
- func (a *InfraServicesAPIService) ListDfpServicesExecute(r InfraServicesAPIListDfpServicesRequest) (*DfpListResponse, *http.Response, error)
- func (a *InfraServicesAPIService) ReadDfpService(ctx context.Context, serviceId string) InfraServicesAPIReadDfpServiceRequest
- func (a *InfraServicesAPIService) ReadDfpServiceExecute(r InfraServicesAPIReadDfpServiceRequest) (*DfpReadResponse, *http.Response, error)
- type InfraServicesCreateOrUpdateDfpService400Response
- func (o *InfraServicesCreateOrUpdateDfpService400Response) GetError() InfraServicesCreateOrUpdateDfpService400ResponseError
- func (o *InfraServicesCreateOrUpdateDfpService400Response) GetErrorOk() (*InfraServicesCreateOrUpdateDfpService400ResponseError, bool)
- func (o *InfraServicesCreateOrUpdateDfpService400Response) HasError() bool
- func (o InfraServicesCreateOrUpdateDfpService400Response) MarshalJSON() ([]byte, error)
- func (o *InfraServicesCreateOrUpdateDfpService400Response) SetError(v InfraServicesCreateOrUpdateDfpService400ResponseError)
- func (o InfraServicesCreateOrUpdateDfpService400Response) ToMap() (map[string]interface{}, error)
- func (o *InfraServicesCreateOrUpdateDfpService400Response) UnmarshalJSON(data []byte) (err error)
- type InfraServicesCreateOrUpdateDfpService400ResponseError
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetCode() string
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetCodeOk() (*string, bool)
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetMessage() string
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetMessageOk() (*string, bool)
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetStatus() string
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetStatusOk() (*string, bool)
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) HasCode() bool
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) HasMessage() bool
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) HasStatus() bool
- func (o InfraServicesCreateOrUpdateDfpService400ResponseError) MarshalJSON() ([]byte, error)
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) SetCode(v string)
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) SetMessage(v string)
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) SetStatus(v string)
- func (o InfraServicesCreateOrUpdateDfpService400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) UnmarshalJSON(data []byte) (err error)
- type InfraServicesCreateOrUpdateDfpService404Response
- func (o *InfraServicesCreateOrUpdateDfpService404Response) GetError() InfraServicesCreateOrUpdateDfpService404ResponseError
- func (o *InfraServicesCreateOrUpdateDfpService404Response) GetErrorOk() (*InfraServicesCreateOrUpdateDfpService404ResponseError, bool)
- func (o *InfraServicesCreateOrUpdateDfpService404Response) HasError() bool
- func (o InfraServicesCreateOrUpdateDfpService404Response) MarshalJSON() ([]byte, error)
- func (o *InfraServicesCreateOrUpdateDfpService404Response) SetError(v InfraServicesCreateOrUpdateDfpService404ResponseError)
- func (o InfraServicesCreateOrUpdateDfpService404Response) ToMap() (map[string]interface{}, error)
- func (o *InfraServicesCreateOrUpdateDfpService404Response) UnmarshalJSON(data []byte) (err error)
- type InfraServicesCreateOrUpdateDfpService404ResponseError
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetCode() string
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetCodeOk() (*string, bool)
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetMessage() string
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetMessageOk() (*string, bool)
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetStatus() string
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetStatusOk() (*string, bool)
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) HasCode() bool
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) HasMessage() bool
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) HasStatus() bool
- func (o InfraServicesCreateOrUpdateDfpService404ResponseError) MarshalJSON() ([]byte, error)
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) SetCode(v string)
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) SetMessage(v string)
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) SetStatus(v string)
- func (o InfraServicesCreateOrUpdateDfpService404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) UnmarshalJSON(data []byte) (err error)
- type InfraServicesListDfpServices500Response
- func (o *InfraServicesListDfpServices500Response) GetError() InfraServicesListDfpServices500ResponseError
- func (o *InfraServicesListDfpServices500Response) GetErrorOk() (*InfraServicesListDfpServices500ResponseError, bool)
- func (o *InfraServicesListDfpServices500Response) HasError() bool
- func (o InfraServicesListDfpServices500Response) MarshalJSON() ([]byte, error)
- func (o *InfraServicesListDfpServices500Response) SetError(v InfraServicesListDfpServices500ResponseError)
- func (o InfraServicesListDfpServices500Response) ToMap() (map[string]interface{}, error)
- func (o *InfraServicesListDfpServices500Response) UnmarshalJSON(data []byte) (err error)
- type InfraServicesListDfpServices500ResponseError
- func (o *InfraServicesListDfpServices500ResponseError) GetCode() string
- func (o *InfraServicesListDfpServices500ResponseError) GetCodeOk() (*string, bool)
- func (o *InfraServicesListDfpServices500ResponseError) GetMessage() string
- func (o *InfraServicesListDfpServices500ResponseError) GetMessageOk() (*string, bool)
- func (o *InfraServicesListDfpServices500ResponseError) GetStatus() string
- func (o *InfraServicesListDfpServices500ResponseError) GetStatusOk() (*string, bool)
- func (o *InfraServicesListDfpServices500ResponseError) HasCode() bool
- func (o *InfraServicesListDfpServices500ResponseError) HasMessage() bool
- func (o *InfraServicesListDfpServices500ResponseError) HasStatus() bool
- func (o InfraServicesListDfpServices500ResponseError) MarshalJSON() ([]byte, error)
- func (o *InfraServicesListDfpServices500ResponseError) SetCode(v string)
- func (o *InfraServicesListDfpServices500ResponseError) SetMessage(v string)
- func (o *InfraServicesListDfpServices500ResponseError) SetStatus(v string)
- func (o InfraServicesListDfpServices500ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InfraServicesListDfpServices500ResponseError) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type NetAddrPolicyAssignment
- func (o *NetAddrPolicyAssignment) GetAddrNet() string
- func (o *NetAddrPolicyAssignment) GetAddrNetOk() (*string, bool)
- func (o *NetAddrPolicyAssignment) GetPolicyId() int32
- func (o *NetAddrPolicyAssignment) GetPolicyIdOk() (*int32, bool)
- func (o *NetAddrPolicyAssignment) HasAddrNet() bool
- func (o *NetAddrPolicyAssignment) HasPolicyId() bool
- func (o NetAddrPolicyAssignment) MarshalJSON() ([]byte, error)
- func (o *NetAddrPolicyAssignment) SetAddrNet(v string)
- func (o *NetAddrPolicyAssignment) SetPolicyId(v int32)
- func (o NetAddrPolicyAssignment) ToMap() (map[string]interface{}, error)
- func (o *NetAddrPolicyAssignment) UnmarshalJSON(data []byte) (err error)
- type NullableBool
- type NullableDNSProtocol
- func (v NullableDNSProtocol) Get() *DNSProtocol
- func (v NullableDNSProtocol) IsSet() bool
- func (v NullableDNSProtocol) MarshalJSON() ([]byte, error)
- func (v *NullableDNSProtocol) Set(val *DNSProtocol)
- func (v *NullableDNSProtocol) UnmarshalJSON(src []byte) error
- func (v *NullableDNSProtocol) Unset()
- type NullableDfp
- type NullableDfpCreateOrUpdatePayload
- func (v NullableDfpCreateOrUpdatePayload) Get() *DfpCreateOrUpdatePayload
- func (v NullableDfpCreateOrUpdatePayload) IsSet() bool
- func (v NullableDfpCreateOrUpdatePayload) MarshalJSON() ([]byte, error)
- func (v *NullableDfpCreateOrUpdatePayload) Set(val *DfpCreateOrUpdatePayload)
- func (v *NullableDfpCreateOrUpdatePayload) UnmarshalJSON(src []byte) error
- func (v *NullableDfpCreateOrUpdatePayload) Unset()
- type NullableDfpCreateOrUpdateResponse
- func (v NullableDfpCreateOrUpdateResponse) Get() *DfpCreateOrUpdateResponse
- func (v NullableDfpCreateOrUpdateResponse) IsSet() bool
- func (v NullableDfpCreateOrUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDfpCreateOrUpdateResponse) Set(val *DfpCreateOrUpdateResponse)
- func (v *NullableDfpCreateOrUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDfpCreateOrUpdateResponse) Unset()
- type NullableDfpHost
- type NullableDfpListResponse
- func (v NullableDfpListResponse) Get() *DfpListResponse
- func (v NullableDfpListResponse) IsSet() bool
- func (v NullableDfpListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDfpListResponse) Set(val *DfpListResponse)
- func (v *NullableDfpListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDfpListResponse) Unset()
- type NullableDfpReadResponse
- func (v NullableDfpReadResponse) Get() *DfpReadResponse
- func (v NullableDfpReadResponse) IsSet() bool
- func (v NullableDfpReadResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDfpReadResponse) Set(val *DfpReadResponse)
- func (v *NullableDfpReadResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDfpReadResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInfraServicesCreateOrUpdateDfpService400Response
- func (v NullableInfraServicesCreateOrUpdateDfpService400Response) Get() *InfraServicesCreateOrUpdateDfpService400Response
- func (v NullableInfraServicesCreateOrUpdateDfpService400Response) IsSet() bool
- func (v NullableInfraServicesCreateOrUpdateDfpService400Response) MarshalJSON() ([]byte, error)
- func (v *NullableInfraServicesCreateOrUpdateDfpService400Response) Set(val *InfraServicesCreateOrUpdateDfpService400Response)
- func (v *NullableInfraServicesCreateOrUpdateDfpService400Response) UnmarshalJSON(src []byte) error
- func (v *NullableInfraServicesCreateOrUpdateDfpService400Response) Unset()
- type NullableInfraServicesCreateOrUpdateDfpService400ResponseError
- func (v NullableInfraServicesCreateOrUpdateDfpService400ResponseError) Get() *InfraServicesCreateOrUpdateDfpService400ResponseError
- func (v NullableInfraServicesCreateOrUpdateDfpService400ResponseError) IsSet() bool
- func (v NullableInfraServicesCreateOrUpdateDfpService400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInfraServicesCreateOrUpdateDfpService400ResponseError) Set(val *InfraServicesCreateOrUpdateDfpService400ResponseError)
- func (v *NullableInfraServicesCreateOrUpdateDfpService400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInfraServicesCreateOrUpdateDfpService400ResponseError) Unset()
- type NullableInfraServicesCreateOrUpdateDfpService404Response
- func (v NullableInfraServicesCreateOrUpdateDfpService404Response) Get() *InfraServicesCreateOrUpdateDfpService404Response
- func (v NullableInfraServicesCreateOrUpdateDfpService404Response) IsSet() bool
- func (v NullableInfraServicesCreateOrUpdateDfpService404Response) MarshalJSON() ([]byte, error)
- func (v *NullableInfraServicesCreateOrUpdateDfpService404Response) Set(val *InfraServicesCreateOrUpdateDfpService404Response)
- func (v *NullableInfraServicesCreateOrUpdateDfpService404Response) UnmarshalJSON(src []byte) error
- func (v *NullableInfraServicesCreateOrUpdateDfpService404Response) Unset()
- type NullableInfraServicesCreateOrUpdateDfpService404ResponseError
- func (v NullableInfraServicesCreateOrUpdateDfpService404ResponseError) Get() *InfraServicesCreateOrUpdateDfpService404ResponseError
- func (v NullableInfraServicesCreateOrUpdateDfpService404ResponseError) IsSet() bool
- func (v NullableInfraServicesCreateOrUpdateDfpService404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInfraServicesCreateOrUpdateDfpService404ResponseError) Set(val *InfraServicesCreateOrUpdateDfpService404ResponseError)
- func (v *NullableInfraServicesCreateOrUpdateDfpService404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInfraServicesCreateOrUpdateDfpService404ResponseError) Unset()
- type NullableInfraServicesListDfpServices500Response
- func (v NullableInfraServicesListDfpServices500Response) Get() *InfraServicesListDfpServices500Response
- func (v NullableInfraServicesListDfpServices500Response) IsSet() bool
- func (v NullableInfraServicesListDfpServices500Response) MarshalJSON() ([]byte, error)
- func (v *NullableInfraServicesListDfpServices500Response) Set(val *InfraServicesListDfpServices500Response)
- func (v *NullableInfraServicesListDfpServices500Response) UnmarshalJSON(src []byte) error
- func (v *NullableInfraServicesListDfpServices500Response) Unset()
- type NullableInfraServicesListDfpServices500ResponseError
- func (v NullableInfraServicesListDfpServices500ResponseError) Get() *InfraServicesListDfpServices500ResponseError
- func (v NullableInfraServicesListDfpServices500ResponseError) IsSet() bool
- func (v NullableInfraServicesListDfpServices500ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInfraServicesListDfpServices500ResponseError) Set(val *InfraServicesListDfpServices500ResponseError)
- func (v *NullableInfraServicesListDfpServices500ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInfraServicesListDfpServices500ResponseError) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableNetAddrPolicyAssignment
- func (v NullableNetAddrPolicyAssignment) Get() *NetAddrPolicyAssignment
- func (v NullableNetAddrPolicyAssignment) IsSet() bool
- func (v NullableNetAddrPolicyAssignment) MarshalJSON() ([]byte, error)
- func (v *NullableNetAddrPolicyAssignment) Set(val *NetAddrPolicyAssignment)
- func (v *NullableNetAddrPolicyAssignment) UnmarshalJSON(src []byte) error
- func (v *NullableNetAddrPolicyAssignment) Unset()
- type NullableResolver
- type NullableString
- type NullableTime
- type NullableTypesConfigCheckRequest
- func (v NullableTypesConfigCheckRequest) Get() *TypesConfigCheckRequest
- func (v NullableTypesConfigCheckRequest) IsSet() bool
- func (v NullableTypesConfigCheckRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTypesConfigCheckRequest) Set(val *TypesConfigCheckRequest)
- func (v *NullableTypesConfigCheckRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTypesConfigCheckRequest) Unset()
- type NullableTypesConfigCheckResponse
- func (v NullableTypesConfigCheckResponse) Get() *TypesConfigCheckResponse
- func (v NullableTypesConfigCheckResponse) IsSet() bool
- func (v NullableTypesConfigCheckResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTypesConfigCheckResponse) Set(val *TypesConfigCheckResponse)
- func (v *NullableTypesConfigCheckResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTypesConfigCheckResponse) Unset()
- type NullableTypesConfigCheckResult
- func (v NullableTypesConfigCheckResult) Get() *TypesConfigCheckResult
- func (v NullableTypesConfigCheckResult) IsSet() bool
- func (v NullableTypesConfigCheckResult) MarshalJSON() ([]byte, error)
- func (v *NullableTypesConfigCheckResult) Set(val *TypesConfigCheckResult)
- func (v *NullableTypesConfigCheckResult) UnmarshalJSON(src []byte) error
- func (v *NullableTypesConfigCheckResult) Unset()
- type Resolver
- func (o *Resolver) GetAddress() string
- func (o *Resolver) GetAddressOk() (*string, bool)
- func (o *Resolver) GetIsFallback() bool
- func (o *Resolver) GetIsFallbackOk() (*bool, bool)
- func (o *Resolver) GetIsLocal() bool
- func (o *Resolver) GetIsLocalOk() (*bool, bool)
- func (o *Resolver) GetProtocols() []DNSProtocol
- func (o *Resolver) GetProtocolsOk() ([]DNSProtocol, bool)
- func (o *Resolver) HasAddress() bool
- func (o *Resolver) HasIsFallback() bool
- func (o *Resolver) HasIsLocal() bool
- func (o *Resolver) HasProtocols() bool
- func (o Resolver) MarshalJSON() ([]byte, error)
- func (o *Resolver) SetAddress(v string)
- func (o *Resolver) SetIsFallback(v bool)
- func (o *Resolver) SetIsLocal(v bool)
- func (o *Resolver) SetProtocols(v []DNSProtocol)
- func (o Resolver) ToMap() (map[string]interface{}, error)
- func (o *Resolver) UnmarshalJSON(data []byte) (err error)
- type TypesConfigCheckRequest
- func (o *TypesConfigCheckRequest) GetAccountId() int32
- func (o *TypesConfigCheckRequest) GetAccountIdOk() (*int32, bool)
- func (o *TypesConfigCheckRequest) GetConfigCheckType() string
- func (o *TypesConfigCheckRequest) GetConfigCheckTypeOk() (*string, bool)
- func (o *TypesConfigCheckRequest) GetNotify() bool
- func (o *TypesConfigCheckRequest) GetNotifyOk() (*bool, bool)
- func (o *TypesConfigCheckRequest) HasAccountId() bool
- func (o *TypesConfigCheckRequest) HasConfigCheckType() bool
- func (o *TypesConfigCheckRequest) HasNotify() bool
- func (o TypesConfigCheckRequest) MarshalJSON() ([]byte, error)
- func (o *TypesConfigCheckRequest) SetAccountId(v int32)
- func (o *TypesConfigCheckRequest) SetConfigCheckType(v string)
- func (o *TypesConfigCheckRequest) SetNotify(v bool)
- func (o TypesConfigCheckRequest) ToMap() (map[string]interface{}, error)
- func (o *TypesConfigCheckRequest) UnmarshalJSON(data []byte) (err error)
- type TypesConfigCheckResponse
- func (o *TypesConfigCheckResponse) GetResults() []TypesConfigCheckResult
- func (o *TypesConfigCheckResponse) GetResultsOk() ([]TypesConfigCheckResult, bool)
- func (o *TypesConfigCheckResponse) HasResults() bool
- func (o TypesConfigCheckResponse) MarshalJSON() ([]byte, error)
- func (o *TypesConfigCheckResponse) SetResults(v []TypesConfigCheckResult)
- func (o TypesConfigCheckResponse) ToMap() (map[string]interface{}, error)
- func (o *TypesConfigCheckResponse) UnmarshalJSON(data []byte) (err error)
- type TypesConfigCheckResult
- func (o *TypesConfigCheckResult) GetAdditionalInfo() string
- func (o *TypesConfigCheckResult) GetAdditionalInfoOk() (*string, bool)
- func (o *TypesConfigCheckResult) GetConfigCheckType() string
- func (o *TypesConfigCheckResult) GetConfigCheckTypeOk() (*string, bool)
- func (o *TypesConfigCheckResult) GetResourceUri() string
- func (o *TypesConfigCheckResult) GetResourceUriOk() (*string, bool)
- func (o *TypesConfigCheckResult) GetResultCode() string
- func (o *TypesConfigCheckResult) GetResultCodeOk() (*string, bool)
- func (o *TypesConfigCheckResult) HasAdditionalInfo() bool
- func (o *TypesConfigCheckResult) HasConfigCheckType() bool
- func (o *TypesConfigCheckResult) HasResourceUri() bool
- func (o *TypesConfigCheckResult) HasResultCode() bool
- func (o TypesConfigCheckResult) MarshalJSON() ([]byte, error)
- func (o *TypesConfigCheckResult) SetAdditionalInfo(v string)
- func (o *TypesConfigCheckResult) SetConfigCheckType(v string)
- func (o *TypesConfigCheckResult) SetResourceUri(v string)
- func (o *TypesConfigCheckResult) SetResultCode(v string)
- func (o TypesConfigCheckResult) ToMap() (map[string]interface{}, error)
- func (o *TypesConfigCheckResult) UnmarshalJSON(data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
var AllowedDNSProtocolEnumValues = []DNSProtocol{
"DO53",
"DOT",
}
All allowed values of DNSProtocol enum
Functions ¶
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 { *internal.APIClient // API Services AccountsAPI AccountsAPI InfraServicesAPI InfraServicesAPI }
APIClient manages communication with the DFP API v1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(options ...option.ClientOption) *APIClient
NewAPIClient creates a new API client. The client can be configured with a variadic option. The following options are available: - WithClientName(string) sets the name of the client using the SDK. - WithCSPUrl(string) sets the URL for BloxOne Cloud Services Portal. - WithAPIKey(string) sets the APIKey for accessing the BloxOne API. - WithHTTPClient(*http.Client) sets the HTTPClient to use for the SDK. - WithDefaultTags(map[string]string) sets the tags the client can set by default for objects that has tags support. - WithDebug() sets the debug mode.
type AccountsAPI ¶
type AccountsAPI interface { /* CheckConfig Check Config. Use this method to check configuration @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AccountsAPICheckConfigRequest */ CheckConfig(ctx context.Context) AccountsAPICheckConfigRequest // CheckConfigExecute executes the request // @return TypesConfigCheckResponse CheckConfigExecute(r AccountsAPICheckConfigRequest) (*TypesConfigCheckResponse, *http.Response, error) }
type AccountsAPICheckConfigRequest ¶
type AccountsAPICheckConfigRequest struct { ApiService AccountsAPI // contains filtered or unexported fields }
func (AccountsAPICheckConfigRequest) Body ¶
func (r AccountsAPICheckConfigRequest) Body(body TypesConfigCheckRequest) AccountsAPICheckConfigRequest
func (AccountsAPICheckConfigRequest) Execute ¶
func (r AccountsAPICheckConfigRequest) Execute() (*TypesConfigCheckResponse, *http.Response, error)
type AccountsAPIService ¶
AccountsAPIService AccountsAPI service
func (*AccountsAPIService) CheckConfig ¶
func (a *AccountsAPIService) CheckConfig(ctx context.Context) AccountsAPICheckConfigRequest
CheckConfig Check Config.
Use this method to check configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AccountsAPICheckConfigRequest
func (*AccountsAPIService) CheckConfigExecute ¶
func (a *AccountsAPIService) CheckConfigExecute(r AccountsAPICheckConfigRequest) (*TypesConfigCheckResponse, *http.Response, error)
Execute executes the request
@return TypesConfigCheckResponse
type DNSProtocol ¶
type DNSProtocol string
DNSProtocol the model 'DNSProtocol'
const ( DNSPROTOCOL_DO53 DNSProtocol = "DO53" DNSPROTOCOL_DOT DNSProtocol = "DOT" )
List of atcdfpDNSProtocol
func NewDNSProtocolFromValue ¶
func NewDNSProtocolFromValue(v string) (*DNSProtocol, error)
NewDNSProtocolFromValue returns a pointer to a valid DNSProtocol for the value passed as argument, or an error if the value passed is not allowed by the enum
func (DNSProtocol) IsValid ¶
func (v DNSProtocol) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DNSProtocol) Ptr ¶
func (v DNSProtocol) Ptr() *DNSProtocol
Ptr returns reference to atcdfpDNSProtocol value
func (*DNSProtocol) UnmarshalJSON ¶
func (v *DNSProtocol) UnmarshalJSON(src []byte) error
type Dfp ¶
type Dfp struct { // The time when this DNS Forwarding Proxy object was created. CreatedTime *time.Time `json:"created_time,omitempty"` // The list of internal or local DNS servers' IPv4 or IPv6 addresses that are used as ELB IPs. ElbIpList []string `json:"elb_ip_list,omitempty"` ForwardingPolicy *string `json:"forwarding_policy,omitempty"` // host information. For internal Use only. Host []DfpHost `json:"host,omitempty"` // The DNS Forwarding Proxy object identifier. Id *int32 `json:"id,omitempty"` // The list of internal domains list IDs that are associated with this DFP InternalDomainLists []int32 `json:"internal_domain_lists,omitempty"` // The name of the DNS Forwarding Proxy. Name *string `json:"name,omitempty"` // List of network-address-scoped security policy assignments NetAddrPolicyIds []NetAddrPolicyAssignment `json:"net_addr_policy_ids,omitempty"` // The On-Prem Host identifier. Ophid *string `json:"ophid,omitempty"` // The identifier of the security policy with which the DNS Forwarding Proxy is associated. PolicyId *int32 `json:"policy_id,omitempty"` // Point of Presence (PoP) region PopRegionId *int32 `json:"pop_region_id,omitempty"` ResolversAll []Resolver `json:"resolvers_all,omitempty"` // The On-Prem Application Service identifier. For internal Use only ServiceId *string `json:"service_id,omitempty"` // The On-Prem Application Service name. For internal Use only ServiceName *string `json:"service_name,omitempty"` // The DNS Forwarding Proxy site identifier that is appended to DNS queries originating from this DNS Forwarding Proxy and subsequently used for policy lookup purposes. SiteId *string `json:"site_id,omitempty"` // The time when this DNS Forwarding Proxy object was last updated. UpdatedTime *time.Time `json:"updated_time,omitempty"` AdditionalProperties map[string]interface{} }
Dfp struct for Dfp
func NewDfp ¶
func NewDfp() *Dfp
NewDfp instantiates a new Dfp 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 NewDfpWithDefaults ¶
func NewDfpWithDefaults() *Dfp
NewDfpWithDefaults instantiates a new Dfp 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 (*Dfp) GetCreatedTime ¶
GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.
func (*Dfp) GetCreatedTimeOk ¶
GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetElbIpList ¶
GetElbIpList returns the ElbIpList field value if set, zero value otherwise.
func (*Dfp) GetElbIpListOk ¶
GetElbIpListOk returns a tuple with the ElbIpList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetForwardingPolicy ¶
GetForwardingPolicy returns the ForwardingPolicy field value if set, zero value otherwise.
func (*Dfp) GetForwardingPolicyOk ¶
GetForwardingPolicyOk returns a tuple with the ForwardingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetHostOk ¶
GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetInternalDomainLists ¶
GetInternalDomainLists returns the InternalDomainLists field value if set, zero value otherwise.
func (*Dfp) GetInternalDomainListsOk ¶
GetInternalDomainListsOk returns a tuple with the InternalDomainLists field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetNetAddrPolicyIds ¶
func (o *Dfp) GetNetAddrPolicyIds() []NetAddrPolicyAssignment
GetNetAddrPolicyIds returns the NetAddrPolicyIds field value if set, zero value otherwise.
func (*Dfp) GetNetAddrPolicyIdsOk ¶
func (o *Dfp) GetNetAddrPolicyIdsOk() ([]NetAddrPolicyAssignment, bool)
GetNetAddrPolicyIdsOk returns a tuple with the NetAddrPolicyIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetOphidOk ¶
GetOphidOk returns a tuple with the Ophid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetPolicyId ¶
GetPolicyId returns the PolicyId field value if set, zero value otherwise.
func (*Dfp) GetPolicyIdOk ¶
GetPolicyIdOk returns a tuple with the PolicyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetPopRegionId ¶
GetPopRegionId returns the PopRegionId field value if set, zero value otherwise.
func (*Dfp) GetPopRegionIdOk ¶
GetPopRegionIdOk returns a tuple with the PopRegionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetResolversAll ¶
GetResolversAll returns the ResolversAll field value if set, zero value otherwise.
func (*Dfp) GetResolversAllOk ¶
GetResolversAllOk returns a tuple with the ResolversAll field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetServiceId ¶
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*Dfp) GetServiceIdOk ¶
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetServiceName ¶
GetServiceName returns the ServiceName field value if set, zero value otherwise.
func (*Dfp) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetSiteIdOk ¶
GetSiteIdOk returns a tuple with the SiteId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) GetUpdatedTime ¶
GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.
func (*Dfp) GetUpdatedTimeOk ¶
GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dfp) HasCreatedTime ¶
HasCreatedTime returns a boolean if a field has been set.
func (*Dfp) HasElbIpList ¶
HasElbIpList returns a boolean if a field has been set.
func (*Dfp) HasForwardingPolicy ¶
HasForwardingPolicy returns a boolean if a field has been set.
func (*Dfp) HasInternalDomainLists ¶
HasInternalDomainLists returns a boolean if a field has been set.
func (*Dfp) HasNetAddrPolicyIds ¶
HasNetAddrPolicyIds returns a boolean if a field has been set.
func (*Dfp) HasPolicyId ¶
HasPolicyId returns a boolean if a field has been set.
func (*Dfp) HasPopRegionId ¶
HasPopRegionId returns a boolean if a field has been set.
func (*Dfp) HasResolversAll ¶
HasResolversAll returns a boolean if a field has been set.
func (*Dfp) HasServiceId ¶
HasServiceId returns a boolean if a field has been set.
func (*Dfp) HasServiceName ¶
HasServiceName returns a boolean if a field has been set.
func (*Dfp) HasUpdatedTime ¶
HasUpdatedTime returns a boolean if a field has been set.
func (Dfp) MarshalJSON ¶
func (*Dfp) SetCreatedTime ¶
SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.
func (*Dfp) SetElbIpList ¶
SetElbIpList gets a reference to the given []string and assigns it to the ElbIpList field.
func (*Dfp) SetForwardingPolicy ¶
SetForwardingPolicy gets a reference to the given string and assigns it to the ForwardingPolicy field.
func (*Dfp) SetHost ¶
SetHost gets a reference to the given []DfpHost and assigns it to the Host field.
func (*Dfp) SetInternalDomainLists ¶
SetInternalDomainLists gets a reference to the given []int32 and assigns it to the InternalDomainLists field.
func (*Dfp) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Dfp) SetNetAddrPolicyIds ¶
func (o *Dfp) SetNetAddrPolicyIds(v []NetAddrPolicyAssignment)
SetNetAddrPolicyIds gets a reference to the given []NetAddrPolicyAssignment and assigns it to the NetAddrPolicyIds field.
func (*Dfp) SetOphid ¶
SetOphid gets a reference to the given string and assigns it to the Ophid field.
func (*Dfp) SetPolicyId ¶
SetPolicyId gets a reference to the given int32 and assigns it to the PolicyId field.
func (*Dfp) SetPopRegionId ¶
SetPopRegionId gets a reference to the given int32 and assigns it to the PopRegionId field.
func (*Dfp) SetResolversAll ¶
SetResolversAll gets a reference to the given []Resolver and assigns it to the ResolversAll field.
func (*Dfp) SetServiceId ¶
SetServiceId gets a reference to the given string and assigns it to the ServiceId field.
func (*Dfp) SetServiceName ¶
SetServiceName gets a reference to the given string and assigns it to the ServiceName field.
func (*Dfp) SetSiteId ¶
SetSiteId gets a reference to the given string and assigns it to the SiteId field.
func (*Dfp) SetUpdatedTime ¶
SetUpdatedTime gets a reference to the given time.Time and assigns it to the UpdatedTime field.
func (*Dfp) UnmarshalJSON ¶
type DfpCreateOrUpdatePayload ¶
type DfpCreateOrUpdatePayload struct { // The type of DNS resolver as Forwarding Policy. It can hold values as ib_cloud_first, external_first or external_only The default value is ib_cloud_first. If empty string is sent then ib_cloud_first will be considered. ForwardingPolicy *string `json:"forwarding_policy,omitempty"` // host information. For internal Use only. Host []DfpHost `json:"host,omitempty"` // The DNS Forwarding Proxy object identifier. Id *int32 `json:"id,omitempty"` // The list of internal domain list ids associated with this DFP (or resolvers) InternalDomainLists []int32 `json:"internal_domain_lists,omitempty"` // The name of the DNS Forwarding Proxy. Name *string `json:"name,omitempty"` // Point of Presence (PoP) region PopRegionId *int32 `json:"pop_region_id,omitempty"` // The DNS forwarding proxy additional resolvers used for fallback and local resolution. This field replaces resolvers and default_resolvers fields which are deprecated. Either deprecated fields or new field can be used, both can not be used at same time. ResolversAll []Resolver `json:"resolvers_all,omitempty"` // The DNS Forwarding Proxy Service ID object identifier. ServiceId *string `json:"service_id,omitempty"` // The name of the DNS Forwarding Proxy Service. ServiceName *string `json:"service_name,omitempty"` // The DNS Forwarding Proxy site identifier that is appended to DNS queries originating from this DNS Forwarding Proxy and subsequently used for policy lookup purposes. SiteId *string `json:"site_id,omitempty"` AdditionalProperties map[string]interface{} }
DfpCreateOrUpdatePayload DNS Forwarding Proxy object. For remote office deployments or in cases where installing an endpoint agent is not desirable or possible, you can use the DNS forwarding proxy. It is a software that runs on bare-metal, VM infrastructures, or Infoblox NIOS appliances; and it embeds the client IPs in DNS queries before forwarding them to BloxOne Cloud. The communications are encrypted and client visibility is maintained. The proxy also provides DNS resolution to local DNS zones when you configure local resolvers. Once you set up a DNS forwarding proxy, it becomes the main DNS server for your remote site. It will also cache responses to speed resolution of future queries. Note that DNS Forwarding Proxy cannot be created (all information regarding DFP is synchronized from hostapp service).
func NewDfpCreateOrUpdatePayload ¶
func NewDfpCreateOrUpdatePayload() *DfpCreateOrUpdatePayload
NewDfpCreateOrUpdatePayload instantiates a new DfpCreateOrUpdatePayload 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 NewDfpCreateOrUpdatePayloadWithDefaults ¶
func NewDfpCreateOrUpdatePayloadWithDefaults() *DfpCreateOrUpdatePayload
NewDfpCreateOrUpdatePayloadWithDefaults instantiates a new DfpCreateOrUpdatePayload 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 (*DfpCreateOrUpdatePayload) GetForwardingPolicy ¶
func (o *DfpCreateOrUpdatePayload) GetForwardingPolicy() string
GetForwardingPolicy returns the ForwardingPolicy field value if set, zero value otherwise.
func (*DfpCreateOrUpdatePayload) GetForwardingPolicyOk ¶
func (o *DfpCreateOrUpdatePayload) GetForwardingPolicyOk() (*string, bool)
GetForwardingPolicyOk returns a tuple with the ForwardingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdatePayload) GetHost ¶
func (o *DfpCreateOrUpdatePayload) GetHost() []DfpHost
GetHost returns the Host field value if set, zero value otherwise.
func (*DfpCreateOrUpdatePayload) GetHostOk ¶
func (o *DfpCreateOrUpdatePayload) GetHostOk() ([]DfpHost, bool)
GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdatePayload) GetId ¶
func (o *DfpCreateOrUpdatePayload) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*DfpCreateOrUpdatePayload) GetIdOk ¶
func (o *DfpCreateOrUpdatePayload) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdatePayload) GetInternalDomainLists ¶
func (o *DfpCreateOrUpdatePayload) GetInternalDomainLists() []int32
GetInternalDomainLists returns the InternalDomainLists field value if set, zero value otherwise.
func (*DfpCreateOrUpdatePayload) GetInternalDomainListsOk ¶
func (o *DfpCreateOrUpdatePayload) GetInternalDomainListsOk() ([]int32, bool)
GetInternalDomainListsOk returns a tuple with the InternalDomainLists field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdatePayload) GetName ¶
func (o *DfpCreateOrUpdatePayload) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DfpCreateOrUpdatePayload) GetNameOk ¶
func (o *DfpCreateOrUpdatePayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdatePayload) GetPopRegionId ¶
func (o *DfpCreateOrUpdatePayload) GetPopRegionId() int32
GetPopRegionId returns the PopRegionId field value if set, zero value otherwise.
func (*DfpCreateOrUpdatePayload) GetPopRegionIdOk ¶
func (o *DfpCreateOrUpdatePayload) GetPopRegionIdOk() (*int32, bool)
GetPopRegionIdOk returns a tuple with the PopRegionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdatePayload) GetResolversAll ¶
func (o *DfpCreateOrUpdatePayload) GetResolversAll() []Resolver
GetResolversAll returns the ResolversAll field value if set, zero value otherwise.
func (*DfpCreateOrUpdatePayload) GetResolversAllOk ¶
func (o *DfpCreateOrUpdatePayload) GetResolversAllOk() ([]Resolver, bool)
GetResolversAllOk returns a tuple with the ResolversAll field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdatePayload) GetServiceId ¶
func (o *DfpCreateOrUpdatePayload) GetServiceId() string
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*DfpCreateOrUpdatePayload) GetServiceIdOk ¶
func (o *DfpCreateOrUpdatePayload) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdatePayload) GetServiceName ¶
func (o *DfpCreateOrUpdatePayload) GetServiceName() string
GetServiceName returns the ServiceName field value if set, zero value otherwise.
func (*DfpCreateOrUpdatePayload) GetServiceNameOk ¶
func (o *DfpCreateOrUpdatePayload) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdatePayload) GetSiteId ¶
func (o *DfpCreateOrUpdatePayload) GetSiteId() string
GetSiteId returns the SiteId field value if set, zero value otherwise.
func (*DfpCreateOrUpdatePayload) GetSiteIdOk ¶
func (o *DfpCreateOrUpdatePayload) GetSiteIdOk() (*string, bool)
GetSiteIdOk returns a tuple with the SiteId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdatePayload) HasForwardingPolicy ¶
func (o *DfpCreateOrUpdatePayload) HasForwardingPolicy() bool
HasForwardingPolicy returns a boolean if a field has been set.
func (*DfpCreateOrUpdatePayload) HasHost ¶
func (o *DfpCreateOrUpdatePayload) HasHost() bool
HasHost returns a boolean if a field has been set.
func (*DfpCreateOrUpdatePayload) HasId ¶
func (o *DfpCreateOrUpdatePayload) HasId() bool
HasId returns a boolean if a field has been set.
func (*DfpCreateOrUpdatePayload) HasInternalDomainLists ¶
func (o *DfpCreateOrUpdatePayload) HasInternalDomainLists() bool
HasInternalDomainLists returns a boolean if a field has been set.
func (*DfpCreateOrUpdatePayload) HasName ¶
func (o *DfpCreateOrUpdatePayload) HasName() bool
HasName returns a boolean if a field has been set.
func (*DfpCreateOrUpdatePayload) HasPopRegionId ¶
func (o *DfpCreateOrUpdatePayload) HasPopRegionId() bool
HasPopRegionId returns a boolean if a field has been set.
func (*DfpCreateOrUpdatePayload) HasResolversAll ¶
func (o *DfpCreateOrUpdatePayload) HasResolversAll() bool
HasResolversAll returns a boolean if a field has been set.
func (*DfpCreateOrUpdatePayload) HasServiceId ¶
func (o *DfpCreateOrUpdatePayload) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (*DfpCreateOrUpdatePayload) HasServiceName ¶
func (o *DfpCreateOrUpdatePayload) HasServiceName() bool
HasServiceName returns a boolean if a field has been set.
func (*DfpCreateOrUpdatePayload) HasSiteId ¶
func (o *DfpCreateOrUpdatePayload) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.
func (DfpCreateOrUpdatePayload) MarshalJSON ¶
func (o DfpCreateOrUpdatePayload) MarshalJSON() ([]byte, error)
func (*DfpCreateOrUpdatePayload) SetForwardingPolicy ¶
func (o *DfpCreateOrUpdatePayload) SetForwardingPolicy(v string)
SetForwardingPolicy gets a reference to the given string and assigns it to the ForwardingPolicy field.
func (*DfpCreateOrUpdatePayload) SetHost ¶
func (o *DfpCreateOrUpdatePayload) SetHost(v []DfpHost)
SetHost gets a reference to the given []DfpHost and assigns it to the Host field.
func (*DfpCreateOrUpdatePayload) SetId ¶
func (o *DfpCreateOrUpdatePayload) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*DfpCreateOrUpdatePayload) SetInternalDomainLists ¶
func (o *DfpCreateOrUpdatePayload) SetInternalDomainLists(v []int32)
SetInternalDomainLists gets a reference to the given []int32 and assigns it to the InternalDomainLists field.
func (*DfpCreateOrUpdatePayload) SetName ¶
func (o *DfpCreateOrUpdatePayload) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DfpCreateOrUpdatePayload) SetPopRegionId ¶
func (o *DfpCreateOrUpdatePayload) SetPopRegionId(v int32)
SetPopRegionId gets a reference to the given int32 and assigns it to the PopRegionId field.
func (*DfpCreateOrUpdatePayload) SetResolversAll ¶
func (o *DfpCreateOrUpdatePayload) SetResolversAll(v []Resolver)
SetResolversAll gets a reference to the given []Resolver and assigns it to the ResolversAll field.
func (*DfpCreateOrUpdatePayload) SetServiceId ¶
func (o *DfpCreateOrUpdatePayload) SetServiceId(v string)
SetServiceId gets a reference to the given string and assigns it to the ServiceId field.
func (*DfpCreateOrUpdatePayload) SetServiceName ¶
func (o *DfpCreateOrUpdatePayload) SetServiceName(v string)
SetServiceName gets a reference to the given string and assigns it to the ServiceName field.
func (*DfpCreateOrUpdatePayload) SetSiteId ¶
func (o *DfpCreateOrUpdatePayload) SetSiteId(v string)
SetSiteId gets a reference to the given string and assigns it to the SiteId field.
func (DfpCreateOrUpdatePayload) ToMap ¶
func (o DfpCreateOrUpdatePayload) ToMap() (map[string]interface{}, error)
func (*DfpCreateOrUpdatePayload) UnmarshalJSON ¶
func (o *DfpCreateOrUpdatePayload) UnmarshalJSON(data []byte) (err error)
type DfpCreateOrUpdateResponse ¶
type DfpCreateOrUpdateResponse struct { // The DNS Forwarding Proxy object. Results *Dfp `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
DfpCreateOrUpdateResponse The DNS Forwarding Proxy update response.
func NewDfpCreateOrUpdateResponse ¶
func NewDfpCreateOrUpdateResponse() *DfpCreateOrUpdateResponse
NewDfpCreateOrUpdateResponse instantiates a new DfpCreateOrUpdateResponse 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 NewDfpCreateOrUpdateResponseWithDefaults ¶
func NewDfpCreateOrUpdateResponseWithDefaults() *DfpCreateOrUpdateResponse
NewDfpCreateOrUpdateResponseWithDefaults instantiates a new DfpCreateOrUpdateResponse 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 (*DfpCreateOrUpdateResponse) GetResults ¶
func (o *DfpCreateOrUpdateResponse) GetResults() Dfp
GetResults returns the Results field value if set, zero value otherwise.
func (*DfpCreateOrUpdateResponse) GetResultsOk ¶
func (o *DfpCreateOrUpdateResponse) GetResultsOk() (*Dfp, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpCreateOrUpdateResponse) HasResults ¶
func (o *DfpCreateOrUpdateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (DfpCreateOrUpdateResponse) MarshalJSON ¶
func (o DfpCreateOrUpdateResponse) MarshalJSON() ([]byte, error)
func (*DfpCreateOrUpdateResponse) SetResults ¶
func (o *DfpCreateOrUpdateResponse) SetResults(v Dfp)
SetResults gets a reference to the given Dfp and assigns it to the Results field.
func (DfpCreateOrUpdateResponse) ToMap ¶
func (o DfpCreateOrUpdateResponse) ToMap() (map[string]interface{}, error)
func (*DfpCreateOrUpdateResponse) UnmarshalJSON ¶
func (o *DfpCreateOrUpdateResponse) UnmarshalJSON(data []byte) (err error)
type DfpHost ¶
type DfpHost struct { // // The DNS Forwarding Proxy legacy ID object identifier. LegacyHostId *int32 `json:"legacy_host_id,omitempty"` // The name of the DNS Forwarding Proxy. Name *string `json:"name,omitempty"` // The On-Prem Host identifier. Ophid *string `json:"ophid,omitempty"` // The DNS Forwarding Proxy site identifier that is appended to DNS queries originating from this DNS Forwarding Proxy and subsequently used for policy lookup purposes. SiteId *string `json:"site_id,omitempty"` AdditionalProperties map[string]interface{} }
DfpHost struct for DfpHost
func NewDfpHost ¶
func NewDfpHost() *DfpHost
NewDfpHost instantiates a new DfpHost 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 NewDfpHostWithDefaults ¶
func NewDfpHostWithDefaults() *DfpHost
NewDfpHostWithDefaults instantiates a new DfpHost 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 (*DfpHost) GetLegacyHostId ¶
GetLegacyHostId returns the LegacyHostId field value if set, zero value otherwise.
func (*DfpHost) GetLegacyHostIdOk ¶
GetLegacyHostIdOk returns a tuple with the LegacyHostId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpHost) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpHost) GetOphidOk ¶
GetOphidOk returns a tuple with the Ophid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpHost) GetSiteIdOk ¶
GetSiteIdOk returns a tuple with the SiteId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpHost) HasLegacyHostId ¶
HasLegacyHostId returns a boolean if a field has been set.
func (DfpHost) MarshalJSON ¶
func (*DfpHost) SetLegacyHostId ¶
SetLegacyHostId gets a reference to the given int32 and assigns it to the LegacyHostId field.
func (*DfpHost) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*DfpHost) SetOphid ¶
SetOphid gets a reference to the given string and assigns it to the Ophid field.
func (*DfpHost) SetSiteId ¶
SetSiteId gets a reference to the given string and assigns it to the SiteId field.
func (*DfpHost) UnmarshalJSON ¶
type DfpListResponse ¶
type DfpListResponse struct { // The list of DNS Forwarding Proxy objects. Results []Dfp `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
DfpListResponse The DNS Forwarding Proxy list response.
func NewDfpListResponse ¶
func NewDfpListResponse() *DfpListResponse
NewDfpListResponse instantiates a new DfpListResponse 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 NewDfpListResponseWithDefaults ¶
func NewDfpListResponseWithDefaults() *DfpListResponse
NewDfpListResponseWithDefaults instantiates a new DfpListResponse 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 (*DfpListResponse) GetResults ¶
func (o *DfpListResponse) GetResults() []Dfp
GetResults returns the Results field value if set, zero value otherwise.
func (*DfpListResponse) GetResultsOk ¶
func (o *DfpListResponse) GetResultsOk() ([]Dfp, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpListResponse) HasResults ¶
func (o *DfpListResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (DfpListResponse) MarshalJSON ¶
func (o DfpListResponse) MarshalJSON() ([]byte, error)
func (*DfpListResponse) SetResults ¶
func (o *DfpListResponse) SetResults(v []Dfp)
SetResults gets a reference to the given []Dfp and assigns it to the Results field.
func (DfpListResponse) ToMap ¶
func (o DfpListResponse) ToMap() (map[string]interface{}, error)
func (*DfpListResponse) UnmarshalJSON ¶
func (o *DfpListResponse) UnmarshalJSON(data []byte) (err error)
type DfpReadResponse ¶
type DfpReadResponse struct { // The DNS Forwarding Proxy object. Results *Dfp `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
DfpReadResponse The DNS Forwarding Proxy read response.
func NewDfpReadResponse ¶
func NewDfpReadResponse() *DfpReadResponse
NewDfpReadResponse instantiates a new DfpReadResponse 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 NewDfpReadResponseWithDefaults ¶
func NewDfpReadResponseWithDefaults() *DfpReadResponse
NewDfpReadResponseWithDefaults instantiates a new DfpReadResponse 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 (*DfpReadResponse) GetResults ¶
func (o *DfpReadResponse) GetResults() Dfp
GetResults returns the Results field value if set, zero value otherwise.
func (*DfpReadResponse) GetResultsOk ¶
func (o *DfpReadResponse) GetResultsOk() (*Dfp, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DfpReadResponse) HasResults ¶
func (o *DfpReadResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (DfpReadResponse) MarshalJSON ¶
func (o DfpReadResponse) MarshalJSON() ([]byte, error)
func (*DfpReadResponse) SetResults ¶
func (o *DfpReadResponse) SetResults(v Dfp)
SetResults gets a reference to the given Dfp and assigns it to the Results field.
func (DfpReadResponse) ToMap ¶
func (o DfpReadResponse) ToMap() (map[string]interface{}, error)
func (*DfpReadResponse) UnmarshalJSON ¶
func (o *DfpReadResponse) UnmarshalJSON(data []byte) (err error)
type InfraServicesAPI ¶
type InfraServicesAPI interface { /* CreateOrUpdateDfpService Update DNS Forwarding Proxy services. Use this method to update resolvers for the specified DNS Forwarding Proxy Service. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param payloadServiceId The DNS Forwarding Proxy Service ID object identifier. @return InfraServicesAPICreateOrUpdateDfpServiceRequest */ CreateOrUpdateDfpService(ctx context.Context, payloadServiceId string) InfraServicesAPICreateOrUpdateDfpServiceRequest // CreateOrUpdateDfpServiceExecute executes the request // @return DfpCreateOrUpdateResponse CreateOrUpdateDfpServiceExecute(r InfraServicesAPICreateOrUpdateDfpServiceRequest) (*DfpCreateOrUpdateResponse, *http.Response, error) /* ListDfpServices List DNS Forwarding Proxy services. Use this method to retrieve information on all DNS Forwarding Proxy services. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return InfraServicesAPIListDfpServicesRequest */ ListDfpServices(ctx context.Context) InfraServicesAPIListDfpServicesRequest // ListDfpServicesExecute executes the request // @return DfpListResponse ListDfpServicesExecute(r InfraServicesAPIListDfpServicesRequest) (*DfpListResponse, *http.Response, error) /* ReadDfpService Read DNS Forwarding Proxy services. Use this method to retrieve information on the specified DNS Forwarding Proxy service. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serviceId The On-Prem Application Service identifier. For internal Use only @return InfraServicesAPIReadDfpServiceRequest */ ReadDfpService(ctx context.Context, serviceId string) InfraServicesAPIReadDfpServiceRequest // ReadDfpServiceExecute executes the request // @return DfpReadResponse ReadDfpServiceExecute(r InfraServicesAPIReadDfpServiceRequest) (*DfpReadResponse, *http.Response, error) }
type InfraServicesAPICreateOrUpdateDfpServiceRequest ¶
type InfraServicesAPICreateOrUpdateDfpServiceRequest struct { ApiService InfraServicesAPI // contains filtered or unexported fields }
func (InfraServicesAPICreateOrUpdateDfpServiceRequest) Body ¶
func (r InfraServicesAPICreateOrUpdateDfpServiceRequest) Body(body DfpCreateOrUpdatePayload) InfraServicesAPICreateOrUpdateDfpServiceRequest
The DNS Forwarding Proxy object.
func (InfraServicesAPICreateOrUpdateDfpServiceRequest) Execute ¶
func (r InfraServicesAPICreateOrUpdateDfpServiceRequest) Execute() (*DfpCreateOrUpdateResponse, *http.Response, error)
type InfraServicesAPIListDfpServicesRequest ¶
type InfraServicesAPIListDfpServicesRequest struct { ApiService InfraServicesAPI // contains filtered or unexported fields }
func (InfraServicesAPIListDfpServicesRequest) Execute ¶
func (r InfraServicesAPIListDfpServicesRequest) Execute() (*DfpListResponse, *http.Response, error)
func (InfraServicesAPIListDfpServicesRequest) Fields ¶
func (r InfraServicesAPIListDfpServicesRequest) Fields(fields string) InfraServicesAPIListDfpServicesRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (InfraServicesAPIListDfpServicesRequest) Filter ¶
func (r InfraServicesAPIListDfpServicesRequest) Filter(filter string) InfraServicesAPIListDfpServicesRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Op | | ----------------------- | -------- | --------------------------- | | service_name | string | !=, ==, ~, !~, >, <, <=, >= | | internal_domain_lists | [int32] | !=, ==, ~, !~, >, <, <=, >= | | policy_id | int32 | !=, ==, >, <, <=, >= | | default_security_policy | bool | !=, == | In addition groupping operators are supported: | Op | Description | | --- | -------------------- | | and | Logical AND | | or | Logical OR | | not | Logical NOT | | () | Groupping Operators | Example: ``` ?_filter=\"((service_name=='dfp1')or(policy_id~'oph'))and(default_security_policy!='true')\" ```
func (InfraServicesAPIListDfpServicesRequest) Limit ¶
func (r InfraServicesAPIListDfpServicesRequest) Limit(limit int32) InfraServicesAPIListDfpServicesRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (InfraServicesAPIListDfpServicesRequest) Offset ¶
func (r InfraServicesAPIListDfpServicesRequest) Offset(offset int32) InfraServicesAPIListDfpServicesRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (InfraServicesAPIListDfpServicesRequest) PageToken ¶
func (r InfraServicesAPIListDfpServicesRequest) PageToken(pageToken string) InfraServicesAPIListDfpServicesRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
type InfraServicesAPIReadDfpServiceRequest ¶
type InfraServicesAPIReadDfpServiceRequest struct { ApiService InfraServicesAPI // contains filtered or unexported fields }
func (InfraServicesAPIReadDfpServiceRequest) Execute ¶
func (r InfraServicesAPIReadDfpServiceRequest) Execute() (*DfpReadResponse, *http.Response, error)
func (InfraServicesAPIReadDfpServiceRequest) Fields ¶
func (r InfraServicesAPIReadDfpServiceRequest) Fields(fields string) InfraServicesAPIReadDfpServiceRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (InfraServicesAPIReadDfpServiceRequest) Name ¶
func (r InfraServicesAPIReadDfpServiceRequest) Name(name string) InfraServicesAPIReadDfpServiceRequest
The name of the DNS Forwarding Proxy. Used only if the 'id' field is empty.
type InfraServicesAPIService ¶
InfraServicesAPIService InfraServicesAPI service
func (*InfraServicesAPIService) CreateOrUpdateDfpService ¶
func (a *InfraServicesAPIService) CreateOrUpdateDfpService(ctx context.Context, payloadServiceId string) InfraServicesAPICreateOrUpdateDfpServiceRequest
CreateOrUpdateDfpService Update DNS Forwarding Proxy services.
Use this method to update resolvers for the specified DNS Forwarding Proxy Service.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param payloadServiceId The DNS Forwarding Proxy Service ID object identifier. @return InfraServicesAPICreateOrUpdateDfpServiceRequest
func (*InfraServicesAPIService) CreateOrUpdateDfpServiceExecute ¶
func (a *InfraServicesAPIService) CreateOrUpdateDfpServiceExecute(r InfraServicesAPICreateOrUpdateDfpServiceRequest) (*DfpCreateOrUpdateResponse, *http.Response, error)
Execute executes the request
@return DfpCreateOrUpdateResponse
func (*InfraServicesAPIService) ListDfpServices ¶
func (a *InfraServicesAPIService) ListDfpServices(ctx context.Context) InfraServicesAPIListDfpServicesRequest
ListDfpServices List DNS Forwarding Proxy services.
Use this method to retrieve information on all DNS Forwarding Proxy services.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return InfraServicesAPIListDfpServicesRequest
func (*InfraServicesAPIService) ListDfpServicesExecute ¶
func (a *InfraServicesAPIService) ListDfpServicesExecute(r InfraServicesAPIListDfpServicesRequest) (*DfpListResponse, *http.Response, error)
Execute executes the request
@return DfpListResponse
func (*InfraServicesAPIService) ReadDfpService ¶
func (a *InfraServicesAPIService) ReadDfpService(ctx context.Context, serviceId string) InfraServicesAPIReadDfpServiceRequest
ReadDfpService Read DNS Forwarding Proxy services.
Use this method to retrieve information on the specified DNS Forwarding Proxy service.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serviceId The On-Prem Application Service identifier. For internal Use only @return InfraServicesAPIReadDfpServiceRequest
func (*InfraServicesAPIService) ReadDfpServiceExecute ¶
func (a *InfraServicesAPIService) ReadDfpServiceExecute(r InfraServicesAPIReadDfpServiceRequest) (*DfpReadResponse, *http.Response, error)
Execute executes the request
@return DfpReadResponse
type InfraServicesCreateOrUpdateDfpService400Response ¶
type InfraServicesCreateOrUpdateDfpService400Response struct { Error *InfraServicesCreateOrUpdateDfpService400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InfraServicesCreateOrUpdateDfpService400Response struct for InfraServicesCreateOrUpdateDfpService400Response
func NewInfraServicesCreateOrUpdateDfpService400Response ¶
func NewInfraServicesCreateOrUpdateDfpService400Response() *InfraServicesCreateOrUpdateDfpService400Response
NewInfraServicesCreateOrUpdateDfpService400Response instantiates a new InfraServicesCreateOrUpdateDfpService400Response 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 NewInfraServicesCreateOrUpdateDfpService400ResponseWithDefaults ¶
func NewInfraServicesCreateOrUpdateDfpService400ResponseWithDefaults() *InfraServicesCreateOrUpdateDfpService400Response
NewInfraServicesCreateOrUpdateDfpService400ResponseWithDefaults instantiates a new InfraServicesCreateOrUpdateDfpService400Response 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 (*InfraServicesCreateOrUpdateDfpService400Response) GetError ¶
func (o *InfraServicesCreateOrUpdateDfpService400Response) GetError() InfraServicesCreateOrUpdateDfpService400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InfraServicesCreateOrUpdateDfpService400Response) GetErrorOk ¶
func (o *InfraServicesCreateOrUpdateDfpService400Response) GetErrorOk() (*InfraServicesCreateOrUpdateDfpService400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InfraServicesCreateOrUpdateDfpService400Response) HasError ¶
func (o *InfraServicesCreateOrUpdateDfpService400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InfraServicesCreateOrUpdateDfpService400Response) MarshalJSON ¶
func (o InfraServicesCreateOrUpdateDfpService400Response) MarshalJSON() ([]byte, error)
func (*InfraServicesCreateOrUpdateDfpService400Response) SetError ¶
func (o *InfraServicesCreateOrUpdateDfpService400Response) SetError(v InfraServicesCreateOrUpdateDfpService400ResponseError)
SetError gets a reference to the given InfraServicesCreateOrUpdateDfpService400ResponseError and assigns it to the Error field.
func (InfraServicesCreateOrUpdateDfpService400Response) ToMap ¶
func (o InfraServicesCreateOrUpdateDfpService400Response) ToMap() (map[string]interface{}, error)
func (*InfraServicesCreateOrUpdateDfpService400Response) UnmarshalJSON ¶
func (o *InfraServicesCreateOrUpdateDfpService400Response) UnmarshalJSON(data []byte) (err error)
type InfraServicesCreateOrUpdateDfpService400ResponseError ¶
type InfraServicesCreateOrUpdateDfpService400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InfraServicesCreateOrUpdateDfpService400ResponseError struct for InfraServicesCreateOrUpdateDfpService400ResponseError
func NewInfraServicesCreateOrUpdateDfpService400ResponseError ¶
func NewInfraServicesCreateOrUpdateDfpService400ResponseError() *InfraServicesCreateOrUpdateDfpService400ResponseError
NewInfraServicesCreateOrUpdateDfpService400ResponseError instantiates a new InfraServicesCreateOrUpdateDfpService400ResponseError 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 NewInfraServicesCreateOrUpdateDfpService400ResponseErrorWithDefaults ¶
func NewInfraServicesCreateOrUpdateDfpService400ResponseErrorWithDefaults() *InfraServicesCreateOrUpdateDfpService400ResponseError
NewInfraServicesCreateOrUpdateDfpService400ResponseErrorWithDefaults instantiates a new InfraServicesCreateOrUpdateDfpService400ResponseError 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 (*InfraServicesCreateOrUpdateDfpService400ResponseError) GetCode ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) GetCodeOk ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) GetMessage ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) GetMessageOk ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) GetStatus ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) GetStatusOk ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) GetStatusOk() (*string, 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 (*InfraServicesCreateOrUpdateDfpService400ResponseError) HasCode ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) HasMessage ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) HasStatus ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InfraServicesCreateOrUpdateDfpService400ResponseError) MarshalJSON ¶
func (o InfraServicesCreateOrUpdateDfpService400ResponseError) MarshalJSON() ([]byte, error)
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) SetCode ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) SetMessage ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) SetStatus ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InfraServicesCreateOrUpdateDfpService400ResponseError) ToMap ¶
func (o InfraServicesCreateOrUpdateDfpService400ResponseError) ToMap() (map[string]interface{}, error)
func (*InfraServicesCreateOrUpdateDfpService400ResponseError) UnmarshalJSON ¶
func (o *InfraServicesCreateOrUpdateDfpService400ResponseError) UnmarshalJSON(data []byte) (err error)
type InfraServicesCreateOrUpdateDfpService404Response ¶
type InfraServicesCreateOrUpdateDfpService404Response struct { Error *InfraServicesCreateOrUpdateDfpService404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InfraServicesCreateOrUpdateDfpService404Response struct for InfraServicesCreateOrUpdateDfpService404Response
func NewInfraServicesCreateOrUpdateDfpService404Response ¶
func NewInfraServicesCreateOrUpdateDfpService404Response() *InfraServicesCreateOrUpdateDfpService404Response
NewInfraServicesCreateOrUpdateDfpService404Response instantiates a new InfraServicesCreateOrUpdateDfpService404Response 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 NewInfraServicesCreateOrUpdateDfpService404ResponseWithDefaults ¶
func NewInfraServicesCreateOrUpdateDfpService404ResponseWithDefaults() *InfraServicesCreateOrUpdateDfpService404Response
NewInfraServicesCreateOrUpdateDfpService404ResponseWithDefaults instantiates a new InfraServicesCreateOrUpdateDfpService404Response 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 (*InfraServicesCreateOrUpdateDfpService404Response) GetError ¶
func (o *InfraServicesCreateOrUpdateDfpService404Response) GetError() InfraServicesCreateOrUpdateDfpService404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InfraServicesCreateOrUpdateDfpService404Response) GetErrorOk ¶
func (o *InfraServicesCreateOrUpdateDfpService404Response) GetErrorOk() (*InfraServicesCreateOrUpdateDfpService404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InfraServicesCreateOrUpdateDfpService404Response) HasError ¶
func (o *InfraServicesCreateOrUpdateDfpService404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InfraServicesCreateOrUpdateDfpService404Response) MarshalJSON ¶
func (o InfraServicesCreateOrUpdateDfpService404Response) MarshalJSON() ([]byte, error)
func (*InfraServicesCreateOrUpdateDfpService404Response) SetError ¶
func (o *InfraServicesCreateOrUpdateDfpService404Response) SetError(v InfraServicesCreateOrUpdateDfpService404ResponseError)
SetError gets a reference to the given InfraServicesCreateOrUpdateDfpService404ResponseError and assigns it to the Error field.
func (InfraServicesCreateOrUpdateDfpService404Response) ToMap ¶
func (o InfraServicesCreateOrUpdateDfpService404Response) ToMap() (map[string]interface{}, error)
func (*InfraServicesCreateOrUpdateDfpService404Response) UnmarshalJSON ¶
func (o *InfraServicesCreateOrUpdateDfpService404Response) UnmarshalJSON(data []byte) (err error)
type InfraServicesCreateOrUpdateDfpService404ResponseError ¶
type InfraServicesCreateOrUpdateDfpService404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InfraServicesCreateOrUpdateDfpService404ResponseError struct for InfraServicesCreateOrUpdateDfpService404ResponseError
func NewInfraServicesCreateOrUpdateDfpService404ResponseError ¶
func NewInfraServicesCreateOrUpdateDfpService404ResponseError() *InfraServicesCreateOrUpdateDfpService404ResponseError
NewInfraServicesCreateOrUpdateDfpService404ResponseError instantiates a new InfraServicesCreateOrUpdateDfpService404ResponseError 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 NewInfraServicesCreateOrUpdateDfpService404ResponseErrorWithDefaults ¶
func NewInfraServicesCreateOrUpdateDfpService404ResponseErrorWithDefaults() *InfraServicesCreateOrUpdateDfpService404ResponseError
NewInfraServicesCreateOrUpdateDfpService404ResponseErrorWithDefaults instantiates a new InfraServicesCreateOrUpdateDfpService404ResponseError 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 (*InfraServicesCreateOrUpdateDfpService404ResponseError) GetCode ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) GetCodeOk ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) GetMessage ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) GetMessageOk ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) GetStatus ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) GetStatusOk ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) GetStatusOk() (*string, 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 (*InfraServicesCreateOrUpdateDfpService404ResponseError) HasCode ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) HasMessage ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) HasStatus ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InfraServicesCreateOrUpdateDfpService404ResponseError) MarshalJSON ¶
func (o InfraServicesCreateOrUpdateDfpService404ResponseError) MarshalJSON() ([]byte, error)
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) SetCode ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) SetMessage ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) SetStatus ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InfraServicesCreateOrUpdateDfpService404ResponseError) ToMap ¶
func (o InfraServicesCreateOrUpdateDfpService404ResponseError) ToMap() (map[string]interface{}, error)
func (*InfraServicesCreateOrUpdateDfpService404ResponseError) UnmarshalJSON ¶
func (o *InfraServicesCreateOrUpdateDfpService404ResponseError) UnmarshalJSON(data []byte) (err error)
type InfraServicesListDfpServices500Response ¶
type InfraServicesListDfpServices500Response struct { Error *InfraServicesListDfpServices500ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InfraServicesListDfpServices500Response struct for InfraServicesListDfpServices500Response
func NewInfraServicesListDfpServices500Response ¶
func NewInfraServicesListDfpServices500Response() *InfraServicesListDfpServices500Response
NewInfraServicesListDfpServices500Response instantiates a new InfraServicesListDfpServices500Response 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 NewInfraServicesListDfpServices500ResponseWithDefaults ¶
func NewInfraServicesListDfpServices500ResponseWithDefaults() *InfraServicesListDfpServices500Response
NewInfraServicesListDfpServices500ResponseWithDefaults instantiates a new InfraServicesListDfpServices500Response 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 (*InfraServicesListDfpServices500Response) GetError ¶
func (o *InfraServicesListDfpServices500Response) GetError() InfraServicesListDfpServices500ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InfraServicesListDfpServices500Response) GetErrorOk ¶
func (o *InfraServicesListDfpServices500Response) GetErrorOk() (*InfraServicesListDfpServices500ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InfraServicesListDfpServices500Response) HasError ¶
func (o *InfraServicesListDfpServices500Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InfraServicesListDfpServices500Response) MarshalJSON ¶
func (o InfraServicesListDfpServices500Response) MarshalJSON() ([]byte, error)
func (*InfraServicesListDfpServices500Response) SetError ¶
func (o *InfraServicesListDfpServices500Response) SetError(v InfraServicesListDfpServices500ResponseError)
SetError gets a reference to the given InfraServicesListDfpServices500ResponseError and assigns it to the Error field.
func (InfraServicesListDfpServices500Response) ToMap ¶
func (o InfraServicesListDfpServices500Response) ToMap() (map[string]interface{}, error)
func (*InfraServicesListDfpServices500Response) UnmarshalJSON ¶
func (o *InfraServicesListDfpServices500Response) UnmarshalJSON(data []byte) (err error)
type InfraServicesListDfpServices500ResponseError ¶
type InfraServicesListDfpServices500ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InfraServicesListDfpServices500ResponseError struct for InfraServicesListDfpServices500ResponseError
func NewInfraServicesListDfpServices500ResponseError ¶
func NewInfraServicesListDfpServices500ResponseError() *InfraServicesListDfpServices500ResponseError
NewInfraServicesListDfpServices500ResponseError instantiates a new InfraServicesListDfpServices500ResponseError 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 NewInfraServicesListDfpServices500ResponseErrorWithDefaults ¶
func NewInfraServicesListDfpServices500ResponseErrorWithDefaults() *InfraServicesListDfpServices500ResponseError
NewInfraServicesListDfpServices500ResponseErrorWithDefaults instantiates a new InfraServicesListDfpServices500ResponseError 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 (*InfraServicesListDfpServices500ResponseError) GetCode ¶
func (o *InfraServicesListDfpServices500ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InfraServicesListDfpServices500ResponseError) GetCodeOk ¶
func (o *InfraServicesListDfpServices500ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InfraServicesListDfpServices500ResponseError) GetMessage ¶
func (o *InfraServicesListDfpServices500ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InfraServicesListDfpServices500ResponseError) GetMessageOk ¶
func (o *InfraServicesListDfpServices500ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InfraServicesListDfpServices500ResponseError) GetStatus ¶
func (o *InfraServicesListDfpServices500ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InfraServicesListDfpServices500ResponseError) GetStatusOk ¶
func (o *InfraServicesListDfpServices500ResponseError) GetStatusOk() (*string, 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 (*InfraServicesListDfpServices500ResponseError) HasCode ¶
func (o *InfraServicesListDfpServices500ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InfraServicesListDfpServices500ResponseError) HasMessage ¶
func (o *InfraServicesListDfpServices500ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InfraServicesListDfpServices500ResponseError) HasStatus ¶
func (o *InfraServicesListDfpServices500ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InfraServicesListDfpServices500ResponseError) MarshalJSON ¶
func (o InfraServicesListDfpServices500ResponseError) MarshalJSON() ([]byte, error)
func (*InfraServicesListDfpServices500ResponseError) SetCode ¶
func (o *InfraServicesListDfpServices500ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InfraServicesListDfpServices500ResponseError) SetMessage ¶
func (o *InfraServicesListDfpServices500ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InfraServicesListDfpServices500ResponseError) SetStatus ¶
func (o *InfraServicesListDfpServices500ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InfraServicesListDfpServices500ResponseError) ToMap ¶
func (o InfraServicesListDfpServices500ResponseError) ToMap() (map[string]interface{}, error)
func (*InfraServicesListDfpServices500ResponseError) UnmarshalJSON ¶
func (o *InfraServicesListDfpServices500ResponseError) UnmarshalJSON(data []byte) (err error)
type MappedNullable ¶
type NetAddrPolicyAssignment ¶
type NetAddrPolicyAssignment struct { // network address in IPv4 CIDR (address/bitmask length) string format AddrNet *string `json:"addr_net,omitempty"` // Identifier of the security policy associated with this address block PolicyId *int32 `json:"policy_id,omitempty"` AdditionalProperties map[string]interface{} }
NetAddrPolicyAssignment network address with the assigned policy
func NewNetAddrPolicyAssignment ¶
func NewNetAddrPolicyAssignment() *NetAddrPolicyAssignment
NewNetAddrPolicyAssignment instantiates a new NetAddrPolicyAssignment 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 NewNetAddrPolicyAssignmentWithDefaults ¶
func NewNetAddrPolicyAssignmentWithDefaults() *NetAddrPolicyAssignment
NewNetAddrPolicyAssignmentWithDefaults instantiates a new NetAddrPolicyAssignment 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 (*NetAddrPolicyAssignment) GetAddrNet ¶
func (o *NetAddrPolicyAssignment) GetAddrNet() string
GetAddrNet returns the AddrNet field value if set, zero value otherwise.
func (*NetAddrPolicyAssignment) GetAddrNetOk ¶
func (o *NetAddrPolicyAssignment) GetAddrNetOk() (*string, bool)
GetAddrNetOk returns a tuple with the AddrNet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrPolicyAssignment) GetPolicyId ¶
func (o *NetAddrPolicyAssignment) GetPolicyId() int32
GetPolicyId returns the PolicyId field value if set, zero value otherwise.
func (*NetAddrPolicyAssignment) GetPolicyIdOk ¶
func (o *NetAddrPolicyAssignment) GetPolicyIdOk() (*int32, bool)
GetPolicyIdOk returns a tuple with the PolicyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrPolicyAssignment) HasAddrNet ¶
func (o *NetAddrPolicyAssignment) HasAddrNet() bool
HasAddrNet returns a boolean if a field has been set.
func (*NetAddrPolicyAssignment) HasPolicyId ¶
func (o *NetAddrPolicyAssignment) HasPolicyId() bool
HasPolicyId returns a boolean if a field has been set.
func (NetAddrPolicyAssignment) MarshalJSON ¶
func (o NetAddrPolicyAssignment) MarshalJSON() ([]byte, error)
func (*NetAddrPolicyAssignment) SetAddrNet ¶
func (o *NetAddrPolicyAssignment) SetAddrNet(v string)
SetAddrNet gets a reference to the given string and assigns it to the AddrNet field.
func (*NetAddrPolicyAssignment) SetPolicyId ¶
func (o *NetAddrPolicyAssignment) SetPolicyId(v int32)
SetPolicyId gets a reference to the given int32 and assigns it to the PolicyId field.
func (NetAddrPolicyAssignment) ToMap ¶
func (o NetAddrPolicyAssignment) ToMap() (map[string]interface{}, error)
func (*NetAddrPolicyAssignment) UnmarshalJSON ¶
func (o *NetAddrPolicyAssignment) UnmarshalJSON(data []byte) (err error)
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 NullableDNSProtocol ¶
type NullableDNSProtocol struct {
// contains filtered or unexported fields
}
func NewNullableDNSProtocol ¶
func NewNullableDNSProtocol(val *DNSProtocol) *NullableDNSProtocol
func (NullableDNSProtocol) Get ¶
func (v NullableDNSProtocol) Get() *DNSProtocol
func (NullableDNSProtocol) IsSet ¶
func (v NullableDNSProtocol) IsSet() bool
func (NullableDNSProtocol) MarshalJSON ¶
func (v NullableDNSProtocol) MarshalJSON() ([]byte, error)
func (*NullableDNSProtocol) Set ¶
func (v *NullableDNSProtocol) Set(val *DNSProtocol)
func (*NullableDNSProtocol) UnmarshalJSON ¶
func (v *NullableDNSProtocol) UnmarshalJSON(src []byte) error
func (*NullableDNSProtocol) Unset ¶
func (v *NullableDNSProtocol) Unset()
type NullableDfp ¶
type NullableDfp struct {
// contains filtered or unexported fields
}
func NewNullableDfp ¶
func NewNullableDfp(val *Dfp) *NullableDfp
func (NullableDfp) Get ¶
func (v NullableDfp) Get() *Dfp
func (NullableDfp) IsSet ¶
func (v NullableDfp) IsSet() bool
func (NullableDfp) MarshalJSON ¶
func (v NullableDfp) MarshalJSON() ([]byte, error)
func (*NullableDfp) Set ¶
func (v *NullableDfp) Set(val *Dfp)
func (*NullableDfp) UnmarshalJSON ¶
func (v *NullableDfp) UnmarshalJSON(src []byte) error
func (*NullableDfp) Unset ¶
func (v *NullableDfp) Unset()
type NullableDfpCreateOrUpdatePayload ¶
type NullableDfpCreateOrUpdatePayload struct {
// contains filtered or unexported fields
}
func NewNullableDfpCreateOrUpdatePayload ¶
func NewNullableDfpCreateOrUpdatePayload(val *DfpCreateOrUpdatePayload) *NullableDfpCreateOrUpdatePayload
func (NullableDfpCreateOrUpdatePayload) Get ¶
func (v NullableDfpCreateOrUpdatePayload) Get() *DfpCreateOrUpdatePayload
func (NullableDfpCreateOrUpdatePayload) IsSet ¶
func (v NullableDfpCreateOrUpdatePayload) IsSet() bool
func (NullableDfpCreateOrUpdatePayload) MarshalJSON ¶
func (v NullableDfpCreateOrUpdatePayload) MarshalJSON() ([]byte, error)
func (*NullableDfpCreateOrUpdatePayload) Set ¶
func (v *NullableDfpCreateOrUpdatePayload) Set(val *DfpCreateOrUpdatePayload)
func (*NullableDfpCreateOrUpdatePayload) UnmarshalJSON ¶
func (v *NullableDfpCreateOrUpdatePayload) UnmarshalJSON(src []byte) error
func (*NullableDfpCreateOrUpdatePayload) Unset ¶
func (v *NullableDfpCreateOrUpdatePayload) Unset()
type NullableDfpCreateOrUpdateResponse ¶
type NullableDfpCreateOrUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableDfpCreateOrUpdateResponse ¶
func NewNullableDfpCreateOrUpdateResponse(val *DfpCreateOrUpdateResponse) *NullableDfpCreateOrUpdateResponse
func (NullableDfpCreateOrUpdateResponse) Get ¶
func (v NullableDfpCreateOrUpdateResponse) Get() *DfpCreateOrUpdateResponse
func (NullableDfpCreateOrUpdateResponse) IsSet ¶
func (v NullableDfpCreateOrUpdateResponse) IsSet() bool
func (NullableDfpCreateOrUpdateResponse) MarshalJSON ¶
func (v NullableDfpCreateOrUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableDfpCreateOrUpdateResponse) Set ¶
func (v *NullableDfpCreateOrUpdateResponse) Set(val *DfpCreateOrUpdateResponse)
func (*NullableDfpCreateOrUpdateResponse) UnmarshalJSON ¶
func (v *NullableDfpCreateOrUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableDfpCreateOrUpdateResponse) Unset ¶
func (v *NullableDfpCreateOrUpdateResponse) Unset()
type NullableDfpHost ¶
type NullableDfpHost struct {
// contains filtered or unexported fields
}
func NewNullableDfpHost ¶
func NewNullableDfpHost(val *DfpHost) *NullableDfpHost
func (NullableDfpHost) Get ¶
func (v NullableDfpHost) Get() *DfpHost
func (NullableDfpHost) IsSet ¶
func (v NullableDfpHost) IsSet() bool
func (NullableDfpHost) MarshalJSON ¶
func (v NullableDfpHost) MarshalJSON() ([]byte, error)
func (*NullableDfpHost) Set ¶
func (v *NullableDfpHost) Set(val *DfpHost)
func (*NullableDfpHost) UnmarshalJSON ¶
func (v *NullableDfpHost) UnmarshalJSON(src []byte) error
func (*NullableDfpHost) Unset ¶
func (v *NullableDfpHost) Unset()
type NullableDfpListResponse ¶
type NullableDfpListResponse struct {
// contains filtered or unexported fields
}
func NewNullableDfpListResponse ¶
func NewNullableDfpListResponse(val *DfpListResponse) *NullableDfpListResponse
func (NullableDfpListResponse) Get ¶
func (v NullableDfpListResponse) Get() *DfpListResponse
func (NullableDfpListResponse) IsSet ¶
func (v NullableDfpListResponse) IsSet() bool
func (NullableDfpListResponse) MarshalJSON ¶
func (v NullableDfpListResponse) MarshalJSON() ([]byte, error)
func (*NullableDfpListResponse) Set ¶
func (v *NullableDfpListResponse) Set(val *DfpListResponse)
func (*NullableDfpListResponse) UnmarshalJSON ¶
func (v *NullableDfpListResponse) UnmarshalJSON(src []byte) error
func (*NullableDfpListResponse) Unset ¶
func (v *NullableDfpListResponse) Unset()
type NullableDfpReadResponse ¶
type NullableDfpReadResponse struct {
// contains filtered or unexported fields
}
func NewNullableDfpReadResponse ¶
func NewNullableDfpReadResponse(val *DfpReadResponse) *NullableDfpReadResponse
func (NullableDfpReadResponse) Get ¶
func (v NullableDfpReadResponse) Get() *DfpReadResponse
func (NullableDfpReadResponse) IsSet ¶
func (v NullableDfpReadResponse) IsSet() bool
func (NullableDfpReadResponse) MarshalJSON ¶
func (v NullableDfpReadResponse) MarshalJSON() ([]byte, error)
func (*NullableDfpReadResponse) Set ¶
func (v *NullableDfpReadResponse) Set(val *DfpReadResponse)
func (*NullableDfpReadResponse) UnmarshalJSON ¶
func (v *NullableDfpReadResponse) UnmarshalJSON(src []byte) error
func (*NullableDfpReadResponse) Unset ¶
func (v *NullableDfpReadResponse) 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 NullableInfraServicesCreateOrUpdateDfpService400Response ¶
type NullableInfraServicesCreateOrUpdateDfpService400Response struct {
// contains filtered or unexported fields
}
func NewNullableInfraServicesCreateOrUpdateDfpService400Response ¶
func NewNullableInfraServicesCreateOrUpdateDfpService400Response(val *InfraServicesCreateOrUpdateDfpService400Response) *NullableInfraServicesCreateOrUpdateDfpService400Response
func (NullableInfraServicesCreateOrUpdateDfpService400Response) IsSet ¶
func (v NullableInfraServicesCreateOrUpdateDfpService400Response) IsSet() bool
func (NullableInfraServicesCreateOrUpdateDfpService400Response) MarshalJSON ¶
func (v NullableInfraServicesCreateOrUpdateDfpService400Response) MarshalJSON() ([]byte, error)
func (*NullableInfraServicesCreateOrUpdateDfpService400Response) UnmarshalJSON ¶
func (v *NullableInfraServicesCreateOrUpdateDfpService400Response) UnmarshalJSON(src []byte) error
func (*NullableInfraServicesCreateOrUpdateDfpService400Response) Unset ¶
func (v *NullableInfraServicesCreateOrUpdateDfpService400Response) Unset()
type NullableInfraServicesCreateOrUpdateDfpService400ResponseError ¶
type NullableInfraServicesCreateOrUpdateDfpService400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInfraServicesCreateOrUpdateDfpService400ResponseError ¶
func NewNullableInfraServicesCreateOrUpdateDfpService400ResponseError(val *InfraServicesCreateOrUpdateDfpService400ResponseError) *NullableInfraServicesCreateOrUpdateDfpService400ResponseError
func (NullableInfraServicesCreateOrUpdateDfpService400ResponseError) IsSet ¶
func (v NullableInfraServicesCreateOrUpdateDfpService400ResponseError) IsSet() bool
func (NullableInfraServicesCreateOrUpdateDfpService400ResponseError) MarshalJSON ¶
func (v NullableInfraServicesCreateOrUpdateDfpService400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInfraServicesCreateOrUpdateDfpService400ResponseError) UnmarshalJSON ¶
func (v *NullableInfraServicesCreateOrUpdateDfpService400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInfraServicesCreateOrUpdateDfpService400ResponseError) Unset ¶
func (v *NullableInfraServicesCreateOrUpdateDfpService400ResponseError) Unset()
type NullableInfraServicesCreateOrUpdateDfpService404Response ¶
type NullableInfraServicesCreateOrUpdateDfpService404Response struct {
// contains filtered or unexported fields
}
func NewNullableInfraServicesCreateOrUpdateDfpService404Response ¶
func NewNullableInfraServicesCreateOrUpdateDfpService404Response(val *InfraServicesCreateOrUpdateDfpService404Response) *NullableInfraServicesCreateOrUpdateDfpService404Response
func (NullableInfraServicesCreateOrUpdateDfpService404Response) IsSet ¶
func (v NullableInfraServicesCreateOrUpdateDfpService404Response) IsSet() bool
func (NullableInfraServicesCreateOrUpdateDfpService404Response) MarshalJSON ¶
func (v NullableInfraServicesCreateOrUpdateDfpService404Response) MarshalJSON() ([]byte, error)
func (*NullableInfraServicesCreateOrUpdateDfpService404Response) UnmarshalJSON ¶
func (v *NullableInfraServicesCreateOrUpdateDfpService404Response) UnmarshalJSON(src []byte) error
func (*NullableInfraServicesCreateOrUpdateDfpService404Response) Unset ¶
func (v *NullableInfraServicesCreateOrUpdateDfpService404Response) Unset()
type NullableInfraServicesCreateOrUpdateDfpService404ResponseError ¶
type NullableInfraServicesCreateOrUpdateDfpService404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInfraServicesCreateOrUpdateDfpService404ResponseError ¶
func NewNullableInfraServicesCreateOrUpdateDfpService404ResponseError(val *InfraServicesCreateOrUpdateDfpService404ResponseError) *NullableInfraServicesCreateOrUpdateDfpService404ResponseError
func (NullableInfraServicesCreateOrUpdateDfpService404ResponseError) IsSet ¶
func (v NullableInfraServicesCreateOrUpdateDfpService404ResponseError) IsSet() bool
func (NullableInfraServicesCreateOrUpdateDfpService404ResponseError) MarshalJSON ¶
func (v NullableInfraServicesCreateOrUpdateDfpService404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInfraServicesCreateOrUpdateDfpService404ResponseError) UnmarshalJSON ¶
func (v *NullableInfraServicesCreateOrUpdateDfpService404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInfraServicesCreateOrUpdateDfpService404ResponseError) Unset ¶
func (v *NullableInfraServicesCreateOrUpdateDfpService404ResponseError) Unset()
type NullableInfraServicesListDfpServices500Response ¶
type NullableInfraServicesListDfpServices500Response struct {
// contains filtered or unexported fields
}
func NewNullableInfraServicesListDfpServices500Response ¶
func NewNullableInfraServicesListDfpServices500Response(val *InfraServicesListDfpServices500Response) *NullableInfraServicesListDfpServices500Response
func (NullableInfraServicesListDfpServices500Response) IsSet ¶
func (v NullableInfraServicesListDfpServices500Response) IsSet() bool
func (NullableInfraServicesListDfpServices500Response) MarshalJSON ¶
func (v NullableInfraServicesListDfpServices500Response) MarshalJSON() ([]byte, error)
func (*NullableInfraServicesListDfpServices500Response) UnmarshalJSON ¶
func (v *NullableInfraServicesListDfpServices500Response) UnmarshalJSON(src []byte) error
func (*NullableInfraServicesListDfpServices500Response) Unset ¶
func (v *NullableInfraServicesListDfpServices500Response) Unset()
type NullableInfraServicesListDfpServices500ResponseError ¶
type NullableInfraServicesListDfpServices500ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInfraServicesListDfpServices500ResponseError ¶
func NewNullableInfraServicesListDfpServices500ResponseError(val *InfraServicesListDfpServices500ResponseError) *NullableInfraServicesListDfpServices500ResponseError
func (NullableInfraServicesListDfpServices500ResponseError) IsSet ¶
func (v NullableInfraServicesListDfpServices500ResponseError) IsSet() bool
func (NullableInfraServicesListDfpServices500ResponseError) MarshalJSON ¶
func (v NullableInfraServicesListDfpServices500ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInfraServicesListDfpServices500ResponseError) UnmarshalJSON ¶
func (v *NullableInfraServicesListDfpServices500ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInfraServicesListDfpServices500ResponseError) Unset ¶
func (v *NullableInfraServicesListDfpServices500ResponseError) 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 NullableNetAddrPolicyAssignment ¶
type NullableNetAddrPolicyAssignment struct {
// contains filtered or unexported fields
}
func NewNullableNetAddrPolicyAssignment ¶
func NewNullableNetAddrPolicyAssignment(val *NetAddrPolicyAssignment) *NullableNetAddrPolicyAssignment
func (NullableNetAddrPolicyAssignment) Get ¶
func (v NullableNetAddrPolicyAssignment) Get() *NetAddrPolicyAssignment
func (NullableNetAddrPolicyAssignment) IsSet ¶
func (v NullableNetAddrPolicyAssignment) IsSet() bool
func (NullableNetAddrPolicyAssignment) MarshalJSON ¶
func (v NullableNetAddrPolicyAssignment) MarshalJSON() ([]byte, error)
func (*NullableNetAddrPolicyAssignment) Set ¶
func (v *NullableNetAddrPolicyAssignment) Set(val *NetAddrPolicyAssignment)
func (*NullableNetAddrPolicyAssignment) UnmarshalJSON ¶
func (v *NullableNetAddrPolicyAssignment) UnmarshalJSON(src []byte) error
func (*NullableNetAddrPolicyAssignment) Unset ¶
func (v *NullableNetAddrPolicyAssignment) Unset()
type NullableResolver ¶
type NullableResolver struct {
// contains filtered or unexported fields
}
func NewNullableResolver ¶
func NewNullableResolver(val *Resolver) *NullableResolver
func (NullableResolver) Get ¶
func (v NullableResolver) Get() *Resolver
func (NullableResolver) IsSet ¶
func (v NullableResolver) IsSet() bool
func (NullableResolver) MarshalJSON ¶
func (v NullableResolver) MarshalJSON() ([]byte, error)
func (*NullableResolver) Set ¶
func (v *NullableResolver) Set(val *Resolver)
func (*NullableResolver) UnmarshalJSON ¶
func (v *NullableResolver) UnmarshalJSON(src []byte) error
func (*NullableResolver) Unset ¶
func (v *NullableResolver) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTypesConfigCheckRequest ¶
type NullableTypesConfigCheckRequest struct {
// contains filtered or unexported fields
}
func NewNullableTypesConfigCheckRequest ¶
func NewNullableTypesConfigCheckRequest(val *TypesConfigCheckRequest) *NullableTypesConfigCheckRequest
func (NullableTypesConfigCheckRequest) Get ¶
func (v NullableTypesConfigCheckRequest) Get() *TypesConfigCheckRequest
func (NullableTypesConfigCheckRequest) IsSet ¶
func (v NullableTypesConfigCheckRequest) IsSet() bool
func (NullableTypesConfigCheckRequest) MarshalJSON ¶
func (v NullableTypesConfigCheckRequest) MarshalJSON() ([]byte, error)
func (*NullableTypesConfigCheckRequest) Set ¶
func (v *NullableTypesConfigCheckRequest) Set(val *TypesConfigCheckRequest)
func (*NullableTypesConfigCheckRequest) UnmarshalJSON ¶
func (v *NullableTypesConfigCheckRequest) UnmarshalJSON(src []byte) error
func (*NullableTypesConfigCheckRequest) Unset ¶
func (v *NullableTypesConfigCheckRequest) Unset()
type NullableTypesConfigCheckResponse ¶
type NullableTypesConfigCheckResponse struct {
// contains filtered or unexported fields
}
func NewNullableTypesConfigCheckResponse ¶
func NewNullableTypesConfigCheckResponse(val *TypesConfigCheckResponse) *NullableTypesConfigCheckResponse
func (NullableTypesConfigCheckResponse) Get ¶
func (v NullableTypesConfigCheckResponse) Get() *TypesConfigCheckResponse
func (NullableTypesConfigCheckResponse) IsSet ¶
func (v NullableTypesConfigCheckResponse) IsSet() bool
func (NullableTypesConfigCheckResponse) MarshalJSON ¶
func (v NullableTypesConfigCheckResponse) MarshalJSON() ([]byte, error)
func (*NullableTypesConfigCheckResponse) Set ¶
func (v *NullableTypesConfigCheckResponse) Set(val *TypesConfigCheckResponse)
func (*NullableTypesConfigCheckResponse) UnmarshalJSON ¶
func (v *NullableTypesConfigCheckResponse) UnmarshalJSON(src []byte) error
func (*NullableTypesConfigCheckResponse) Unset ¶
func (v *NullableTypesConfigCheckResponse) Unset()
type NullableTypesConfigCheckResult ¶
type NullableTypesConfigCheckResult struct {
// contains filtered or unexported fields
}
func NewNullableTypesConfigCheckResult ¶
func NewNullableTypesConfigCheckResult(val *TypesConfigCheckResult) *NullableTypesConfigCheckResult
func (NullableTypesConfigCheckResult) Get ¶
func (v NullableTypesConfigCheckResult) Get() *TypesConfigCheckResult
func (NullableTypesConfigCheckResult) IsSet ¶
func (v NullableTypesConfigCheckResult) IsSet() bool
func (NullableTypesConfigCheckResult) MarshalJSON ¶
func (v NullableTypesConfigCheckResult) MarshalJSON() ([]byte, error)
func (*NullableTypesConfigCheckResult) Set ¶
func (v *NullableTypesConfigCheckResult) Set(val *TypesConfigCheckResult)
func (*NullableTypesConfigCheckResult) UnmarshalJSON ¶
func (v *NullableTypesConfigCheckResult) UnmarshalJSON(src []byte) error
func (*NullableTypesConfigCheckResult) Unset ¶
func (v *NullableTypesConfigCheckResult) Unset()
type Resolver ¶
type Resolver struct { // address that can be used as resolver Address *string `json:"address,omitempty"` // Mark it true to set default DNS resolvers that will be used in case if the BloxOne Cloud is unreachable. IsFallback *bool `json:"is_fallback,omitempty"` // Mark it true to set internal or local DNS servers' IPv4 or IPv6 addresses that are used as DNS resolvers IsLocal *bool `json:"is_local,omitempty"` // The list of DNS resolver communication protocols. Protocols []DNSProtocol `json:"protocols,omitempty"` AdditionalProperties map[string]interface{} }
Resolver struct for Resolver
func NewResolver ¶
func NewResolver() *Resolver
NewResolver instantiates a new Resolver 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 NewResolverWithDefaults ¶
func NewResolverWithDefaults() *Resolver
NewResolverWithDefaults instantiates a new Resolver 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 (*Resolver) GetAddress ¶
GetAddress returns the Address field value if set, zero value otherwise.
func (*Resolver) GetAddressOk ¶
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resolver) GetIsFallback ¶
GetIsFallback returns the IsFallback field value if set, zero value otherwise.
func (*Resolver) GetIsFallbackOk ¶
GetIsFallbackOk returns a tuple with the IsFallback field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resolver) GetIsLocal ¶
GetIsLocal returns the IsLocal field value if set, zero value otherwise.
func (*Resolver) GetIsLocalOk ¶
GetIsLocalOk returns a tuple with the IsLocal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resolver) GetProtocols ¶
func (o *Resolver) GetProtocols() []DNSProtocol
GetProtocols returns the Protocols field value if set, zero value otherwise.
func (*Resolver) GetProtocolsOk ¶
func (o *Resolver) GetProtocolsOk() ([]DNSProtocol, bool)
GetProtocolsOk returns a tuple with the Protocols field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resolver) HasAddress ¶
HasAddress returns a boolean if a field has been set.
func (*Resolver) HasIsFallback ¶
HasIsFallback returns a boolean if a field has been set.
func (*Resolver) HasIsLocal ¶
HasIsLocal returns a boolean if a field has been set.
func (*Resolver) HasProtocols ¶
HasProtocols returns a boolean if a field has been set.
func (Resolver) MarshalJSON ¶
func (*Resolver) SetAddress ¶
SetAddress gets a reference to the given string and assigns it to the Address field.
func (*Resolver) SetIsFallback ¶
SetIsFallback gets a reference to the given bool and assigns it to the IsFallback field.
func (*Resolver) SetIsLocal ¶
SetIsLocal gets a reference to the given bool and assigns it to the IsLocal field.
func (*Resolver) SetProtocols ¶
func (o *Resolver) SetProtocols(v []DNSProtocol)
SetProtocols gets a reference to the given []DNSProtocol and assigns it to the Protocols field.
func (*Resolver) UnmarshalJSON ¶
type TypesConfigCheckRequest ¶
type TypesConfigCheckRequest struct { AccountId *int32 `json:"account_id,omitempty"` ConfigCheckType *string `json:"config_check_type,omitempty"` // Caller sets to false if wants to suppress notification. Notify *bool `json:"notify,omitempty"` AdditionalProperties map[string]interface{} }
TypesConfigCheckRequest The Config Check request.
func NewTypesConfigCheckRequest ¶
func NewTypesConfigCheckRequest() *TypesConfigCheckRequest
NewTypesConfigCheckRequest instantiates a new TypesConfigCheckRequest 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 NewTypesConfigCheckRequestWithDefaults ¶
func NewTypesConfigCheckRequestWithDefaults() *TypesConfigCheckRequest
NewTypesConfigCheckRequestWithDefaults instantiates a new TypesConfigCheckRequest 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 (*TypesConfigCheckRequest) GetAccountId ¶
func (o *TypesConfigCheckRequest) GetAccountId() int32
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*TypesConfigCheckRequest) GetAccountIdOk ¶
func (o *TypesConfigCheckRequest) GetAccountIdOk() (*int32, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TypesConfigCheckRequest) GetConfigCheckType ¶
func (o *TypesConfigCheckRequest) GetConfigCheckType() string
GetConfigCheckType returns the ConfigCheckType field value if set, zero value otherwise.
func (*TypesConfigCheckRequest) GetConfigCheckTypeOk ¶
func (o *TypesConfigCheckRequest) GetConfigCheckTypeOk() (*string, bool)
GetConfigCheckTypeOk returns a tuple with the ConfigCheckType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TypesConfigCheckRequest) GetNotify ¶
func (o *TypesConfigCheckRequest) GetNotify() bool
GetNotify returns the Notify field value if set, zero value otherwise.
func (*TypesConfigCheckRequest) GetNotifyOk ¶
func (o *TypesConfigCheckRequest) GetNotifyOk() (*bool, bool)
GetNotifyOk returns a tuple with the Notify field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TypesConfigCheckRequest) HasAccountId ¶
func (o *TypesConfigCheckRequest) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*TypesConfigCheckRequest) HasConfigCheckType ¶
func (o *TypesConfigCheckRequest) HasConfigCheckType() bool
HasConfigCheckType returns a boolean if a field has been set.
func (*TypesConfigCheckRequest) HasNotify ¶
func (o *TypesConfigCheckRequest) HasNotify() bool
HasNotify returns a boolean if a field has been set.
func (TypesConfigCheckRequest) MarshalJSON ¶
func (o TypesConfigCheckRequest) MarshalJSON() ([]byte, error)
func (*TypesConfigCheckRequest) SetAccountId ¶
func (o *TypesConfigCheckRequest) SetAccountId(v int32)
SetAccountId gets a reference to the given int32 and assigns it to the AccountId field.
func (*TypesConfigCheckRequest) SetConfigCheckType ¶
func (o *TypesConfigCheckRequest) SetConfigCheckType(v string)
SetConfigCheckType gets a reference to the given string and assigns it to the ConfigCheckType field.
func (*TypesConfigCheckRequest) SetNotify ¶
func (o *TypesConfigCheckRequest) SetNotify(v bool)
SetNotify gets a reference to the given bool and assigns it to the Notify field.
func (TypesConfigCheckRequest) ToMap ¶
func (o TypesConfigCheckRequest) ToMap() (map[string]interface{}, error)
func (*TypesConfigCheckRequest) UnmarshalJSON ¶
func (o *TypesConfigCheckRequest) UnmarshalJSON(data []byte) (err error)
type TypesConfigCheckResponse ¶
type TypesConfigCheckResponse struct { // The list of check result. Results []TypesConfigCheckResult `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
TypesConfigCheckResponse The Config Check response.
func NewTypesConfigCheckResponse ¶
func NewTypesConfigCheckResponse() *TypesConfigCheckResponse
NewTypesConfigCheckResponse instantiates a new TypesConfigCheckResponse 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 NewTypesConfigCheckResponseWithDefaults ¶
func NewTypesConfigCheckResponseWithDefaults() *TypesConfigCheckResponse
NewTypesConfigCheckResponseWithDefaults instantiates a new TypesConfigCheckResponse 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 (*TypesConfigCheckResponse) GetResults ¶
func (o *TypesConfigCheckResponse) GetResults() []TypesConfigCheckResult
GetResults returns the Results field value if set, zero value otherwise.
func (*TypesConfigCheckResponse) GetResultsOk ¶
func (o *TypesConfigCheckResponse) GetResultsOk() ([]TypesConfigCheckResult, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TypesConfigCheckResponse) HasResults ¶
func (o *TypesConfigCheckResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (TypesConfigCheckResponse) MarshalJSON ¶
func (o TypesConfigCheckResponse) MarshalJSON() ([]byte, error)
func (*TypesConfigCheckResponse) SetResults ¶
func (o *TypesConfigCheckResponse) SetResults(v []TypesConfigCheckResult)
SetResults gets a reference to the given []TypesConfigCheckResult and assigns it to the Results field.
func (TypesConfigCheckResponse) ToMap ¶
func (o TypesConfigCheckResponse) ToMap() (map[string]interface{}, error)
func (*TypesConfigCheckResponse) UnmarshalJSON ¶
func (o *TypesConfigCheckResponse) UnmarshalJSON(data []byte) (err error)
type TypesConfigCheckResult ¶
type TypesConfigCheckResult struct { // Provides more info about the potential problem. AdditionalInfo *string `json:"additional_info,omitempty"` // Service check type. ConfigCheckType *string `json:"config_check_type,omitempty"` // URI of the resource that was checked. ResourceUri *string `json:"resource_uri,omitempty"` // The check result. ResultCode *string `json:"result_code,omitempty"` AdditionalProperties map[string]interface{} }
TypesConfigCheckResult The ConfigCheckResult object.
func NewTypesConfigCheckResult ¶
func NewTypesConfigCheckResult() *TypesConfigCheckResult
NewTypesConfigCheckResult instantiates a new TypesConfigCheckResult 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 NewTypesConfigCheckResultWithDefaults ¶
func NewTypesConfigCheckResultWithDefaults() *TypesConfigCheckResult
NewTypesConfigCheckResultWithDefaults instantiates a new TypesConfigCheckResult 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 (*TypesConfigCheckResult) GetAdditionalInfo ¶
func (o *TypesConfigCheckResult) GetAdditionalInfo() string
GetAdditionalInfo returns the AdditionalInfo field value if set, zero value otherwise.
func (*TypesConfigCheckResult) GetAdditionalInfoOk ¶
func (o *TypesConfigCheckResult) GetAdditionalInfoOk() (*string, bool)
GetAdditionalInfoOk returns a tuple with the AdditionalInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TypesConfigCheckResult) GetConfigCheckType ¶
func (o *TypesConfigCheckResult) GetConfigCheckType() string
GetConfigCheckType returns the ConfigCheckType field value if set, zero value otherwise.
func (*TypesConfigCheckResult) GetConfigCheckTypeOk ¶
func (o *TypesConfigCheckResult) GetConfigCheckTypeOk() (*string, bool)
GetConfigCheckTypeOk returns a tuple with the ConfigCheckType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TypesConfigCheckResult) GetResourceUri ¶
func (o *TypesConfigCheckResult) GetResourceUri() string
GetResourceUri returns the ResourceUri field value if set, zero value otherwise.
func (*TypesConfigCheckResult) GetResourceUriOk ¶
func (o *TypesConfigCheckResult) GetResourceUriOk() (*string, bool)
GetResourceUriOk returns a tuple with the ResourceUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TypesConfigCheckResult) GetResultCode ¶
func (o *TypesConfigCheckResult) GetResultCode() string
GetResultCode returns the ResultCode field value if set, zero value otherwise.
func (*TypesConfigCheckResult) GetResultCodeOk ¶
func (o *TypesConfigCheckResult) GetResultCodeOk() (*string, bool)
GetResultCodeOk returns a tuple with the ResultCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TypesConfigCheckResult) HasAdditionalInfo ¶
func (o *TypesConfigCheckResult) HasAdditionalInfo() bool
HasAdditionalInfo returns a boolean if a field has been set.
func (*TypesConfigCheckResult) HasConfigCheckType ¶
func (o *TypesConfigCheckResult) HasConfigCheckType() bool
HasConfigCheckType returns a boolean if a field has been set.
func (*TypesConfigCheckResult) HasResourceUri ¶
func (o *TypesConfigCheckResult) HasResourceUri() bool
HasResourceUri returns a boolean if a field has been set.
func (*TypesConfigCheckResult) HasResultCode ¶
func (o *TypesConfigCheckResult) HasResultCode() bool
HasResultCode returns a boolean if a field has been set.
func (TypesConfigCheckResult) MarshalJSON ¶
func (o TypesConfigCheckResult) MarshalJSON() ([]byte, error)
func (*TypesConfigCheckResult) SetAdditionalInfo ¶
func (o *TypesConfigCheckResult) SetAdditionalInfo(v string)
SetAdditionalInfo gets a reference to the given string and assigns it to the AdditionalInfo field.
func (*TypesConfigCheckResult) SetConfigCheckType ¶
func (o *TypesConfigCheckResult) SetConfigCheckType(v string)
SetConfigCheckType gets a reference to the given string and assigns it to the ConfigCheckType field.
func (*TypesConfigCheckResult) SetResourceUri ¶
func (o *TypesConfigCheckResult) SetResourceUri(v string)
SetResourceUri gets a reference to the given string and assigns it to the ResourceUri field.
func (*TypesConfigCheckResult) SetResultCode ¶
func (o *TypesConfigCheckResult) SetResultCode(v string)
SetResultCode gets a reference to the given string and assigns it to the ResultCode field.
func (TypesConfigCheckResult) ToMap ¶
func (o TypesConfigCheckResult) ToMap() (map[string]interface{}, error)
func (*TypesConfigCheckResult) UnmarshalJSON ¶
func (o *TypesConfigCheckResult) UnmarshalJSON(data []byte) (err error)
Source Files
¶
- api_accounts.go
- api_infra_services.go
- client.go
- model_dfp.go
- model_dfp_create_or_update_payload.go
- model_dfp_create_or_update_response.go
- model_dfp_host.go
- model_dfp_list_response.go
- model_dfp_read_response.go
- model_dns_protocol.go
- model_infra_services_create_or_update_dfp_service_400_response.go
- model_infra_services_create_or_update_dfp_service_400_response_error.go
- model_infra_services_create_or_update_dfp_service_404_response.go
- model_infra_services_create_or_update_dfp_service_404_response_error.go
- model_infra_services_list_dfp_services_500_response.go
- model_infra_services_list_dfp_services_500_response_error.go
- model_net_addr_policy_assignment.go
- model_resolver.go
- model_types_config_check_request.go
- model_types_config_check_response.go
- model_types_config_check_result.go
- utils.go