Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiCreateKafkaRequest
- type ApiCreateServiceAccountRequest
- type ApiDeleteKafkaByIdRequest
- type ApiDeleteServiceAccountRequest
- type ApiGetKafkaByIdRequest
- type ApiGetMetricsByInstantQueryRequest
- type ApiGetMetricsByRangeQueryRequest
- func (r ApiGetMetricsByRangeQueryRequest) Duration(duration int64) ApiGetMetricsByRangeQueryRequest
- func (r ApiGetMetricsByRangeQueryRequest) Execute() (MetricsRangeQueryList, *_nethttp.Response, error)
- func (r ApiGetMetricsByRangeQueryRequest) Filters(filters []string) ApiGetMetricsByRangeQueryRequest
- func (r ApiGetMetricsByRangeQueryRequest) Interval(interval int64) ApiGetMetricsByRangeQueryRequest
- type ApiGetServiceAccountByIdRequest
- type ApiListCloudProviderRegionsRequest
- type ApiListCloudProvidersRequest
- type ApiListKafkasRequest
- func (r ApiListKafkasRequest) Execute() (KafkaRequestList, *_nethttp.Response, error)
- func (r ApiListKafkasRequest) OrderBy(orderBy string) ApiListKafkasRequest
- func (r ApiListKafkasRequest) Page(page string) ApiListKafkasRequest
- func (r ApiListKafkasRequest) Search(search string) ApiListKafkasRequest
- func (r ApiListKafkasRequest) Size(size string) ApiListKafkasRequest
- type ApiListServiceAccountsRequest
- type ApiResetServiceAccountCredsRequest
- type ApiServiceStatusRequest
- type ApiVersionMetadataRequest
- type BasicAuth
- type CloudProvider
- func (o *CloudProvider) GetDisplayName() string
- func (o *CloudProvider) GetDisplayNameOk() (*string, bool)
- func (o *CloudProvider) GetEnabled() bool
- func (o *CloudProvider) GetEnabledOk() (*bool, bool)
- func (o *CloudProvider) GetId() string
- func (o *CloudProvider) GetIdOk() (*string, bool)
- func (o *CloudProvider) GetKind() string
- func (o *CloudProvider) GetKindOk() (*string, bool)
- func (o *CloudProvider) GetName() string
- func (o *CloudProvider) GetNameOk() (*string, bool)
- func (o *CloudProvider) HasDisplayName() bool
- func (o *CloudProvider) HasId() bool
- func (o *CloudProvider) HasKind() bool
- func (o *CloudProvider) HasName() bool
- func (o CloudProvider) MarshalJSON() ([]byte, error)
- func (o *CloudProvider) SetDisplayName(v string)
- func (o *CloudProvider) SetEnabled(v bool)
- func (o *CloudProvider) SetId(v string)
- func (o *CloudProvider) SetKind(v string)
- func (o *CloudProvider) SetName(v string)
- type CloudProviderList
- func (o *CloudProviderList) GetItems() []CloudProvider
- func (o *CloudProviderList) GetItemsOk() (*[]CloudProvider, bool)
- func (o *CloudProviderList) GetKind() string
- func (o *CloudProviderList) GetKindOk() (*string, bool)
- func (o *CloudProviderList) GetPage() int32
- func (o *CloudProviderList) GetPageOk() (*int32, bool)
- func (o *CloudProviderList) GetSize() int32
- func (o *CloudProviderList) GetSizeOk() (*int32, bool)
- func (o *CloudProviderList) GetTotal() int32
- func (o *CloudProviderList) GetTotalOk() (*int32, bool)
- func (o CloudProviderList) MarshalJSON() ([]byte, error)
- func (o *CloudProviderList) SetItems(v []CloudProvider)
- func (o *CloudProviderList) SetKind(v string)
- func (o *CloudProviderList) SetPage(v int32)
- func (o *CloudProviderList) SetSize(v int32)
- func (o *CloudProviderList) SetTotal(v int32)
- type CloudProviderListAllOf
- func (o *CloudProviderListAllOf) GetItems() []CloudProvider
- func (o *CloudProviderListAllOf) GetItemsOk() (*[]CloudProvider, bool)
- func (o *CloudProviderListAllOf) HasItems() bool
- func (o CloudProviderListAllOf) MarshalJSON() ([]byte, error)
- func (o *CloudProviderListAllOf) SetItems(v []CloudProvider)
- type CloudRegion
- func (o *CloudRegion) GetDisplayName() string
- func (o *CloudRegion) GetDisplayNameOk() (*string, bool)
- func (o *CloudRegion) GetEnabled() bool
- func (o *CloudRegion) GetEnabledOk() (*bool, bool)
- func (o *CloudRegion) GetId() string
- func (o *CloudRegion) GetIdOk() (*string, bool)
- func (o *CloudRegion) GetKind() string
- func (o *CloudRegion) GetKindOk() (*string, bool)
- func (o *CloudRegion) HasDisplayName() bool
- func (o *CloudRegion) HasId() bool
- func (o *CloudRegion) HasKind() bool
- func (o CloudRegion) MarshalJSON() ([]byte, error)
- func (o *CloudRegion) SetDisplayName(v string)
- func (o *CloudRegion) SetEnabled(v bool)
- func (o *CloudRegion) SetId(v string)
- func (o *CloudRegion) SetKind(v string)
- type CloudRegionList
- func (o *CloudRegionList) GetItems() []CloudRegion
- func (o *CloudRegionList) GetItemsOk() (*[]CloudRegion, bool)
- func (o *CloudRegionList) GetKind() string
- func (o *CloudRegionList) GetKindOk() (*string, bool)
- func (o *CloudRegionList) GetPage() int32
- func (o *CloudRegionList) GetPageOk() (*int32, bool)
- func (o *CloudRegionList) GetSize() int32
- func (o *CloudRegionList) GetSizeOk() (*int32, bool)
- func (o *CloudRegionList) GetTotal() int32
- func (o *CloudRegionList) GetTotalOk() (*int32, bool)
- func (o CloudRegionList) MarshalJSON() ([]byte, error)
- func (o *CloudRegionList) SetItems(v []CloudRegion)
- func (o *CloudRegionList) SetKind(v string)
- func (o *CloudRegionList) SetPage(v int32)
- func (o *CloudRegionList) SetSize(v int32)
- func (o *CloudRegionList) SetTotal(v int32)
- type CloudRegionListAllOf
- type Configuration
- type Connector
- func (o *Connector) GetConnectorSpec() map[string]interface{}
- func (o *Connector) GetConnectorSpecOk() (*map[string]interface{}, bool)
- func (o *Connector) GetConnectorTypeId() string
- func (o *Connector) GetConnectorTypeIdOk() (*string, bool)
- func (o *Connector) GetDeploymentLocation() ConnectorAllOfDeploymentLocation
- func (o *Connector) GetDeploymentLocationOk() (*ConnectorAllOfDeploymentLocation, bool)
- func (o *Connector) GetHref() string
- func (o *Connector) GetHrefOk() (*string, bool)
- func (o *Connector) GetId() string
- func (o *Connector) GetIdOk() (*string, bool)
- func (o *Connector) GetKind() string
- func (o *Connector) GetKindOk() (*string, bool)
- func (o *Connector) GetMetadata() ConnectorAllOfMetadata
- func (o *Connector) GetMetadataOk() (*ConnectorAllOfMetadata, bool)
- func (o *Connector) GetStatus() string
- func (o *Connector) GetStatusOk() (*string, bool)
- func (o *Connector) HasConnectorSpec() bool
- func (o *Connector) HasConnectorTypeId() bool
- func (o *Connector) HasDeploymentLocation() bool
- func (o *Connector) HasHref() bool
- func (o *Connector) HasId() bool
- func (o *Connector) HasKind() bool
- func (o *Connector) HasMetadata() bool
- func (o *Connector) HasStatus() bool
- func (o Connector) MarshalJSON() ([]byte, error)
- func (o *Connector) SetConnectorSpec(v map[string]interface{})
- func (o *Connector) SetConnectorTypeId(v string)
- func (o *Connector) SetDeploymentLocation(v ConnectorAllOfDeploymentLocation)
- func (o *Connector) SetHref(v string)
- func (o *Connector) SetId(v string)
- func (o *Connector) SetKind(v string)
- func (o *Connector) SetMetadata(v ConnectorAllOfMetadata)
- func (o *Connector) SetStatus(v string)
- type ConnectorAllOf
- func (o *ConnectorAllOf) GetConnectorSpec() map[string]interface{}
- func (o *ConnectorAllOf) GetConnectorSpecOk() (*map[string]interface{}, bool)
- func (o *ConnectorAllOf) GetConnectorTypeId() string
- func (o *ConnectorAllOf) GetConnectorTypeIdOk() (*string, bool)
- func (o *ConnectorAllOf) GetDeploymentLocation() ConnectorAllOfDeploymentLocation
- func (o *ConnectorAllOf) GetDeploymentLocationOk() (*ConnectorAllOfDeploymentLocation, bool)
- func (o *ConnectorAllOf) GetMetadata() ConnectorAllOfMetadata
- func (o *ConnectorAllOf) GetMetadataOk() (*ConnectorAllOfMetadata, bool)
- func (o *ConnectorAllOf) GetStatus() string
- func (o *ConnectorAllOf) GetStatusOk() (*string, bool)
- func (o *ConnectorAllOf) HasConnectorSpec() bool
- func (o *ConnectorAllOf) HasConnectorTypeId() bool
- func (o *ConnectorAllOf) HasDeploymentLocation() bool
- func (o *ConnectorAllOf) HasMetadata() bool
- func (o *ConnectorAllOf) HasStatus() bool
- func (o ConnectorAllOf) MarshalJSON() ([]byte, error)
- func (o *ConnectorAllOf) SetConnectorSpec(v map[string]interface{})
- func (o *ConnectorAllOf) SetConnectorTypeId(v string)
- func (o *ConnectorAllOf) SetDeploymentLocation(v ConnectorAllOfDeploymentLocation)
- func (o *ConnectorAllOf) SetMetadata(v ConnectorAllOfMetadata)
- func (o *ConnectorAllOf) SetStatus(v string)
- type ConnectorAllOfDeploymentLocation
- func (o *ConnectorAllOfDeploymentLocation) GetCloudProvider() string
- func (o *ConnectorAllOfDeploymentLocation) GetCloudProviderOk() (*string, bool)
- func (o *ConnectorAllOfDeploymentLocation) GetMultiAz() bool
- func (o *ConnectorAllOfDeploymentLocation) GetMultiAzOk() (*bool, bool)
- func (o *ConnectorAllOfDeploymentLocation) GetRegion() string
- func (o *ConnectorAllOfDeploymentLocation) GetRegionOk() (*string, bool)
- func (o *ConnectorAllOfDeploymentLocation) HasCloudProvider() bool
- func (o *ConnectorAllOfDeploymentLocation) HasMultiAz() bool
- func (o *ConnectorAllOfDeploymentLocation) HasRegion() bool
- func (o ConnectorAllOfDeploymentLocation) MarshalJSON() ([]byte, error)
- func (o *ConnectorAllOfDeploymentLocation) SetCloudProvider(v string)
- func (o *ConnectorAllOfDeploymentLocation) SetMultiAz(v bool)
- func (o *ConnectorAllOfDeploymentLocation) SetRegion(v string)
- type ConnectorAllOfMetadata
- func (o *ConnectorAllOfMetadata) GetCreatedAt() time.Time
- func (o *ConnectorAllOfMetadata) GetCreatedAtOk() (*time.Time, bool)
- func (o *ConnectorAllOfMetadata) GetKafkaId() string
- func (o *ConnectorAllOfMetadata) GetKafkaIdOk() (*string, bool)
- func (o *ConnectorAllOfMetadata) GetName() string
- func (o *ConnectorAllOfMetadata) GetNameOk() (*string, bool)
- func (o *ConnectorAllOfMetadata) GetOwner() string
- func (o *ConnectorAllOfMetadata) GetOwnerOk() (*string, bool)
- func (o *ConnectorAllOfMetadata) GetUpdatedAt() time.Time
- func (o *ConnectorAllOfMetadata) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ConnectorAllOfMetadata) HasCreatedAt() bool
- func (o *ConnectorAllOfMetadata) HasKafkaId() bool
- func (o *ConnectorAllOfMetadata) HasName() bool
- func (o *ConnectorAllOfMetadata) HasOwner() bool
- func (o *ConnectorAllOfMetadata) HasUpdatedAt() bool
- func (o ConnectorAllOfMetadata) MarshalJSON() ([]byte, error)
- func (o *ConnectorAllOfMetadata) SetCreatedAt(v time.Time)
- func (o *ConnectorAllOfMetadata) SetKafkaId(v string)
- func (o *ConnectorAllOfMetadata) SetName(v string)
- func (o *ConnectorAllOfMetadata) SetOwner(v string)
- func (o *ConnectorAllOfMetadata) SetUpdatedAt(v time.Time)
- type ConnectorList
- func (o *ConnectorList) GetItems() []Connector
- func (o *ConnectorList) GetItemsOk() (*[]Connector, bool)
- func (o *ConnectorList) GetKind() string
- func (o *ConnectorList) GetKindOk() (*string, bool)
- func (o *ConnectorList) GetPage() int32
- func (o *ConnectorList) GetPageOk() (*int32, bool)
- func (o *ConnectorList) GetSize() int32
- func (o *ConnectorList) GetSizeOk() (*int32, bool)
- func (o *ConnectorList) GetTotal() int32
- func (o *ConnectorList) GetTotalOk() (*int32, bool)
- func (o ConnectorList) MarshalJSON() ([]byte, error)
- func (o *ConnectorList) SetItems(v []Connector)
- func (o *ConnectorList) SetKind(v string)
- func (o *ConnectorList) SetPage(v int32)
- func (o *ConnectorList) SetSize(v int32)
- func (o *ConnectorList) SetTotal(v int32)
- type ConnectorListAllOf
- type ConnectorType
- func (o *ConnectorType) GetDescription() string
- func (o *ConnectorType) GetDescriptionOk() (*string, bool)
- func (o *ConnectorType) GetHref() string
- func (o *ConnectorType) GetHrefOk() (*string, bool)
- func (o *ConnectorType) GetId() string
- func (o *ConnectorType) GetIdOk() (*string, bool)
- func (o *ConnectorType) GetJsonSchema() map[string]interface{}
- func (o *ConnectorType) GetJsonSchemaOk() (*map[string]interface{}, bool)
- func (o *ConnectorType) GetKind() string
- func (o *ConnectorType) GetKindOk() (*string, bool)
- func (o *ConnectorType) GetName() string
- func (o *ConnectorType) GetNameOk() (*string, bool)
- func (o *ConnectorType) GetVersion() string
- func (o *ConnectorType) GetVersionOk() (*string, bool)
- func (o *ConnectorType) HasDescription() bool
- func (o *ConnectorType) HasHref() bool
- func (o *ConnectorType) HasId() bool
- func (o *ConnectorType) HasJsonSchema() bool
- func (o *ConnectorType) HasKind() bool
- func (o ConnectorType) MarshalJSON() ([]byte, error)
- func (o *ConnectorType) SetDescription(v string)
- func (o *ConnectorType) SetHref(v string)
- func (o *ConnectorType) SetId(v string)
- func (o *ConnectorType) SetJsonSchema(v map[string]interface{})
- func (o *ConnectorType) SetKind(v string)
- func (o *ConnectorType) SetName(v string)
- func (o *ConnectorType) SetVersion(v string)
- type ConnectorTypeAllOf
- func (o *ConnectorTypeAllOf) GetDescription() string
- func (o *ConnectorTypeAllOf) GetDescriptionOk() (*string, bool)
- func (o *ConnectorTypeAllOf) GetJsonSchema() map[string]interface{}
- func (o *ConnectorTypeAllOf) GetJsonSchemaOk() (*map[string]interface{}, bool)
- func (o *ConnectorTypeAllOf) GetName() string
- func (o *ConnectorTypeAllOf) GetNameOk() (*string, bool)
- func (o *ConnectorTypeAllOf) GetVersion() string
- func (o *ConnectorTypeAllOf) GetVersionOk() (*string, bool)
- func (o *ConnectorTypeAllOf) HasDescription() bool
- func (o *ConnectorTypeAllOf) HasJsonSchema() bool
- func (o *ConnectorTypeAllOf) HasName() bool
- func (o *ConnectorTypeAllOf) HasVersion() bool
- func (o ConnectorTypeAllOf) MarshalJSON() ([]byte, error)
- func (o *ConnectorTypeAllOf) SetDescription(v string)
- func (o *ConnectorTypeAllOf) SetJsonSchema(v map[string]interface{})
- func (o *ConnectorTypeAllOf) SetName(v string)
- func (o *ConnectorTypeAllOf) SetVersion(v string)
- type ConnectorTypeList
- func (o *ConnectorTypeList) GetItems() []ConnectorType
- func (o *ConnectorTypeList) GetItemsOk() (*[]ConnectorType, bool)
- func (o *ConnectorTypeList) GetKind() string
- func (o *ConnectorTypeList) GetKindOk() (*string, bool)
- func (o *ConnectorTypeList) GetPage() int32
- func (o *ConnectorTypeList) GetPageOk() (*int32, bool)
- func (o *ConnectorTypeList) GetSize() int32
- func (o *ConnectorTypeList) GetSizeOk() (*int32, bool)
- func (o *ConnectorTypeList) GetTotal() int32
- func (o *ConnectorTypeList) GetTotalOk() (*int32, bool)
- func (o ConnectorTypeList) MarshalJSON() ([]byte, error)
- func (o *ConnectorTypeList) SetItems(v []ConnectorType)
- func (o *ConnectorTypeList) SetKind(v string)
- func (o *ConnectorTypeList) SetPage(v int32)
- func (o *ConnectorTypeList) SetSize(v int32)
- func (o *ConnectorTypeList) SetTotal(v int32)
- type ConnectorTypeListAllOf
- func (o *ConnectorTypeListAllOf) GetItems() []ConnectorType
- func (o *ConnectorTypeListAllOf) GetItemsOk() (*[]ConnectorType, bool)
- func (o *ConnectorTypeListAllOf) HasItems() bool
- func (o ConnectorTypeListAllOf) MarshalJSON() ([]byte, error)
- func (o *ConnectorTypeListAllOf) SetItems(v []ConnectorType)
- type DataPlaneClusterUpdateStatusRequest
- func (o *DataPlaneClusterUpdateStatusRequest) GetConditions() []DataPlaneClusterUpdateStatusRequestConditions
- func (o *DataPlaneClusterUpdateStatusRequest) GetConditionsOk() (*[]DataPlaneClusterUpdateStatusRequestConditions, bool)
- func (o *DataPlaneClusterUpdateStatusRequest) GetNodeInfo() DataPlaneClusterUpdateStatusRequestNodeInfo
- func (o *DataPlaneClusterUpdateStatusRequest) GetNodeInfoOk() (*DataPlaneClusterUpdateStatusRequestNodeInfo, bool)
- func (o *DataPlaneClusterUpdateStatusRequest) GetRemaining() DataPlaneClusterUpdateStatusRequestTotal
- func (o *DataPlaneClusterUpdateStatusRequest) GetRemainingOk() (*DataPlaneClusterUpdateStatusRequestTotal, bool)
- func (o *DataPlaneClusterUpdateStatusRequest) GetResizeInfo() DataPlaneClusterUpdateStatusRequestResizeInfo
- func (o *DataPlaneClusterUpdateStatusRequest) GetResizeInfoOk() (*DataPlaneClusterUpdateStatusRequestResizeInfo, bool)
- func (o *DataPlaneClusterUpdateStatusRequest) GetTotal() DataPlaneClusterUpdateStatusRequestTotal
- func (o *DataPlaneClusterUpdateStatusRequest) GetTotalOk() (*DataPlaneClusterUpdateStatusRequestTotal, bool)
- func (o *DataPlaneClusterUpdateStatusRequest) HasConditions() bool
- func (o *DataPlaneClusterUpdateStatusRequest) HasNodeInfo() bool
- func (o *DataPlaneClusterUpdateStatusRequest) HasRemaining() bool
- func (o *DataPlaneClusterUpdateStatusRequest) HasResizeInfo() bool
- func (o *DataPlaneClusterUpdateStatusRequest) HasTotal() bool
- func (o DataPlaneClusterUpdateStatusRequest) MarshalJSON() ([]byte, error)
- func (o *DataPlaneClusterUpdateStatusRequest) SetConditions(v []DataPlaneClusterUpdateStatusRequestConditions)
- func (o *DataPlaneClusterUpdateStatusRequest) SetNodeInfo(v DataPlaneClusterUpdateStatusRequestNodeInfo)
- func (o *DataPlaneClusterUpdateStatusRequest) SetRemaining(v DataPlaneClusterUpdateStatusRequestTotal)
- func (o *DataPlaneClusterUpdateStatusRequest) SetResizeInfo(v DataPlaneClusterUpdateStatusRequestResizeInfo)
- func (o *DataPlaneClusterUpdateStatusRequest) SetTotal(v DataPlaneClusterUpdateStatusRequestTotal)
- type DataPlaneClusterUpdateStatusRequestConditions
- func (o *DataPlaneClusterUpdateStatusRequestConditions) GetLastTransitionTime() string
- func (o *DataPlaneClusterUpdateStatusRequestConditions) GetLastTransitionTimeOk() (*string, bool)
- func (o *DataPlaneClusterUpdateStatusRequestConditions) GetMessage() string
- func (o *DataPlaneClusterUpdateStatusRequestConditions) GetMessageOk() (*string, bool)
- func (o *DataPlaneClusterUpdateStatusRequestConditions) GetReason() string
- func (o *DataPlaneClusterUpdateStatusRequestConditions) GetReasonOk() (*string, bool)
- func (o *DataPlaneClusterUpdateStatusRequestConditions) GetStatus() string
- func (o *DataPlaneClusterUpdateStatusRequestConditions) GetStatusOk() (*string, bool)
- func (o *DataPlaneClusterUpdateStatusRequestConditions) GetType() string
- func (o *DataPlaneClusterUpdateStatusRequestConditions) GetTypeOk() (*string, bool)
- func (o *DataPlaneClusterUpdateStatusRequestConditions) HasLastTransitionTime() bool
- func (o *DataPlaneClusterUpdateStatusRequestConditions) HasMessage() bool
- func (o *DataPlaneClusterUpdateStatusRequestConditions) HasReason() bool
- func (o *DataPlaneClusterUpdateStatusRequestConditions) HasStatus() bool
- func (o *DataPlaneClusterUpdateStatusRequestConditions) HasType() bool
- func (o DataPlaneClusterUpdateStatusRequestConditions) MarshalJSON() ([]byte, error)
- func (o *DataPlaneClusterUpdateStatusRequestConditions) SetLastTransitionTime(v string)
- func (o *DataPlaneClusterUpdateStatusRequestConditions) SetMessage(v string)
- func (o *DataPlaneClusterUpdateStatusRequestConditions) SetReason(v string)
- func (o *DataPlaneClusterUpdateStatusRequestConditions) SetStatus(v string)
- func (o *DataPlaneClusterUpdateStatusRequestConditions) SetType(v string)
- type DataPlaneClusterUpdateStatusRequestNodeInfo
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCeiling() int32
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCeilingOk() (*int32, bool)
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrent() int32
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrentOk() (*int32, bool)
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrentWorkLoadMinimum() int32
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrentWorkLoadMinimumOk() (*int32, bool)
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetFloor() int32
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetFloorOk() (*int32, bool)
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) HasCeiling() bool
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) HasCurrent() bool
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) HasCurrentWorkLoadMinimum() bool
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) HasFloor() bool
- func (o DataPlaneClusterUpdateStatusRequestNodeInfo) MarshalJSON() ([]byte, error)
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) SetCeiling(v int32)
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) SetCurrent(v int32)
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) SetCurrentWorkLoadMinimum(v int32)
- func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) SetFloor(v int32)
- type DataPlaneClusterUpdateStatusRequestResizeInfo
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) GetDelta() DataPlaneClusterUpdateStatusRequestResizeInfoDelta
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) GetDeltaOk() (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta, bool)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) GetNodeDelta() int32
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) GetNodeDeltaOk() (*int32, bool)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) HasDelta() bool
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) HasNodeDelta() bool
- func (o DataPlaneClusterUpdateStatusRequestResizeInfo) MarshalJSON() ([]byte, error)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) SetDelta(v DataPlaneClusterUpdateStatusRequestResizeInfoDelta)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) SetNodeDelta(v int32)
- type DataPlaneClusterUpdateStatusRequestResizeInfoDelta
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetConnections() int32
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetConnectionsOk() (*int32, bool)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetDataRetentionSize() string
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetDataRetentionSizeOk() (*string, bool)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetIngressEgressThroughputPerSec() string
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetIngressEgressThroughputPerSecOk() (*string, bool)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetMaxPartitions() int32
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetMaxPartitionsOk() (*int32, bool)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasConnections() bool
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasDataRetentionSize() bool
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasIngressEgressThroughputPerSec() bool
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasMaxPartitions() bool
- func (o DataPlaneClusterUpdateStatusRequestResizeInfoDelta) MarshalJSON() ([]byte, error)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetConnections(v int32)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetDataRetentionSize(v string)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetIngressEgressThroughputPerSec(v string)
- func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetMaxPartitions(v int32)
- type DataPlaneClusterUpdateStatusRequestTotal
- func (o *DataPlaneClusterUpdateStatusRequestTotal) GetConnections() int32
- func (o *DataPlaneClusterUpdateStatusRequestTotal) GetConnectionsOk() (*int32, bool)
- func (o *DataPlaneClusterUpdateStatusRequestTotal) GetDataRetentionSize() string
- func (o *DataPlaneClusterUpdateStatusRequestTotal) GetDataRetentionSizeOk() (*string, bool)
- func (o *DataPlaneClusterUpdateStatusRequestTotal) GetIngressEgressThroughputPerSec() string
- func (o *DataPlaneClusterUpdateStatusRequestTotal) GetIngressEgressThroughputPerSecOk() (*string, bool)
- func (o *DataPlaneClusterUpdateStatusRequestTotal) GetPartitions() int32
- func (o *DataPlaneClusterUpdateStatusRequestTotal) GetPartitionsOk() (*int32, bool)
- func (o *DataPlaneClusterUpdateStatusRequestTotal) HasConnections() bool
- func (o *DataPlaneClusterUpdateStatusRequestTotal) HasDataRetentionSize() bool
- func (o *DataPlaneClusterUpdateStatusRequestTotal) HasIngressEgressThroughputPerSec() bool
- func (o *DataPlaneClusterUpdateStatusRequestTotal) HasPartitions() bool
- func (o DataPlaneClusterUpdateStatusRequestTotal) MarshalJSON() ([]byte, error)
- func (o *DataPlaneClusterUpdateStatusRequestTotal) SetConnections(v int32)
- func (o *DataPlaneClusterUpdateStatusRequestTotal) SetDataRetentionSize(v string)
- func (o *DataPlaneClusterUpdateStatusRequestTotal) SetIngressEgressThroughputPerSec(v string)
- func (o *DataPlaneClusterUpdateStatusRequestTotal) SetPartitions(v int32)
- type DefaultApi
- type DefaultApiMock
- func (mock *DefaultApiMock) CreateKafka(ctx _context.Context) ApiCreateKafkaRequest
- func (mock *DefaultApiMock) CreateKafkaCalls() []struct{ ... }
- func (mock *DefaultApiMock) CreateKafkaExecute(r ApiCreateKafkaRequest) (KafkaRequest, *_nethttp.Response, error)
- func (mock *DefaultApiMock) CreateKafkaExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) CreateServiceAccount(ctx _context.Context) ApiCreateServiceAccountRequest
- func (mock *DefaultApiMock) CreateServiceAccountCalls() []struct{ ... }
- func (mock *DefaultApiMock) CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (ServiceAccount, *_nethttp.Response, error)
- func (mock *DefaultApiMock) CreateServiceAccountExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) DeleteKafkaById(ctx _context.Context, id string) ApiDeleteKafkaByIdRequest
- func (mock *DefaultApiMock) DeleteKafkaByIdCalls() []struct{ ... }
- func (mock *DefaultApiMock) DeleteKafkaByIdExecute(r ApiDeleteKafkaByIdRequest) (Error, *_nethttp.Response, error)
- func (mock *DefaultApiMock) DeleteKafkaByIdExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) DeleteServiceAccount(ctx _context.Context, id string) ApiDeleteServiceAccountRequest
- func (mock *DefaultApiMock) DeleteServiceAccountCalls() []struct{ ... }
- func (mock *DefaultApiMock) DeleteServiceAccountExecute(r ApiDeleteServiceAccountRequest) (Error, *_nethttp.Response, error)
- func (mock *DefaultApiMock) DeleteServiceAccountExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) GetKafkaById(ctx _context.Context, id string) ApiGetKafkaByIdRequest
- func (mock *DefaultApiMock) GetKafkaByIdCalls() []struct{ ... }
- func (mock *DefaultApiMock) GetKafkaByIdExecute(r ApiGetKafkaByIdRequest) (KafkaRequest, *_nethttp.Response, error)
- func (mock *DefaultApiMock) GetKafkaByIdExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) GetMetricsByInstantQuery(ctx _context.Context, id string) ApiGetMetricsByInstantQueryRequest
- func (mock *DefaultApiMock) GetMetricsByInstantQueryCalls() []struct{ ... }
- func (mock *DefaultApiMock) GetMetricsByInstantQueryExecute(r ApiGetMetricsByInstantQueryRequest) (MetricsInstantQueryList, *_nethttp.Response, error)
- func (mock *DefaultApiMock) GetMetricsByInstantQueryExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) GetMetricsByRangeQuery(ctx _context.Context, id string) ApiGetMetricsByRangeQueryRequest
- func (mock *DefaultApiMock) GetMetricsByRangeQueryCalls() []struct{ ... }
- func (mock *DefaultApiMock) GetMetricsByRangeQueryExecute(r ApiGetMetricsByRangeQueryRequest) (MetricsRangeQueryList, *_nethttp.Response, error)
- func (mock *DefaultApiMock) GetMetricsByRangeQueryExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) GetServiceAccountById(ctx _context.Context, id string) ApiGetServiceAccountByIdRequest
- func (mock *DefaultApiMock) GetServiceAccountByIdCalls() []struct{ ... }
- func (mock *DefaultApiMock) GetServiceAccountByIdExecute(r ApiGetServiceAccountByIdRequest) (ServiceAccount, *_nethttp.Response, error)
- func (mock *DefaultApiMock) GetServiceAccountByIdExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ListCloudProviderRegions(ctx _context.Context, id string) ApiListCloudProviderRegionsRequest
- func (mock *DefaultApiMock) ListCloudProviderRegionsCalls() []struct{ ... }
- func (mock *DefaultApiMock) ListCloudProviderRegionsExecute(r ApiListCloudProviderRegionsRequest) (CloudRegionList, *_nethttp.Response, error)
- func (mock *DefaultApiMock) ListCloudProviderRegionsExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ListCloudProviders(ctx _context.Context) ApiListCloudProvidersRequest
- func (mock *DefaultApiMock) ListCloudProvidersCalls() []struct{ ... }
- func (mock *DefaultApiMock) ListCloudProvidersExecute(r ApiListCloudProvidersRequest) (CloudProviderList, *_nethttp.Response, error)
- func (mock *DefaultApiMock) ListCloudProvidersExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ListKafkas(ctx _context.Context) ApiListKafkasRequest
- func (mock *DefaultApiMock) ListKafkasCalls() []struct{ ... }
- func (mock *DefaultApiMock) ListKafkasExecute(r ApiListKafkasRequest) (KafkaRequestList, *_nethttp.Response, error)
- func (mock *DefaultApiMock) ListKafkasExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ListServiceAccounts(ctx _context.Context) ApiListServiceAccountsRequest
- func (mock *DefaultApiMock) ListServiceAccountsCalls() []struct{ ... }
- func (mock *DefaultApiMock) ListServiceAccountsExecute(r ApiListServiceAccountsRequest) (ServiceAccountList, *_nethttp.Response, error)
- func (mock *DefaultApiMock) ListServiceAccountsExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ResetServiceAccountCreds(ctx _context.Context, id string) ApiResetServiceAccountCredsRequest
- func (mock *DefaultApiMock) ResetServiceAccountCredsCalls() []struct{ ... }
- func (mock *DefaultApiMock) ResetServiceAccountCredsExecute(r ApiResetServiceAccountCredsRequest) (ServiceAccount, *_nethttp.Response, error)
- func (mock *DefaultApiMock) ResetServiceAccountCredsExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) ServiceStatus(ctx _context.Context) ApiServiceStatusRequest
- func (mock *DefaultApiMock) ServiceStatusCalls() []struct{ ... }
- func (mock *DefaultApiMock) ServiceStatusExecute(r ApiServiceStatusRequest) (ServiceStatus, *_nethttp.Response, error)
- func (mock *DefaultApiMock) ServiceStatusExecuteCalls() []struct{ ... }
- func (mock *DefaultApiMock) VersionMetadata(ctx _context.Context) ApiVersionMetadataRequest
- func (mock *DefaultApiMock) VersionMetadataCalls() []struct{ ... }
- func (mock *DefaultApiMock) VersionMetadataExecute(r ApiVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error)
- func (mock *DefaultApiMock) VersionMetadataExecuteCalls() []struct{ ... }
- type DefaultApiService
- func (a *DefaultApiService) CreateKafka(ctx _context.Context) ApiCreateKafkaRequest
- func (a *DefaultApiService) CreateKafkaExecute(r ApiCreateKafkaRequest) (KafkaRequest, *_nethttp.Response, error)
- func (a *DefaultApiService) CreateServiceAccount(ctx _context.Context) ApiCreateServiceAccountRequest
- func (a *DefaultApiService) CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (ServiceAccount, *_nethttp.Response, error)
- func (a *DefaultApiService) DeleteKafkaById(ctx _context.Context, id string) ApiDeleteKafkaByIdRequest
- func (a *DefaultApiService) DeleteKafkaByIdExecute(r ApiDeleteKafkaByIdRequest) (Error, *_nethttp.Response, error)
- func (a *DefaultApiService) DeleteServiceAccount(ctx _context.Context, id string) ApiDeleteServiceAccountRequest
- func (a *DefaultApiService) DeleteServiceAccountExecute(r ApiDeleteServiceAccountRequest) (Error, *_nethttp.Response, error)
- func (a *DefaultApiService) GetKafkaById(ctx _context.Context, id string) ApiGetKafkaByIdRequest
- func (a *DefaultApiService) GetKafkaByIdExecute(r ApiGetKafkaByIdRequest) (KafkaRequest, *_nethttp.Response, error)
- func (a *DefaultApiService) GetMetricsByInstantQuery(ctx _context.Context, id string) ApiGetMetricsByInstantQueryRequest
- func (a *DefaultApiService) GetMetricsByInstantQueryExecute(r ApiGetMetricsByInstantQueryRequest) (MetricsInstantQueryList, *_nethttp.Response, error)
- func (a *DefaultApiService) GetMetricsByRangeQuery(ctx _context.Context, id string) ApiGetMetricsByRangeQueryRequest
- func (a *DefaultApiService) GetMetricsByRangeQueryExecute(r ApiGetMetricsByRangeQueryRequest) (MetricsRangeQueryList, *_nethttp.Response, error)
- func (a *DefaultApiService) GetServiceAccountById(ctx _context.Context, id string) ApiGetServiceAccountByIdRequest
- func (a *DefaultApiService) GetServiceAccountByIdExecute(r ApiGetServiceAccountByIdRequest) (ServiceAccount, *_nethttp.Response, error)
- func (a *DefaultApiService) ListCloudProviderRegions(ctx _context.Context, id string) ApiListCloudProviderRegionsRequest
- func (a *DefaultApiService) ListCloudProviderRegionsExecute(r ApiListCloudProviderRegionsRequest) (CloudRegionList, *_nethttp.Response, error)
- func (a *DefaultApiService) ListCloudProviders(ctx _context.Context) ApiListCloudProvidersRequest
- func (a *DefaultApiService) ListCloudProvidersExecute(r ApiListCloudProvidersRequest) (CloudProviderList, *_nethttp.Response, error)
- func (a *DefaultApiService) ListKafkas(ctx _context.Context) ApiListKafkasRequest
- func (a *DefaultApiService) ListKafkasExecute(r ApiListKafkasRequest) (KafkaRequestList, *_nethttp.Response, error)
- func (a *DefaultApiService) ListServiceAccounts(ctx _context.Context) ApiListServiceAccountsRequest
- func (a *DefaultApiService) ListServiceAccountsExecute(r ApiListServiceAccountsRequest) (ServiceAccountList, *_nethttp.Response, error)
- func (a *DefaultApiService) ResetServiceAccountCreds(ctx _context.Context, id string) ApiResetServiceAccountCredsRequest
- func (a *DefaultApiService) ResetServiceAccountCredsExecute(r ApiResetServiceAccountCredsRequest) (ServiceAccount, *_nethttp.Response, error)
- func (a *DefaultApiService) ServiceStatus(ctx _context.Context) ApiServiceStatusRequest
- func (a *DefaultApiService) ServiceStatusExecute(r ApiServiceStatusRequest) (ServiceStatus, *_nethttp.Response, error)
- func (a *DefaultApiService) VersionMetadata(ctx _context.Context) ApiVersionMetadataRequest
- func (a *DefaultApiService) VersionMetadataExecute(r ApiVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error)
- type Error
- func (o *Error) GetCode() string
- func (o *Error) GetCodeOk() (*string, bool)
- func (o *Error) GetHref() string
- func (o *Error) GetHrefOk() (*string, bool)
- func (o *Error) GetId() string
- func (o *Error) GetIdOk() (*string, bool)
- func (o *Error) GetKind() string
- func (o *Error) GetKindOk() (*string, bool)
- func (o *Error) GetOperationId() string
- func (o *Error) GetOperationIdOk() (*string, bool)
- func (o *Error) GetReason() string
- func (o *Error) GetReasonOk() (*string, bool)
- func (o *Error) HasCode() bool
- func (o *Error) HasHref() bool
- func (o *Error) HasId() bool
- func (o *Error) HasKind() bool
- func (o *Error) HasOperationId() bool
- func (o *Error) HasReason() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCode(v string)
- func (o *Error) SetHref(v string)
- func (o *Error) SetId(v string)
- func (o *Error) SetKind(v string)
- func (o *Error) SetOperationId(v string)
- func (o *Error) SetReason(v string)
- type ErrorAllOf
- func (o *ErrorAllOf) GetCode() string
- func (o *ErrorAllOf) GetCodeOk() (*string, bool)
- func (o *ErrorAllOf) GetOperationId() string
- func (o *ErrorAllOf) GetOperationIdOk() (*string, bool)
- func (o *ErrorAllOf) GetReason() string
- func (o *ErrorAllOf) GetReasonOk() (*string, bool)
- func (o *ErrorAllOf) HasCode() bool
- func (o *ErrorAllOf) HasOperationId() bool
- func (o *ErrorAllOf) HasReason() bool
- func (o ErrorAllOf) MarshalJSON() ([]byte, error)
- func (o *ErrorAllOf) SetCode(v string)
- func (o *ErrorAllOf) SetOperationId(v string)
- func (o *ErrorAllOf) SetReason(v string)
- type ErrorList
- func (o *ErrorList) GetItems() []Error
- func (o *ErrorList) GetItemsOk() (*[]Error, bool)
- func (o *ErrorList) GetKind() string
- func (o *ErrorList) GetKindOk() (*string, bool)
- func (o *ErrorList) GetPage() int32
- func (o *ErrorList) GetPageOk() (*int32, bool)
- func (o *ErrorList) GetSize() int32
- func (o *ErrorList) GetSizeOk() (*int32, bool)
- func (o *ErrorList) GetTotal() int32
- func (o *ErrorList) GetTotalOk() (*int32, bool)
- func (o ErrorList) MarshalJSON() ([]byte, error)
- func (o *ErrorList) SetItems(v []Error)
- func (o *ErrorList) SetKind(v string)
- func (o *ErrorList) SetPage(v int32)
- func (o *ErrorList) SetSize(v int32)
- func (o *ErrorList) SetTotal(v int32)
- type ErrorListAllOf
- type GenericOpenAPIError
- type InstantQuery
- func (o *InstantQuery) GetMetric() map[string]string
- func (o *InstantQuery) GetMetricOk() (*map[string]string, bool)
- func (o *InstantQuery) GetTimestamp() int64
- func (o *InstantQuery) GetTimestampOk() (*int64, bool)
- func (o *InstantQuery) GetValue() float64
- func (o *InstantQuery) GetValueOk() (*float64, bool)
- func (o *InstantQuery) HasMetric() bool
- func (o *InstantQuery) HasTimestamp() bool
- func (o InstantQuery) MarshalJSON() ([]byte, error)
- func (o *InstantQuery) SetMetric(v map[string]string)
- func (o *InstantQuery) SetTimestamp(v int64)
- func (o *InstantQuery) SetValue(v float64)
- type KafkaRequest
- func (o *KafkaRequest) GetBootstrapServerHost() string
- func (o *KafkaRequest) GetBootstrapServerHostOk() (*string, bool)
- func (o *KafkaRequest) GetCloudProvider() string
- func (o *KafkaRequest) GetCloudProviderOk() (*string, bool)
- func (o *KafkaRequest) GetCreatedAt() time.Time
- func (o *KafkaRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *KafkaRequest) GetFailedReason() string
- func (o *KafkaRequest) GetFailedReasonOk() (*string, bool)
- func (o *KafkaRequest) GetHref() string
- func (o *KafkaRequest) GetHrefOk() (*string, bool)
- func (o *KafkaRequest) GetId() string
- func (o *KafkaRequest) GetIdOk() (*string, bool)
- func (o *KafkaRequest) GetKind() string
- func (o *KafkaRequest) GetKindOk() (*string, bool)
- func (o *KafkaRequest) GetMultiAz() bool
- func (o *KafkaRequest) GetMultiAzOk() (*bool, bool)
- func (o *KafkaRequest) GetName() string
- func (o *KafkaRequest) GetNameOk() (*string, bool)
- func (o *KafkaRequest) GetOwner() string
- func (o *KafkaRequest) GetOwnerOk() (*string, bool)
- func (o *KafkaRequest) GetRegion() string
- func (o *KafkaRequest) GetRegionOk() (*string, bool)
- func (o *KafkaRequest) GetStatus() string
- func (o *KafkaRequest) GetStatusOk() (*string, bool)
- func (o *KafkaRequest) GetUpdatedAt() time.Time
- func (o *KafkaRequest) GetUpdatedAtOk() (*time.Time, bool)
- func (o *KafkaRequest) GetVersion() string
- func (o *KafkaRequest) GetVersionOk() (*string, bool)
- func (o *KafkaRequest) HasBootstrapServerHost() bool
- func (o *KafkaRequest) HasCloudProvider() bool
- func (o *KafkaRequest) HasCreatedAt() bool
- func (o *KafkaRequest) HasFailedReason() bool
- func (o *KafkaRequest) HasHref() bool
- func (o *KafkaRequest) HasId() bool
- func (o *KafkaRequest) HasKind() bool
- func (o *KafkaRequest) HasMultiAz() bool
- func (o *KafkaRequest) HasName() bool
- func (o *KafkaRequest) HasOwner() bool
- func (o *KafkaRequest) HasRegion() bool
- func (o *KafkaRequest) HasStatus() bool
- func (o *KafkaRequest) HasUpdatedAt() bool
- func (o *KafkaRequest) HasVersion() bool
- func (o KafkaRequest) MarshalJSON() ([]byte, error)
- func (o *KafkaRequest) SetBootstrapServerHost(v string)
- func (o *KafkaRequest) SetCloudProvider(v string)
- func (o *KafkaRequest) SetCreatedAt(v time.Time)
- func (o *KafkaRequest) SetFailedReason(v string)
- func (o *KafkaRequest) SetHref(v string)
- func (o *KafkaRequest) SetId(v string)
- func (o *KafkaRequest) SetKind(v string)
- func (o *KafkaRequest) SetMultiAz(v bool)
- func (o *KafkaRequest) SetName(v string)
- func (o *KafkaRequest) SetOwner(v string)
- func (o *KafkaRequest) SetRegion(v string)
- func (o *KafkaRequest) SetStatus(v string)
- func (o *KafkaRequest) SetUpdatedAt(v time.Time)
- func (o *KafkaRequest) SetVersion(v string)
- type KafkaRequestAllOf
- func (o *KafkaRequestAllOf) GetBootstrapServerHost() string
- func (o *KafkaRequestAllOf) GetBootstrapServerHostOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetCloudProvider() string
- func (o *KafkaRequestAllOf) GetCloudProviderOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetCreatedAt() time.Time
- func (o *KafkaRequestAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *KafkaRequestAllOf) GetFailedReason() string
- func (o *KafkaRequestAllOf) GetFailedReasonOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetMultiAz() bool
- func (o *KafkaRequestAllOf) GetMultiAzOk() (*bool, bool)
- func (o *KafkaRequestAllOf) GetName() string
- func (o *KafkaRequestAllOf) GetNameOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetOwner() string
- func (o *KafkaRequestAllOf) GetOwnerOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetRegion() string
- func (o *KafkaRequestAllOf) GetRegionOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetStatus() string
- func (o *KafkaRequestAllOf) GetStatusOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetUpdatedAt() time.Time
- func (o *KafkaRequestAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *KafkaRequestAllOf) GetVersion() string
- func (o *KafkaRequestAllOf) GetVersionOk() (*string, bool)
- func (o *KafkaRequestAllOf) HasBootstrapServerHost() bool
- func (o *KafkaRequestAllOf) HasCloudProvider() bool
- func (o *KafkaRequestAllOf) HasCreatedAt() bool
- func (o *KafkaRequestAllOf) HasFailedReason() bool
- func (o *KafkaRequestAllOf) HasMultiAz() bool
- func (o *KafkaRequestAllOf) HasName() bool
- func (o *KafkaRequestAllOf) HasOwner() bool
- func (o *KafkaRequestAllOf) HasRegion() bool
- func (o *KafkaRequestAllOf) HasStatus() bool
- func (o *KafkaRequestAllOf) HasUpdatedAt() bool
- func (o *KafkaRequestAllOf) HasVersion() bool
- func (o KafkaRequestAllOf) MarshalJSON() ([]byte, error)
- func (o *KafkaRequestAllOf) SetBootstrapServerHost(v string)
- func (o *KafkaRequestAllOf) SetCloudProvider(v string)
- func (o *KafkaRequestAllOf) SetCreatedAt(v time.Time)
- func (o *KafkaRequestAllOf) SetFailedReason(v string)
- func (o *KafkaRequestAllOf) SetMultiAz(v bool)
- func (o *KafkaRequestAllOf) SetName(v string)
- func (o *KafkaRequestAllOf) SetOwner(v string)
- func (o *KafkaRequestAllOf) SetRegion(v string)
- func (o *KafkaRequestAllOf) SetStatus(v string)
- func (o *KafkaRequestAllOf) SetUpdatedAt(v time.Time)
- func (o *KafkaRequestAllOf) SetVersion(v string)
- type KafkaRequestList
- func (o *KafkaRequestList) GetItems() []KafkaRequest
- func (o *KafkaRequestList) GetItemsOk() (*[]KafkaRequest, bool)
- func (o *KafkaRequestList) GetKind() string
- func (o *KafkaRequestList) GetKindOk() (*string, bool)
- func (o *KafkaRequestList) GetPage() int32
- func (o *KafkaRequestList) GetPageOk() (*int32, bool)
- func (o *KafkaRequestList) GetSize() int32
- func (o *KafkaRequestList) GetSizeOk() (*int32, bool)
- func (o *KafkaRequestList) GetTotal() int32
- func (o *KafkaRequestList) GetTotalOk() (*int32, bool)
- func (o KafkaRequestList) MarshalJSON() ([]byte, error)
- func (o *KafkaRequestList) SetItems(v []KafkaRequest)
- func (o *KafkaRequestList) SetKind(v string)
- func (o *KafkaRequestList) SetPage(v int32)
- func (o *KafkaRequestList) SetSize(v int32)
- func (o *KafkaRequestList) SetTotal(v int32)
- type KafkaRequestListAllOf
- type KafkaRequestPayload
- func (o *KafkaRequestPayload) GetCloudProvider() string
- func (o *KafkaRequestPayload) GetCloudProviderOk() (*string, bool)
- func (o *KafkaRequestPayload) GetMultiAz() bool
- func (o *KafkaRequestPayload) GetMultiAzOk() (*bool, bool)
- func (o *KafkaRequestPayload) GetName() string
- func (o *KafkaRequestPayload) GetNameOk() (*string, bool)
- func (o *KafkaRequestPayload) GetRegion() string
- func (o *KafkaRequestPayload) GetRegionOk() (*string, bool)
- func (o *KafkaRequestPayload) HasCloudProvider() bool
- func (o *KafkaRequestPayload) HasMultiAz() bool
- func (o *KafkaRequestPayload) HasRegion() bool
- func (o KafkaRequestPayload) MarshalJSON() ([]byte, error)
- func (o *KafkaRequestPayload) SetCloudProvider(v string)
- func (o *KafkaRequestPayload) SetMultiAz(v bool)
- func (o *KafkaRequestPayload) SetName(v string)
- func (o *KafkaRequestPayload) SetRegion(v string)
- type List
- func (o *List) GetKind() string
- func (o *List) GetKindOk() (*string, bool)
- func (o *List) GetPage() int32
- func (o *List) GetPageOk() (*int32, bool)
- func (o *List) GetSize() int32
- func (o *List) GetSizeOk() (*int32, bool)
- func (o *List) GetTotal() int32
- func (o *List) GetTotalOk() (*int32, bool)
- func (o List) MarshalJSON() ([]byte, error)
- func (o *List) SetKind(v string)
- func (o *List) SetPage(v int32)
- func (o *List) SetSize(v int32)
- func (o *List) SetTotal(v int32)
- type Metric
- func (o *Metric) GetMetric() map[string]string
- func (o *Metric) GetMetricOk() (*map[string]string, bool)
- func (o *Metric) GetValues() []Values
- func (o *Metric) GetValuesOk() (*[]Values, bool)
- func (o *Metric) HasMetric() bool
- func (o *Metric) HasValues() bool
- func (o Metric) MarshalJSON() ([]byte, error)
- func (o *Metric) SetMetric(v map[string]string)
- func (o *Metric) SetValues(v []Values)
- type MetricsInstantQueryList
- func (o *MetricsInstantQueryList) GetId() string
- func (o *MetricsInstantQueryList) GetIdOk() (*string, bool)
- func (o *MetricsInstantQueryList) GetItems() []InstantQuery
- func (o *MetricsInstantQueryList) GetItemsOk() (*[]InstantQuery, bool)
- func (o *MetricsInstantQueryList) GetKind() string
- func (o *MetricsInstantQueryList) GetKindOk() (*string, bool)
- func (o *MetricsInstantQueryList) HasId() bool
- func (o *MetricsInstantQueryList) HasItems() bool
- func (o *MetricsInstantQueryList) HasKind() bool
- func (o MetricsInstantQueryList) MarshalJSON() ([]byte, error)
- func (o *MetricsInstantQueryList) SetId(v string)
- func (o *MetricsInstantQueryList) SetItems(v []InstantQuery)
- func (o *MetricsInstantQueryList) SetKind(v string)
- type MetricsInstantQueryListAllOf
- func (o *MetricsInstantQueryListAllOf) GetId() string
- func (o *MetricsInstantQueryListAllOf) GetIdOk() (*string, bool)
- func (o *MetricsInstantQueryListAllOf) GetItems() []InstantQuery
- func (o *MetricsInstantQueryListAllOf) GetItemsOk() (*[]InstantQuery, bool)
- func (o *MetricsInstantQueryListAllOf) GetKind() string
- func (o *MetricsInstantQueryListAllOf) GetKindOk() (*string, bool)
- func (o *MetricsInstantQueryListAllOf) HasId() bool
- func (o *MetricsInstantQueryListAllOf) HasItems() bool
- func (o *MetricsInstantQueryListAllOf) HasKind() bool
- func (o MetricsInstantQueryListAllOf) MarshalJSON() ([]byte, error)
- func (o *MetricsInstantQueryListAllOf) SetId(v string)
- func (o *MetricsInstantQueryListAllOf) SetItems(v []InstantQuery)
- func (o *MetricsInstantQueryListAllOf) SetKind(v string)
- type MetricsList
- func (o *MetricsList) GetId() string
- func (o *MetricsList) GetIdOk() (*string, bool)
- func (o *MetricsList) GetItems() []Metric
- func (o *MetricsList) GetItemsOk() (*[]Metric, bool)
- func (o *MetricsList) GetKind() string
- func (o *MetricsList) GetKindOk() (*string, bool)
- func (o *MetricsList) HasId() bool
- func (o *MetricsList) HasItems() bool
- func (o *MetricsList) HasKind() bool
- func (o MetricsList) MarshalJSON() ([]byte, error)
- func (o *MetricsList) SetId(v string)
- func (o *MetricsList) SetItems(v []Metric)
- func (o *MetricsList) SetKind(v string)
- type MetricsListAllOf
- func (o *MetricsListAllOf) GetId() string
- func (o *MetricsListAllOf) GetIdOk() (*string, bool)
- func (o *MetricsListAllOf) GetItems() []Metric
- func (o *MetricsListAllOf) GetItemsOk() (*[]Metric, bool)
- func (o *MetricsListAllOf) GetKind() string
- func (o *MetricsListAllOf) GetKindOk() (*string, bool)
- func (o *MetricsListAllOf) HasId() bool
- func (o *MetricsListAllOf) HasItems() bool
- func (o *MetricsListAllOf) HasKind() bool
- func (o MetricsListAllOf) MarshalJSON() ([]byte, error)
- func (o *MetricsListAllOf) SetId(v string)
- func (o *MetricsListAllOf) SetItems(v []Metric)
- func (o *MetricsListAllOf) SetKind(v string)
- type MetricsRangeQueryList
- func (o *MetricsRangeQueryList) GetId() string
- func (o *MetricsRangeQueryList) GetIdOk() (*string, bool)
- func (o *MetricsRangeQueryList) GetItems() []RangeQuery
- func (o *MetricsRangeQueryList) GetItemsOk() (*[]RangeQuery, bool)
- func (o *MetricsRangeQueryList) GetKind() string
- func (o *MetricsRangeQueryList) GetKindOk() (*string, bool)
- func (o *MetricsRangeQueryList) HasId() bool
- func (o *MetricsRangeQueryList) HasItems() bool
- func (o *MetricsRangeQueryList) HasKind() bool
- func (o MetricsRangeQueryList) MarshalJSON() ([]byte, error)
- func (o *MetricsRangeQueryList) SetId(v string)
- func (o *MetricsRangeQueryList) SetItems(v []RangeQuery)
- func (o *MetricsRangeQueryList) SetKind(v string)
- type MetricsRangeQueryListAllOf
- func (o *MetricsRangeQueryListAllOf) GetId() string
- func (o *MetricsRangeQueryListAllOf) GetIdOk() (*string, bool)
- func (o *MetricsRangeQueryListAllOf) GetItems() []RangeQuery
- func (o *MetricsRangeQueryListAllOf) GetItemsOk() (*[]RangeQuery, bool)
- func (o *MetricsRangeQueryListAllOf) GetKind() string
- func (o *MetricsRangeQueryListAllOf) GetKindOk() (*string, bool)
- func (o *MetricsRangeQueryListAllOf) HasId() bool
- func (o *MetricsRangeQueryListAllOf) HasItems() bool
- func (o *MetricsRangeQueryListAllOf) HasKind() bool
- func (o MetricsRangeQueryListAllOf) MarshalJSON() ([]byte, error)
- func (o *MetricsRangeQueryListAllOf) SetId(v string)
- func (o *MetricsRangeQueryListAllOf) SetItems(v []RangeQuery)
- func (o *MetricsRangeQueryListAllOf) SetKind(v string)
- type NullableBool
- type NullableCloudProvider
- func (v NullableCloudProvider) Get() *CloudProvider
- func (v NullableCloudProvider) IsSet() bool
- func (v NullableCloudProvider) MarshalJSON() ([]byte, error)
- func (v *NullableCloudProvider) Set(val *CloudProvider)
- func (v *NullableCloudProvider) UnmarshalJSON(src []byte) error
- func (v *NullableCloudProvider) Unset()
- type NullableCloudProviderList
- func (v NullableCloudProviderList) Get() *CloudProviderList
- func (v NullableCloudProviderList) IsSet() bool
- func (v NullableCloudProviderList) MarshalJSON() ([]byte, error)
- func (v *NullableCloudProviderList) Set(val *CloudProviderList)
- func (v *NullableCloudProviderList) UnmarshalJSON(src []byte) error
- func (v *NullableCloudProviderList) Unset()
- type NullableCloudProviderListAllOf
- func (v NullableCloudProviderListAllOf) Get() *CloudProviderListAllOf
- func (v NullableCloudProviderListAllOf) IsSet() bool
- func (v NullableCloudProviderListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCloudProviderListAllOf) Set(val *CloudProviderListAllOf)
- func (v *NullableCloudProviderListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCloudProviderListAllOf) Unset()
- type NullableCloudRegion
- func (v NullableCloudRegion) Get() *CloudRegion
- func (v NullableCloudRegion) IsSet() bool
- func (v NullableCloudRegion) MarshalJSON() ([]byte, error)
- func (v *NullableCloudRegion) Set(val *CloudRegion)
- func (v *NullableCloudRegion) UnmarshalJSON(src []byte) error
- func (v *NullableCloudRegion) Unset()
- type NullableCloudRegionList
- func (v NullableCloudRegionList) Get() *CloudRegionList
- func (v NullableCloudRegionList) IsSet() bool
- func (v NullableCloudRegionList) MarshalJSON() ([]byte, error)
- func (v *NullableCloudRegionList) Set(val *CloudRegionList)
- func (v *NullableCloudRegionList) UnmarshalJSON(src []byte) error
- func (v *NullableCloudRegionList) Unset()
- type NullableCloudRegionListAllOf
- func (v NullableCloudRegionListAllOf) Get() *CloudRegionListAllOf
- func (v NullableCloudRegionListAllOf) IsSet() bool
- func (v NullableCloudRegionListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCloudRegionListAllOf) Set(val *CloudRegionListAllOf)
- func (v *NullableCloudRegionListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCloudRegionListAllOf) Unset()
- type NullableConnector
- type NullableConnectorAllOf
- func (v NullableConnectorAllOf) Get() *ConnectorAllOf
- func (v NullableConnectorAllOf) IsSet() bool
- func (v NullableConnectorAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorAllOf) Set(val *ConnectorAllOf)
- func (v *NullableConnectorAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorAllOf) Unset()
- type NullableConnectorAllOfDeploymentLocation
- func (v NullableConnectorAllOfDeploymentLocation) Get() *ConnectorAllOfDeploymentLocation
- func (v NullableConnectorAllOfDeploymentLocation) IsSet() bool
- func (v NullableConnectorAllOfDeploymentLocation) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorAllOfDeploymentLocation) Set(val *ConnectorAllOfDeploymentLocation)
- func (v *NullableConnectorAllOfDeploymentLocation) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorAllOfDeploymentLocation) Unset()
- type NullableConnectorAllOfMetadata
- func (v NullableConnectorAllOfMetadata) Get() *ConnectorAllOfMetadata
- func (v NullableConnectorAllOfMetadata) IsSet() bool
- func (v NullableConnectorAllOfMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorAllOfMetadata) Set(val *ConnectorAllOfMetadata)
- func (v *NullableConnectorAllOfMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorAllOfMetadata) Unset()
- type NullableConnectorList
- func (v NullableConnectorList) Get() *ConnectorList
- func (v NullableConnectorList) IsSet() bool
- func (v NullableConnectorList) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorList) Set(val *ConnectorList)
- func (v *NullableConnectorList) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorList) Unset()
- type NullableConnectorListAllOf
- func (v NullableConnectorListAllOf) Get() *ConnectorListAllOf
- func (v NullableConnectorListAllOf) IsSet() bool
- func (v NullableConnectorListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorListAllOf) Set(val *ConnectorListAllOf)
- func (v *NullableConnectorListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorListAllOf) Unset()
- type NullableConnectorType
- func (v NullableConnectorType) Get() *ConnectorType
- func (v NullableConnectorType) IsSet() bool
- func (v NullableConnectorType) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorType) Set(val *ConnectorType)
- func (v *NullableConnectorType) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorType) Unset()
- type NullableConnectorTypeAllOf
- func (v NullableConnectorTypeAllOf) Get() *ConnectorTypeAllOf
- func (v NullableConnectorTypeAllOf) IsSet() bool
- func (v NullableConnectorTypeAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorTypeAllOf) Set(val *ConnectorTypeAllOf)
- func (v *NullableConnectorTypeAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorTypeAllOf) Unset()
- type NullableConnectorTypeList
- func (v NullableConnectorTypeList) Get() *ConnectorTypeList
- func (v NullableConnectorTypeList) IsSet() bool
- func (v NullableConnectorTypeList) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorTypeList) Set(val *ConnectorTypeList)
- func (v *NullableConnectorTypeList) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorTypeList) Unset()
- type NullableConnectorTypeListAllOf
- func (v NullableConnectorTypeListAllOf) Get() *ConnectorTypeListAllOf
- func (v NullableConnectorTypeListAllOf) IsSet() bool
- func (v NullableConnectorTypeListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorTypeListAllOf) Set(val *ConnectorTypeListAllOf)
- func (v *NullableConnectorTypeListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorTypeListAllOf) Unset()
- type NullableDataPlaneClusterUpdateStatusRequest
- func (v NullableDataPlaneClusterUpdateStatusRequest) Get() *DataPlaneClusterUpdateStatusRequest
- func (v NullableDataPlaneClusterUpdateStatusRequest) IsSet() bool
- func (v NullableDataPlaneClusterUpdateStatusRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDataPlaneClusterUpdateStatusRequest) Set(val *DataPlaneClusterUpdateStatusRequest)
- func (v *NullableDataPlaneClusterUpdateStatusRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDataPlaneClusterUpdateStatusRequest) Unset()
- type NullableDataPlaneClusterUpdateStatusRequestConditions
- func (v NullableDataPlaneClusterUpdateStatusRequestConditions) Get() *DataPlaneClusterUpdateStatusRequestConditions
- func (v NullableDataPlaneClusterUpdateStatusRequestConditions) IsSet() bool
- func (v NullableDataPlaneClusterUpdateStatusRequestConditions) MarshalJSON() ([]byte, error)
- func (v *NullableDataPlaneClusterUpdateStatusRequestConditions) Set(val *DataPlaneClusterUpdateStatusRequestConditions)
- func (v *NullableDataPlaneClusterUpdateStatusRequestConditions) UnmarshalJSON(src []byte) error
- func (v *NullableDataPlaneClusterUpdateStatusRequestConditions) Unset()
- type NullableDataPlaneClusterUpdateStatusRequestNodeInfo
- func (v NullableDataPlaneClusterUpdateStatusRequestNodeInfo) Get() *DataPlaneClusterUpdateStatusRequestNodeInfo
- func (v NullableDataPlaneClusterUpdateStatusRequestNodeInfo) IsSet() bool
- func (v NullableDataPlaneClusterUpdateStatusRequestNodeInfo) MarshalJSON() ([]byte, error)
- func (v *NullableDataPlaneClusterUpdateStatusRequestNodeInfo) Set(val *DataPlaneClusterUpdateStatusRequestNodeInfo)
- func (v *NullableDataPlaneClusterUpdateStatusRequestNodeInfo) UnmarshalJSON(src []byte) error
- func (v *NullableDataPlaneClusterUpdateStatusRequestNodeInfo) Unset()
- type NullableDataPlaneClusterUpdateStatusRequestResizeInfo
- func (v NullableDataPlaneClusterUpdateStatusRequestResizeInfo) Get() *DataPlaneClusterUpdateStatusRequestResizeInfo
- func (v NullableDataPlaneClusterUpdateStatusRequestResizeInfo) IsSet() bool
- func (v NullableDataPlaneClusterUpdateStatusRequestResizeInfo) MarshalJSON() ([]byte, error)
- func (v *NullableDataPlaneClusterUpdateStatusRequestResizeInfo) Set(val *DataPlaneClusterUpdateStatusRequestResizeInfo)
- func (v *NullableDataPlaneClusterUpdateStatusRequestResizeInfo) UnmarshalJSON(src []byte) error
- func (v *NullableDataPlaneClusterUpdateStatusRequestResizeInfo) Unset()
- type NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta
- func (v NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) Get() *DataPlaneClusterUpdateStatusRequestResizeInfoDelta
- func (v NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) IsSet() bool
- func (v NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) MarshalJSON() ([]byte, error)
- func (v *NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) Set(val *DataPlaneClusterUpdateStatusRequestResizeInfoDelta)
- func (v *NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) UnmarshalJSON(src []byte) error
- func (v *NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) Unset()
- type NullableDataPlaneClusterUpdateStatusRequestTotal
- func (v NullableDataPlaneClusterUpdateStatusRequestTotal) Get() *DataPlaneClusterUpdateStatusRequestTotal
- func (v NullableDataPlaneClusterUpdateStatusRequestTotal) IsSet() bool
- func (v NullableDataPlaneClusterUpdateStatusRequestTotal) MarshalJSON() ([]byte, error)
- func (v *NullableDataPlaneClusterUpdateStatusRequestTotal) Set(val *DataPlaneClusterUpdateStatusRequestTotal)
- func (v *NullableDataPlaneClusterUpdateStatusRequestTotal) UnmarshalJSON(src []byte) error
- func (v *NullableDataPlaneClusterUpdateStatusRequestTotal) Unset()
- type NullableError
- type NullableErrorAllOf
- type NullableErrorList
- type NullableErrorListAllOf
- func (v NullableErrorListAllOf) Get() *ErrorListAllOf
- func (v NullableErrorListAllOf) IsSet() bool
- func (v NullableErrorListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableErrorListAllOf) Set(val *ErrorListAllOf)
- func (v *NullableErrorListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableErrorListAllOf) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInstantQuery
- func (v NullableInstantQuery) Get() *InstantQuery
- func (v NullableInstantQuery) IsSet() bool
- func (v NullableInstantQuery) MarshalJSON() ([]byte, error)
- func (v *NullableInstantQuery) Set(val *InstantQuery)
- func (v *NullableInstantQuery) UnmarshalJSON(src []byte) error
- func (v *NullableInstantQuery) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableKafkaRequest
- func (v NullableKafkaRequest) Get() *KafkaRequest
- func (v NullableKafkaRequest) IsSet() bool
- func (v NullableKafkaRequest) MarshalJSON() ([]byte, error)
- func (v *NullableKafkaRequest) Set(val *KafkaRequest)
- func (v *NullableKafkaRequest) UnmarshalJSON(src []byte) error
- func (v *NullableKafkaRequest) Unset()
- type NullableKafkaRequestAllOf
- func (v NullableKafkaRequestAllOf) Get() *KafkaRequestAllOf
- func (v NullableKafkaRequestAllOf) IsSet() bool
- func (v NullableKafkaRequestAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableKafkaRequestAllOf) Set(val *KafkaRequestAllOf)
- func (v *NullableKafkaRequestAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableKafkaRequestAllOf) Unset()
- type NullableKafkaRequestList
- func (v NullableKafkaRequestList) Get() *KafkaRequestList
- func (v NullableKafkaRequestList) IsSet() bool
- func (v NullableKafkaRequestList) MarshalJSON() ([]byte, error)
- func (v *NullableKafkaRequestList) Set(val *KafkaRequestList)
- func (v *NullableKafkaRequestList) UnmarshalJSON(src []byte) error
- func (v *NullableKafkaRequestList) Unset()
- type NullableKafkaRequestListAllOf
- func (v NullableKafkaRequestListAllOf) Get() *KafkaRequestListAllOf
- func (v NullableKafkaRequestListAllOf) IsSet() bool
- func (v NullableKafkaRequestListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableKafkaRequestListAllOf) Set(val *KafkaRequestListAllOf)
- func (v *NullableKafkaRequestListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableKafkaRequestListAllOf) Unset()
- type NullableKafkaRequestPayload
- func (v NullableKafkaRequestPayload) Get() *KafkaRequestPayload
- func (v NullableKafkaRequestPayload) IsSet() bool
- func (v NullableKafkaRequestPayload) MarshalJSON() ([]byte, error)
- func (v *NullableKafkaRequestPayload) Set(val *KafkaRequestPayload)
- func (v *NullableKafkaRequestPayload) UnmarshalJSON(src []byte) error
- func (v *NullableKafkaRequestPayload) Unset()
- type NullableList
- type NullableMetric
- type NullableMetricsInstantQueryList
- func (v NullableMetricsInstantQueryList) Get() *MetricsInstantQueryList
- func (v NullableMetricsInstantQueryList) IsSet() bool
- func (v NullableMetricsInstantQueryList) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsInstantQueryList) Set(val *MetricsInstantQueryList)
- func (v *NullableMetricsInstantQueryList) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsInstantQueryList) Unset()
- type NullableMetricsInstantQueryListAllOf
- func (v NullableMetricsInstantQueryListAllOf) Get() *MetricsInstantQueryListAllOf
- func (v NullableMetricsInstantQueryListAllOf) IsSet() bool
- func (v NullableMetricsInstantQueryListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsInstantQueryListAllOf) Set(val *MetricsInstantQueryListAllOf)
- func (v *NullableMetricsInstantQueryListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsInstantQueryListAllOf) Unset()
- type NullableMetricsList
- func (v NullableMetricsList) Get() *MetricsList
- func (v NullableMetricsList) IsSet() bool
- func (v NullableMetricsList) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsList) Set(val *MetricsList)
- func (v *NullableMetricsList) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsList) Unset()
- type NullableMetricsListAllOf
- func (v NullableMetricsListAllOf) Get() *MetricsListAllOf
- func (v NullableMetricsListAllOf) IsSet() bool
- func (v NullableMetricsListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsListAllOf) Set(val *MetricsListAllOf)
- func (v *NullableMetricsListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsListAllOf) Unset()
- type NullableMetricsRangeQueryList
- func (v NullableMetricsRangeQueryList) Get() *MetricsRangeQueryList
- func (v NullableMetricsRangeQueryList) IsSet() bool
- func (v NullableMetricsRangeQueryList) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsRangeQueryList) Set(val *MetricsRangeQueryList)
- func (v *NullableMetricsRangeQueryList) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsRangeQueryList) Unset()
- type NullableMetricsRangeQueryListAllOf
- func (v NullableMetricsRangeQueryListAllOf) Get() *MetricsRangeQueryListAllOf
- func (v NullableMetricsRangeQueryListAllOf) IsSet() bool
- func (v NullableMetricsRangeQueryListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsRangeQueryListAllOf) Set(val *MetricsRangeQueryListAllOf)
- func (v *NullableMetricsRangeQueryListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsRangeQueryListAllOf) Unset()
- type NullableObjectReference
- func (v NullableObjectReference) Get() *ObjectReference
- func (v NullableObjectReference) IsSet() bool
- func (v NullableObjectReference) MarshalJSON() ([]byte, error)
- func (v *NullableObjectReference) Set(val *ObjectReference)
- func (v *NullableObjectReference) UnmarshalJSON(src []byte) error
- func (v *NullableObjectReference) Unset()
- type NullableRangeQuery
- type NullableServiceAccount
- func (v NullableServiceAccount) Get() *ServiceAccount
- func (v NullableServiceAccount) IsSet() bool
- func (v NullableServiceAccount) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccount) Set(val *ServiceAccount)
- func (v *NullableServiceAccount) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccount) Unset()
- type NullableServiceAccountAllOf
- func (v NullableServiceAccountAllOf) Get() *ServiceAccountAllOf
- func (v NullableServiceAccountAllOf) IsSet() bool
- func (v NullableServiceAccountAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountAllOf) Set(val *ServiceAccountAllOf)
- func (v *NullableServiceAccountAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountAllOf) Unset()
- type NullableServiceAccountList
- func (v NullableServiceAccountList) Get() *ServiceAccountList
- func (v NullableServiceAccountList) IsSet() bool
- func (v NullableServiceAccountList) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountList) Set(val *ServiceAccountList)
- func (v *NullableServiceAccountList) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountList) Unset()
- type NullableServiceAccountListAllOf
- func (v NullableServiceAccountListAllOf) Get() *ServiceAccountListAllOf
- func (v NullableServiceAccountListAllOf) IsSet() bool
- func (v NullableServiceAccountListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountListAllOf) Set(val *ServiceAccountListAllOf)
- func (v *NullableServiceAccountListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountListAllOf) Unset()
- type NullableServiceAccountListItem
- func (v NullableServiceAccountListItem) Get() *ServiceAccountListItem
- func (v NullableServiceAccountListItem) IsSet() bool
- func (v NullableServiceAccountListItem) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountListItem) Set(val *ServiceAccountListItem)
- func (v *NullableServiceAccountListItem) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountListItem) Unset()
- type NullableServiceAccountListItemAllOf
- func (v NullableServiceAccountListItemAllOf) Get() *ServiceAccountListItemAllOf
- func (v NullableServiceAccountListItemAllOf) IsSet() bool
- func (v NullableServiceAccountListItemAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountListItemAllOf) Set(val *ServiceAccountListItemAllOf)
- func (v *NullableServiceAccountListItemAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountListItemAllOf) Unset()
- type NullableServiceAccountRequest
- func (v NullableServiceAccountRequest) Get() *ServiceAccountRequest
- func (v NullableServiceAccountRequest) IsSet() bool
- func (v NullableServiceAccountRequest) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountRequest) Set(val *ServiceAccountRequest)
- func (v *NullableServiceAccountRequest) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountRequest) Unset()
- type NullableServiceStatus
- func (v NullableServiceStatus) Get() *ServiceStatus
- func (v NullableServiceStatus) IsSet() bool
- func (v NullableServiceStatus) MarshalJSON() ([]byte, error)
- func (v *NullableServiceStatus) Set(val *ServiceStatus)
- func (v *NullableServiceStatus) UnmarshalJSON(src []byte) error
- func (v *NullableServiceStatus) Unset()
- type NullableServiceStatusKafkas
- func (v NullableServiceStatusKafkas) Get() *ServiceStatusKafkas
- func (v NullableServiceStatusKafkas) IsSet() bool
- func (v NullableServiceStatusKafkas) MarshalJSON() ([]byte, error)
- func (v *NullableServiceStatusKafkas) Set(val *ServiceStatusKafkas)
- func (v *NullableServiceStatusKafkas) UnmarshalJSON(src []byte) error
- func (v *NullableServiceStatusKafkas) Unset()
- type NullableString
- type NullableTime
- type NullableValues
- type NullableVersionMetadata
- func (v NullableVersionMetadata) Get() *VersionMetadata
- func (v NullableVersionMetadata) IsSet() bool
- func (v NullableVersionMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableVersionMetadata) Set(val *VersionMetadata)
- func (v *NullableVersionMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableVersionMetadata) Unset()
- type NullableVersionMetadataAllOf
- func (v NullableVersionMetadataAllOf) Get() *VersionMetadataAllOf
- func (v NullableVersionMetadataAllOf) IsSet() bool
- func (v NullableVersionMetadataAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableVersionMetadataAllOf) Set(val *VersionMetadataAllOf)
- func (v *NullableVersionMetadataAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableVersionMetadataAllOf) Unset()
- type ObjectReference
- func (o *ObjectReference) GetHref() string
- func (o *ObjectReference) GetHrefOk() (*string, bool)
- func (o *ObjectReference) GetId() string
- func (o *ObjectReference) GetIdOk() (*string, bool)
- func (o *ObjectReference) GetKind() string
- func (o *ObjectReference) GetKindOk() (*string, bool)
- func (o *ObjectReference) HasHref() bool
- func (o *ObjectReference) HasId() bool
- func (o *ObjectReference) HasKind() bool
- func (o ObjectReference) MarshalJSON() ([]byte, error)
- func (o *ObjectReference) SetHref(v string)
- func (o *ObjectReference) SetId(v string)
- func (o *ObjectReference) SetKind(v string)
- type RangeQuery
- func (o *RangeQuery) GetMetric() map[string]string
- func (o *RangeQuery) GetMetricOk() (*map[string]string, bool)
- func (o *RangeQuery) GetValues() []Values
- func (o *RangeQuery) GetValuesOk() (*[]Values, bool)
- func (o *RangeQuery) HasMetric() bool
- func (o *RangeQuery) HasValues() bool
- func (o RangeQuery) MarshalJSON() ([]byte, error)
- func (o *RangeQuery) SetMetric(v map[string]string)
- func (o *RangeQuery) SetValues(v []Values)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceAccount
- func (o *ServiceAccount) GetClientID() string
- func (o *ServiceAccount) GetClientIDOk() (*string, bool)
- func (o *ServiceAccount) GetClientSecret() string
- func (o *ServiceAccount) GetClientSecretOk() (*string, bool)
- func (o *ServiceAccount) GetCreatedAt() time.Time
- func (o *ServiceAccount) GetCreatedAtOk() (*time.Time, bool)
- func (o *ServiceAccount) GetDescription() string
- func (o *ServiceAccount) GetDescriptionOk() (*string, bool)
- func (o *ServiceAccount) GetHref() string
- func (o *ServiceAccount) GetHrefOk() (*string, bool)
- func (o *ServiceAccount) GetId() string
- func (o *ServiceAccount) GetIdOk() (*string, bool)
- func (o *ServiceAccount) GetKind() string
- func (o *ServiceAccount) GetKindOk() (*string, bool)
- func (o *ServiceAccount) GetName() string
- func (o *ServiceAccount) GetNameOk() (*string, bool)
- func (o *ServiceAccount) GetOwner() string
- func (o *ServiceAccount) GetOwnerOk() (*string, bool)
- func (o *ServiceAccount) HasClientID() bool
- func (o *ServiceAccount) HasClientSecret() bool
- func (o *ServiceAccount) HasCreatedAt() bool
- func (o *ServiceAccount) HasDescription() bool
- func (o *ServiceAccount) HasHref() bool
- func (o *ServiceAccount) HasId() bool
- func (o *ServiceAccount) HasKind() bool
- func (o *ServiceAccount) HasName() bool
- func (o *ServiceAccount) HasOwner() bool
- func (o ServiceAccount) MarshalJSON() ([]byte, error)
- func (o *ServiceAccount) SetClientID(v string)
- func (o *ServiceAccount) SetClientSecret(v string)
- func (o *ServiceAccount) SetCreatedAt(v time.Time)
- func (o *ServiceAccount) SetDescription(v string)
- func (o *ServiceAccount) SetHref(v string)
- func (o *ServiceAccount) SetId(v string)
- func (o *ServiceAccount) SetKind(v string)
- func (o *ServiceAccount) SetName(v string)
- func (o *ServiceAccount) SetOwner(v string)
- type ServiceAccountAllOf
- func (o *ServiceAccountAllOf) GetClientID() string
- func (o *ServiceAccountAllOf) GetClientIDOk() (*string, bool)
- func (o *ServiceAccountAllOf) GetClientSecret() string
- func (o *ServiceAccountAllOf) GetClientSecretOk() (*string, bool)
- func (o *ServiceAccountAllOf) GetCreatedAt() time.Time
- func (o *ServiceAccountAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *ServiceAccountAllOf) GetDescription() string
- func (o *ServiceAccountAllOf) GetDescriptionOk() (*string, bool)
- func (o *ServiceAccountAllOf) GetId() string
- func (o *ServiceAccountAllOf) GetIdOk() (*string, bool)
- func (o *ServiceAccountAllOf) GetName() string
- func (o *ServiceAccountAllOf) GetNameOk() (*string, bool)
- func (o *ServiceAccountAllOf) GetOwner() string
- func (o *ServiceAccountAllOf) GetOwnerOk() (*string, bool)
- func (o *ServiceAccountAllOf) HasClientID() bool
- func (o *ServiceAccountAllOf) HasClientSecret() bool
- func (o *ServiceAccountAllOf) HasCreatedAt() bool
- func (o *ServiceAccountAllOf) HasDescription() bool
- func (o *ServiceAccountAllOf) HasId() bool
- func (o *ServiceAccountAllOf) HasName() bool
- func (o *ServiceAccountAllOf) HasOwner() bool
- func (o ServiceAccountAllOf) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountAllOf) SetClientID(v string)
- func (o *ServiceAccountAllOf) SetClientSecret(v string)
- func (o *ServiceAccountAllOf) SetCreatedAt(v time.Time)
- func (o *ServiceAccountAllOf) SetDescription(v string)
- func (o *ServiceAccountAllOf) SetId(v string)
- func (o *ServiceAccountAllOf) SetName(v string)
- func (o *ServiceAccountAllOf) SetOwner(v string)
- type ServiceAccountList
- func (o *ServiceAccountList) GetItems() []ServiceAccountListItem
- func (o *ServiceAccountList) GetItemsOk() (*[]ServiceAccountListItem, bool)
- func (o *ServiceAccountList) GetKind() string
- func (o *ServiceAccountList) GetKindOk() (*string, bool)
- func (o ServiceAccountList) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountList) SetItems(v []ServiceAccountListItem)
- func (o *ServiceAccountList) SetKind(v string)
- type ServiceAccountListAllOf
- func (o *ServiceAccountListAllOf) GetItems() []ServiceAccountListItem
- func (o *ServiceAccountListAllOf) GetItemsOk() (*[]ServiceAccountListItem, bool)
- func (o *ServiceAccountListAllOf) GetKind() string
- func (o *ServiceAccountListAllOf) GetKindOk() (*string, bool)
- func (o ServiceAccountListAllOf) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountListAllOf) SetItems(v []ServiceAccountListItem)
- func (o *ServiceAccountListAllOf) SetKind(v string)
- type ServiceAccountListItem
- func (o *ServiceAccountListItem) GetClientID() string
- func (o *ServiceAccountListItem) GetClientIDOk() (*string, bool)
- func (o *ServiceAccountListItem) GetCreatedAt() time.Time
- func (o *ServiceAccountListItem) GetCreatedAtOk() (*time.Time, bool)
- func (o *ServiceAccountListItem) GetDescription() string
- func (o *ServiceAccountListItem) GetDescriptionOk() (*string, bool)
- func (o *ServiceAccountListItem) GetHref() string
- func (o *ServiceAccountListItem) GetHrefOk() (*string, bool)
- func (o *ServiceAccountListItem) GetId() string
- func (o *ServiceAccountListItem) GetIdOk() (*string, bool)
- func (o *ServiceAccountListItem) GetKind() string
- func (o *ServiceAccountListItem) GetKindOk() (*string, bool)
- func (o *ServiceAccountListItem) GetName() string
- func (o *ServiceAccountListItem) GetNameOk() (*string, bool)
- func (o *ServiceAccountListItem) GetOwner() string
- func (o *ServiceAccountListItem) GetOwnerOk() (*string, bool)
- func (o *ServiceAccountListItem) HasClientID() bool
- func (o *ServiceAccountListItem) HasCreatedAt() bool
- func (o *ServiceAccountListItem) HasDescription() bool
- func (o *ServiceAccountListItem) HasHref() bool
- func (o *ServiceAccountListItem) HasId() bool
- func (o *ServiceAccountListItem) HasKind() bool
- func (o *ServiceAccountListItem) HasName() bool
- func (o *ServiceAccountListItem) HasOwner() bool
- func (o ServiceAccountListItem) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountListItem) SetClientID(v string)
- func (o *ServiceAccountListItem) SetCreatedAt(v time.Time)
- func (o *ServiceAccountListItem) SetDescription(v string)
- func (o *ServiceAccountListItem) SetHref(v string)
- func (o *ServiceAccountListItem) SetId(v string)
- func (o *ServiceAccountListItem) SetKind(v string)
- func (o *ServiceAccountListItem) SetName(v string)
- func (o *ServiceAccountListItem) SetOwner(v string)
- type ServiceAccountListItemAllOf
- func (o *ServiceAccountListItemAllOf) GetClientID() string
- func (o *ServiceAccountListItemAllOf) GetClientIDOk() (*string, bool)
- func (o *ServiceAccountListItemAllOf) GetCreatedAt() time.Time
- func (o *ServiceAccountListItemAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *ServiceAccountListItemAllOf) GetDescription() string
- func (o *ServiceAccountListItemAllOf) GetDescriptionOk() (*string, bool)
- func (o *ServiceAccountListItemAllOf) GetId() string
- func (o *ServiceAccountListItemAllOf) GetIdOk() (*string, bool)
- func (o *ServiceAccountListItemAllOf) GetName() string
- func (o *ServiceAccountListItemAllOf) GetNameOk() (*string, bool)
- func (o *ServiceAccountListItemAllOf) GetOwner() string
- func (o *ServiceAccountListItemAllOf) GetOwnerOk() (*string, bool)
- func (o *ServiceAccountListItemAllOf) HasClientID() bool
- func (o *ServiceAccountListItemAllOf) HasCreatedAt() bool
- func (o *ServiceAccountListItemAllOf) HasDescription() bool
- func (o *ServiceAccountListItemAllOf) HasId() bool
- func (o *ServiceAccountListItemAllOf) HasName() bool
- func (o *ServiceAccountListItemAllOf) HasOwner() bool
- func (o ServiceAccountListItemAllOf) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountListItemAllOf) SetClientID(v string)
- func (o *ServiceAccountListItemAllOf) SetCreatedAt(v time.Time)
- func (o *ServiceAccountListItemAllOf) SetDescription(v string)
- func (o *ServiceAccountListItemAllOf) SetId(v string)
- func (o *ServiceAccountListItemAllOf) SetName(v string)
- func (o *ServiceAccountListItemAllOf) SetOwner(v string)
- type ServiceAccountRequest
- func (o *ServiceAccountRequest) GetDescription() string
- func (o *ServiceAccountRequest) GetDescriptionOk() (*string, bool)
- func (o *ServiceAccountRequest) GetName() string
- func (o *ServiceAccountRequest) GetNameOk() (*string, bool)
- func (o *ServiceAccountRequest) HasDescription() bool
- func (o ServiceAccountRequest) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountRequest) SetDescription(v string)
- func (o *ServiceAccountRequest) SetName(v string)
- type ServiceStatus
- type ServiceStatusKafkas
- type Values
- func (o *Values) GetTimestamp() int64
- func (o *Values) GetTimestampOk() (*int64, bool)
- func (o *Values) GetValue() float64
- func (o *Values) GetValueOk() (*float64, bool)
- func (o *Values) HasTimestamp() bool
- func (o Values) MarshalJSON() ([]byte, error)
- func (o *Values) SetTimestamp(v int64)
- func (o *Values) SetValue(v float64)
- type VersionMetadata
- func (o *VersionMetadata) GetCollections() []ObjectReference
- func (o *VersionMetadata) GetCollectionsOk() (*[]ObjectReference, bool)
- func (o *VersionMetadata) GetHref() string
- func (o *VersionMetadata) GetHrefOk() (*string, bool)
- func (o *VersionMetadata) GetId() string
- func (o *VersionMetadata) GetIdOk() (*string, bool)
- func (o *VersionMetadata) GetKind() string
- func (o *VersionMetadata) GetKindOk() (*string, bool)
- func (o *VersionMetadata) HasCollections() bool
- func (o *VersionMetadata) HasHref() bool
- func (o *VersionMetadata) HasId() bool
- func (o *VersionMetadata) HasKind() bool
- func (o VersionMetadata) MarshalJSON() ([]byte, error)
- func (o *VersionMetadata) SetCollections(v []ObjectReference)
- func (o *VersionMetadata) SetHref(v string)
- func (o *VersionMetadata) SetId(v string)
- func (o *VersionMetadata) SetKind(v string)
- type VersionMetadataAllOf
- func (o *VersionMetadataAllOf) GetCollections() []ObjectReference
- func (o *VersionMetadataAllOf) GetCollectionsOk() (*[]ObjectReference, bool)
- func (o *VersionMetadataAllOf) HasCollections() bool
- func (o VersionMetadataAllOf) MarshalJSON() ([]byte, error)
- func (o *VersionMetadataAllOf) SetCollections(v []ObjectReference)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultApi DefaultApi // contains filtered or unexported fields }
APIClient manages communication with the Kafka Service Fleet Manager API v1.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiCreateKafkaRequest ¶
type ApiCreateKafkaRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiCreateKafkaRequest) Async ¶
func (r ApiCreateKafkaRequest) Async(async bool) ApiCreateKafkaRequest
func (ApiCreateKafkaRequest) Execute ¶
func (r ApiCreateKafkaRequest) Execute() (KafkaRequest, *_nethttp.Response, error)
func (ApiCreateKafkaRequest) KafkaRequestPayload ¶
func (r ApiCreateKafkaRequest) KafkaRequestPayload(kafkaRequestPayload KafkaRequestPayload) ApiCreateKafkaRequest
type ApiCreateServiceAccountRequest ¶
type ApiCreateServiceAccountRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiCreateServiceAccountRequest) Execute ¶
func (r ApiCreateServiceAccountRequest) Execute() (ServiceAccount, *_nethttp.Response, error)
func (ApiCreateServiceAccountRequest) ServiceAccountRequest ¶
func (r ApiCreateServiceAccountRequest) ServiceAccountRequest(serviceAccountRequest ServiceAccountRequest) ApiCreateServiceAccountRequest
type ApiDeleteKafkaByIdRequest ¶
type ApiDeleteKafkaByIdRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiDeleteKafkaByIdRequest) Async ¶
func (r ApiDeleteKafkaByIdRequest) Async(async bool) ApiDeleteKafkaByIdRequest
type ApiDeleteServiceAccountRequest ¶
type ApiDeleteServiceAccountRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiGetKafkaByIdRequest ¶
type ApiGetKafkaByIdRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetKafkaByIdRequest) Execute ¶
func (r ApiGetKafkaByIdRequest) Execute() (KafkaRequest, *_nethttp.Response, error)
type ApiGetMetricsByInstantQueryRequest ¶
type ApiGetMetricsByInstantQueryRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetMetricsByInstantQueryRequest) Execute ¶
func (r ApiGetMetricsByInstantQueryRequest) Execute() (MetricsInstantQueryList, *_nethttp.Response, error)
func (ApiGetMetricsByInstantQueryRequest) Filters ¶
func (r ApiGetMetricsByInstantQueryRequest) Filters(filters []string) ApiGetMetricsByInstantQueryRequest
type ApiGetMetricsByRangeQueryRequest ¶
type ApiGetMetricsByRangeQueryRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetMetricsByRangeQueryRequest) Duration ¶
func (r ApiGetMetricsByRangeQueryRequest) Duration(duration int64) ApiGetMetricsByRangeQueryRequest
func (ApiGetMetricsByRangeQueryRequest) Execute ¶
func (r ApiGetMetricsByRangeQueryRequest) Execute() (MetricsRangeQueryList, *_nethttp.Response, error)
func (ApiGetMetricsByRangeQueryRequest) Filters ¶
func (r ApiGetMetricsByRangeQueryRequest) Filters(filters []string) ApiGetMetricsByRangeQueryRequest
func (ApiGetMetricsByRangeQueryRequest) Interval ¶
func (r ApiGetMetricsByRangeQueryRequest) Interval(interval int64) ApiGetMetricsByRangeQueryRequest
type ApiGetServiceAccountByIdRequest ¶
type ApiGetServiceAccountByIdRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetServiceAccountByIdRequest) Execute ¶
func (r ApiGetServiceAccountByIdRequest) Execute() (ServiceAccount, *_nethttp.Response, error)
type ApiListCloudProviderRegionsRequest ¶
type ApiListCloudProviderRegionsRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiListCloudProviderRegionsRequest) Execute ¶
func (r ApiListCloudProviderRegionsRequest) Execute() (CloudRegionList, *_nethttp.Response, error)
func (ApiListCloudProviderRegionsRequest) Page ¶
func (r ApiListCloudProviderRegionsRequest) Page(page string) ApiListCloudProviderRegionsRequest
func (ApiListCloudProviderRegionsRequest) Size ¶
func (r ApiListCloudProviderRegionsRequest) Size(size string) ApiListCloudProviderRegionsRequest
type ApiListCloudProvidersRequest ¶
type ApiListCloudProvidersRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiListCloudProvidersRequest) Execute ¶
func (r ApiListCloudProvidersRequest) Execute() (CloudProviderList, *_nethttp.Response, error)
func (ApiListCloudProvidersRequest) Page ¶
func (r ApiListCloudProvidersRequest) Page(page string) ApiListCloudProvidersRequest
func (ApiListCloudProvidersRequest) Size ¶
func (r ApiListCloudProvidersRequest) Size(size string) ApiListCloudProvidersRequest
type ApiListKafkasRequest ¶
type ApiListKafkasRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiListKafkasRequest) Execute ¶
func (r ApiListKafkasRequest) Execute() (KafkaRequestList, *_nethttp.Response, error)
func (ApiListKafkasRequest) OrderBy ¶
func (r ApiListKafkasRequest) OrderBy(orderBy string) ApiListKafkasRequest
func (ApiListKafkasRequest) Page ¶
func (r ApiListKafkasRequest) Page(page string) ApiListKafkasRequest
func (ApiListKafkasRequest) Search ¶
func (r ApiListKafkasRequest) Search(search string) ApiListKafkasRequest
func (ApiListKafkasRequest) Size ¶
func (r ApiListKafkasRequest) Size(size string) ApiListKafkasRequest
type ApiListServiceAccountsRequest ¶
type ApiListServiceAccountsRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiListServiceAccountsRequest) Execute ¶
func (r ApiListServiceAccountsRequest) Execute() (ServiceAccountList, *_nethttp.Response, error)
type ApiResetServiceAccountCredsRequest ¶
type ApiResetServiceAccountCredsRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiResetServiceAccountCredsRequest) Execute ¶
func (r ApiResetServiceAccountCredsRequest) Execute() (ServiceAccount, *_nethttp.Response, error)
type ApiServiceStatusRequest ¶
type ApiServiceStatusRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiServiceStatusRequest) Execute ¶
func (r ApiServiceStatusRequest) Execute() (ServiceStatus, *_nethttp.Response, error)
type ApiVersionMetadataRequest ¶
type ApiVersionMetadataRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiVersionMetadataRequest) Execute ¶
func (r ApiVersionMetadataRequest) Execute() (VersionMetadata, *_nethttp.Response, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type CloudProvider ¶
type CloudProvider struct { // Indicates the type of this object. Will be 'CloudProvider' link. Kind *string `json:"kind,omitempty"` // Unique identifier of the object. Id *string `json:"id,omitempty"` // Name of the cloud provider for display purposes. DisplayName *string `json:"display_name,omitempty"` // Human friendly identifier of the cloud provider, for example `aws`. Name *string `json:"name,omitempty"` // Whether the cloud provider is enabled for deploying an OSD cluster. Enabled bool `json:"enabled"` }
CloudProvider Cloud provider.
func NewCloudProvider ¶
func NewCloudProvider(enabled bool) *CloudProvider
NewCloudProvider instantiates a new CloudProvider 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 NewCloudProviderWithDefaults ¶
func NewCloudProviderWithDefaults() *CloudProvider
NewCloudProviderWithDefaults instantiates a new CloudProvider 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 (*CloudProvider) GetDisplayName ¶
func (o *CloudProvider) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*CloudProvider) GetDisplayNameOk ¶
func (o *CloudProvider) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloudProvider) GetEnabled ¶
func (o *CloudProvider) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*CloudProvider) GetEnabledOk ¶
func (o *CloudProvider) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*CloudProvider) GetId ¶
func (o *CloudProvider) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CloudProvider) GetIdOk ¶
func (o *CloudProvider) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloudProvider) GetKind ¶
func (o *CloudProvider) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*CloudProvider) GetKindOk ¶
func (o *CloudProvider) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloudProvider) GetName ¶
func (o *CloudProvider) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CloudProvider) GetNameOk ¶
func (o *CloudProvider) 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 (*CloudProvider) HasDisplayName ¶
func (o *CloudProvider) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*CloudProvider) HasId ¶
func (o *CloudProvider) HasId() bool
HasId returns a boolean if a field has been set.
func (*CloudProvider) HasKind ¶
func (o *CloudProvider) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*CloudProvider) HasName ¶
func (o *CloudProvider) HasName() bool
HasName returns a boolean if a field has been set.
func (CloudProvider) MarshalJSON ¶
func (o CloudProvider) MarshalJSON() ([]byte, error)
func (*CloudProvider) SetDisplayName ¶
func (o *CloudProvider) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*CloudProvider) SetEnabled ¶
func (o *CloudProvider) SetEnabled(v bool)
SetEnabled sets field value
func (*CloudProvider) SetId ¶
func (o *CloudProvider) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CloudProvider) SetKind ¶
func (o *CloudProvider) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*CloudProvider) SetName ¶
func (o *CloudProvider) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type CloudProviderList ¶
type CloudProviderList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []CloudProvider `json:"items"` }
CloudProviderList struct for CloudProviderList
func NewCloudProviderList ¶
func NewCloudProviderList(kind string, page int32, size int32, total int32, items []CloudProvider) *CloudProviderList
NewCloudProviderList instantiates a new CloudProviderList 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 NewCloudProviderListWithDefaults ¶
func NewCloudProviderListWithDefaults() *CloudProviderList
NewCloudProviderListWithDefaults instantiates a new CloudProviderList 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 (*CloudProviderList) GetItems ¶
func (o *CloudProviderList) GetItems() []CloudProvider
GetItems returns the Items field value
func (*CloudProviderList) GetItemsOk ¶
func (o *CloudProviderList) GetItemsOk() (*[]CloudProvider, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*CloudProviderList) GetKind ¶
func (o *CloudProviderList) GetKind() string
GetKind returns the Kind field value
func (*CloudProviderList) GetKindOk ¶
func (o *CloudProviderList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*CloudProviderList) GetPage ¶
func (o *CloudProviderList) GetPage() int32
GetPage returns the Page field value
func (*CloudProviderList) GetPageOk ¶
func (o *CloudProviderList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*CloudProviderList) GetSize ¶
func (o *CloudProviderList) GetSize() int32
GetSize returns the Size field value
func (*CloudProviderList) GetSizeOk ¶
func (o *CloudProviderList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*CloudProviderList) GetTotal ¶
func (o *CloudProviderList) GetTotal() int32
GetTotal returns the Total field value
func (*CloudProviderList) GetTotalOk ¶
func (o *CloudProviderList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (CloudProviderList) MarshalJSON ¶
func (o CloudProviderList) MarshalJSON() ([]byte, error)
func (*CloudProviderList) SetItems ¶
func (o *CloudProviderList) SetItems(v []CloudProvider)
SetItems sets field value
func (*CloudProviderList) SetKind ¶
func (o *CloudProviderList) SetKind(v string)
SetKind sets field value
func (*CloudProviderList) SetPage ¶
func (o *CloudProviderList) SetPage(v int32)
SetPage sets field value
func (*CloudProviderList) SetSize ¶
func (o *CloudProviderList) SetSize(v int32)
SetSize sets field value
func (*CloudProviderList) SetTotal ¶
func (o *CloudProviderList) SetTotal(v int32)
SetTotal sets field value
type CloudProviderListAllOf ¶
type CloudProviderListAllOf struct {
Items *[]CloudProvider `json:"items,omitempty"`
}
CloudProviderListAllOf struct for CloudProviderListAllOf
func NewCloudProviderListAllOf ¶
func NewCloudProviderListAllOf() *CloudProviderListAllOf
NewCloudProviderListAllOf instantiates a new CloudProviderListAllOf 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 NewCloudProviderListAllOfWithDefaults ¶
func NewCloudProviderListAllOfWithDefaults() *CloudProviderListAllOf
NewCloudProviderListAllOfWithDefaults instantiates a new CloudProviderListAllOf 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 (*CloudProviderListAllOf) GetItems ¶
func (o *CloudProviderListAllOf) GetItems() []CloudProvider
GetItems returns the Items field value if set, zero value otherwise.
func (*CloudProviderListAllOf) GetItemsOk ¶
func (o *CloudProviderListAllOf) GetItemsOk() (*[]CloudProvider, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloudProviderListAllOf) HasItems ¶
func (o *CloudProviderListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (CloudProviderListAllOf) MarshalJSON ¶
func (o CloudProviderListAllOf) MarshalJSON() ([]byte, error)
func (*CloudProviderListAllOf) SetItems ¶
func (o *CloudProviderListAllOf) SetItems(v []CloudProvider)
SetItems gets a reference to the given []CloudProvider and assigns it to the Items field.
type CloudRegion ¶
type CloudRegion struct { // Indicates the type of this object. Will be 'CloudRegion'. Kind *string `json:"kind,omitempty"` // Unique identifier of the object. Id *string `json:"id,omitempty"` // Name of the region for display purposes, for example `N. Virginia`. DisplayName *string `json:"display_name,omitempty"` // Whether the region is enabled for deploying an OSD cluster. Enabled bool `json:"enabled"` }
CloudRegion Description of a region of a cloud provider.
func NewCloudRegion ¶
func NewCloudRegion(enabled bool) *CloudRegion
NewCloudRegion instantiates a new CloudRegion 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 NewCloudRegionWithDefaults ¶
func NewCloudRegionWithDefaults() *CloudRegion
NewCloudRegionWithDefaults instantiates a new CloudRegion 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 (*CloudRegion) GetDisplayName ¶
func (o *CloudRegion) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*CloudRegion) GetDisplayNameOk ¶
func (o *CloudRegion) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloudRegion) GetEnabled ¶
func (o *CloudRegion) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*CloudRegion) GetEnabledOk ¶
func (o *CloudRegion) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*CloudRegion) GetId ¶
func (o *CloudRegion) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CloudRegion) GetIdOk ¶
func (o *CloudRegion) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloudRegion) GetKind ¶
func (o *CloudRegion) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*CloudRegion) GetKindOk ¶
func (o *CloudRegion) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloudRegion) HasDisplayName ¶
func (o *CloudRegion) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*CloudRegion) HasId ¶
func (o *CloudRegion) HasId() bool
HasId returns a boolean if a field has been set.
func (*CloudRegion) HasKind ¶
func (o *CloudRegion) HasKind() bool
HasKind returns a boolean if a field has been set.
func (CloudRegion) MarshalJSON ¶
func (o CloudRegion) MarshalJSON() ([]byte, error)
func (*CloudRegion) SetDisplayName ¶
func (o *CloudRegion) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*CloudRegion) SetEnabled ¶
func (o *CloudRegion) SetEnabled(v bool)
SetEnabled sets field value
func (*CloudRegion) SetId ¶
func (o *CloudRegion) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CloudRegion) SetKind ¶
func (o *CloudRegion) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type CloudRegionList ¶
type CloudRegionList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []CloudRegion `json:"items"` }
CloudRegionList struct for CloudRegionList
func NewCloudRegionList ¶
func NewCloudRegionList(kind string, page int32, size int32, total int32, items []CloudRegion) *CloudRegionList
NewCloudRegionList instantiates a new CloudRegionList 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 NewCloudRegionListWithDefaults ¶
func NewCloudRegionListWithDefaults() *CloudRegionList
NewCloudRegionListWithDefaults instantiates a new CloudRegionList 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 (*CloudRegionList) GetItems ¶
func (o *CloudRegionList) GetItems() []CloudRegion
GetItems returns the Items field value
func (*CloudRegionList) GetItemsOk ¶
func (o *CloudRegionList) GetItemsOk() (*[]CloudRegion, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*CloudRegionList) GetKind ¶
func (o *CloudRegionList) GetKind() string
GetKind returns the Kind field value
func (*CloudRegionList) GetKindOk ¶
func (o *CloudRegionList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*CloudRegionList) GetPage ¶
func (o *CloudRegionList) GetPage() int32
GetPage returns the Page field value
func (*CloudRegionList) GetPageOk ¶
func (o *CloudRegionList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*CloudRegionList) GetSize ¶
func (o *CloudRegionList) GetSize() int32
GetSize returns the Size field value
func (*CloudRegionList) GetSizeOk ¶
func (o *CloudRegionList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*CloudRegionList) GetTotal ¶
func (o *CloudRegionList) GetTotal() int32
GetTotal returns the Total field value
func (*CloudRegionList) GetTotalOk ¶
func (o *CloudRegionList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (CloudRegionList) MarshalJSON ¶
func (o CloudRegionList) MarshalJSON() ([]byte, error)
func (*CloudRegionList) SetItems ¶
func (o *CloudRegionList) SetItems(v []CloudRegion)
SetItems sets field value
func (*CloudRegionList) SetKind ¶
func (o *CloudRegionList) SetKind(v string)
SetKind sets field value
func (*CloudRegionList) SetPage ¶
func (o *CloudRegionList) SetPage(v int32)
SetPage sets field value
func (*CloudRegionList) SetSize ¶
func (o *CloudRegionList) SetSize(v int32)
SetSize sets field value
func (*CloudRegionList) SetTotal ¶
func (o *CloudRegionList) SetTotal(v int32)
SetTotal sets field value
type CloudRegionListAllOf ¶
type CloudRegionListAllOf struct {
Items *[]CloudRegion `json:"items,omitempty"`
}
CloudRegionListAllOf struct for CloudRegionListAllOf
func NewCloudRegionListAllOf ¶
func NewCloudRegionListAllOf() *CloudRegionListAllOf
NewCloudRegionListAllOf instantiates a new CloudRegionListAllOf 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 NewCloudRegionListAllOfWithDefaults ¶
func NewCloudRegionListAllOfWithDefaults() *CloudRegionListAllOf
NewCloudRegionListAllOfWithDefaults instantiates a new CloudRegionListAllOf 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 (*CloudRegionListAllOf) GetItems ¶
func (o *CloudRegionListAllOf) GetItems() []CloudRegion
GetItems returns the Items field value if set, zero value otherwise.
func (*CloudRegionListAllOf) GetItemsOk ¶
func (o *CloudRegionListAllOf) GetItemsOk() (*[]CloudRegion, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloudRegionListAllOf) HasItems ¶
func (o *CloudRegionListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (CloudRegionListAllOf) MarshalJSON ¶
func (o CloudRegionListAllOf) MarshalJSON() ([]byte, error)
func (*CloudRegionListAllOf) SetItems ¶
func (o *CloudRegionListAllOf) SetItems(v []CloudRegion)
SetItems gets a reference to the given []CloudRegion and assigns it to the Items field.
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type Connector ¶
type Connector struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Metadata *ConnectorAllOfMetadata `json:"metadata,omitempty"` DeploymentLocation *ConnectorAllOfDeploymentLocation `json:"deployment_location,omitempty"` ConnectorTypeId *string `json:"connector_type_id,omitempty"` ConnectorSpec *map[string]interface{} `json:"connector_spec,omitempty"` Status *string `json:"status,omitempty"` }
Connector A connector holds the configuration to connect a Kafka topic to another system.
func NewConnector ¶
func NewConnector() *Connector
NewConnector instantiates a new Connector 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 NewConnectorWithDefaults ¶
func NewConnectorWithDefaults() *Connector
NewConnectorWithDefaults instantiates a new Connector 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 (*Connector) GetConnectorSpec ¶
GetConnectorSpec returns the ConnectorSpec field value if set, zero value otherwise.
func (*Connector) GetConnectorSpecOk ¶
GetConnectorSpecOk returns a tuple with the ConnectorSpec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetConnectorTypeId ¶
GetConnectorTypeId returns the ConnectorTypeId field value if set, zero value otherwise.
func (*Connector) GetConnectorTypeIdOk ¶
GetConnectorTypeIdOk returns a tuple with the ConnectorTypeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetDeploymentLocation ¶
func (o *Connector) GetDeploymentLocation() ConnectorAllOfDeploymentLocation
GetDeploymentLocation returns the DeploymentLocation field value if set, zero value otherwise.
func (*Connector) GetDeploymentLocationOk ¶
func (o *Connector) GetDeploymentLocationOk() (*ConnectorAllOfDeploymentLocation, bool)
GetDeploymentLocationOk returns a tuple with the DeploymentLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetHrefOk ¶
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) 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 (*Connector) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetMetadata ¶
func (o *Connector) GetMetadata() ConnectorAllOfMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Connector) GetMetadataOk ¶
func (o *Connector) GetMetadataOk() (*ConnectorAllOfMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetStatus ¶
GetStatus returns the Status field value if set, zero value otherwise.
func (*Connector) GetStatusOk ¶
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 (*Connector) HasConnectorSpec ¶
HasConnectorSpec returns a boolean if a field has been set.
func (*Connector) HasConnectorTypeId ¶
HasConnectorTypeId returns a boolean if a field has been set.
func (*Connector) HasDeploymentLocation ¶
HasDeploymentLocation returns a boolean if a field has been set.
func (*Connector) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (Connector) MarshalJSON ¶
func (*Connector) SetConnectorSpec ¶
SetConnectorSpec gets a reference to the given map[string]interface{} and assigns it to the ConnectorSpec field.
func (*Connector) SetConnectorTypeId ¶
SetConnectorTypeId gets a reference to the given string and assigns it to the ConnectorTypeId field.
func (*Connector) SetDeploymentLocation ¶
func (o *Connector) SetDeploymentLocation(v ConnectorAllOfDeploymentLocation)
SetDeploymentLocation gets a reference to the given ConnectorAllOfDeploymentLocation and assigns it to the DeploymentLocation field.
func (*Connector) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Connector) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*Connector) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Connector) SetMetadata ¶
func (o *Connector) SetMetadata(v ConnectorAllOfMetadata)
SetMetadata gets a reference to the given ConnectorAllOfMetadata and assigns it to the Metadata field.
type ConnectorAllOf ¶
type ConnectorAllOf struct { Metadata *ConnectorAllOfMetadata `json:"metadata,omitempty"` DeploymentLocation *ConnectorAllOfDeploymentLocation `json:"deployment_location,omitempty"` ConnectorTypeId *string `json:"connector_type_id,omitempty"` ConnectorSpec *map[string]interface{} `json:"connector_spec,omitempty"` Status *string `json:"status,omitempty"` }
ConnectorAllOf struct for ConnectorAllOf
func NewConnectorAllOf ¶
func NewConnectorAllOf() *ConnectorAllOf
NewConnectorAllOf instantiates a new ConnectorAllOf 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 NewConnectorAllOfWithDefaults ¶
func NewConnectorAllOfWithDefaults() *ConnectorAllOf
NewConnectorAllOfWithDefaults instantiates a new ConnectorAllOf 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 (*ConnectorAllOf) GetConnectorSpec ¶
func (o *ConnectorAllOf) GetConnectorSpec() map[string]interface{}
GetConnectorSpec returns the ConnectorSpec field value if set, zero value otherwise.
func (*ConnectorAllOf) GetConnectorSpecOk ¶
func (o *ConnectorAllOf) GetConnectorSpecOk() (*map[string]interface{}, bool)
GetConnectorSpecOk returns a tuple with the ConnectorSpec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOf) GetConnectorTypeId ¶
func (o *ConnectorAllOf) GetConnectorTypeId() string
GetConnectorTypeId returns the ConnectorTypeId field value if set, zero value otherwise.
func (*ConnectorAllOf) GetConnectorTypeIdOk ¶
func (o *ConnectorAllOf) GetConnectorTypeIdOk() (*string, bool)
GetConnectorTypeIdOk returns a tuple with the ConnectorTypeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOf) GetDeploymentLocation ¶
func (o *ConnectorAllOf) GetDeploymentLocation() ConnectorAllOfDeploymentLocation
GetDeploymentLocation returns the DeploymentLocation field value if set, zero value otherwise.
func (*ConnectorAllOf) GetDeploymentLocationOk ¶
func (o *ConnectorAllOf) GetDeploymentLocationOk() (*ConnectorAllOfDeploymentLocation, bool)
GetDeploymentLocationOk returns a tuple with the DeploymentLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOf) GetMetadata ¶
func (o *ConnectorAllOf) GetMetadata() ConnectorAllOfMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ConnectorAllOf) GetMetadataOk ¶
func (o *ConnectorAllOf) GetMetadataOk() (*ConnectorAllOfMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOf) GetStatus ¶
func (o *ConnectorAllOf) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ConnectorAllOf) GetStatusOk ¶
func (o *ConnectorAllOf) 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 (*ConnectorAllOf) HasConnectorSpec ¶
func (o *ConnectorAllOf) HasConnectorSpec() bool
HasConnectorSpec returns a boolean if a field has been set.
func (*ConnectorAllOf) HasConnectorTypeId ¶
func (o *ConnectorAllOf) HasConnectorTypeId() bool
HasConnectorTypeId returns a boolean if a field has been set.
func (*ConnectorAllOf) HasDeploymentLocation ¶
func (o *ConnectorAllOf) HasDeploymentLocation() bool
HasDeploymentLocation returns a boolean if a field has been set.
func (*ConnectorAllOf) HasMetadata ¶
func (o *ConnectorAllOf) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ConnectorAllOf) HasStatus ¶
func (o *ConnectorAllOf) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ConnectorAllOf) MarshalJSON ¶
func (o ConnectorAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorAllOf) SetConnectorSpec ¶
func (o *ConnectorAllOf) SetConnectorSpec(v map[string]interface{})
SetConnectorSpec gets a reference to the given map[string]interface{} and assigns it to the ConnectorSpec field.
func (*ConnectorAllOf) SetConnectorTypeId ¶
func (o *ConnectorAllOf) SetConnectorTypeId(v string)
SetConnectorTypeId gets a reference to the given string and assigns it to the ConnectorTypeId field.
func (*ConnectorAllOf) SetDeploymentLocation ¶
func (o *ConnectorAllOf) SetDeploymentLocation(v ConnectorAllOfDeploymentLocation)
SetDeploymentLocation gets a reference to the given ConnectorAllOfDeploymentLocation and assigns it to the DeploymentLocation field.
func (*ConnectorAllOf) SetMetadata ¶
func (o *ConnectorAllOf) SetMetadata(v ConnectorAllOfMetadata)
SetMetadata gets a reference to the given ConnectorAllOfMetadata and assigns it to the Metadata field.
func (*ConnectorAllOf) SetStatus ¶
func (o *ConnectorAllOf) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type ConnectorAllOfDeploymentLocation ¶
type ConnectorAllOfDeploymentLocation struct { CloudProvider *string `json:"cloud_provider,omitempty"` MultiAz *bool `json:"multi_az,omitempty"` Region *string `json:"region,omitempty"` }
ConnectorAllOfDeploymentLocation struct for ConnectorAllOfDeploymentLocation
func NewConnectorAllOfDeploymentLocation ¶
func NewConnectorAllOfDeploymentLocation() *ConnectorAllOfDeploymentLocation
NewConnectorAllOfDeploymentLocation instantiates a new ConnectorAllOfDeploymentLocation 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 NewConnectorAllOfDeploymentLocationWithDefaults ¶
func NewConnectorAllOfDeploymentLocationWithDefaults() *ConnectorAllOfDeploymentLocation
NewConnectorAllOfDeploymentLocationWithDefaults instantiates a new ConnectorAllOfDeploymentLocation 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 (*ConnectorAllOfDeploymentLocation) GetCloudProvider ¶
func (o *ConnectorAllOfDeploymentLocation) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.
func (*ConnectorAllOfDeploymentLocation) GetCloudProviderOk ¶
func (o *ConnectorAllOfDeploymentLocation) GetCloudProviderOk() (*string, bool)
GetCloudProviderOk returns a tuple with the CloudProvider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOfDeploymentLocation) GetMultiAz ¶
func (o *ConnectorAllOfDeploymentLocation) GetMultiAz() bool
GetMultiAz returns the MultiAz field value if set, zero value otherwise.
func (*ConnectorAllOfDeploymentLocation) GetMultiAzOk ¶
func (o *ConnectorAllOfDeploymentLocation) GetMultiAzOk() (*bool, bool)
GetMultiAzOk returns a tuple with the MultiAz field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOfDeploymentLocation) GetRegion ¶
func (o *ConnectorAllOfDeploymentLocation) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*ConnectorAllOfDeploymentLocation) GetRegionOk ¶
func (o *ConnectorAllOfDeploymentLocation) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOfDeploymentLocation) HasCloudProvider ¶
func (o *ConnectorAllOfDeploymentLocation) HasCloudProvider() bool
HasCloudProvider returns a boolean if a field has been set.
func (*ConnectorAllOfDeploymentLocation) HasMultiAz ¶
func (o *ConnectorAllOfDeploymentLocation) HasMultiAz() bool
HasMultiAz returns a boolean if a field has been set.
func (*ConnectorAllOfDeploymentLocation) HasRegion ¶
func (o *ConnectorAllOfDeploymentLocation) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (ConnectorAllOfDeploymentLocation) MarshalJSON ¶
func (o ConnectorAllOfDeploymentLocation) MarshalJSON() ([]byte, error)
func (*ConnectorAllOfDeploymentLocation) SetCloudProvider ¶
func (o *ConnectorAllOfDeploymentLocation) SetCloudProvider(v string)
SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.
func (*ConnectorAllOfDeploymentLocation) SetMultiAz ¶
func (o *ConnectorAllOfDeploymentLocation) SetMultiAz(v bool)
SetMultiAz gets a reference to the given bool and assigns it to the MultiAz field.
func (*ConnectorAllOfDeploymentLocation) SetRegion ¶
func (o *ConnectorAllOfDeploymentLocation) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
type ConnectorAllOfMetadata ¶
type ConnectorAllOfMetadata struct { KafkaId *string `json:"kafka_id,omitempty"` Owner *string `json:"owner,omitempty"` Name *string `json:"name,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
ConnectorAllOfMetadata struct for ConnectorAllOfMetadata
func NewConnectorAllOfMetadata ¶
func NewConnectorAllOfMetadata() *ConnectorAllOfMetadata
NewConnectorAllOfMetadata instantiates a new ConnectorAllOfMetadata 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 NewConnectorAllOfMetadataWithDefaults ¶
func NewConnectorAllOfMetadataWithDefaults() *ConnectorAllOfMetadata
NewConnectorAllOfMetadataWithDefaults instantiates a new ConnectorAllOfMetadata 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 (*ConnectorAllOfMetadata) GetCreatedAt ¶
func (o *ConnectorAllOfMetadata) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ConnectorAllOfMetadata) GetCreatedAtOk ¶
func (o *ConnectorAllOfMetadata) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOfMetadata) GetKafkaId ¶
func (o *ConnectorAllOfMetadata) GetKafkaId() string
GetKafkaId returns the KafkaId field value if set, zero value otherwise.
func (*ConnectorAllOfMetadata) GetKafkaIdOk ¶
func (o *ConnectorAllOfMetadata) GetKafkaIdOk() (*string, bool)
GetKafkaIdOk returns a tuple with the KafkaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOfMetadata) GetName ¶
func (o *ConnectorAllOfMetadata) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorAllOfMetadata) GetNameOk ¶
func (o *ConnectorAllOfMetadata) 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 (*ConnectorAllOfMetadata) GetOwner ¶
func (o *ConnectorAllOfMetadata) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ConnectorAllOfMetadata) GetOwnerOk ¶
func (o *ConnectorAllOfMetadata) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOfMetadata) GetUpdatedAt ¶
func (o *ConnectorAllOfMetadata) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ConnectorAllOfMetadata) GetUpdatedAtOk ¶
func (o *ConnectorAllOfMetadata) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorAllOfMetadata) HasCreatedAt ¶
func (o *ConnectorAllOfMetadata) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ConnectorAllOfMetadata) HasKafkaId ¶
func (o *ConnectorAllOfMetadata) HasKafkaId() bool
HasKafkaId returns a boolean if a field has been set.
func (*ConnectorAllOfMetadata) HasName ¶
func (o *ConnectorAllOfMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (*ConnectorAllOfMetadata) HasOwner ¶
func (o *ConnectorAllOfMetadata) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*ConnectorAllOfMetadata) HasUpdatedAt ¶
func (o *ConnectorAllOfMetadata) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (ConnectorAllOfMetadata) MarshalJSON ¶
func (o ConnectorAllOfMetadata) MarshalJSON() ([]byte, error)
func (*ConnectorAllOfMetadata) SetCreatedAt ¶
func (o *ConnectorAllOfMetadata) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ConnectorAllOfMetadata) SetKafkaId ¶
func (o *ConnectorAllOfMetadata) SetKafkaId(v string)
SetKafkaId gets a reference to the given string and assigns it to the KafkaId field.
func (*ConnectorAllOfMetadata) SetName ¶
func (o *ConnectorAllOfMetadata) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ConnectorAllOfMetadata) SetOwner ¶
func (o *ConnectorAllOfMetadata) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
func (*ConnectorAllOfMetadata) SetUpdatedAt ¶
func (o *ConnectorAllOfMetadata) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type ConnectorList ¶
type ConnectorList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Connector `json:"items"` }
ConnectorList struct for ConnectorList
func NewConnectorList ¶
func NewConnectorList(kind string, page int32, size int32, total int32, items []Connector) *ConnectorList
NewConnectorList instantiates a new ConnectorList 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 NewConnectorListWithDefaults ¶
func NewConnectorListWithDefaults() *ConnectorList
NewConnectorListWithDefaults instantiates a new ConnectorList 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 (*ConnectorList) GetItems ¶
func (o *ConnectorList) GetItems() []Connector
GetItems returns the Items field value
func (*ConnectorList) GetItemsOk ¶
func (o *ConnectorList) GetItemsOk() (*[]Connector, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ConnectorList) GetKind ¶
func (o *ConnectorList) GetKind() string
GetKind returns the Kind field value
func (*ConnectorList) GetKindOk ¶
func (o *ConnectorList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ConnectorList) GetPage ¶
func (o *ConnectorList) GetPage() int32
GetPage returns the Page field value
func (*ConnectorList) GetPageOk ¶
func (o *ConnectorList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ConnectorList) GetSize ¶
func (o *ConnectorList) GetSize() int32
GetSize returns the Size field value
func (*ConnectorList) GetSizeOk ¶
func (o *ConnectorList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ConnectorList) GetTotal ¶
func (o *ConnectorList) GetTotal() int32
GetTotal returns the Total field value
func (*ConnectorList) GetTotalOk ¶
func (o *ConnectorList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ConnectorList) MarshalJSON ¶
func (o ConnectorList) MarshalJSON() ([]byte, error)
func (*ConnectorList) SetItems ¶
func (o *ConnectorList) SetItems(v []Connector)
SetItems sets field value
func (*ConnectorList) SetTotal ¶
func (o *ConnectorList) SetTotal(v int32)
SetTotal sets field value
type ConnectorListAllOf ¶
type ConnectorListAllOf struct {
Items *[]Connector `json:"items,omitempty"`
}
ConnectorListAllOf struct for ConnectorListAllOf
func NewConnectorListAllOf ¶
func NewConnectorListAllOf() *ConnectorListAllOf
NewConnectorListAllOf instantiates a new ConnectorListAllOf 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 NewConnectorListAllOfWithDefaults ¶
func NewConnectorListAllOfWithDefaults() *ConnectorListAllOf
NewConnectorListAllOfWithDefaults instantiates a new ConnectorListAllOf 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 (*ConnectorListAllOf) GetItems ¶
func (o *ConnectorListAllOf) GetItems() []Connector
GetItems returns the Items field value if set, zero value otherwise.
func (*ConnectorListAllOf) GetItemsOk ¶
func (o *ConnectorListAllOf) GetItemsOk() (*[]Connector, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorListAllOf) HasItems ¶
func (o *ConnectorListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ConnectorListAllOf) MarshalJSON ¶
func (o ConnectorListAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorListAllOf) SetItems ¶
func (o *ConnectorListAllOf) SetItems(v []Connector)
SetItems gets a reference to the given []Connector and assigns it to the Items field.
type ConnectorType ¶
type ConnectorType struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` // Name of the connector type. Name string `json:"name"` // Version of the connector type. Version string `json:"version"` // A description of the connector. Description *string `json:"description,omitempty"` // A json schema that can be used to validate a connectors connector_spec field. JsonSchema *map[string]interface{} `json:"json_schema,omitempty"` }
ConnectorType Represents a connector type supported by the API
func NewConnectorType ¶
func NewConnectorType(name string, version string) *ConnectorType
NewConnectorType instantiates a new ConnectorType 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 NewConnectorTypeWithDefaults ¶
func NewConnectorTypeWithDefaults() *ConnectorType
NewConnectorTypeWithDefaults instantiates a new ConnectorType 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 (*ConnectorType) GetDescription ¶
func (o *ConnectorType) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConnectorType) GetDescriptionOk ¶
func (o *ConnectorType) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetHref ¶
func (o *ConnectorType) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ConnectorType) GetHrefOk ¶
func (o *ConnectorType) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetId ¶
func (o *ConnectorType) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ConnectorType) GetIdOk ¶
func (o *ConnectorType) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetJsonSchema ¶
func (o *ConnectorType) GetJsonSchema() map[string]interface{}
GetJsonSchema returns the JsonSchema field value if set, zero value otherwise.
func (*ConnectorType) GetJsonSchemaOk ¶
func (o *ConnectorType) GetJsonSchemaOk() (*map[string]interface{}, bool)
GetJsonSchemaOk returns a tuple with the JsonSchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetKind ¶
func (o *ConnectorType) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ConnectorType) GetKindOk ¶
func (o *ConnectorType) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetName ¶
func (o *ConnectorType) GetName() string
GetName returns the Name field value
func (*ConnectorType) GetNameOk ¶
func (o *ConnectorType) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConnectorType) GetVersion ¶
func (o *ConnectorType) GetVersion() string
GetVersion returns the Version field value
func (*ConnectorType) GetVersionOk ¶
func (o *ConnectorType) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*ConnectorType) HasDescription ¶
func (o *ConnectorType) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ConnectorType) HasHref ¶
func (o *ConnectorType) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ConnectorType) HasId ¶
func (o *ConnectorType) HasId() bool
HasId returns a boolean if a field has been set.
func (*ConnectorType) HasJsonSchema ¶
func (o *ConnectorType) HasJsonSchema() bool
HasJsonSchema returns a boolean if a field has been set.
func (*ConnectorType) HasKind ¶
func (o *ConnectorType) HasKind() bool
HasKind returns a boolean if a field has been set.
func (ConnectorType) MarshalJSON ¶
func (o ConnectorType) MarshalJSON() ([]byte, error)
func (*ConnectorType) SetDescription ¶
func (o *ConnectorType) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConnectorType) SetHref ¶
func (o *ConnectorType) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ConnectorType) SetId ¶
func (o *ConnectorType) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ConnectorType) SetJsonSchema ¶
func (o *ConnectorType) SetJsonSchema(v map[string]interface{})
SetJsonSchema gets a reference to the given map[string]interface{} and assigns it to the JsonSchema field.
func (*ConnectorType) SetKind ¶
func (o *ConnectorType) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ConnectorType) SetVersion ¶
func (o *ConnectorType) SetVersion(v string)
SetVersion sets field value
type ConnectorTypeAllOf ¶
type ConnectorTypeAllOf struct { // Name of the connector type. Name *string `json:"name,omitempty"` // Version of the connector type. Version *string `json:"version,omitempty"` // A description of the connector. Description *string `json:"description,omitempty"` // A json schema that can be used to validate a connectors connector_spec field. JsonSchema *map[string]interface{} `json:"json_schema,omitempty"` }
ConnectorTypeAllOf struct for ConnectorTypeAllOf
func NewConnectorTypeAllOf ¶
func NewConnectorTypeAllOf() *ConnectorTypeAllOf
NewConnectorTypeAllOf instantiates a new ConnectorTypeAllOf 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 NewConnectorTypeAllOfWithDefaults ¶
func NewConnectorTypeAllOfWithDefaults() *ConnectorTypeAllOf
NewConnectorTypeAllOfWithDefaults instantiates a new ConnectorTypeAllOf 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 (*ConnectorTypeAllOf) GetDescription ¶
func (o *ConnectorTypeAllOf) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetDescriptionOk ¶
func (o *ConnectorTypeAllOf) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetJsonSchema ¶
func (o *ConnectorTypeAllOf) GetJsonSchema() map[string]interface{}
GetJsonSchema returns the JsonSchema field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetJsonSchemaOk ¶
func (o *ConnectorTypeAllOf) GetJsonSchemaOk() (*map[string]interface{}, bool)
GetJsonSchemaOk returns a tuple with the JsonSchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetName ¶
func (o *ConnectorTypeAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetNameOk ¶
func (o *ConnectorTypeAllOf) 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 (*ConnectorTypeAllOf) GetVersion ¶
func (o *ConnectorTypeAllOf) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetVersionOk ¶
func (o *ConnectorTypeAllOf) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) HasDescription ¶
func (o *ConnectorTypeAllOf) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasJsonSchema ¶
func (o *ConnectorTypeAllOf) HasJsonSchema() bool
HasJsonSchema returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasName ¶
func (o *ConnectorTypeAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasVersion ¶
func (o *ConnectorTypeAllOf) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ConnectorTypeAllOf) MarshalJSON ¶
func (o ConnectorTypeAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorTypeAllOf) SetDescription ¶
func (o *ConnectorTypeAllOf) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConnectorTypeAllOf) SetJsonSchema ¶
func (o *ConnectorTypeAllOf) SetJsonSchema(v map[string]interface{})
SetJsonSchema gets a reference to the given map[string]interface{} and assigns it to the JsonSchema field.
func (*ConnectorTypeAllOf) SetName ¶
func (o *ConnectorTypeAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ConnectorTypeAllOf) SetVersion ¶
func (o *ConnectorTypeAllOf) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
type ConnectorTypeList ¶
type ConnectorTypeList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []ConnectorType `json:"items"` }
ConnectorTypeList struct for ConnectorTypeList
func NewConnectorTypeList ¶
func NewConnectorTypeList(kind string, page int32, size int32, total int32, items []ConnectorType) *ConnectorTypeList
NewConnectorTypeList instantiates a new ConnectorTypeList 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 NewConnectorTypeListWithDefaults ¶
func NewConnectorTypeListWithDefaults() *ConnectorTypeList
NewConnectorTypeListWithDefaults instantiates a new ConnectorTypeList 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 (*ConnectorTypeList) GetItems ¶
func (o *ConnectorTypeList) GetItems() []ConnectorType
GetItems returns the Items field value
func (*ConnectorTypeList) GetItemsOk ¶
func (o *ConnectorTypeList) GetItemsOk() (*[]ConnectorType, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ConnectorTypeList) GetKind ¶
func (o *ConnectorTypeList) GetKind() string
GetKind returns the Kind field value
func (*ConnectorTypeList) GetKindOk ¶
func (o *ConnectorTypeList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ConnectorTypeList) GetPage ¶
func (o *ConnectorTypeList) GetPage() int32
GetPage returns the Page field value
func (*ConnectorTypeList) GetPageOk ¶
func (o *ConnectorTypeList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ConnectorTypeList) GetSize ¶
func (o *ConnectorTypeList) GetSize() int32
GetSize returns the Size field value
func (*ConnectorTypeList) GetSizeOk ¶
func (o *ConnectorTypeList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ConnectorTypeList) GetTotal ¶
func (o *ConnectorTypeList) GetTotal() int32
GetTotal returns the Total field value
func (*ConnectorTypeList) GetTotalOk ¶
func (o *ConnectorTypeList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ConnectorTypeList) MarshalJSON ¶
func (o ConnectorTypeList) MarshalJSON() ([]byte, error)
func (*ConnectorTypeList) SetItems ¶
func (o *ConnectorTypeList) SetItems(v []ConnectorType)
SetItems sets field value
func (*ConnectorTypeList) SetKind ¶
func (o *ConnectorTypeList) SetKind(v string)
SetKind sets field value
func (*ConnectorTypeList) SetPage ¶
func (o *ConnectorTypeList) SetPage(v int32)
SetPage sets field value
func (*ConnectorTypeList) SetSize ¶
func (o *ConnectorTypeList) SetSize(v int32)
SetSize sets field value
func (*ConnectorTypeList) SetTotal ¶
func (o *ConnectorTypeList) SetTotal(v int32)
SetTotal sets field value
type ConnectorTypeListAllOf ¶
type ConnectorTypeListAllOf struct {
Items *[]ConnectorType `json:"items,omitempty"`
}
ConnectorTypeListAllOf struct for ConnectorTypeListAllOf
func NewConnectorTypeListAllOf ¶
func NewConnectorTypeListAllOf() *ConnectorTypeListAllOf
NewConnectorTypeListAllOf instantiates a new ConnectorTypeListAllOf 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 NewConnectorTypeListAllOfWithDefaults ¶
func NewConnectorTypeListAllOfWithDefaults() *ConnectorTypeListAllOf
NewConnectorTypeListAllOfWithDefaults instantiates a new ConnectorTypeListAllOf 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 (*ConnectorTypeListAllOf) GetItems ¶
func (o *ConnectorTypeListAllOf) GetItems() []ConnectorType
GetItems returns the Items field value if set, zero value otherwise.
func (*ConnectorTypeListAllOf) GetItemsOk ¶
func (o *ConnectorTypeListAllOf) GetItemsOk() (*[]ConnectorType, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeListAllOf) HasItems ¶
func (o *ConnectorTypeListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ConnectorTypeListAllOf) MarshalJSON ¶
func (o ConnectorTypeListAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorTypeListAllOf) SetItems ¶
func (o *ConnectorTypeListAllOf) SetItems(v []ConnectorType)
SetItems gets a reference to the given []ConnectorType and assigns it to the Items field.
type DataPlaneClusterUpdateStatusRequest ¶
type DataPlaneClusterUpdateStatusRequest struct { // The cluster data plane conditions Conditions *[]DataPlaneClusterUpdateStatusRequestConditions `json:"conditions,omitempty"` Total *DataPlaneClusterUpdateStatusRequestTotal `json:"total,omitempty"` Remaining *DataPlaneClusterUpdateStatusRequestTotal `json:"remaining,omitempty"` NodeInfo *DataPlaneClusterUpdateStatusRequestNodeInfo `json:"nodeInfo,omitempty"` ResizeInfo *DataPlaneClusterUpdateStatusRequestResizeInfo `json:"resizeInfo,omitempty"` }
DataPlaneClusterUpdateStatusRequest Schema for the request to update a data plane cluster's status
func NewDataPlaneClusterUpdateStatusRequest ¶
func NewDataPlaneClusterUpdateStatusRequest() *DataPlaneClusterUpdateStatusRequest
NewDataPlaneClusterUpdateStatusRequest instantiates a new DataPlaneClusterUpdateStatusRequest 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 NewDataPlaneClusterUpdateStatusRequestWithDefaults ¶
func NewDataPlaneClusterUpdateStatusRequestWithDefaults() *DataPlaneClusterUpdateStatusRequest
NewDataPlaneClusterUpdateStatusRequestWithDefaults instantiates a new DataPlaneClusterUpdateStatusRequest 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 (*DataPlaneClusterUpdateStatusRequest) GetConditions ¶
func (o *DataPlaneClusterUpdateStatusRequest) GetConditions() []DataPlaneClusterUpdateStatusRequestConditions
GetConditions returns the Conditions field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequest) GetConditionsOk ¶
func (o *DataPlaneClusterUpdateStatusRequest) GetConditionsOk() (*[]DataPlaneClusterUpdateStatusRequestConditions, bool)
GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequest) GetNodeInfo ¶
func (o *DataPlaneClusterUpdateStatusRequest) GetNodeInfo() DataPlaneClusterUpdateStatusRequestNodeInfo
GetNodeInfo returns the NodeInfo field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequest) GetNodeInfoOk ¶
func (o *DataPlaneClusterUpdateStatusRequest) GetNodeInfoOk() (*DataPlaneClusterUpdateStatusRequestNodeInfo, bool)
GetNodeInfoOk returns a tuple with the NodeInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequest) GetRemaining ¶
func (o *DataPlaneClusterUpdateStatusRequest) GetRemaining() DataPlaneClusterUpdateStatusRequestTotal
GetRemaining returns the Remaining field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequest) GetRemainingOk ¶
func (o *DataPlaneClusterUpdateStatusRequest) GetRemainingOk() (*DataPlaneClusterUpdateStatusRequestTotal, bool)
GetRemainingOk returns a tuple with the Remaining field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequest) GetResizeInfo ¶
func (o *DataPlaneClusterUpdateStatusRequest) GetResizeInfo() DataPlaneClusterUpdateStatusRequestResizeInfo
GetResizeInfo returns the ResizeInfo field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequest) GetResizeInfoOk ¶
func (o *DataPlaneClusterUpdateStatusRequest) GetResizeInfoOk() (*DataPlaneClusterUpdateStatusRequestResizeInfo, bool)
GetResizeInfoOk returns a tuple with the ResizeInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequest) GetTotal ¶
func (o *DataPlaneClusterUpdateStatusRequest) GetTotal() DataPlaneClusterUpdateStatusRequestTotal
GetTotal returns the Total field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequest) GetTotalOk ¶
func (o *DataPlaneClusterUpdateStatusRequest) GetTotalOk() (*DataPlaneClusterUpdateStatusRequestTotal, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequest) HasConditions ¶
func (o *DataPlaneClusterUpdateStatusRequest) HasConditions() bool
HasConditions returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequest) HasNodeInfo ¶
func (o *DataPlaneClusterUpdateStatusRequest) HasNodeInfo() bool
HasNodeInfo returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequest) HasRemaining ¶
func (o *DataPlaneClusterUpdateStatusRequest) HasRemaining() bool
HasRemaining returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequest) HasResizeInfo ¶
func (o *DataPlaneClusterUpdateStatusRequest) HasResizeInfo() bool
HasResizeInfo returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequest) HasTotal ¶
func (o *DataPlaneClusterUpdateStatusRequest) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (DataPlaneClusterUpdateStatusRequest) MarshalJSON ¶
func (o DataPlaneClusterUpdateStatusRequest) MarshalJSON() ([]byte, error)
func (*DataPlaneClusterUpdateStatusRequest) SetConditions ¶
func (o *DataPlaneClusterUpdateStatusRequest) SetConditions(v []DataPlaneClusterUpdateStatusRequestConditions)
SetConditions gets a reference to the given []DataPlaneClusterUpdateStatusRequestConditions and assigns it to the Conditions field.
func (*DataPlaneClusterUpdateStatusRequest) SetNodeInfo ¶
func (o *DataPlaneClusterUpdateStatusRequest) SetNodeInfo(v DataPlaneClusterUpdateStatusRequestNodeInfo)
SetNodeInfo gets a reference to the given DataPlaneClusterUpdateStatusRequestNodeInfo and assigns it to the NodeInfo field.
func (*DataPlaneClusterUpdateStatusRequest) SetRemaining ¶
func (o *DataPlaneClusterUpdateStatusRequest) SetRemaining(v DataPlaneClusterUpdateStatusRequestTotal)
SetRemaining gets a reference to the given DataPlaneClusterUpdateStatusRequestTotal and assigns it to the Remaining field.
func (*DataPlaneClusterUpdateStatusRequest) SetResizeInfo ¶
func (o *DataPlaneClusterUpdateStatusRequest) SetResizeInfo(v DataPlaneClusterUpdateStatusRequestResizeInfo)
SetResizeInfo gets a reference to the given DataPlaneClusterUpdateStatusRequestResizeInfo and assigns it to the ResizeInfo field.
func (*DataPlaneClusterUpdateStatusRequest) SetTotal ¶
func (o *DataPlaneClusterUpdateStatusRequest) SetTotal(v DataPlaneClusterUpdateStatusRequestTotal)
SetTotal gets a reference to the given DataPlaneClusterUpdateStatusRequestTotal and assigns it to the Total field.
type DataPlaneClusterUpdateStatusRequestConditions ¶
type DataPlaneClusterUpdateStatusRequestConditions struct { Type *string `json:"type,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` LastTransitionTime *string `json:"lastTransitionTime,omitempty"` }
DataPlaneClusterUpdateStatusRequestConditions struct for DataPlaneClusterUpdateStatusRequestConditions
func NewDataPlaneClusterUpdateStatusRequestConditions ¶
func NewDataPlaneClusterUpdateStatusRequestConditions() *DataPlaneClusterUpdateStatusRequestConditions
NewDataPlaneClusterUpdateStatusRequestConditions instantiates a new DataPlaneClusterUpdateStatusRequestConditions 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 NewDataPlaneClusterUpdateStatusRequestConditionsWithDefaults ¶
func NewDataPlaneClusterUpdateStatusRequestConditionsWithDefaults() *DataPlaneClusterUpdateStatusRequestConditions
NewDataPlaneClusterUpdateStatusRequestConditionsWithDefaults instantiates a new DataPlaneClusterUpdateStatusRequestConditions 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 (*DataPlaneClusterUpdateStatusRequestConditions) GetLastTransitionTime ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) GetLastTransitionTime() string
GetLastTransitionTime returns the LastTransitionTime field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestConditions) GetLastTransitionTimeOk ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) GetLastTransitionTimeOk() (*string, bool)
GetLastTransitionTimeOk returns a tuple with the LastTransitionTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestConditions) GetMessage ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestConditions) GetMessageOk ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) 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 (*DataPlaneClusterUpdateStatusRequestConditions) GetReason ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestConditions) GetReasonOk ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestConditions) GetStatus ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestConditions) GetStatusOk ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) 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 (*DataPlaneClusterUpdateStatusRequestConditions) GetType ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestConditions) GetTypeOk ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestConditions) HasLastTransitionTime ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) HasLastTransitionTime() bool
HasLastTransitionTime returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestConditions) HasMessage ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestConditions) HasReason ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestConditions) HasStatus ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestConditions) HasType ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) HasType() bool
HasType returns a boolean if a field has been set.
func (DataPlaneClusterUpdateStatusRequestConditions) MarshalJSON ¶
func (o DataPlaneClusterUpdateStatusRequestConditions) MarshalJSON() ([]byte, error)
func (*DataPlaneClusterUpdateStatusRequestConditions) SetLastTransitionTime ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) SetLastTransitionTime(v string)
SetLastTransitionTime gets a reference to the given string and assigns it to the LastTransitionTime field.
func (*DataPlaneClusterUpdateStatusRequestConditions) SetMessage ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*DataPlaneClusterUpdateStatusRequestConditions) SetReason ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*DataPlaneClusterUpdateStatusRequestConditions) SetStatus ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*DataPlaneClusterUpdateStatusRequestConditions) SetType ¶
func (o *DataPlaneClusterUpdateStatusRequestConditions) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type DataPlaneClusterUpdateStatusRequestNodeInfo ¶
type DataPlaneClusterUpdateStatusRequestNodeInfo struct { Ceiling *int32 `json:"ceiling,omitempty"` Floor *int32 `json:"floor,omitempty"` Current *int32 `json:"current,omitempty"` CurrentWorkLoadMinimum *int32 `json:"currentWorkLoadMinimum,omitempty"` }
DataPlaneClusterUpdateStatusRequestNodeInfo struct for DataPlaneClusterUpdateStatusRequestNodeInfo
func NewDataPlaneClusterUpdateStatusRequestNodeInfo ¶
func NewDataPlaneClusterUpdateStatusRequestNodeInfo() *DataPlaneClusterUpdateStatusRequestNodeInfo
NewDataPlaneClusterUpdateStatusRequestNodeInfo instantiates a new DataPlaneClusterUpdateStatusRequestNodeInfo 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 NewDataPlaneClusterUpdateStatusRequestNodeInfoWithDefaults ¶
func NewDataPlaneClusterUpdateStatusRequestNodeInfoWithDefaults() *DataPlaneClusterUpdateStatusRequestNodeInfo
NewDataPlaneClusterUpdateStatusRequestNodeInfoWithDefaults instantiates a new DataPlaneClusterUpdateStatusRequestNodeInfo 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 (*DataPlaneClusterUpdateStatusRequestNodeInfo) GetCeiling ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCeiling() int32
GetCeiling returns the Ceiling field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) GetCeilingOk ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCeilingOk() (*int32, bool)
GetCeilingOk returns a tuple with the Ceiling field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrent ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrent() int32
GetCurrent returns the Current field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrentOk ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrentOk() (*int32, bool)
GetCurrentOk returns a tuple with the Current field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrentWorkLoadMinimum ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrentWorkLoadMinimum() int32
GetCurrentWorkLoadMinimum returns the CurrentWorkLoadMinimum field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrentWorkLoadMinimumOk ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetCurrentWorkLoadMinimumOk() (*int32, bool)
GetCurrentWorkLoadMinimumOk returns a tuple with the CurrentWorkLoadMinimum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) GetFloor ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetFloor() int32
GetFloor returns the Floor field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) GetFloorOk ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) GetFloorOk() (*int32, bool)
GetFloorOk returns a tuple with the Floor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) HasCeiling ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) HasCeiling() bool
HasCeiling returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) HasCurrent ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) HasCurrent() bool
HasCurrent returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) HasCurrentWorkLoadMinimum ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) HasCurrentWorkLoadMinimum() bool
HasCurrentWorkLoadMinimum returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) HasFloor ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) HasFloor() bool
HasFloor returns a boolean if a field has been set.
func (DataPlaneClusterUpdateStatusRequestNodeInfo) MarshalJSON ¶
func (o DataPlaneClusterUpdateStatusRequestNodeInfo) MarshalJSON() ([]byte, error)
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) SetCeiling ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) SetCeiling(v int32)
SetCeiling gets a reference to the given int32 and assigns it to the Ceiling field.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) SetCurrent ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) SetCurrent(v int32)
SetCurrent gets a reference to the given int32 and assigns it to the Current field.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) SetCurrentWorkLoadMinimum ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) SetCurrentWorkLoadMinimum(v int32)
SetCurrentWorkLoadMinimum gets a reference to the given int32 and assigns it to the CurrentWorkLoadMinimum field.
func (*DataPlaneClusterUpdateStatusRequestNodeInfo) SetFloor ¶
func (o *DataPlaneClusterUpdateStatusRequestNodeInfo) SetFloor(v int32)
SetFloor gets a reference to the given int32 and assigns it to the Floor field.
type DataPlaneClusterUpdateStatusRequestResizeInfo ¶
type DataPlaneClusterUpdateStatusRequestResizeInfo struct { NodeDelta *int32 `json:"nodeDelta,omitempty"` Delta *DataPlaneClusterUpdateStatusRequestResizeInfoDelta `json:"delta,omitempty"` }
DataPlaneClusterUpdateStatusRequestResizeInfo struct for DataPlaneClusterUpdateStatusRequestResizeInfo
func NewDataPlaneClusterUpdateStatusRequestResizeInfo ¶
func NewDataPlaneClusterUpdateStatusRequestResizeInfo() *DataPlaneClusterUpdateStatusRequestResizeInfo
NewDataPlaneClusterUpdateStatusRequestResizeInfo instantiates a new DataPlaneClusterUpdateStatusRequestResizeInfo 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 NewDataPlaneClusterUpdateStatusRequestResizeInfoWithDefaults ¶
func NewDataPlaneClusterUpdateStatusRequestResizeInfoWithDefaults() *DataPlaneClusterUpdateStatusRequestResizeInfo
NewDataPlaneClusterUpdateStatusRequestResizeInfoWithDefaults instantiates a new DataPlaneClusterUpdateStatusRequestResizeInfo 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 (*DataPlaneClusterUpdateStatusRequestResizeInfo) GetDelta ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) GetDelta() DataPlaneClusterUpdateStatusRequestResizeInfoDelta
GetDelta returns the Delta field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestResizeInfo) GetDeltaOk ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) GetDeltaOk() (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta, bool)
GetDeltaOk returns a tuple with the Delta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestResizeInfo) GetNodeDelta ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) GetNodeDelta() int32
GetNodeDelta returns the NodeDelta field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestResizeInfo) GetNodeDeltaOk ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) GetNodeDeltaOk() (*int32, bool)
GetNodeDeltaOk returns a tuple with the NodeDelta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestResizeInfo) HasDelta ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) HasDelta() bool
HasDelta returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestResizeInfo) HasNodeDelta ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) HasNodeDelta() bool
HasNodeDelta returns a boolean if a field has been set.
func (DataPlaneClusterUpdateStatusRequestResizeInfo) MarshalJSON ¶
func (o DataPlaneClusterUpdateStatusRequestResizeInfo) MarshalJSON() ([]byte, error)
func (*DataPlaneClusterUpdateStatusRequestResizeInfo) SetDelta ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) SetDelta(v DataPlaneClusterUpdateStatusRequestResizeInfoDelta)
SetDelta gets a reference to the given DataPlaneClusterUpdateStatusRequestResizeInfoDelta and assigns it to the Delta field.
func (*DataPlaneClusterUpdateStatusRequestResizeInfo) SetNodeDelta ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfo) SetNodeDelta(v int32)
SetNodeDelta gets a reference to the given int32 and assigns it to the NodeDelta field.
type DataPlaneClusterUpdateStatusRequestResizeInfoDelta ¶
type DataPlaneClusterUpdateStatusRequestResizeInfoDelta struct { IngressEgressThroughputPerSec *string `json:"ingressEgressThroughputPerSec,omitempty"` Connections *int32 `json:"connections,omitempty"` DataRetentionSize *string `json:"dataRetentionSize,omitempty"` MaxPartitions *int32 `json:"maxPartitions,omitempty"` }
DataPlaneClusterUpdateStatusRequestResizeInfoDelta struct for DataPlaneClusterUpdateStatusRequestResizeInfoDelta
func NewDataPlaneClusterUpdateStatusRequestResizeInfoDelta ¶
func NewDataPlaneClusterUpdateStatusRequestResizeInfoDelta() *DataPlaneClusterUpdateStatusRequestResizeInfoDelta
NewDataPlaneClusterUpdateStatusRequestResizeInfoDelta instantiates a new DataPlaneClusterUpdateStatusRequestResizeInfoDelta 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 NewDataPlaneClusterUpdateStatusRequestResizeInfoDeltaWithDefaults ¶
func NewDataPlaneClusterUpdateStatusRequestResizeInfoDeltaWithDefaults() *DataPlaneClusterUpdateStatusRequestResizeInfoDelta
NewDataPlaneClusterUpdateStatusRequestResizeInfoDeltaWithDefaults instantiates a new DataPlaneClusterUpdateStatusRequestResizeInfoDelta 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 (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetConnections ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetConnections() int32
GetConnections returns the Connections field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetConnectionsOk ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetConnectionsOk() (*int32, bool)
GetConnectionsOk returns a tuple with the Connections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetDataRetentionSize ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetDataRetentionSize() string
GetDataRetentionSize returns the DataRetentionSize field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetDataRetentionSizeOk ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetDataRetentionSizeOk() (*string, bool)
GetDataRetentionSizeOk returns a tuple with the DataRetentionSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetIngressEgressThroughputPerSec ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetIngressEgressThroughputPerSec() string
GetIngressEgressThroughputPerSec returns the IngressEgressThroughputPerSec field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetIngressEgressThroughputPerSecOk ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetIngressEgressThroughputPerSecOk() (*string, bool)
GetIngressEgressThroughputPerSecOk returns a tuple with the IngressEgressThroughputPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetMaxPartitions ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetMaxPartitions() int32
GetMaxPartitions returns the MaxPartitions field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetMaxPartitionsOk ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) GetMaxPartitionsOk() (*int32, bool)
GetMaxPartitionsOk returns a tuple with the MaxPartitions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasConnections ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasConnections() bool
HasConnections returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasDataRetentionSize ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasDataRetentionSize() bool
HasDataRetentionSize returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasIngressEgressThroughputPerSec ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasIngressEgressThroughputPerSec() bool
HasIngressEgressThroughputPerSec returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasMaxPartitions ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) HasMaxPartitions() bool
HasMaxPartitions returns a boolean if a field has been set.
func (DataPlaneClusterUpdateStatusRequestResizeInfoDelta) MarshalJSON ¶
func (o DataPlaneClusterUpdateStatusRequestResizeInfoDelta) MarshalJSON() ([]byte, error)
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetConnections ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetConnections(v int32)
SetConnections gets a reference to the given int32 and assigns it to the Connections field.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetDataRetentionSize ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetDataRetentionSize(v string)
SetDataRetentionSize gets a reference to the given string and assigns it to the DataRetentionSize field.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetIngressEgressThroughputPerSec ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetIngressEgressThroughputPerSec(v string)
SetIngressEgressThroughputPerSec gets a reference to the given string and assigns it to the IngressEgressThroughputPerSec field.
func (*DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetMaxPartitions ¶
func (o *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) SetMaxPartitions(v int32)
SetMaxPartitions gets a reference to the given int32 and assigns it to the MaxPartitions field.
type DataPlaneClusterUpdateStatusRequestTotal ¶
type DataPlaneClusterUpdateStatusRequestTotal struct { IngressEgressThroughputPerSec *string `json:"ingressEgressThroughputPerSec,omitempty"` Connections *int32 `json:"connections,omitempty"` DataRetentionSize *string `json:"dataRetentionSize,omitempty"` Partitions *int32 `json:"partitions,omitempty"` }
DataPlaneClusterUpdateStatusRequestTotal struct for DataPlaneClusterUpdateStatusRequestTotal
func NewDataPlaneClusterUpdateStatusRequestTotal ¶
func NewDataPlaneClusterUpdateStatusRequestTotal() *DataPlaneClusterUpdateStatusRequestTotal
NewDataPlaneClusterUpdateStatusRequestTotal instantiates a new DataPlaneClusterUpdateStatusRequestTotal 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 NewDataPlaneClusterUpdateStatusRequestTotalWithDefaults ¶
func NewDataPlaneClusterUpdateStatusRequestTotalWithDefaults() *DataPlaneClusterUpdateStatusRequestTotal
NewDataPlaneClusterUpdateStatusRequestTotalWithDefaults instantiates a new DataPlaneClusterUpdateStatusRequestTotal 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 (*DataPlaneClusterUpdateStatusRequestTotal) GetConnections ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) GetConnections() int32
GetConnections returns the Connections field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestTotal) GetConnectionsOk ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) GetConnectionsOk() (*int32, bool)
GetConnectionsOk returns a tuple with the Connections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestTotal) GetDataRetentionSize ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) GetDataRetentionSize() string
GetDataRetentionSize returns the DataRetentionSize field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestTotal) GetDataRetentionSizeOk ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) GetDataRetentionSizeOk() (*string, bool)
GetDataRetentionSizeOk returns a tuple with the DataRetentionSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestTotal) GetIngressEgressThroughputPerSec ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) GetIngressEgressThroughputPerSec() string
GetIngressEgressThroughputPerSec returns the IngressEgressThroughputPerSec field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestTotal) GetIngressEgressThroughputPerSecOk ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) GetIngressEgressThroughputPerSecOk() (*string, bool)
GetIngressEgressThroughputPerSecOk returns a tuple with the IngressEgressThroughputPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestTotal) GetPartitions ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) GetPartitions() int32
GetPartitions returns the Partitions field value if set, zero value otherwise.
func (*DataPlaneClusterUpdateStatusRequestTotal) GetPartitionsOk ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) GetPartitionsOk() (*int32, bool)
GetPartitionsOk returns a tuple with the Partitions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataPlaneClusterUpdateStatusRequestTotal) HasConnections ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) HasConnections() bool
HasConnections returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestTotal) HasDataRetentionSize ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) HasDataRetentionSize() bool
HasDataRetentionSize returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestTotal) HasIngressEgressThroughputPerSec ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) HasIngressEgressThroughputPerSec() bool
HasIngressEgressThroughputPerSec returns a boolean if a field has been set.
func (*DataPlaneClusterUpdateStatusRequestTotal) HasPartitions ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) HasPartitions() bool
HasPartitions returns a boolean if a field has been set.
func (DataPlaneClusterUpdateStatusRequestTotal) MarshalJSON ¶
func (o DataPlaneClusterUpdateStatusRequestTotal) MarshalJSON() ([]byte, error)
func (*DataPlaneClusterUpdateStatusRequestTotal) SetConnections ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) SetConnections(v int32)
SetConnections gets a reference to the given int32 and assigns it to the Connections field.
func (*DataPlaneClusterUpdateStatusRequestTotal) SetDataRetentionSize ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) SetDataRetentionSize(v string)
SetDataRetentionSize gets a reference to the given string and assigns it to the DataRetentionSize field.
func (*DataPlaneClusterUpdateStatusRequestTotal) SetIngressEgressThroughputPerSec ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) SetIngressEgressThroughputPerSec(v string)
SetIngressEgressThroughputPerSec gets a reference to the given string and assigns it to the IngressEgressThroughputPerSec field.
func (*DataPlaneClusterUpdateStatusRequestTotal) SetPartitions ¶
func (o *DataPlaneClusterUpdateStatusRequestTotal) SetPartitions(v int32)
SetPartitions gets a reference to the given int32 and assigns it to the Partitions field.
type DefaultApi ¶
type DefaultApi interface { /* * CreateKafka Create a new kafka Request * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateKafkaRequest */ CreateKafka(ctx _context.Context) ApiCreateKafkaRequest /* * CreateKafkaExecute executes the request * @return KafkaRequest */ CreateKafkaExecute(r ApiCreateKafkaRequest) (KafkaRequest, *_nethttp.Response, error) /* * CreateServiceAccount Create a service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateServiceAccountRequest */ CreateServiceAccount(ctx _context.Context) ApiCreateServiceAccountRequest /* * CreateServiceAccountExecute executes the request * @return ServiceAccount */ CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (ServiceAccount, *_nethttp.Response, error) /* * DeleteKafkaById Delete a kafka request by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiDeleteKafkaByIdRequest */ DeleteKafkaById(ctx _context.Context, id string) ApiDeleteKafkaByIdRequest /* * DeleteKafkaByIdExecute executes the request * @return Error */ DeleteKafkaByIdExecute(r ApiDeleteKafkaByIdRequest) (Error, *_nethttp.Response, error) /* * DeleteServiceAccount Delete service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiDeleteServiceAccountRequest */ DeleteServiceAccount(ctx _context.Context, id string) ApiDeleteServiceAccountRequest /* * DeleteServiceAccountExecute executes the request * @return Error */ DeleteServiceAccountExecute(r ApiDeleteServiceAccountRequest) (Error, *_nethttp.Response, error) /* * GetKafkaById Get a kafka request by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiGetKafkaByIdRequest */ GetKafkaById(ctx _context.Context, id string) ApiGetKafkaByIdRequest /* * GetKafkaByIdExecute executes the request * @return KafkaRequest */ GetKafkaByIdExecute(r ApiGetKafkaByIdRequest) (KafkaRequest, *_nethttp.Response, error) /* * GetMetricsByInstantQuery Get metrics with instant query by kafka id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiGetMetricsByInstantQueryRequest */ GetMetricsByInstantQuery(ctx _context.Context, id string) ApiGetMetricsByInstantQueryRequest /* * GetMetricsByInstantQueryExecute executes the request * @return MetricsInstantQueryList */ GetMetricsByInstantQueryExecute(r ApiGetMetricsByInstantQueryRequest) (MetricsInstantQueryList, *_nethttp.Response, error) /* * GetMetricsByRangeQuery Get metrics with timeseries range query by kafka id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiGetMetricsByRangeQueryRequest */ GetMetricsByRangeQuery(ctx _context.Context, id string) ApiGetMetricsByRangeQueryRequest /* * GetMetricsByRangeQueryExecute executes the request * @return MetricsRangeQueryList */ GetMetricsByRangeQueryExecute(r ApiGetMetricsByRangeQueryRequest) (MetricsRangeQueryList, *_nethttp.Response, error) /* * GetServiceAccountById get service account by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiGetServiceAccountByIdRequest */ GetServiceAccountById(ctx _context.Context, id string) ApiGetServiceAccountByIdRequest /* * GetServiceAccountByIdExecute executes the request * @return ServiceAccount */ GetServiceAccountByIdExecute(r ApiGetServiceAccountByIdRequest) (ServiceAccount, *_nethttp.Response, error) /* * ListCloudProviderRegions Retrieves the list of supported regions of the supported cloud provider. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiListCloudProviderRegionsRequest */ ListCloudProviderRegions(ctx _context.Context, id string) ApiListCloudProviderRegionsRequest /* * ListCloudProviderRegionsExecute executes the request * @return CloudRegionList */ ListCloudProviderRegionsExecute(r ApiListCloudProviderRegionsRequest) (CloudRegionList, *_nethttp.Response, error) /* * ListCloudProviders Retrieves the list of supported cloud providers. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListCloudProvidersRequest */ ListCloudProviders(ctx _context.Context) ApiListCloudProvidersRequest /* * ListCloudProvidersExecute executes the request * @return CloudProviderList */ ListCloudProvidersExecute(r ApiListCloudProvidersRequest) (CloudProviderList, *_nethttp.Response, error) /* * ListKafkas Returns a list of Kafka requests * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListKafkasRequest */ ListKafkas(ctx _context.Context) ApiListKafkasRequest /* * ListKafkasExecute executes the request * @return KafkaRequestList */ ListKafkasExecute(r ApiListKafkasRequest) (KafkaRequestList, *_nethttp.Response, error) /* * ListServiceAccounts List service accounts * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListServiceAccountsRequest */ ListServiceAccounts(ctx _context.Context) ApiListServiceAccountsRequest /* * ListServiceAccountsExecute executes the request * @return ServiceAccountList */ ListServiceAccountsExecute(r ApiListServiceAccountsRequest) (ServiceAccountList, *_nethttp.Response, error) /* * ResetServiceAccountCreds reset credentials for the service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiResetServiceAccountCredsRequest */ ResetServiceAccountCreds(ctx _context.Context, id string) ApiResetServiceAccountCredsRequest /* * ResetServiceAccountCredsExecute executes the request * @return ServiceAccount */ ResetServiceAccountCredsExecute(r ApiResetServiceAccountCredsRequest) (ServiceAccount, *_nethttp.Response, error) /* * ServiceStatus Retrieves the status of resources e.g whether we have reached maximum service capacity * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiServiceStatusRequest */ ServiceStatus(ctx _context.Context) ApiServiceStatusRequest /* * ServiceStatusExecute executes the request * @return ServiceStatus */ ServiceStatusExecute(r ApiServiceStatusRequest) (ServiceStatus, *_nethttp.Response, error) /* * VersionMetadata Retrieves the version metadata * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiVersionMetadataRequest */ VersionMetadata(ctx _context.Context) ApiVersionMetadataRequest /* * VersionMetadataExecute executes the request * @return VersionMetadata */ VersionMetadataExecute(r ApiVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error) }
type DefaultApiMock ¶
type DefaultApiMock struct { // CreateKafkaFunc mocks the CreateKafka method. CreateKafkaFunc func(ctx _context.Context) ApiCreateKafkaRequest // CreateKafkaExecuteFunc mocks the CreateKafkaExecute method. CreateKafkaExecuteFunc func(r ApiCreateKafkaRequest) (KafkaRequest, *_nethttp.Response, error) // CreateServiceAccountFunc mocks the CreateServiceAccount method. CreateServiceAccountFunc func(ctx _context.Context) ApiCreateServiceAccountRequest // CreateServiceAccountExecuteFunc mocks the CreateServiceAccountExecute method. CreateServiceAccountExecuteFunc func(r ApiCreateServiceAccountRequest) (ServiceAccount, *_nethttp.Response, error) // DeleteKafkaByIdFunc mocks the DeleteKafkaById method. DeleteKafkaByIdFunc func(ctx _context.Context, id string) ApiDeleteKafkaByIdRequest // DeleteKafkaByIdExecuteFunc mocks the DeleteKafkaByIdExecute method. DeleteKafkaByIdExecuteFunc func(r ApiDeleteKafkaByIdRequest) (Error, *_nethttp.Response, error) // DeleteServiceAccountFunc mocks the DeleteServiceAccount method. DeleteServiceAccountFunc func(ctx _context.Context, id string) ApiDeleteServiceAccountRequest // DeleteServiceAccountExecuteFunc mocks the DeleteServiceAccountExecute method. DeleteServiceAccountExecuteFunc func(r ApiDeleteServiceAccountRequest) (Error, *_nethttp.Response, error) // GetKafkaByIdFunc mocks the GetKafkaById method. GetKafkaByIdFunc func(ctx _context.Context, id string) ApiGetKafkaByIdRequest // GetKafkaByIdExecuteFunc mocks the GetKafkaByIdExecute method. GetKafkaByIdExecuteFunc func(r ApiGetKafkaByIdRequest) (KafkaRequest, *_nethttp.Response, error) // GetMetricsByInstantQueryFunc mocks the GetMetricsByInstantQuery method. GetMetricsByInstantQueryFunc func(ctx _context.Context, id string) ApiGetMetricsByInstantQueryRequest // GetMetricsByInstantQueryExecuteFunc mocks the GetMetricsByInstantQueryExecute method. GetMetricsByInstantQueryExecuteFunc func(r ApiGetMetricsByInstantQueryRequest) (MetricsInstantQueryList, *_nethttp.Response, error) // GetMetricsByRangeQueryFunc mocks the GetMetricsByRangeQuery method. GetMetricsByRangeQueryFunc func(ctx _context.Context, id string) ApiGetMetricsByRangeQueryRequest // GetMetricsByRangeQueryExecuteFunc mocks the GetMetricsByRangeQueryExecute method. GetMetricsByRangeQueryExecuteFunc func(r ApiGetMetricsByRangeQueryRequest) (MetricsRangeQueryList, *_nethttp.Response, error) // GetServiceAccountByIdFunc mocks the GetServiceAccountById method. GetServiceAccountByIdFunc func(ctx _context.Context, id string) ApiGetServiceAccountByIdRequest // GetServiceAccountByIdExecuteFunc mocks the GetServiceAccountByIdExecute method. GetServiceAccountByIdExecuteFunc func(r ApiGetServiceAccountByIdRequest) (ServiceAccount, *_nethttp.Response, error) // ListCloudProviderRegionsFunc mocks the ListCloudProviderRegions method. ListCloudProviderRegionsFunc func(ctx _context.Context, id string) ApiListCloudProviderRegionsRequest // ListCloudProviderRegionsExecuteFunc mocks the ListCloudProviderRegionsExecute method. ListCloudProviderRegionsExecuteFunc func(r ApiListCloudProviderRegionsRequest) (CloudRegionList, *_nethttp.Response, error) // ListCloudProvidersFunc mocks the ListCloudProviders method. ListCloudProvidersFunc func(ctx _context.Context) ApiListCloudProvidersRequest // ListCloudProvidersExecuteFunc mocks the ListCloudProvidersExecute method. ListCloudProvidersExecuteFunc func(r ApiListCloudProvidersRequest) (CloudProviderList, *_nethttp.Response, error) // ListKafkasFunc mocks the ListKafkas method. ListKafkasFunc func(ctx _context.Context) ApiListKafkasRequest // ListKafkasExecuteFunc mocks the ListKafkasExecute method. ListKafkasExecuteFunc func(r ApiListKafkasRequest) (KafkaRequestList, *_nethttp.Response, error) // ListServiceAccountsFunc mocks the ListServiceAccounts method. ListServiceAccountsFunc func(ctx _context.Context) ApiListServiceAccountsRequest // ListServiceAccountsExecuteFunc mocks the ListServiceAccountsExecute method. ListServiceAccountsExecuteFunc func(r ApiListServiceAccountsRequest) (ServiceAccountList, *_nethttp.Response, error) // ResetServiceAccountCredsFunc mocks the ResetServiceAccountCreds method. ResetServiceAccountCredsFunc func(ctx _context.Context, id string) ApiResetServiceAccountCredsRequest // ResetServiceAccountCredsExecuteFunc mocks the ResetServiceAccountCredsExecute method. ResetServiceAccountCredsExecuteFunc func(r ApiResetServiceAccountCredsRequest) (ServiceAccount, *_nethttp.Response, error) // ServiceStatusFunc mocks the ServiceStatus method. ServiceStatusFunc func(ctx _context.Context) ApiServiceStatusRequest // ServiceStatusExecuteFunc mocks the ServiceStatusExecute method. ServiceStatusExecuteFunc func(r ApiServiceStatusRequest) (ServiceStatus, *_nethttp.Response, error) // VersionMetadataFunc mocks the VersionMetadata method. VersionMetadataFunc func(ctx _context.Context) ApiVersionMetadataRequest // VersionMetadataExecuteFunc mocks the VersionMetadataExecute method. VersionMetadataExecuteFunc func(r ApiVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error) // contains filtered or unexported fields }
DefaultApiMock is a mock implementation of DefaultApi.
func TestSomethingThatUsesDefaultApi(t *testing.T) { // make and configure a mocked DefaultApi mockedDefaultApi := &DefaultApiMock{ CreateKafkaFunc: func(ctx _context.Context) ApiCreateKafkaRequest { panic("mock out the CreateKafka method") }, CreateKafkaExecuteFunc: func(r ApiCreateKafkaRequest) (KafkaRequest, *_nethttp.Response, error) { panic("mock out the CreateKafkaExecute method") }, CreateServiceAccountFunc: func(ctx _context.Context) ApiCreateServiceAccountRequest { panic("mock out the CreateServiceAccount method") }, CreateServiceAccountExecuteFunc: func(r ApiCreateServiceAccountRequest) (ServiceAccount, *_nethttp.Response, error) { panic("mock out the CreateServiceAccountExecute method") }, DeleteKafkaByIdFunc: func(ctx _context.Context, id string) ApiDeleteKafkaByIdRequest { panic("mock out the DeleteKafkaById method") }, DeleteKafkaByIdExecuteFunc: func(r ApiDeleteKafkaByIdRequest) (Error, *_nethttp.Response, error) { panic("mock out the DeleteKafkaByIdExecute method") }, DeleteServiceAccountFunc: func(ctx _context.Context, id string) ApiDeleteServiceAccountRequest { panic("mock out the DeleteServiceAccount method") }, DeleteServiceAccountExecuteFunc: func(r ApiDeleteServiceAccountRequest) (Error, *_nethttp.Response, error) { panic("mock out the DeleteServiceAccountExecute method") }, GetKafkaByIdFunc: func(ctx _context.Context, id string) ApiGetKafkaByIdRequest { panic("mock out the GetKafkaById method") }, GetKafkaByIdExecuteFunc: func(r ApiGetKafkaByIdRequest) (KafkaRequest, *_nethttp.Response, error) { panic("mock out the GetKafkaByIdExecute method") }, GetMetricsByInstantQueryFunc: func(ctx _context.Context, id string) ApiGetMetricsByInstantQueryRequest { panic("mock out the GetMetricsByInstantQuery method") }, GetMetricsByInstantQueryExecuteFunc: func(r ApiGetMetricsByInstantQueryRequest) (MetricsInstantQueryList, *_nethttp.Response, error) { panic("mock out the GetMetricsByInstantQueryExecute method") }, GetMetricsByRangeQueryFunc: func(ctx _context.Context, id string) ApiGetMetricsByRangeQueryRequest { panic("mock out the GetMetricsByRangeQuery method") }, GetMetricsByRangeQueryExecuteFunc: func(r ApiGetMetricsByRangeQueryRequest) (MetricsRangeQueryList, *_nethttp.Response, error) { panic("mock out the GetMetricsByRangeQueryExecute method") }, GetServiceAccountByIdFunc: func(ctx _context.Context, id string) ApiGetServiceAccountByIdRequest { panic("mock out the GetServiceAccountById method") }, GetServiceAccountByIdExecuteFunc: func(r ApiGetServiceAccountByIdRequest) (ServiceAccount, *_nethttp.Response, error) { panic("mock out the GetServiceAccountByIdExecute method") }, ListCloudProviderRegionsFunc: func(ctx _context.Context, id string) ApiListCloudProviderRegionsRequest { panic("mock out the ListCloudProviderRegions method") }, ListCloudProviderRegionsExecuteFunc: func(r ApiListCloudProviderRegionsRequest) (CloudRegionList, *_nethttp.Response, error) { panic("mock out the ListCloudProviderRegionsExecute method") }, ListCloudProvidersFunc: func(ctx _context.Context) ApiListCloudProvidersRequest { panic("mock out the ListCloudProviders method") }, ListCloudProvidersExecuteFunc: func(r ApiListCloudProvidersRequest) (CloudProviderList, *_nethttp.Response, error) { panic("mock out the ListCloudProvidersExecute method") }, ListKafkasFunc: func(ctx _context.Context) ApiListKafkasRequest { panic("mock out the ListKafkas method") }, ListKafkasExecuteFunc: func(r ApiListKafkasRequest) (KafkaRequestList, *_nethttp.Response, error) { panic("mock out the ListKafkasExecute method") }, ListServiceAccountsFunc: func(ctx _context.Context) ApiListServiceAccountsRequest { panic("mock out the ListServiceAccounts method") }, ListServiceAccountsExecuteFunc: func(r ApiListServiceAccountsRequest) (ServiceAccountList, *_nethttp.Response, error) { panic("mock out the ListServiceAccountsExecute method") }, ResetServiceAccountCredsFunc: func(ctx _context.Context, id string) ApiResetServiceAccountCredsRequest { panic("mock out the ResetServiceAccountCreds method") }, ResetServiceAccountCredsExecuteFunc: func(r ApiResetServiceAccountCredsRequest) (ServiceAccount, *_nethttp.Response, error) { panic("mock out the ResetServiceAccountCredsExecute method") }, ServiceStatusFunc: func(ctx _context.Context) ApiServiceStatusRequest { panic("mock out the ServiceStatus method") }, ServiceStatusExecuteFunc: func(r ApiServiceStatusRequest) (ServiceStatus, *_nethttp.Response, error) { panic("mock out the ServiceStatusExecute method") }, VersionMetadataFunc: func(ctx _context.Context) ApiVersionMetadataRequest { panic("mock out the VersionMetadata method") }, VersionMetadataExecuteFunc: func(r ApiVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error) { panic("mock out the VersionMetadataExecute method") }, } // use mockedDefaultApi in code that requires DefaultApi // and then make assertions. }
func (*DefaultApiMock) CreateKafka ¶
func (mock *DefaultApiMock) CreateKafka(ctx _context.Context) ApiCreateKafkaRequest
CreateKafka calls CreateKafkaFunc.
func (*DefaultApiMock) CreateKafkaCalls ¶
func (mock *DefaultApiMock) CreateKafkaCalls() []struct { Ctx _context.Context }
CreateKafkaCalls gets all the calls that were made to CreateKafka. Check the length with:
len(mockedDefaultApi.CreateKafkaCalls())
func (*DefaultApiMock) CreateKafkaExecute ¶
func (mock *DefaultApiMock) CreateKafkaExecute(r ApiCreateKafkaRequest) (KafkaRequest, *_nethttp.Response, error)
CreateKafkaExecute calls CreateKafkaExecuteFunc.
func (*DefaultApiMock) CreateKafkaExecuteCalls ¶
func (mock *DefaultApiMock) CreateKafkaExecuteCalls() []struct { R ApiCreateKafkaRequest }
CreateKafkaExecuteCalls gets all the calls that were made to CreateKafkaExecute. Check the length with:
len(mockedDefaultApi.CreateKafkaExecuteCalls())
func (*DefaultApiMock) CreateServiceAccount ¶
func (mock *DefaultApiMock) CreateServiceAccount(ctx _context.Context) ApiCreateServiceAccountRequest
CreateServiceAccount calls CreateServiceAccountFunc.
func (*DefaultApiMock) CreateServiceAccountCalls ¶
func (mock *DefaultApiMock) CreateServiceAccountCalls() []struct { Ctx _context.Context }
CreateServiceAccountCalls gets all the calls that were made to CreateServiceAccount. Check the length with:
len(mockedDefaultApi.CreateServiceAccountCalls())
func (*DefaultApiMock) CreateServiceAccountExecute ¶
func (mock *DefaultApiMock) CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (ServiceAccount, *_nethttp.Response, error)
CreateServiceAccountExecute calls CreateServiceAccountExecuteFunc.
func (*DefaultApiMock) CreateServiceAccountExecuteCalls ¶
func (mock *DefaultApiMock) CreateServiceAccountExecuteCalls() []struct { R ApiCreateServiceAccountRequest }
CreateServiceAccountExecuteCalls gets all the calls that were made to CreateServiceAccountExecute. Check the length with:
len(mockedDefaultApi.CreateServiceAccountExecuteCalls())
func (*DefaultApiMock) DeleteKafkaById ¶
func (mock *DefaultApiMock) DeleteKafkaById(ctx _context.Context, id string) ApiDeleteKafkaByIdRequest
DeleteKafkaById calls DeleteKafkaByIdFunc.
func (*DefaultApiMock) DeleteKafkaByIdCalls ¶
func (mock *DefaultApiMock) DeleteKafkaByIdCalls() []struct { Ctx _context.Context ID string }
DeleteKafkaByIdCalls gets all the calls that were made to DeleteKafkaById. Check the length with:
len(mockedDefaultApi.DeleteKafkaByIdCalls())
func (*DefaultApiMock) DeleteKafkaByIdExecute ¶
func (mock *DefaultApiMock) DeleteKafkaByIdExecute(r ApiDeleteKafkaByIdRequest) (Error, *_nethttp.Response, error)
DeleteKafkaByIdExecute calls DeleteKafkaByIdExecuteFunc.
func (*DefaultApiMock) DeleteKafkaByIdExecuteCalls ¶
func (mock *DefaultApiMock) DeleteKafkaByIdExecuteCalls() []struct { R ApiDeleteKafkaByIdRequest }
DeleteKafkaByIdExecuteCalls gets all the calls that were made to DeleteKafkaByIdExecute. Check the length with:
len(mockedDefaultApi.DeleteKafkaByIdExecuteCalls())
func (*DefaultApiMock) DeleteServiceAccount ¶
func (mock *DefaultApiMock) DeleteServiceAccount(ctx _context.Context, id string) ApiDeleteServiceAccountRequest
DeleteServiceAccount calls DeleteServiceAccountFunc.
func (*DefaultApiMock) DeleteServiceAccountCalls ¶
func (mock *DefaultApiMock) DeleteServiceAccountCalls() []struct { Ctx _context.Context ID string }
DeleteServiceAccountCalls gets all the calls that were made to DeleteServiceAccount. Check the length with:
len(mockedDefaultApi.DeleteServiceAccountCalls())
func (*DefaultApiMock) DeleteServiceAccountExecute ¶
func (mock *DefaultApiMock) DeleteServiceAccountExecute(r ApiDeleteServiceAccountRequest) (Error, *_nethttp.Response, error)
DeleteServiceAccountExecute calls DeleteServiceAccountExecuteFunc.
func (*DefaultApiMock) DeleteServiceAccountExecuteCalls ¶
func (mock *DefaultApiMock) DeleteServiceAccountExecuteCalls() []struct { R ApiDeleteServiceAccountRequest }
DeleteServiceAccountExecuteCalls gets all the calls that were made to DeleteServiceAccountExecute. Check the length with:
len(mockedDefaultApi.DeleteServiceAccountExecuteCalls())
func (*DefaultApiMock) GetKafkaById ¶
func (mock *DefaultApiMock) GetKafkaById(ctx _context.Context, id string) ApiGetKafkaByIdRequest
GetKafkaById calls GetKafkaByIdFunc.
func (*DefaultApiMock) GetKafkaByIdCalls ¶
func (mock *DefaultApiMock) GetKafkaByIdCalls() []struct { Ctx _context.Context ID string }
GetKafkaByIdCalls gets all the calls that were made to GetKafkaById. Check the length with:
len(mockedDefaultApi.GetKafkaByIdCalls())
func (*DefaultApiMock) GetKafkaByIdExecute ¶
func (mock *DefaultApiMock) GetKafkaByIdExecute(r ApiGetKafkaByIdRequest) (KafkaRequest, *_nethttp.Response, error)
GetKafkaByIdExecute calls GetKafkaByIdExecuteFunc.
func (*DefaultApiMock) GetKafkaByIdExecuteCalls ¶
func (mock *DefaultApiMock) GetKafkaByIdExecuteCalls() []struct { R ApiGetKafkaByIdRequest }
GetKafkaByIdExecuteCalls gets all the calls that were made to GetKafkaByIdExecute. Check the length with:
len(mockedDefaultApi.GetKafkaByIdExecuteCalls())
func (*DefaultApiMock) GetMetricsByInstantQuery ¶
func (mock *DefaultApiMock) GetMetricsByInstantQuery(ctx _context.Context, id string) ApiGetMetricsByInstantQueryRequest
GetMetricsByInstantQuery calls GetMetricsByInstantQueryFunc.
func (*DefaultApiMock) GetMetricsByInstantQueryCalls ¶
func (mock *DefaultApiMock) GetMetricsByInstantQueryCalls() []struct { Ctx _context.Context ID string }
GetMetricsByInstantQueryCalls gets all the calls that were made to GetMetricsByInstantQuery. Check the length with:
len(mockedDefaultApi.GetMetricsByInstantQueryCalls())
func (*DefaultApiMock) GetMetricsByInstantQueryExecute ¶
func (mock *DefaultApiMock) GetMetricsByInstantQueryExecute(r ApiGetMetricsByInstantQueryRequest) (MetricsInstantQueryList, *_nethttp.Response, error)
GetMetricsByInstantQueryExecute calls GetMetricsByInstantQueryExecuteFunc.
func (*DefaultApiMock) GetMetricsByInstantQueryExecuteCalls ¶
func (mock *DefaultApiMock) GetMetricsByInstantQueryExecuteCalls() []struct { R ApiGetMetricsByInstantQueryRequest }
GetMetricsByInstantQueryExecuteCalls gets all the calls that were made to GetMetricsByInstantQueryExecute. Check the length with:
len(mockedDefaultApi.GetMetricsByInstantQueryExecuteCalls())
func (*DefaultApiMock) GetMetricsByRangeQuery ¶
func (mock *DefaultApiMock) GetMetricsByRangeQuery(ctx _context.Context, id string) ApiGetMetricsByRangeQueryRequest
GetMetricsByRangeQuery calls GetMetricsByRangeQueryFunc.
func (*DefaultApiMock) GetMetricsByRangeQueryCalls ¶
func (mock *DefaultApiMock) GetMetricsByRangeQueryCalls() []struct { Ctx _context.Context ID string }
GetMetricsByRangeQueryCalls gets all the calls that were made to GetMetricsByRangeQuery. Check the length with:
len(mockedDefaultApi.GetMetricsByRangeQueryCalls())
func (*DefaultApiMock) GetMetricsByRangeQueryExecute ¶
func (mock *DefaultApiMock) GetMetricsByRangeQueryExecute(r ApiGetMetricsByRangeQueryRequest) (MetricsRangeQueryList, *_nethttp.Response, error)
GetMetricsByRangeQueryExecute calls GetMetricsByRangeQueryExecuteFunc.
func (*DefaultApiMock) GetMetricsByRangeQueryExecuteCalls ¶
func (mock *DefaultApiMock) GetMetricsByRangeQueryExecuteCalls() []struct { R ApiGetMetricsByRangeQueryRequest }
GetMetricsByRangeQueryExecuteCalls gets all the calls that were made to GetMetricsByRangeQueryExecute. Check the length with:
len(mockedDefaultApi.GetMetricsByRangeQueryExecuteCalls())
func (*DefaultApiMock) GetServiceAccountById ¶
func (mock *DefaultApiMock) GetServiceAccountById(ctx _context.Context, id string) ApiGetServiceAccountByIdRequest
GetServiceAccountById calls GetServiceAccountByIdFunc.
func (*DefaultApiMock) GetServiceAccountByIdCalls ¶
func (mock *DefaultApiMock) GetServiceAccountByIdCalls() []struct { Ctx _context.Context ID string }
GetServiceAccountByIdCalls gets all the calls that were made to GetServiceAccountById. Check the length with:
len(mockedDefaultApi.GetServiceAccountByIdCalls())
func (*DefaultApiMock) GetServiceAccountByIdExecute ¶
func (mock *DefaultApiMock) GetServiceAccountByIdExecute(r ApiGetServiceAccountByIdRequest) (ServiceAccount, *_nethttp.Response, error)
GetServiceAccountByIdExecute calls GetServiceAccountByIdExecuteFunc.
func (*DefaultApiMock) GetServiceAccountByIdExecuteCalls ¶
func (mock *DefaultApiMock) GetServiceAccountByIdExecuteCalls() []struct { R ApiGetServiceAccountByIdRequest }
GetServiceAccountByIdExecuteCalls gets all the calls that were made to GetServiceAccountByIdExecute. Check the length with:
len(mockedDefaultApi.GetServiceAccountByIdExecuteCalls())
func (*DefaultApiMock) ListCloudProviderRegions ¶
func (mock *DefaultApiMock) ListCloudProviderRegions(ctx _context.Context, id string) ApiListCloudProviderRegionsRequest
ListCloudProviderRegions calls ListCloudProviderRegionsFunc.
func (*DefaultApiMock) ListCloudProviderRegionsCalls ¶
func (mock *DefaultApiMock) ListCloudProviderRegionsCalls() []struct { Ctx _context.Context ID string }
ListCloudProviderRegionsCalls gets all the calls that were made to ListCloudProviderRegions. Check the length with:
len(mockedDefaultApi.ListCloudProviderRegionsCalls())
func (*DefaultApiMock) ListCloudProviderRegionsExecute ¶
func (mock *DefaultApiMock) ListCloudProviderRegionsExecute(r ApiListCloudProviderRegionsRequest) (CloudRegionList, *_nethttp.Response, error)
ListCloudProviderRegionsExecute calls ListCloudProviderRegionsExecuteFunc.
func (*DefaultApiMock) ListCloudProviderRegionsExecuteCalls ¶
func (mock *DefaultApiMock) ListCloudProviderRegionsExecuteCalls() []struct { R ApiListCloudProviderRegionsRequest }
ListCloudProviderRegionsExecuteCalls gets all the calls that were made to ListCloudProviderRegionsExecute. Check the length with:
len(mockedDefaultApi.ListCloudProviderRegionsExecuteCalls())
func (*DefaultApiMock) ListCloudProviders ¶
func (mock *DefaultApiMock) ListCloudProviders(ctx _context.Context) ApiListCloudProvidersRequest
ListCloudProviders calls ListCloudProvidersFunc.
func (*DefaultApiMock) ListCloudProvidersCalls ¶
func (mock *DefaultApiMock) ListCloudProvidersCalls() []struct { Ctx _context.Context }
ListCloudProvidersCalls gets all the calls that were made to ListCloudProviders. Check the length with:
len(mockedDefaultApi.ListCloudProvidersCalls())
func (*DefaultApiMock) ListCloudProvidersExecute ¶
func (mock *DefaultApiMock) ListCloudProvidersExecute(r ApiListCloudProvidersRequest) (CloudProviderList, *_nethttp.Response, error)
ListCloudProvidersExecute calls ListCloudProvidersExecuteFunc.
func (*DefaultApiMock) ListCloudProvidersExecuteCalls ¶
func (mock *DefaultApiMock) ListCloudProvidersExecuteCalls() []struct { R ApiListCloudProvidersRequest }
ListCloudProvidersExecuteCalls gets all the calls that were made to ListCloudProvidersExecute. Check the length with:
len(mockedDefaultApi.ListCloudProvidersExecuteCalls())
func (*DefaultApiMock) ListKafkas ¶
func (mock *DefaultApiMock) ListKafkas(ctx _context.Context) ApiListKafkasRequest
ListKafkas calls ListKafkasFunc.
func (*DefaultApiMock) ListKafkasCalls ¶
func (mock *DefaultApiMock) ListKafkasCalls() []struct { Ctx _context.Context }
ListKafkasCalls gets all the calls that were made to ListKafkas. Check the length with:
len(mockedDefaultApi.ListKafkasCalls())
func (*DefaultApiMock) ListKafkasExecute ¶
func (mock *DefaultApiMock) ListKafkasExecute(r ApiListKafkasRequest) (KafkaRequestList, *_nethttp.Response, error)
ListKafkasExecute calls ListKafkasExecuteFunc.
func (*DefaultApiMock) ListKafkasExecuteCalls ¶
func (mock *DefaultApiMock) ListKafkasExecuteCalls() []struct { R ApiListKafkasRequest }
ListKafkasExecuteCalls gets all the calls that were made to ListKafkasExecute. Check the length with:
len(mockedDefaultApi.ListKafkasExecuteCalls())
func (*DefaultApiMock) ListServiceAccounts ¶
func (mock *DefaultApiMock) ListServiceAccounts(ctx _context.Context) ApiListServiceAccountsRequest
ListServiceAccounts calls ListServiceAccountsFunc.
func (*DefaultApiMock) ListServiceAccountsCalls ¶
func (mock *DefaultApiMock) ListServiceAccountsCalls() []struct { Ctx _context.Context }
ListServiceAccountsCalls gets all the calls that were made to ListServiceAccounts. Check the length with:
len(mockedDefaultApi.ListServiceAccountsCalls())
func (*DefaultApiMock) ListServiceAccountsExecute ¶
func (mock *DefaultApiMock) ListServiceAccountsExecute(r ApiListServiceAccountsRequest) (ServiceAccountList, *_nethttp.Response, error)
ListServiceAccountsExecute calls ListServiceAccountsExecuteFunc.
func (*DefaultApiMock) ListServiceAccountsExecuteCalls ¶
func (mock *DefaultApiMock) ListServiceAccountsExecuteCalls() []struct { R ApiListServiceAccountsRequest }
ListServiceAccountsExecuteCalls gets all the calls that were made to ListServiceAccountsExecute. Check the length with:
len(mockedDefaultApi.ListServiceAccountsExecuteCalls())
func (*DefaultApiMock) ResetServiceAccountCreds ¶
func (mock *DefaultApiMock) ResetServiceAccountCreds(ctx _context.Context, id string) ApiResetServiceAccountCredsRequest
ResetServiceAccountCreds calls ResetServiceAccountCredsFunc.
func (*DefaultApiMock) ResetServiceAccountCredsCalls ¶
func (mock *DefaultApiMock) ResetServiceAccountCredsCalls() []struct { Ctx _context.Context ID string }
ResetServiceAccountCredsCalls gets all the calls that were made to ResetServiceAccountCreds. Check the length with:
len(mockedDefaultApi.ResetServiceAccountCredsCalls())
func (*DefaultApiMock) ResetServiceAccountCredsExecute ¶
func (mock *DefaultApiMock) ResetServiceAccountCredsExecute(r ApiResetServiceAccountCredsRequest) (ServiceAccount, *_nethttp.Response, error)
ResetServiceAccountCredsExecute calls ResetServiceAccountCredsExecuteFunc.
func (*DefaultApiMock) ResetServiceAccountCredsExecuteCalls ¶
func (mock *DefaultApiMock) ResetServiceAccountCredsExecuteCalls() []struct { R ApiResetServiceAccountCredsRequest }
ResetServiceAccountCredsExecuteCalls gets all the calls that were made to ResetServiceAccountCredsExecute. Check the length with:
len(mockedDefaultApi.ResetServiceAccountCredsExecuteCalls())
func (*DefaultApiMock) ServiceStatus ¶
func (mock *DefaultApiMock) ServiceStatus(ctx _context.Context) ApiServiceStatusRequest
ServiceStatus calls ServiceStatusFunc.
func (*DefaultApiMock) ServiceStatusCalls ¶
func (mock *DefaultApiMock) ServiceStatusCalls() []struct { Ctx _context.Context }
ServiceStatusCalls gets all the calls that were made to ServiceStatus. Check the length with:
len(mockedDefaultApi.ServiceStatusCalls())
func (*DefaultApiMock) ServiceStatusExecute ¶
func (mock *DefaultApiMock) ServiceStatusExecute(r ApiServiceStatusRequest) (ServiceStatus, *_nethttp.Response, error)
ServiceStatusExecute calls ServiceStatusExecuteFunc.
func (*DefaultApiMock) ServiceStatusExecuteCalls ¶
func (mock *DefaultApiMock) ServiceStatusExecuteCalls() []struct { R ApiServiceStatusRequest }
ServiceStatusExecuteCalls gets all the calls that were made to ServiceStatusExecute. Check the length with:
len(mockedDefaultApi.ServiceStatusExecuteCalls())
func (*DefaultApiMock) VersionMetadata ¶
func (mock *DefaultApiMock) VersionMetadata(ctx _context.Context) ApiVersionMetadataRequest
VersionMetadata calls VersionMetadataFunc.
func (*DefaultApiMock) VersionMetadataCalls ¶
func (mock *DefaultApiMock) VersionMetadataCalls() []struct { Ctx _context.Context }
VersionMetadataCalls gets all the calls that were made to VersionMetadata. Check the length with:
len(mockedDefaultApi.VersionMetadataCalls())
func (*DefaultApiMock) VersionMetadataExecute ¶
func (mock *DefaultApiMock) VersionMetadataExecute(r ApiVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error)
VersionMetadataExecute calls VersionMetadataExecuteFunc.
func (*DefaultApiMock) VersionMetadataExecuteCalls ¶
func (mock *DefaultApiMock) VersionMetadataExecuteCalls() []struct { R ApiVersionMetadataRequest }
VersionMetadataExecuteCalls gets all the calls that were made to VersionMetadataExecute. Check the length with:
len(mockedDefaultApi.VersionMetadataExecuteCalls())
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) CreateKafka ¶
func (a *DefaultApiService) CreateKafka(ctx _context.Context) ApiCreateKafkaRequest
* CreateKafka Create a new kafka Request * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateKafkaRequest
func (*DefaultApiService) CreateKafkaExecute ¶
func (a *DefaultApiService) CreateKafkaExecute(r ApiCreateKafkaRequest) (KafkaRequest, *_nethttp.Response, error)
* Execute executes the request * @return KafkaRequest
func (*DefaultApiService) CreateServiceAccount ¶
func (a *DefaultApiService) CreateServiceAccount(ctx _context.Context) ApiCreateServiceAccountRequest
* CreateServiceAccount Create a service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateServiceAccountRequest
func (*DefaultApiService) CreateServiceAccountExecute ¶
func (a *DefaultApiService) CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (ServiceAccount, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccount
func (*DefaultApiService) DeleteKafkaById ¶
func (a *DefaultApiService) DeleteKafkaById(ctx _context.Context, id string) ApiDeleteKafkaByIdRequest
* DeleteKafkaById Delete a kafka request by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiDeleteKafkaByIdRequest
func (*DefaultApiService) DeleteKafkaByIdExecute ¶
func (a *DefaultApiService) DeleteKafkaByIdExecute(r ApiDeleteKafkaByIdRequest) (Error, *_nethttp.Response, error)
* Execute executes the request * @return Error
func (*DefaultApiService) DeleteServiceAccount ¶
func (a *DefaultApiService) DeleteServiceAccount(ctx _context.Context, id string) ApiDeleteServiceAccountRequest
* DeleteServiceAccount Delete service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiDeleteServiceAccountRequest
func (*DefaultApiService) DeleteServiceAccountExecute ¶
func (a *DefaultApiService) DeleteServiceAccountExecute(r ApiDeleteServiceAccountRequest) (Error, *_nethttp.Response, error)
* Execute executes the request * @return Error
func (*DefaultApiService) GetKafkaById ¶
func (a *DefaultApiService) GetKafkaById(ctx _context.Context, id string) ApiGetKafkaByIdRequest
* GetKafkaById Get a kafka request by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiGetKafkaByIdRequest
func (*DefaultApiService) GetKafkaByIdExecute ¶
func (a *DefaultApiService) GetKafkaByIdExecute(r ApiGetKafkaByIdRequest) (KafkaRequest, *_nethttp.Response, error)
* Execute executes the request * @return KafkaRequest
func (*DefaultApiService) GetMetricsByInstantQuery ¶
func (a *DefaultApiService) GetMetricsByInstantQuery(ctx _context.Context, id string) ApiGetMetricsByInstantQueryRequest
* GetMetricsByInstantQuery Get metrics with instant query by kafka id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiGetMetricsByInstantQueryRequest
func (*DefaultApiService) GetMetricsByInstantQueryExecute ¶
func (a *DefaultApiService) GetMetricsByInstantQueryExecute(r ApiGetMetricsByInstantQueryRequest) (MetricsInstantQueryList, *_nethttp.Response, error)
* Execute executes the request * @return MetricsInstantQueryList
func (*DefaultApiService) GetMetricsByRangeQuery ¶
func (a *DefaultApiService) GetMetricsByRangeQuery(ctx _context.Context, id string) ApiGetMetricsByRangeQueryRequest
* GetMetricsByRangeQuery Get metrics with timeseries range query by kafka id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiGetMetricsByRangeQueryRequest
func (*DefaultApiService) GetMetricsByRangeQueryExecute ¶
func (a *DefaultApiService) GetMetricsByRangeQueryExecute(r ApiGetMetricsByRangeQueryRequest) (MetricsRangeQueryList, *_nethttp.Response, error)
* Execute executes the request * @return MetricsRangeQueryList
func (*DefaultApiService) GetServiceAccountById ¶
func (a *DefaultApiService) GetServiceAccountById(ctx _context.Context, id string) ApiGetServiceAccountByIdRequest
* GetServiceAccountById get service account by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiGetServiceAccountByIdRequest
func (*DefaultApiService) GetServiceAccountByIdExecute ¶
func (a *DefaultApiService) GetServiceAccountByIdExecute(r ApiGetServiceAccountByIdRequest) (ServiceAccount, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccount
func (*DefaultApiService) ListCloudProviderRegions ¶
func (a *DefaultApiService) ListCloudProviderRegions(ctx _context.Context, id string) ApiListCloudProviderRegionsRequest
* ListCloudProviderRegions Retrieves the list of supported regions of the supported cloud provider. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiListCloudProviderRegionsRequest
func (*DefaultApiService) ListCloudProviderRegionsExecute ¶
func (a *DefaultApiService) ListCloudProviderRegionsExecute(r ApiListCloudProviderRegionsRequest) (CloudRegionList, *_nethttp.Response, error)
* Execute executes the request * @return CloudRegionList
func (*DefaultApiService) ListCloudProviders ¶
func (a *DefaultApiService) ListCloudProviders(ctx _context.Context) ApiListCloudProvidersRequest
* ListCloudProviders Retrieves the list of supported cloud providers. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListCloudProvidersRequest
func (*DefaultApiService) ListCloudProvidersExecute ¶
func (a *DefaultApiService) ListCloudProvidersExecute(r ApiListCloudProvidersRequest) (CloudProviderList, *_nethttp.Response, error)
* Execute executes the request * @return CloudProviderList
func (*DefaultApiService) ListKafkas ¶
func (a *DefaultApiService) ListKafkas(ctx _context.Context) ApiListKafkasRequest
* ListKafkas Returns a list of Kafka requests * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListKafkasRequest
func (*DefaultApiService) ListKafkasExecute ¶
func (a *DefaultApiService) ListKafkasExecute(r ApiListKafkasRequest) (KafkaRequestList, *_nethttp.Response, error)
* Execute executes the request * @return KafkaRequestList
func (*DefaultApiService) ListServiceAccounts ¶
func (a *DefaultApiService) ListServiceAccounts(ctx _context.Context) ApiListServiceAccountsRequest
* ListServiceAccounts List service accounts * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListServiceAccountsRequest
func (*DefaultApiService) ListServiceAccountsExecute ¶
func (a *DefaultApiService) ListServiceAccountsExecute(r ApiListServiceAccountsRequest) (ServiceAccountList, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccountList
func (*DefaultApiService) ResetServiceAccountCreds ¶
func (a *DefaultApiService) ResetServiceAccountCreds(ctx _context.Context, id string) ApiResetServiceAccountCredsRequest
* ResetServiceAccountCreds reset credentials for the service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiResetServiceAccountCredsRequest
func (*DefaultApiService) ResetServiceAccountCredsExecute ¶
func (a *DefaultApiService) ResetServiceAccountCredsExecute(r ApiResetServiceAccountCredsRequest) (ServiceAccount, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccount
func (*DefaultApiService) ServiceStatus ¶
func (a *DefaultApiService) ServiceStatus(ctx _context.Context) ApiServiceStatusRequest
* ServiceStatus Retrieves the status of resources e.g whether we have reached maximum service capacity * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiServiceStatusRequest
func (*DefaultApiService) ServiceStatusExecute ¶
func (a *DefaultApiService) ServiceStatusExecute(r ApiServiceStatusRequest) (ServiceStatus, *_nethttp.Response, error)
* Execute executes the request * @return ServiceStatus
func (*DefaultApiService) VersionMetadata ¶
func (a *DefaultApiService) VersionMetadata(ctx _context.Context) ApiVersionMetadataRequest
* VersionMetadata Retrieves the version metadata * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiVersionMetadataRequest
func (*DefaultApiService) VersionMetadataExecute ¶
func (a *DefaultApiService) VersionMetadataExecute(r ApiVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error)
* Execute executes the request * @return VersionMetadata
type Error ¶
type Error struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Code *string `json:"code,omitempty"` Reason *string `json:"reason,omitempty"` OperationId *string `json:"operation_id,omitempty"` }
Error struct for Error
func NewError ¶
func NewError() *Error
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Error) GetCodeOk ¶
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 (*Error) GetHrefOk ¶
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) 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 (*Error) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetOperationId ¶
GetOperationId returns the OperationId field value if set, zero value otherwise.
func (*Error) GetOperationIdOk ¶
GetOperationIdOk returns a tuple with the OperationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetReasonOk ¶
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasOperationId ¶
HasOperationId returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetCode ¶
SetCode gets a reference to the given string and assigns it to the Code field.
func (*Error) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Error) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Error) SetOperationId ¶
SetOperationId gets a reference to the given string and assigns it to the OperationId field.
type ErrorAllOf ¶
type ErrorAllOf struct { Code *string `json:"code,omitempty"` Reason *string `json:"reason,omitempty"` OperationId *string `json:"operation_id,omitempty"` }
ErrorAllOf struct for ErrorAllOf
func NewErrorAllOf ¶
func NewErrorAllOf() *ErrorAllOf
NewErrorAllOf instantiates a new ErrorAllOf 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 NewErrorAllOfWithDefaults ¶
func NewErrorAllOfWithDefaults() *ErrorAllOf
NewErrorAllOfWithDefaults instantiates a new ErrorAllOf 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 (*ErrorAllOf) GetCode ¶
func (o *ErrorAllOf) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ErrorAllOf) GetCodeOk ¶
func (o *ErrorAllOf) 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 (*ErrorAllOf) GetOperationId ¶
func (o *ErrorAllOf) GetOperationId() string
GetOperationId returns the OperationId field value if set, zero value otherwise.
func (*ErrorAllOf) GetOperationIdOk ¶
func (o *ErrorAllOf) GetOperationIdOk() (*string, bool)
GetOperationIdOk returns a tuple with the OperationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorAllOf) GetReason ¶
func (o *ErrorAllOf) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*ErrorAllOf) GetReasonOk ¶
func (o *ErrorAllOf) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorAllOf) HasCode ¶
func (o *ErrorAllOf) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ErrorAllOf) HasOperationId ¶
func (o *ErrorAllOf) HasOperationId() bool
HasOperationId returns a boolean if a field has been set.
func (*ErrorAllOf) HasReason ¶
func (o *ErrorAllOf) HasReason() bool
HasReason returns a boolean if a field has been set.
func (ErrorAllOf) MarshalJSON ¶
func (o ErrorAllOf) MarshalJSON() ([]byte, error)
func (*ErrorAllOf) SetCode ¶
func (o *ErrorAllOf) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ErrorAllOf) SetOperationId ¶
func (o *ErrorAllOf) SetOperationId(v string)
SetOperationId gets a reference to the given string and assigns it to the OperationId field.
func (*ErrorAllOf) SetReason ¶
func (o *ErrorAllOf) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
type ErrorList ¶
type ErrorList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Error `json:"items"` }
ErrorList struct for ErrorList
func NewErrorList ¶
NewErrorList instantiates a new ErrorList 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 NewErrorListWithDefaults ¶
func NewErrorListWithDefaults() *ErrorList
NewErrorListWithDefaults instantiates a new ErrorList 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 (*ErrorList) GetItemsOk ¶
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ErrorList) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ErrorList) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ErrorList) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ErrorList) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ErrorList) MarshalJSON ¶
type ErrorListAllOf ¶
type ErrorListAllOf struct {
Items *[]Error `json:"items,omitempty"`
}
ErrorListAllOf struct for ErrorListAllOf
func NewErrorListAllOf ¶
func NewErrorListAllOf() *ErrorListAllOf
NewErrorListAllOf instantiates a new ErrorListAllOf 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 NewErrorListAllOfWithDefaults ¶
func NewErrorListAllOfWithDefaults() *ErrorListAllOf
NewErrorListAllOfWithDefaults instantiates a new ErrorListAllOf 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 (*ErrorListAllOf) GetItems ¶
func (o *ErrorListAllOf) GetItems() []Error
GetItems returns the Items field value if set, zero value otherwise.
func (*ErrorListAllOf) GetItemsOk ¶
func (o *ErrorListAllOf) GetItemsOk() (*[]Error, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorListAllOf) HasItems ¶
func (o *ErrorListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ErrorListAllOf) MarshalJSON ¶
func (o ErrorListAllOf) MarshalJSON() ([]byte, error)
func (*ErrorListAllOf) SetItems ¶
func (o *ErrorListAllOf) SetItems(v []Error)
SetItems gets a reference to the given []Error and assigns it to the Items field.
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type InstantQuery ¶
type InstantQuery struct { Metric *map[string]string `json:"metric,omitempty"` Timestamp *int64 `json:"Timestamp,omitempty"` Value float64 `json:"Value"` }
InstantQuery struct for InstantQuery
func NewInstantQuery ¶
func NewInstantQuery(value float64) *InstantQuery
NewInstantQuery instantiates a new InstantQuery 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 NewInstantQueryWithDefaults ¶
func NewInstantQueryWithDefaults() *InstantQuery
NewInstantQueryWithDefaults instantiates a new InstantQuery 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 (*InstantQuery) GetMetric ¶
func (o *InstantQuery) GetMetric() map[string]string
GetMetric returns the Metric field value if set, zero value otherwise.
func (*InstantQuery) GetMetricOk ¶
func (o *InstantQuery) GetMetricOk() (*map[string]string, bool)
GetMetricOk returns a tuple with the Metric field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstantQuery) GetTimestamp ¶
func (o *InstantQuery) GetTimestamp() int64
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*InstantQuery) GetTimestampOk ¶
func (o *InstantQuery) GetTimestampOk() (*int64, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstantQuery) GetValue ¶
func (o *InstantQuery) GetValue() float64
GetValue returns the Value field value
func (*InstantQuery) GetValueOk ¶
func (o *InstantQuery) GetValueOk() (*float64, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*InstantQuery) HasMetric ¶
func (o *InstantQuery) HasMetric() bool
HasMetric returns a boolean if a field has been set.
func (*InstantQuery) HasTimestamp ¶
func (o *InstantQuery) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (InstantQuery) MarshalJSON ¶
func (o InstantQuery) MarshalJSON() ([]byte, error)
func (*InstantQuery) SetMetric ¶
func (o *InstantQuery) SetMetric(v map[string]string)
SetMetric gets a reference to the given map[string]string and assigns it to the Metric field.
func (*InstantQuery) SetTimestamp ¶
func (o *InstantQuery) SetTimestamp(v int64)
SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.
func (*InstantQuery) SetValue ¶
func (o *InstantQuery) SetValue(v float64)
SetValue sets field value
type KafkaRequest ¶
type KafkaRequest struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Status *string `json:"status,omitempty"` CloudProvider *string `json:"cloud_provider,omitempty"` MultiAz *bool `json:"multi_az,omitempty"` Region *string `json:"region,omitempty"` Owner *string `json:"owner,omitempty"` Name *string `json:"name,omitempty"` BootstrapServerHost *string `json:"bootstrapServerHost,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` FailedReason *string `json:"failed_reason,omitempty"` Version *string `json:"version,omitempty"` }
KafkaRequest struct for KafkaRequest
func NewKafkaRequest ¶
func NewKafkaRequest() *KafkaRequest
NewKafkaRequest instantiates a new KafkaRequest 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 NewKafkaRequestWithDefaults ¶
func NewKafkaRequestWithDefaults() *KafkaRequest
NewKafkaRequestWithDefaults instantiates a new KafkaRequest 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 (*KafkaRequest) GetBootstrapServerHost ¶
func (o *KafkaRequest) GetBootstrapServerHost() string
GetBootstrapServerHost returns the BootstrapServerHost field value if set, zero value otherwise.
func (*KafkaRequest) GetBootstrapServerHostOk ¶
func (o *KafkaRequest) GetBootstrapServerHostOk() (*string, bool)
GetBootstrapServerHostOk returns a tuple with the BootstrapServerHost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetCloudProvider ¶
func (o *KafkaRequest) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.
func (*KafkaRequest) GetCloudProviderOk ¶
func (o *KafkaRequest) GetCloudProviderOk() (*string, bool)
GetCloudProviderOk returns a tuple with the CloudProvider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetCreatedAt ¶
func (o *KafkaRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*KafkaRequest) GetCreatedAtOk ¶
func (o *KafkaRequest) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetFailedReason ¶
func (o *KafkaRequest) GetFailedReason() string
GetFailedReason returns the FailedReason field value if set, zero value otherwise.
func (*KafkaRequest) GetFailedReasonOk ¶
func (o *KafkaRequest) GetFailedReasonOk() (*string, bool)
GetFailedReasonOk returns a tuple with the FailedReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetHref ¶
func (o *KafkaRequest) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*KafkaRequest) GetHrefOk ¶
func (o *KafkaRequest) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetId ¶
func (o *KafkaRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*KafkaRequest) GetIdOk ¶
func (o *KafkaRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetKind ¶
func (o *KafkaRequest) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*KafkaRequest) GetKindOk ¶
func (o *KafkaRequest) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetMultiAz ¶
func (o *KafkaRequest) GetMultiAz() bool
GetMultiAz returns the MultiAz field value if set, zero value otherwise.
func (*KafkaRequest) GetMultiAzOk ¶
func (o *KafkaRequest) GetMultiAzOk() (*bool, bool)
GetMultiAzOk returns a tuple with the MultiAz field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetName ¶
func (o *KafkaRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*KafkaRequest) GetNameOk ¶
func (o *KafkaRequest) 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 (*KafkaRequest) GetOwner ¶
func (o *KafkaRequest) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*KafkaRequest) GetOwnerOk ¶
func (o *KafkaRequest) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetRegion ¶
func (o *KafkaRequest) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*KafkaRequest) GetRegionOk ¶
func (o *KafkaRequest) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetStatus ¶
func (o *KafkaRequest) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*KafkaRequest) GetStatusOk ¶
func (o *KafkaRequest) 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 (*KafkaRequest) GetUpdatedAt ¶
func (o *KafkaRequest) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*KafkaRequest) GetUpdatedAtOk ¶
func (o *KafkaRequest) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetVersion ¶
func (o *KafkaRequest) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*KafkaRequest) GetVersionOk ¶
func (o *KafkaRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) HasBootstrapServerHost ¶
func (o *KafkaRequest) HasBootstrapServerHost() bool
HasBootstrapServerHost returns a boolean if a field has been set.
func (*KafkaRequest) HasCloudProvider ¶
func (o *KafkaRequest) HasCloudProvider() bool
HasCloudProvider returns a boolean if a field has been set.
func (*KafkaRequest) HasCreatedAt ¶
func (o *KafkaRequest) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*KafkaRequest) HasFailedReason ¶
func (o *KafkaRequest) HasFailedReason() bool
HasFailedReason returns a boolean if a field has been set.
func (*KafkaRequest) HasHref ¶
func (o *KafkaRequest) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*KafkaRequest) HasId ¶
func (o *KafkaRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*KafkaRequest) HasKind ¶
func (o *KafkaRequest) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*KafkaRequest) HasMultiAz ¶
func (o *KafkaRequest) HasMultiAz() bool
HasMultiAz returns a boolean if a field has been set.
func (*KafkaRequest) HasName ¶
func (o *KafkaRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*KafkaRequest) HasOwner ¶
func (o *KafkaRequest) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*KafkaRequest) HasRegion ¶
func (o *KafkaRequest) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*KafkaRequest) HasStatus ¶
func (o *KafkaRequest) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*KafkaRequest) HasUpdatedAt ¶
func (o *KafkaRequest) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*KafkaRequest) HasVersion ¶
func (o *KafkaRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (KafkaRequest) MarshalJSON ¶
func (o KafkaRequest) MarshalJSON() ([]byte, error)
func (*KafkaRequest) SetBootstrapServerHost ¶
func (o *KafkaRequest) SetBootstrapServerHost(v string)
SetBootstrapServerHost gets a reference to the given string and assigns it to the BootstrapServerHost field.
func (*KafkaRequest) SetCloudProvider ¶
func (o *KafkaRequest) SetCloudProvider(v string)
SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.
func (*KafkaRequest) SetCreatedAt ¶
func (o *KafkaRequest) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*KafkaRequest) SetFailedReason ¶
func (o *KafkaRequest) SetFailedReason(v string)
SetFailedReason gets a reference to the given string and assigns it to the FailedReason field.
func (*KafkaRequest) SetHref ¶
func (o *KafkaRequest) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*KafkaRequest) SetId ¶
func (o *KafkaRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*KafkaRequest) SetKind ¶
func (o *KafkaRequest) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*KafkaRequest) SetMultiAz ¶
func (o *KafkaRequest) SetMultiAz(v bool)
SetMultiAz gets a reference to the given bool and assigns it to the MultiAz field.
func (*KafkaRequest) SetName ¶
func (o *KafkaRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*KafkaRequest) SetOwner ¶
func (o *KafkaRequest) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
func (*KafkaRequest) SetRegion ¶
func (o *KafkaRequest) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*KafkaRequest) SetStatus ¶
func (o *KafkaRequest) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*KafkaRequest) SetUpdatedAt ¶
func (o *KafkaRequest) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*KafkaRequest) SetVersion ¶
func (o *KafkaRequest) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
type KafkaRequestAllOf ¶
type KafkaRequestAllOf struct { Status *string `json:"status,omitempty"` CloudProvider *string `json:"cloud_provider,omitempty"` MultiAz *bool `json:"multi_az,omitempty"` Region *string `json:"region,omitempty"` Owner *string `json:"owner,omitempty"` Name *string `json:"name,omitempty"` BootstrapServerHost *string `json:"bootstrapServerHost,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` FailedReason *string `json:"failed_reason,omitempty"` Version *string `json:"version,omitempty"` }
KafkaRequestAllOf struct for KafkaRequestAllOf
func NewKafkaRequestAllOf ¶
func NewKafkaRequestAllOf() *KafkaRequestAllOf
NewKafkaRequestAllOf instantiates a new KafkaRequestAllOf 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 NewKafkaRequestAllOfWithDefaults ¶
func NewKafkaRequestAllOfWithDefaults() *KafkaRequestAllOf
NewKafkaRequestAllOfWithDefaults instantiates a new KafkaRequestAllOf 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 (*KafkaRequestAllOf) GetBootstrapServerHost ¶
func (o *KafkaRequestAllOf) GetBootstrapServerHost() string
GetBootstrapServerHost returns the BootstrapServerHost field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetBootstrapServerHostOk ¶
func (o *KafkaRequestAllOf) GetBootstrapServerHostOk() (*string, bool)
GetBootstrapServerHostOk returns a tuple with the BootstrapServerHost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetCloudProvider ¶
func (o *KafkaRequestAllOf) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetCloudProviderOk ¶
func (o *KafkaRequestAllOf) GetCloudProviderOk() (*string, bool)
GetCloudProviderOk returns a tuple with the CloudProvider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetCreatedAt ¶
func (o *KafkaRequestAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetCreatedAtOk ¶
func (o *KafkaRequestAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetFailedReason ¶
func (o *KafkaRequestAllOf) GetFailedReason() string
GetFailedReason returns the FailedReason field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetFailedReasonOk ¶
func (o *KafkaRequestAllOf) GetFailedReasonOk() (*string, bool)
GetFailedReasonOk returns a tuple with the FailedReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetMultiAz ¶
func (o *KafkaRequestAllOf) GetMultiAz() bool
GetMultiAz returns the MultiAz field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetMultiAzOk ¶
func (o *KafkaRequestAllOf) GetMultiAzOk() (*bool, bool)
GetMultiAzOk returns a tuple with the MultiAz field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetName ¶
func (o *KafkaRequestAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetNameOk ¶
func (o *KafkaRequestAllOf) 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 (*KafkaRequestAllOf) GetOwner ¶
func (o *KafkaRequestAllOf) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetOwnerOk ¶
func (o *KafkaRequestAllOf) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetRegion ¶
func (o *KafkaRequestAllOf) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetRegionOk ¶
func (o *KafkaRequestAllOf) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetStatus ¶
func (o *KafkaRequestAllOf) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetStatusOk ¶
func (o *KafkaRequestAllOf) 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 (*KafkaRequestAllOf) GetUpdatedAt ¶
func (o *KafkaRequestAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetUpdatedAtOk ¶
func (o *KafkaRequestAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetVersion ¶
func (o *KafkaRequestAllOf) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetVersionOk ¶
func (o *KafkaRequestAllOf) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) HasBootstrapServerHost ¶
func (o *KafkaRequestAllOf) HasBootstrapServerHost() bool
HasBootstrapServerHost returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasCloudProvider ¶
func (o *KafkaRequestAllOf) HasCloudProvider() bool
HasCloudProvider returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasCreatedAt ¶
func (o *KafkaRequestAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasFailedReason ¶
func (o *KafkaRequestAllOf) HasFailedReason() bool
HasFailedReason returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasMultiAz ¶
func (o *KafkaRequestAllOf) HasMultiAz() bool
HasMultiAz returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasName ¶
func (o *KafkaRequestAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasOwner ¶
func (o *KafkaRequestAllOf) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasRegion ¶
func (o *KafkaRequestAllOf) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasStatus ¶
func (o *KafkaRequestAllOf) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasUpdatedAt ¶
func (o *KafkaRequestAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasVersion ¶
func (o *KafkaRequestAllOf) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (KafkaRequestAllOf) MarshalJSON ¶
func (o KafkaRequestAllOf) MarshalJSON() ([]byte, error)
func (*KafkaRequestAllOf) SetBootstrapServerHost ¶
func (o *KafkaRequestAllOf) SetBootstrapServerHost(v string)
SetBootstrapServerHost gets a reference to the given string and assigns it to the BootstrapServerHost field.
func (*KafkaRequestAllOf) SetCloudProvider ¶
func (o *KafkaRequestAllOf) SetCloudProvider(v string)
SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.
func (*KafkaRequestAllOf) SetCreatedAt ¶
func (o *KafkaRequestAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*KafkaRequestAllOf) SetFailedReason ¶
func (o *KafkaRequestAllOf) SetFailedReason(v string)
SetFailedReason gets a reference to the given string and assigns it to the FailedReason field.
func (*KafkaRequestAllOf) SetMultiAz ¶
func (o *KafkaRequestAllOf) SetMultiAz(v bool)
SetMultiAz gets a reference to the given bool and assigns it to the MultiAz field.
func (*KafkaRequestAllOf) SetName ¶
func (o *KafkaRequestAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*KafkaRequestAllOf) SetOwner ¶
func (o *KafkaRequestAllOf) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
func (*KafkaRequestAllOf) SetRegion ¶
func (o *KafkaRequestAllOf) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*KafkaRequestAllOf) SetStatus ¶
func (o *KafkaRequestAllOf) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*KafkaRequestAllOf) SetUpdatedAt ¶
func (o *KafkaRequestAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*KafkaRequestAllOf) SetVersion ¶
func (o *KafkaRequestAllOf) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
type KafkaRequestList ¶
type KafkaRequestList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []KafkaRequest `json:"items"` }
KafkaRequestList struct for KafkaRequestList
func NewKafkaRequestList ¶
func NewKafkaRequestList(kind string, page int32, size int32, total int32, items []KafkaRequest) *KafkaRequestList
NewKafkaRequestList instantiates a new KafkaRequestList 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 NewKafkaRequestListWithDefaults ¶
func NewKafkaRequestListWithDefaults() *KafkaRequestList
NewKafkaRequestListWithDefaults instantiates a new KafkaRequestList 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 (*KafkaRequestList) GetItems ¶
func (o *KafkaRequestList) GetItems() []KafkaRequest
GetItems returns the Items field value
func (*KafkaRequestList) GetItemsOk ¶
func (o *KafkaRequestList) GetItemsOk() (*[]KafkaRequest, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*KafkaRequestList) GetKind ¶
func (o *KafkaRequestList) GetKind() string
GetKind returns the Kind field value
func (*KafkaRequestList) GetKindOk ¶
func (o *KafkaRequestList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*KafkaRequestList) GetPage ¶
func (o *KafkaRequestList) GetPage() int32
GetPage returns the Page field value
func (*KafkaRequestList) GetPageOk ¶
func (o *KafkaRequestList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*KafkaRequestList) GetSize ¶
func (o *KafkaRequestList) GetSize() int32
GetSize returns the Size field value
func (*KafkaRequestList) GetSizeOk ¶
func (o *KafkaRequestList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*KafkaRequestList) GetTotal ¶
func (o *KafkaRequestList) GetTotal() int32
GetTotal returns the Total field value
func (*KafkaRequestList) GetTotalOk ¶
func (o *KafkaRequestList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (KafkaRequestList) MarshalJSON ¶
func (o KafkaRequestList) MarshalJSON() ([]byte, error)
func (*KafkaRequestList) SetItems ¶
func (o *KafkaRequestList) SetItems(v []KafkaRequest)
SetItems sets field value
func (*KafkaRequestList) SetKind ¶
func (o *KafkaRequestList) SetKind(v string)
SetKind sets field value
func (*KafkaRequestList) SetPage ¶
func (o *KafkaRequestList) SetPage(v int32)
SetPage sets field value
func (*KafkaRequestList) SetSize ¶
func (o *KafkaRequestList) SetSize(v int32)
SetSize sets field value
func (*KafkaRequestList) SetTotal ¶
func (o *KafkaRequestList) SetTotal(v int32)
SetTotal sets field value
type KafkaRequestListAllOf ¶
type KafkaRequestListAllOf struct {
Items *[]KafkaRequest `json:"items,omitempty"`
}
KafkaRequestListAllOf struct for KafkaRequestListAllOf
func NewKafkaRequestListAllOf ¶
func NewKafkaRequestListAllOf() *KafkaRequestListAllOf
NewKafkaRequestListAllOf instantiates a new KafkaRequestListAllOf 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 NewKafkaRequestListAllOfWithDefaults ¶
func NewKafkaRequestListAllOfWithDefaults() *KafkaRequestListAllOf
NewKafkaRequestListAllOfWithDefaults instantiates a new KafkaRequestListAllOf 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 (*KafkaRequestListAllOf) GetItems ¶
func (o *KafkaRequestListAllOf) GetItems() []KafkaRequest
GetItems returns the Items field value if set, zero value otherwise.
func (*KafkaRequestListAllOf) GetItemsOk ¶
func (o *KafkaRequestListAllOf) GetItemsOk() (*[]KafkaRequest, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestListAllOf) HasItems ¶
func (o *KafkaRequestListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (KafkaRequestListAllOf) MarshalJSON ¶
func (o KafkaRequestListAllOf) MarshalJSON() ([]byte, error)
func (*KafkaRequestListAllOf) SetItems ¶
func (o *KafkaRequestListAllOf) SetItems(v []KafkaRequest)
SetItems gets a reference to the given []KafkaRequest and assigns it to the Items field.
type KafkaRequestPayload ¶
type KafkaRequestPayload struct { // The cloud provider where the Kafka cluster will be created in CloudProvider *string `json:"cloud_provider,omitempty"` // Set this to true to configure the Kafka cluster to be multiAZ MultiAz *bool `json:"multi_az,omitempty"` // The name of the Kafka cluster. It must consist of lower-case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character, and can not be longer than 32 characters. Name string `json:"name"` // The region where the Kafka cluster will be created in Region *string `json:"region,omitempty"` }
KafkaRequestPayload Schema for the request body sent to /kafkas POST
func NewKafkaRequestPayload ¶
func NewKafkaRequestPayload(name string) *KafkaRequestPayload
NewKafkaRequestPayload instantiates a new KafkaRequestPayload 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 NewKafkaRequestPayloadWithDefaults ¶
func NewKafkaRequestPayloadWithDefaults() *KafkaRequestPayload
NewKafkaRequestPayloadWithDefaults instantiates a new KafkaRequestPayload 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 (*KafkaRequestPayload) GetCloudProvider ¶
func (o *KafkaRequestPayload) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.
func (*KafkaRequestPayload) GetCloudProviderOk ¶
func (o *KafkaRequestPayload) GetCloudProviderOk() (*string, bool)
GetCloudProviderOk returns a tuple with the CloudProvider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestPayload) GetMultiAz ¶
func (o *KafkaRequestPayload) GetMultiAz() bool
GetMultiAz returns the MultiAz field value if set, zero value otherwise.
func (*KafkaRequestPayload) GetMultiAzOk ¶
func (o *KafkaRequestPayload) GetMultiAzOk() (*bool, bool)
GetMultiAzOk returns a tuple with the MultiAz field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestPayload) GetName ¶
func (o *KafkaRequestPayload) GetName() string
GetName returns the Name field value
func (*KafkaRequestPayload) GetNameOk ¶
func (o *KafkaRequestPayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*KafkaRequestPayload) GetRegion ¶
func (o *KafkaRequestPayload) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*KafkaRequestPayload) GetRegionOk ¶
func (o *KafkaRequestPayload) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestPayload) HasCloudProvider ¶
func (o *KafkaRequestPayload) HasCloudProvider() bool
HasCloudProvider returns a boolean if a field has been set.
func (*KafkaRequestPayload) HasMultiAz ¶
func (o *KafkaRequestPayload) HasMultiAz() bool
HasMultiAz returns a boolean if a field has been set.
func (*KafkaRequestPayload) HasRegion ¶
func (o *KafkaRequestPayload) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (KafkaRequestPayload) MarshalJSON ¶
func (o KafkaRequestPayload) MarshalJSON() ([]byte, error)
func (*KafkaRequestPayload) SetCloudProvider ¶
func (o *KafkaRequestPayload) SetCloudProvider(v string)
SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.
func (*KafkaRequestPayload) SetMultiAz ¶
func (o *KafkaRequestPayload) SetMultiAz(v bool)
SetMultiAz gets a reference to the given bool and assigns it to the MultiAz field.
func (*KafkaRequestPayload) SetName ¶
func (o *KafkaRequestPayload) SetName(v string)
SetName sets field value
func (*KafkaRequestPayload) SetRegion ¶
func (o *KafkaRequestPayload) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
type List ¶
type List struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` }
List struct for List
func NewList ¶
NewList instantiates a new List 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 NewListWithDefaults ¶
func NewListWithDefaults() *List
NewListWithDefaults instantiates a new List 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 (*List) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*List) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*List) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*List) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (List) MarshalJSON ¶
type Metric ¶
type Metric struct { Metric *map[string]string `json:"metric,omitempty"` Values *[]Values `json:"values,omitempty"` }
Metric struct for Metric
func NewMetric ¶
func NewMetric() *Metric
NewMetric instantiates a new Metric 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 NewMetricWithDefaults ¶
func NewMetricWithDefaults() *Metric
NewMetricWithDefaults instantiates a new Metric 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 (*Metric) GetMetricOk ¶
GetMetricOk returns a tuple with the Metric field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metric) GetValuesOk ¶
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (Metric) MarshalJSON ¶
type MetricsInstantQueryList ¶
type MetricsInstantQueryList struct { Kind *string `json:"kind,omitempty"` Id *string `json:"id,omitempty"` Items *[]InstantQuery `json:"items,omitempty"` }
MetricsInstantQueryList struct for MetricsInstantQueryList
func NewMetricsInstantQueryList ¶
func NewMetricsInstantQueryList() *MetricsInstantQueryList
NewMetricsInstantQueryList instantiates a new MetricsInstantQueryList 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 NewMetricsInstantQueryListWithDefaults ¶
func NewMetricsInstantQueryListWithDefaults() *MetricsInstantQueryList
NewMetricsInstantQueryListWithDefaults instantiates a new MetricsInstantQueryList 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 (*MetricsInstantQueryList) GetId ¶
func (o *MetricsInstantQueryList) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*MetricsInstantQueryList) GetIdOk ¶
func (o *MetricsInstantQueryList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsInstantQueryList) GetItems ¶
func (o *MetricsInstantQueryList) GetItems() []InstantQuery
GetItems returns the Items field value if set, zero value otherwise.
func (*MetricsInstantQueryList) GetItemsOk ¶
func (o *MetricsInstantQueryList) GetItemsOk() (*[]InstantQuery, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsInstantQueryList) GetKind ¶
func (o *MetricsInstantQueryList) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*MetricsInstantQueryList) GetKindOk ¶
func (o *MetricsInstantQueryList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsInstantQueryList) HasId ¶
func (o *MetricsInstantQueryList) HasId() bool
HasId returns a boolean if a field has been set.
func (*MetricsInstantQueryList) HasItems ¶
func (o *MetricsInstantQueryList) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*MetricsInstantQueryList) HasKind ¶
func (o *MetricsInstantQueryList) HasKind() bool
HasKind returns a boolean if a field has been set.
func (MetricsInstantQueryList) MarshalJSON ¶
func (o MetricsInstantQueryList) MarshalJSON() ([]byte, error)
func (*MetricsInstantQueryList) SetId ¶
func (o *MetricsInstantQueryList) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*MetricsInstantQueryList) SetItems ¶
func (o *MetricsInstantQueryList) SetItems(v []InstantQuery)
SetItems gets a reference to the given []InstantQuery and assigns it to the Items field.
func (*MetricsInstantQueryList) SetKind ¶
func (o *MetricsInstantQueryList) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type MetricsInstantQueryListAllOf ¶
type MetricsInstantQueryListAllOf struct { Kind *string `json:"kind,omitempty"` Id *string `json:"id,omitempty"` Items *[]InstantQuery `json:"items,omitempty"` }
MetricsInstantQueryListAllOf struct for MetricsInstantQueryListAllOf
func NewMetricsInstantQueryListAllOf ¶
func NewMetricsInstantQueryListAllOf() *MetricsInstantQueryListAllOf
NewMetricsInstantQueryListAllOf instantiates a new MetricsInstantQueryListAllOf 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 NewMetricsInstantQueryListAllOfWithDefaults ¶
func NewMetricsInstantQueryListAllOfWithDefaults() *MetricsInstantQueryListAllOf
NewMetricsInstantQueryListAllOfWithDefaults instantiates a new MetricsInstantQueryListAllOf 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 (*MetricsInstantQueryListAllOf) GetId ¶
func (o *MetricsInstantQueryListAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*MetricsInstantQueryListAllOf) GetIdOk ¶
func (o *MetricsInstantQueryListAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsInstantQueryListAllOf) GetItems ¶
func (o *MetricsInstantQueryListAllOf) GetItems() []InstantQuery
GetItems returns the Items field value if set, zero value otherwise.
func (*MetricsInstantQueryListAllOf) GetItemsOk ¶
func (o *MetricsInstantQueryListAllOf) GetItemsOk() (*[]InstantQuery, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsInstantQueryListAllOf) GetKind ¶
func (o *MetricsInstantQueryListAllOf) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*MetricsInstantQueryListAllOf) GetKindOk ¶
func (o *MetricsInstantQueryListAllOf) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsInstantQueryListAllOf) HasId ¶
func (o *MetricsInstantQueryListAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*MetricsInstantQueryListAllOf) HasItems ¶
func (o *MetricsInstantQueryListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*MetricsInstantQueryListAllOf) HasKind ¶
func (o *MetricsInstantQueryListAllOf) HasKind() bool
HasKind returns a boolean if a field has been set.
func (MetricsInstantQueryListAllOf) MarshalJSON ¶
func (o MetricsInstantQueryListAllOf) MarshalJSON() ([]byte, error)
func (*MetricsInstantQueryListAllOf) SetId ¶
func (o *MetricsInstantQueryListAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*MetricsInstantQueryListAllOf) SetItems ¶
func (o *MetricsInstantQueryListAllOf) SetItems(v []InstantQuery)
SetItems gets a reference to the given []InstantQuery and assigns it to the Items field.
func (*MetricsInstantQueryListAllOf) SetKind ¶
func (o *MetricsInstantQueryListAllOf) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type MetricsList ¶
type MetricsList struct { Kind *string `json:"kind,omitempty"` Id *string `json:"id,omitempty"` Items *[]Metric `json:"items,omitempty"` }
MetricsList struct for MetricsList
func NewMetricsList ¶
func NewMetricsList() *MetricsList
NewMetricsList instantiates a new MetricsList 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 NewMetricsListWithDefaults ¶
func NewMetricsListWithDefaults() *MetricsList
NewMetricsListWithDefaults instantiates a new MetricsList 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 (*MetricsList) GetId ¶
func (o *MetricsList) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*MetricsList) GetIdOk ¶
func (o *MetricsList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsList) GetItems ¶
func (o *MetricsList) GetItems() []Metric
GetItems returns the Items field value if set, zero value otherwise.
func (*MetricsList) GetItemsOk ¶
func (o *MetricsList) GetItemsOk() (*[]Metric, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsList) GetKind ¶
func (o *MetricsList) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*MetricsList) GetKindOk ¶
func (o *MetricsList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsList) HasId ¶
func (o *MetricsList) HasId() bool
HasId returns a boolean if a field has been set.
func (*MetricsList) HasItems ¶
func (o *MetricsList) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*MetricsList) HasKind ¶
func (o *MetricsList) HasKind() bool
HasKind returns a boolean if a field has been set.
func (MetricsList) MarshalJSON ¶
func (o MetricsList) MarshalJSON() ([]byte, error)
func (*MetricsList) SetId ¶
func (o *MetricsList) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*MetricsList) SetItems ¶
func (o *MetricsList) SetItems(v []Metric)
SetItems gets a reference to the given []Metric and assigns it to the Items field.
func (*MetricsList) SetKind ¶
func (o *MetricsList) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type MetricsListAllOf ¶
type MetricsListAllOf struct { Kind *string `json:"kind,omitempty"` Id *string `json:"id,omitempty"` Items *[]Metric `json:"items,omitempty"` }
MetricsListAllOf struct for MetricsListAllOf
func NewMetricsListAllOf ¶
func NewMetricsListAllOf() *MetricsListAllOf
NewMetricsListAllOf instantiates a new MetricsListAllOf 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 NewMetricsListAllOfWithDefaults ¶
func NewMetricsListAllOfWithDefaults() *MetricsListAllOf
NewMetricsListAllOfWithDefaults instantiates a new MetricsListAllOf 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 (*MetricsListAllOf) GetId ¶
func (o *MetricsListAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*MetricsListAllOf) GetIdOk ¶
func (o *MetricsListAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsListAllOf) GetItems ¶
func (o *MetricsListAllOf) GetItems() []Metric
GetItems returns the Items field value if set, zero value otherwise.
func (*MetricsListAllOf) GetItemsOk ¶
func (o *MetricsListAllOf) GetItemsOk() (*[]Metric, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsListAllOf) GetKind ¶
func (o *MetricsListAllOf) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*MetricsListAllOf) GetKindOk ¶
func (o *MetricsListAllOf) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsListAllOf) HasId ¶
func (o *MetricsListAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*MetricsListAllOf) HasItems ¶
func (o *MetricsListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*MetricsListAllOf) HasKind ¶
func (o *MetricsListAllOf) HasKind() bool
HasKind returns a boolean if a field has been set.
func (MetricsListAllOf) MarshalJSON ¶
func (o MetricsListAllOf) MarshalJSON() ([]byte, error)
func (*MetricsListAllOf) SetId ¶
func (o *MetricsListAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*MetricsListAllOf) SetItems ¶
func (o *MetricsListAllOf) SetItems(v []Metric)
SetItems gets a reference to the given []Metric and assigns it to the Items field.
func (*MetricsListAllOf) SetKind ¶
func (o *MetricsListAllOf) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type MetricsRangeQueryList ¶
type MetricsRangeQueryList struct { Kind *string `json:"kind,omitempty"` Id *string `json:"id,omitempty"` Items *[]RangeQuery `json:"items,omitempty"` }
MetricsRangeQueryList struct for MetricsRangeQueryList
func NewMetricsRangeQueryList ¶
func NewMetricsRangeQueryList() *MetricsRangeQueryList
NewMetricsRangeQueryList instantiates a new MetricsRangeQueryList 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 NewMetricsRangeQueryListWithDefaults ¶
func NewMetricsRangeQueryListWithDefaults() *MetricsRangeQueryList
NewMetricsRangeQueryListWithDefaults instantiates a new MetricsRangeQueryList 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 (*MetricsRangeQueryList) GetId ¶
func (o *MetricsRangeQueryList) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*MetricsRangeQueryList) GetIdOk ¶
func (o *MetricsRangeQueryList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsRangeQueryList) GetItems ¶
func (o *MetricsRangeQueryList) GetItems() []RangeQuery
GetItems returns the Items field value if set, zero value otherwise.
func (*MetricsRangeQueryList) GetItemsOk ¶
func (o *MetricsRangeQueryList) GetItemsOk() (*[]RangeQuery, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsRangeQueryList) GetKind ¶
func (o *MetricsRangeQueryList) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*MetricsRangeQueryList) GetKindOk ¶
func (o *MetricsRangeQueryList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsRangeQueryList) HasId ¶
func (o *MetricsRangeQueryList) HasId() bool
HasId returns a boolean if a field has been set.
func (*MetricsRangeQueryList) HasItems ¶
func (o *MetricsRangeQueryList) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*MetricsRangeQueryList) HasKind ¶
func (o *MetricsRangeQueryList) HasKind() bool
HasKind returns a boolean if a field has been set.
func (MetricsRangeQueryList) MarshalJSON ¶
func (o MetricsRangeQueryList) MarshalJSON() ([]byte, error)
func (*MetricsRangeQueryList) SetId ¶
func (o *MetricsRangeQueryList) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*MetricsRangeQueryList) SetItems ¶
func (o *MetricsRangeQueryList) SetItems(v []RangeQuery)
SetItems gets a reference to the given []RangeQuery and assigns it to the Items field.
func (*MetricsRangeQueryList) SetKind ¶
func (o *MetricsRangeQueryList) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type MetricsRangeQueryListAllOf ¶
type MetricsRangeQueryListAllOf struct { Kind *string `json:"kind,omitempty"` Id *string `json:"id,omitempty"` Items *[]RangeQuery `json:"items,omitempty"` }
MetricsRangeQueryListAllOf struct for MetricsRangeQueryListAllOf
func NewMetricsRangeQueryListAllOf ¶
func NewMetricsRangeQueryListAllOf() *MetricsRangeQueryListAllOf
NewMetricsRangeQueryListAllOf instantiates a new MetricsRangeQueryListAllOf 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 NewMetricsRangeQueryListAllOfWithDefaults ¶
func NewMetricsRangeQueryListAllOfWithDefaults() *MetricsRangeQueryListAllOf
NewMetricsRangeQueryListAllOfWithDefaults instantiates a new MetricsRangeQueryListAllOf 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 (*MetricsRangeQueryListAllOf) GetId ¶
func (o *MetricsRangeQueryListAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*MetricsRangeQueryListAllOf) GetIdOk ¶
func (o *MetricsRangeQueryListAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsRangeQueryListAllOf) GetItems ¶
func (o *MetricsRangeQueryListAllOf) GetItems() []RangeQuery
GetItems returns the Items field value if set, zero value otherwise.
func (*MetricsRangeQueryListAllOf) GetItemsOk ¶
func (o *MetricsRangeQueryListAllOf) GetItemsOk() (*[]RangeQuery, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsRangeQueryListAllOf) GetKind ¶
func (o *MetricsRangeQueryListAllOf) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*MetricsRangeQueryListAllOf) GetKindOk ¶
func (o *MetricsRangeQueryListAllOf) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricsRangeQueryListAllOf) HasId ¶
func (o *MetricsRangeQueryListAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*MetricsRangeQueryListAllOf) HasItems ¶
func (o *MetricsRangeQueryListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*MetricsRangeQueryListAllOf) HasKind ¶
func (o *MetricsRangeQueryListAllOf) HasKind() bool
HasKind returns a boolean if a field has been set.
func (MetricsRangeQueryListAllOf) MarshalJSON ¶
func (o MetricsRangeQueryListAllOf) MarshalJSON() ([]byte, error)
func (*MetricsRangeQueryListAllOf) SetId ¶
func (o *MetricsRangeQueryListAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*MetricsRangeQueryListAllOf) SetItems ¶
func (o *MetricsRangeQueryListAllOf) SetItems(v []RangeQuery)
SetItems gets a reference to the given []RangeQuery and assigns it to the Items field.
func (*MetricsRangeQueryListAllOf) SetKind ¶
func (o *MetricsRangeQueryListAllOf) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
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 NullableCloudProvider ¶
type NullableCloudProvider struct {
// contains filtered or unexported fields
}
func NewNullableCloudProvider ¶
func NewNullableCloudProvider(val *CloudProvider) *NullableCloudProvider
func (NullableCloudProvider) Get ¶
func (v NullableCloudProvider) Get() *CloudProvider
func (NullableCloudProvider) IsSet ¶
func (v NullableCloudProvider) IsSet() bool
func (NullableCloudProvider) MarshalJSON ¶
func (v NullableCloudProvider) MarshalJSON() ([]byte, error)
func (*NullableCloudProvider) Set ¶
func (v *NullableCloudProvider) Set(val *CloudProvider)
func (*NullableCloudProvider) UnmarshalJSON ¶
func (v *NullableCloudProvider) UnmarshalJSON(src []byte) error
func (*NullableCloudProvider) Unset ¶
func (v *NullableCloudProvider) Unset()
type NullableCloudProviderList ¶
type NullableCloudProviderList struct {
// contains filtered or unexported fields
}
func NewNullableCloudProviderList ¶
func NewNullableCloudProviderList(val *CloudProviderList) *NullableCloudProviderList
func (NullableCloudProviderList) Get ¶
func (v NullableCloudProviderList) Get() *CloudProviderList
func (NullableCloudProviderList) IsSet ¶
func (v NullableCloudProviderList) IsSet() bool
func (NullableCloudProviderList) MarshalJSON ¶
func (v NullableCloudProviderList) MarshalJSON() ([]byte, error)
func (*NullableCloudProviderList) Set ¶
func (v *NullableCloudProviderList) Set(val *CloudProviderList)
func (*NullableCloudProviderList) UnmarshalJSON ¶
func (v *NullableCloudProviderList) UnmarshalJSON(src []byte) error
func (*NullableCloudProviderList) Unset ¶
func (v *NullableCloudProviderList) Unset()
type NullableCloudProviderListAllOf ¶
type NullableCloudProviderListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCloudProviderListAllOf ¶
func NewNullableCloudProviderListAllOf(val *CloudProviderListAllOf) *NullableCloudProviderListAllOf
func (NullableCloudProviderListAllOf) Get ¶
func (v NullableCloudProviderListAllOf) Get() *CloudProviderListAllOf
func (NullableCloudProviderListAllOf) IsSet ¶
func (v NullableCloudProviderListAllOf) IsSet() bool
func (NullableCloudProviderListAllOf) MarshalJSON ¶
func (v NullableCloudProviderListAllOf) MarshalJSON() ([]byte, error)
func (*NullableCloudProviderListAllOf) Set ¶
func (v *NullableCloudProviderListAllOf) Set(val *CloudProviderListAllOf)
func (*NullableCloudProviderListAllOf) UnmarshalJSON ¶
func (v *NullableCloudProviderListAllOf) UnmarshalJSON(src []byte) error
func (*NullableCloudProviderListAllOf) Unset ¶
func (v *NullableCloudProviderListAllOf) Unset()
type NullableCloudRegion ¶
type NullableCloudRegion struct {
// contains filtered or unexported fields
}
func NewNullableCloudRegion ¶
func NewNullableCloudRegion(val *CloudRegion) *NullableCloudRegion
func (NullableCloudRegion) Get ¶
func (v NullableCloudRegion) Get() *CloudRegion
func (NullableCloudRegion) IsSet ¶
func (v NullableCloudRegion) IsSet() bool
func (NullableCloudRegion) MarshalJSON ¶
func (v NullableCloudRegion) MarshalJSON() ([]byte, error)
func (*NullableCloudRegion) Set ¶
func (v *NullableCloudRegion) Set(val *CloudRegion)
func (*NullableCloudRegion) UnmarshalJSON ¶
func (v *NullableCloudRegion) UnmarshalJSON(src []byte) error
func (*NullableCloudRegion) Unset ¶
func (v *NullableCloudRegion) Unset()
type NullableCloudRegionList ¶
type NullableCloudRegionList struct {
// contains filtered or unexported fields
}
func NewNullableCloudRegionList ¶
func NewNullableCloudRegionList(val *CloudRegionList) *NullableCloudRegionList
func (NullableCloudRegionList) Get ¶
func (v NullableCloudRegionList) Get() *CloudRegionList
func (NullableCloudRegionList) IsSet ¶
func (v NullableCloudRegionList) IsSet() bool
func (NullableCloudRegionList) MarshalJSON ¶
func (v NullableCloudRegionList) MarshalJSON() ([]byte, error)
func (*NullableCloudRegionList) Set ¶
func (v *NullableCloudRegionList) Set(val *CloudRegionList)
func (*NullableCloudRegionList) UnmarshalJSON ¶
func (v *NullableCloudRegionList) UnmarshalJSON(src []byte) error
func (*NullableCloudRegionList) Unset ¶
func (v *NullableCloudRegionList) Unset()
type NullableCloudRegionListAllOf ¶
type NullableCloudRegionListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCloudRegionListAllOf ¶
func NewNullableCloudRegionListAllOf(val *CloudRegionListAllOf) *NullableCloudRegionListAllOf
func (NullableCloudRegionListAllOf) Get ¶
func (v NullableCloudRegionListAllOf) Get() *CloudRegionListAllOf
func (NullableCloudRegionListAllOf) IsSet ¶
func (v NullableCloudRegionListAllOf) IsSet() bool
func (NullableCloudRegionListAllOf) MarshalJSON ¶
func (v NullableCloudRegionListAllOf) MarshalJSON() ([]byte, error)
func (*NullableCloudRegionListAllOf) Set ¶
func (v *NullableCloudRegionListAllOf) Set(val *CloudRegionListAllOf)
func (*NullableCloudRegionListAllOf) UnmarshalJSON ¶
func (v *NullableCloudRegionListAllOf) UnmarshalJSON(src []byte) error
func (*NullableCloudRegionListAllOf) Unset ¶
func (v *NullableCloudRegionListAllOf) Unset()
type NullableConnector ¶
type NullableConnector struct {
// contains filtered or unexported fields
}
func NewNullableConnector ¶
func NewNullableConnector(val *Connector) *NullableConnector
func (NullableConnector) Get ¶
func (v NullableConnector) Get() *Connector
func (NullableConnector) IsSet ¶
func (v NullableConnector) IsSet() bool
func (NullableConnector) MarshalJSON ¶
func (v NullableConnector) MarshalJSON() ([]byte, error)
func (*NullableConnector) Set ¶
func (v *NullableConnector) Set(val *Connector)
func (*NullableConnector) UnmarshalJSON ¶
func (v *NullableConnector) UnmarshalJSON(src []byte) error
func (*NullableConnector) Unset ¶
func (v *NullableConnector) Unset()
type NullableConnectorAllOf ¶
type NullableConnectorAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorAllOf ¶
func NewNullableConnectorAllOf(val *ConnectorAllOf) *NullableConnectorAllOf
func (NullableConnectorAllOf) Get ¶
func (v NullableConnectorAllOf) Get() *ConnectorAllOf
func (NullableConnectorAllOf) IsSet ¶
func (v NullableConnectorAllOf) IsSet() bool
func (NullableConnectorAllOf) MarshalJSON ¶
func (v NullableConnectorAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorAllOf) Set ¶
func (v *NullableConnectorAllOf) Set(val *ConnectorAllOf)
func (*NullableConnectorAllOf) UnmarshalJSON ¶
func (v *NullableConnectorAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorAllOf) Unset ¶
func (v *NullableConnectorAllOf) Unset()
type NullableConnectorAllOfDeploymentLocation ¶
type NullableConnectorAllOfDeploymentLocation struct {
// contains filtered or unexported fields
}
func NewNullableConnectorAllOfDeploymentLocation ¶
func NewNullableConnectorAllOfDeploymentLocation(val *ConnectorAllOfDeploymentLocation) *NullableConnectorAllOfDeploymentLocation
func (NullableConnectorAllOfDeploymentLocation) IsSet ¶
func (v NullableConnectorAllOfDeploymentLocation) IsSet() bool
func (NullableConnectorAllOfDeploymentLocation) MarshalJSON ¶
func (v NullableConnectorAllOfDeploymentLocation) MarshalJSON() ([]byte, error)
func (*NullableConnectorAllOfDeploymentLocation) Set ¶
func (v *NullableConnectorAllOfDeploymentLocation) Set(val *ConnectorAllOfDeploymentLocation)
func (*NullableConnectorAllOfDeploymentLocation) UnmarshalJSON ¶
func (v *NullableConnectorAllOfDeploymentLocation) UnmarshalJSON(src []byte) error
func (*NullableConnectorAllOfDeploymentLocation) Unset ¶
func (v *NullableConnectorAllOfDeploymentLocation) Unset()
type NullableConnectorAllOfMetadata ¶
type NullableConnectorAllOfMetadata struct {
// contains filtered or unexported fields
}
func NewNullableConnectorAllOfMetadata ¶
func NewNullableConnectorAllOfMetadata(val *ConnectorAllOfMetadata) *NullableConnectorAllOfMetadata
func (NullableConnectorAllOfMetadata) Get ¶
func (v NullableConnectorAllOfMetadata) Get() *ConnectorAllOfMetadata
func (NullableConnectorAllOfMetadata) IsSet ¶
func (v NullableConnectorAllOfMetadata) IsSet() bool
func (NullableConnectorAllOfMetadata) MarshalJSON ¶
func (v NullableConnectorAllOfMetadata) MarshalJSON() ([]byte, error)
func (*NullableConnectorAllOfMetadata) Set ¶
func (v *NullableConnectorAllOfMetadata) Set(val *ConnectorAllOfMetadata)
func (*NullableConnectorAllOfMetadata) UnmarshalJSON ¶
func (v *NullableConnectorAllOfMetadata) UnmarshalJSON(src []byte) error
func (*NullableConnectorAllOfMetadata) Unset ¶
func (v *NullableConnectorAllOfMetadata) Unset()
type NullableConnectorList ¶
type NullableConnectorList struct {
// contains filtered or unexported fields
}
func NewNullableConnectorList ¶
func NewNullableConnectorList(val *ConnectorList) *NullableConnectorList
func (NullableConnectorList) Get ¶
func (v NullableConnectorList) Get() *ConnectorList
func (NullableConnectorList) IsSet ¶
func (v NullableConnectorList) IsSet() bool
func (NullableConnectorList) MarshalJSON ¶
func (v NullableConnectorList) MarshalJSON() ([]byte, error)
func (*NullableConnectorList) Set ¶
func (v *NullableConnectorList) Set(val *ConnectorList)
func (*NullableConnectorList) UnmarshalJSON ¶
func (v *NullableConnectorList) UnmarshalJSON(src []byte) error
func (*NullableConnectorList) Unset ¶
func (v *NullableConnectorList) Unset()
type NullableConnectorListAllOf ¶
type NullableConnectorListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorListAllOf ¶
func NewNullableConnectorListAllOf(val *ConnectorListAllOf) *NullableConnectorListAllOf
func (NullableConnectorListAllOf) Get ¶
func (v NullableConnectorListAllOf) Get() *ConnectorListAllOf
func (NullableConnectorListAllOf) IsSet ¶
func (v NullableConnectorListAllOf) IsSet() bool
func (NullableConnectorListAllOf) MarshalJSON ¶
func (v NullableConnectorListAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorListAllOf) Set ¶
func (v *NullableConnectorListAllOf) Set(val *ConnectorListAllOf)
func (*NullableConnectorListAllOf) UnmarshalJSON ¶
func (v *NullableConnectorListAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorListAllOf) Unset ¶
func (v *NullableConnectorListAllOf) Unset()
type NullableConnectorType ¶
type NullableConnectorType struct {
// contains filtered or unexported fields
}
func NewNullableConnectorType ¶
func NewNullableConnectorType(val *ConnectorType) *NullableConnectorType
func (NullableConnectorType) Get ¶
func (v NullableConnectorType) Get() *ConnectorType
func (NullableConnectorType) IsSet ¶
func (v NullableConnectorType) IsSet() bool
func (NullableConnectorType) MarshalJSON ¶
func (v NullableConnectorType) MarshalJSON() ([]byte, error)
func (*NullableConnectorType) Set ¶
func (v *NullableConnectorType) Set(val *ConnectorType)
func (*NullableConnectorType) UnmarshalJSON ¶
func (v *NullableConnectorType) UnmarshalJSON(src []byte) error
func (*NullableConnectorType) Unset ¶
func (v *NullableConnectorType) Unset()
type NullableConnectorTypeAllOf ¶
type NullableConnectorTypeAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorTypeAllOf ¶
func NewNullableConnectorTypeAllOf(val *ConnectorTypeAllOf) *NullableConnectorTypeAllOf
func (NullableConnectorTypeAllOf) Get ¶
func (v NullableConnectorTypeAllOf) Get() *ConnectorTypeAllOf
func (NullableConnectorTypeAllOf) IsSet ¶
func (v NullableConnectorTypeAllOf) IsSet() bool
func (NullableConnectorTypeAllOf) MarshalJSON ¶
func (v NullableConnectorTypeAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorTypeAllOf) Set ¶
func (v *NullableConnectorTypeAllOf) Set(val *ConnectorTypeAllOf)
func (*NullableConnectorTypeAllOf) UnmarshalJSON ¶
func (v *NullableConnectorTypeAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorTypeAllOf) Unset ¶
func (v *NullableConnectorTypeAllOf) Unset()
type NullableConnectorTypeList ¶
type NullableConnectorTypeList struct {
// contains filtered or unexported fields
}
func NewNullableConnectorTypeList ¶
func NewNullableConnectorTypeList(val *ConnectorTypeList) *NullableConnectorTypeList
func (NullableConnectorTypeList) Get ¶
func (v NullableConnectorTypeList) Get() *ConnectorTypeList
func (NullableConnectorTypeList) IsSet ¶
func (v NullableConnectorTypeList) IsSet() bool
func (NullableConnectorTypeList) MarshalJSON ¶
func (v NullableConnectorTypeList) MarshalJSON() ([]byte, error)
func (*NullableConnectorTypeList) Set ¶
func (v *NullableConnectorTypeList) Set(val *ConnectorTypeList)
func (*NullableConnectorTypeList) UnmarshalJSON ¶
func (v *NullableConnectorTypeList) UnmarshalJSON(src []byte) error
func (*NullableConnectorTypeList) Unset ¶
func (v *NullableConnectorTypeList) Unset()
type NullableConnectorTypeListAllOf ¶
type NullableConnectorTypeListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorTypeListAllOf ¶
func NewNullableConnectorTypeListAllOf(val *ConnectorTypeListAllOf) *NullableConnectorTypeListAllOf
func (NullableConnectorTypeListAllOf) Get ¶
func (v NullableConnectorTypeListAllOf) Get() *ConnectorTypeListAllOf
func (NullableConnectorTypeListAllOf) IsSet ¶
func (v NullableConnectorTypeListAllOf) IsSet() bool
func (NullableConnectorTypeListAllOf) MarshalJSON ¶
func (v NullableConnectorTypeListAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorTypeListAllOf) Set ¶
func (v *NullableConnectorTypeListAllOf) Set(val *ConnectorTypeListAllOf)
func (*NullableConnectorTypeListAllOf) UnmarshalJSON ¶
func (v *NullableConnectorTypeListAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorTypeListAllOf) Unset ¶
func (v *NullableConnectorTypeListAllOf) Unset()
type NullableDataPlaneClusterUpdateStatusRequest ¶
type NullableDataPlaneClusterUpdateStatusRequest struct {
// contains filtered or unexported fields
}
func NewNullableDataPlaneClusterUpdateStatusRequest ¶
func NewNullableDataPlaneClusterUpdateStatusRequest(val *DataPlaneClusterUpdateStatusRequest) *NullableDataPlaneClusterUpdateStatusRequest
func (NullableDataPlaneClusterUpdateStatusRequest) IsSet ¶
func (v NullableDataPlaneClusterUpdateStatusRequest) IsSet() bool
func (NullableDataPlaneClusterUpdateStatusRequest) MarshalJSON ¶
func (v NullableDataPlaneClusterUpdateStatusRequest) MarshalJSON() ([]byte, error)
func (*NullableDataPlaneClusterUpdateStatusRequest) Set ¶
func (v *NullableDataPlaneClusterUpdateStatusRequest) Set(val *DataPlaneClusterUpdateStatusRequest)
func (*NullableDataPlaneClusterUpdateStatusRequest) UnmarshalJSON ¶
func (v *NullableDataPlaneClusterUpdateStatusRequest) UnmarshalJSON(src []byte) error
func (*NullableDataPlaneClusterUpdateStatusRequest) Unset ¶
func (v *NullableDataPlaneClusterUpdateStatusRequest) Unset()
type NullableDataPlaneClusterUpdateStatusRequestConditions ¶
type NullableDataPlaneClusterUpdateStatusRequestConditions struct {
// contains filtered or unexported fields
}
func NewNullableDataPlaneClusterUpdateStatusRequestConditions ¶
func NewNullableDataPlaneClusterUpdateStatusRequestConditions(val *DataPlaneClusterUpdateStatusRequestConditions) *NullableDataPlaneClusterUpdateStatusRequestConditions
func (NullableDataPlaneClusterUpdateStatusRequestConditions) IsSet ¶
func (v NullableDataPlaneClusterUpdateStatusRequestConditions) IsSet() bool
func (NullableDataPlaneClusterUpdateStatusRequestConditions) MarshalJSON ¶
func (v NullableDataPlaneClusterUpdateStatusRequestConditions) MarshalJSON() ([]byte, error)
func (*NullableDataPlaneClusterUpdateStatusRequestConditions) UnmarshalJSON ¶
func (v *NullableDataPlaneClusterUpdateStatusRequestConditions) UnmarshalJSON(src []byte) error
func (*NullableDataPlaneClusterUpdateStatusRequestConditions) Unset ¶
func (v *NullableDataPlaneClusterUpdateStatusRequestConditions) Unset()
type NullableDataPlaneClusterUpdateStatusRequestNodeInfo ¶
type NullableDataPlaneClusterUpdateStatusRequestNodeInfo struct {
// contains filtered or unexported fields
}
func NewNullableDataPlaneClusterUpdateStatusRequestNodeInfo ¶
func NewNullableDataPlaneClusterUpdateStatusRequestNodeInfo(val *DataPlaneClusterUpdateStatusRequestNodeInfo) *NullableDataPlaneClusterUpdateStatusRequestNodeInfo
func (NullableDataPlaneClusterUpdateStatusRequestNodeInfo) IsSet ¶
func (v NullableDataPlaneClusterUpdateStatusRequestNodeInfo) IsSet() bool
func (NullableDataPlaneClusterUpdateStatusRequestNodeInfo) MarshalJSON ¶
func (v NullableDataPlaneClusterUpdateStatusRequestNodeInfo) MarshalJSON() ([]byte, error)
func (*NullableDataPlaneClusterUpdateStatusRequestNodeInfo) UnmarshalJSON ¶
func (v *NullableDataPlaneClusterUpdateStatusRequestNodeInfo) UnmarshalJSON(src []byte) error
func (*NullableDataPlaneClusterUpdateStatusRequestNodeInfo) Unset ¶
func (v *NullableDataPlaneClusterUpdateStatusRequestNodeInfo) Unset()
type NullableDataPlaneClusterUpdateStatusRequestResizeInfo ¶
type NullableDataPlaneClusterUpdateStatusRequestResizeInfo struct {
// contains filtered or unexported fields
}
func NewNullableDataPlaneClusterUpdateStatusRequestResizeInfo ¶
func NewNullableDataPlaneClusterUpdateStatusRequestResizeInfo(val *DataPlaneClusterUpdateStatusRequestResizeInfo) *NullableDataPlaneClusterUpdateStatusRequestResizeInfo
func (NullableDataPlaneClusterUpdateStatusRequestResizeInfo) IsSet ¶
func (v NullableDataPlaneClusterUpdateStatusRequestResizeInfo) IsSet() bool
func (NullableDataPlaneClusterUpdateStatusRequestResizeInfo) MarshalJSON ¶
func (v NullableDataPlaneClusterUpdateStatusRequestResizeInfo) MarshalJSON() ([]byte, error)
func (*NullableDataPlaneClusterUpdateStatusRequestResizeInfo) UnmarshalJSON ¶
func (v *NullableDataPlaneClusterUpdateStatusRequestResizeInfo) UnmarshalJSON(src []byte) error
func (*NullableDataPlaneClusterUpdateStatusRequestResizeInfo) Unset ¶
func (v *NullableDataPlaneClusterUpdateStatusRequestResizeInfo) Unset()
type NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta ¶
type NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta struct {
// contains filtered or unexported fields
}
func NewNullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta ¶
func NewNullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta(val *DataPlaneClusterUpdateStatusRequestResizeInfoDelta) *NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta
func (NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) IsSet ¶
func (v NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) IsSet() bool
func (NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) MarshalJSON ¶
func (v NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) MarshalJSON() ([]byte, error)
func (*NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) UnmarshalJSON ¶
func (v *NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) UnmarshalJSON(src []byte) error
func (*NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) Unset ¶
func (v *NullableDataPlaneClusterUpdateStatusRequestResizeInfoDelta) Unset()
type NullableDataPlaneClusterUpdateStatusRequestTotal ¶
type NullableDataPlaneClusterUpdateStatusRequestTotal struct {
// contains filtered or unexported fields
}
func NewNullableDataPlaneClusterUpdateStatusRequestTotal ¶
func NewNullableDataPlaneClusterUpdateStatusRequestTotal(val *DataPlaneClusterUpdateStatusRequestTotal) *NullableDataPlaneClusterUpdateStatusRequestTotal
func (NullableDataPlaneClusterUpdateStatusRequestTotal) IsSet ¶
func (v NullableDataPlaneClusterUpdateStatusRequestTotal) IsSet() bool
func (NullableDataPlaneClusterUpdateStatusRequestTotal) MarshalJSON ¶
func (v NullableDataPlaneClusterUpdateStatusRequestTotal) MarshalJSON() ([]byte, error)
func (*NullableDataPlaneClusterUpdateStatusRequestTotal) UnmarshalJSON ¶
func (v *NullableDataPlaneClusterUpdateStatusRequestTotal) UnmarshalJSON(src []byte) error
func (*NullableDataPlaneClusterUpdateStatusRequestTotal) Unset ¶
func (v *NullableDataPlaneClusterUpdateStatusRequestTotal) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableErrorAllOf ¶
type NullableErrorAllOf struct {
// contains filtered or unexported fields
}
func NewNullableErrorAllOf ¶
func NewNullableErrorAllOf(val *ErrorAllOf) *NullableErrorAllOf
func (NullableErrorAllOf) Get ¶
func (v NullableErrorAllOf) Get() *ErrorAllOf
func (NullableErrorAllOf) IsSet ¶
func (v NullableErrorAllOf) IsSet() bool
func (NullableErrorAllOf) MarshalJSON ¶
func (v NullableErrorAllOf) MarshalJSON() ([]byte, error)
func (*NullableErrorAllOf) Set ¶
func (v *NullableErrorAllOf) Set(val *ErrorAllOf)
func (*NullableErrorAllOf) UnmarshalJSON ¶
func (v *NullableErrorAllOf) UnmarshalJSON(src []byte) error
func (*NullableErrorAllOf) Unset ¶
func (v *NullableErrorAllOf) Unset()
type NullableErrorList ¶
type NullableErrorList struct {
// contains filtered or unexported fields
}
func NewNullableErrorList ¶
func NewNullableErrorList(val *ErrorList) *NullableErrorList
func (NullableErrorList) Get ¶
func (v NullableErrorList) Get() *ErrorList
func (NullableErrorList) IsSet ¶
func (v NullableErrorList) IsSet() bool
func (NullableErrorList) MarshalJSON ¶
func (v NullableErrorList) MarshalJSON() ([]byte, error)
func (*NullableErrorList) Set ¶
func (v *NullableErrorList) Set(val *ErrorList)
func (*NullableErrorList) UnmarshalJSON ¶
func (v *NullableErrorList) UnmarshalJSON(src []byte) error
func (*NullableErrorList) Unset ¶
func (v *NullableErrorList) Unset()
type NullableErrorListAllOf ¶
type NullableErrorListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableErrorListAllOf ¶
func NewNullableErrorListAllOf(val *ErrorListAllOf) *NullableErrorListAllOf
func (NullableErrorListAllOf) Get ¶
func (v NullableErrorListAllOf) Get() *ErrorListAllOf
func (NullableErrorListAllOf) IsSet ¶
func (v NullableErrorListAllOf) IsSet() bool
func (NullableErrorListAllOf) MarshalJSON ¶
func (v NullableErrorListAllOf) MarshalJSON() ([]byte, error)
func (*NullableErrorListAllOf) Set ¶
func (v *NullableErrorListAllOf) Set(val *ErrorListAllOf)
func (*NullableErrorListAllOf) UnmarshalJSON ¶
func (v *NullableErrorListAllOf) UnmarshalJSON(src []byte) error
func (*NullableErrorListAllOf) Unset ¶
func (v *NullableErrorListAllOf) 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 NullableInstantQuery ¶
type NullableInstantQuery struct {
// contains filtered or unexported fields
}
func NewNullableInstantQuery ¶
func NewNullableInstantQuery(val *InstantQuery) *NullableInstantQuery
func (NullableInstantQuery) Get ¶
func (v NullableInstantQuery) Get() *InstantQuery
func (NullableInstantQuery) IsSet ¶
func (v NullableInstantQuery) IsSet() bool
func (NullableInstantQuery) MarshalJSON ¶
func (v NullableInstantQuery) MarshalJSON() ([]byte, error)
func (*NullableInstantQuery) Set ¶
func (v *NullableInstantQuery) Set(val *InstantQuery)
func (*NullableInstantQuery) UnmarshalJSON ¶
func (v *NullableInstantQuery) UnmarshalJSON(src []byte) error
func (*NullableInstantQuery) Unset ¶
func (v *NullableInstantQuery) 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 NullableKafkaRequest ¶
type NullableKafkaRequest struct {
// contains filtered or unexported fields
}
func NewNullableKafkaRequest ¶
func NewNullableKafkaRequest(val *KafkaRequest) *NullableKafkaRequest
func (NullableKafkaRequest) Get ¶
func (v NullableKafkaRequest) Get() *KafkaRequest
func (NullableKafkaRequest) IsSet ¶
func (v NullableKafkaRequest) IsSet() bool
func (NullableKafkaRequest) MarshalJSON ¶
func (v NullableKafkaRequest) MarshalJSON() ([]byte, error)
func (*NullableKafkaRequest) Set ¶
func (v *NullableKafkaRequest) Set(val *KafkaRequest)
func (*NullableKafkaRequest) UnmarshalJSON ¶
func (v *NullableKafkaRequest) UnmarshalJSON(src []byte) error
func (*NullableKafkaRequest) Unset ¶
func (v *NullableKafkaRequest) Unset()
type NullableKafkaRequestAllOf ¶
type NullableKafkaRequestAllOf struct {
// contains filtered or unexported fields
}
func NewNullableKafkaRequestAllOf ¶
func NewNullableKafkaRequestAllOf(val *KafkaRequestAllOf) *NullableKafkaRequestAllOf
func (NullableKafkaRequestAllOf) Get ¶
func (v NullableKafkaRequestAllOf) Get() *KafkaRequestAllOf
func (NullableKafkaRequestAllOf) IsSet ¶
func (v NullableKafkaRequestAllOf) IsSet() bool
func (NullableKafkaRequestAllOf) MarshalJSON ¶
func (v NullableKafkaRequestAllOf) MarshalJSON() ([]byte, error)
func (*NullableKafkaRequestAllOf) Set ¶
func (v *NullableKafkaRequestAllOf) Set(val *KafkaRequestAllOf)
func (*NullableKafkaRequestAllOf) UnmarshalJSON ¶
func (v *NullableKafkaRequestAllOf) UnmarshalJSON(src []byte) error
func (*NullableKafkaRequestAllOf) Unset ¶
func (v *NullableKafkaRequestAllOf) Unset()
type NullableKafkaRequestList ¶
type NullableKafkaRequestList struct {
// contains filtered or unexported fields
}
func NewNullableKafkaRequestList ¶
func NewNullableKafkaRequestList(val *KafkaRequestList) *NullableKafkaRequestList
func (NullableKafkaRequestList) Get ¶
func (v NullableKafkaRequestList) Get() *KafkaRequestList
func (NullableKafkaRequestList) IsSet ¶
func (v NullableKafkaRequestList) IsSet() bool
func (NullableKafkaRequestList) MarshalJSON ¶
func (v NullableKafkaRequestList) MarshalJSON() ([]byte, error)
func (*NullableKafkaRequestList) Set ¶
func (v *NullableKafkaRequestList) Set(val *KafkaRequestList)
func (*NullableKafkaRequestList) UnmarshalJSON ¶
func (v *NullableKafkaRequestList) UnmarshalJSON(src []byte) error
func (*NullableKafkaRequestList) Unset ¶
func (v *NullableKafkaRequestList) Unset()
type NullableKafkaRequestListAllOf ¶
type NullableKafkaRequestListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableKafkaRequestListAllOf ¶
func NewNullableKafkaRequestListAllOf(val *KafkaRequestListAllOf) *NullableKafkaRequestListAllOf
func (NullableKafkaRequestListAllOf) Get ¶
func (v NullableKafkaRequestListAllOf) Get() *KafkaRequestListAllOf
func (NullableKafkaRequestListAllOf) IsSet ¶
func (v NullableKafkaRequestListAllOf) IsSet() bool
func (NullableKafkaRequestListAllOf) MarshalJSON ¶
func (v NullableKafkaRequestListAllOf) MarshalJSON() ([]byte, error)
func (*NullableKafkaRequestListAllOf) Set ¶
func (v *NullableKafkaRequestListAllOf) Set(val *KafkaRequestListAllOf)
func (*NullableKafkaRequestListAllOf) UnmarshalJSON ¶
func (v *NullableKafkaRequestListAllOf) UnmarshalJSON(src []byte) error
func (*NullableKafkaRequestListAllOf) Unset ¶
func (v *NullableKafkaRequestListAllOf) Unset()
type NullableKafkaRequestPayload ¶
type NullableKafkaRequestPayload struct {
// contains filtered or unexported fields
}
func NewNullableKafkaRequestPayload ¶
func NewNullableKafkaRequestPayload(val *KafkaRequestPayload) *NullableKafkaRequestPayload
func (NullableKafkaRequestPayload) Get ¶
func (v NullableKafkaRequestPayload) Get() *KafkaRequestPayload
func (NullableKafkaRequestPayload) IsSet ¶
func (v NullableKafkaRequestPayload) IsSet() bool
func (NullableKafkaRequestPayload) MarshalJSON ¶
func (v NullableKafkaRequestPayload) MarshalJSON() ([]byte, error)
func (*NullableKafkaRequestPayload) Set ¶
func (v *NullableKafkaRequestPayload) Set(val *KafkaRequestPayload)
func (*NullableKafkaRequestPayload) UnmarshalJSON ¶
func (v *NullableKafkaRequestPayload) UnmarshalJSON(src []byte) error
func (*NullableKafkaRequestPayload) Unset ¶
func (v *NullableKafkaRequestPayload) Unset()
type NullableList ¶
type NullableList struct {
// contains filtered or unexported fields
}
func NewNullableList ¶
func NewNullableList(val *List) *NullableList
func (NullableList) Get ¶
func (v NullableList) Get() *List
func (NullableList) IsSet ¶
func (v NullableList) IsSet() bool
func (NullableList) MarshalJSON ¶
func (v NullableList) MarshalJSON() ([]byte, error)
func (*NullableList) Set ¶
func (v *NullableList) Set(val *List)
func (*NullableList) UnmarshalJSON ¶
func (v *NullableList) UnmarshalJSON(src []byte) error
func (*NullableList) Unset ¶
func (v *NullableList) Unset()
type NullableMetric ¶
type NullableMetric struct {
// contains filtered or unexported fields
}
func NewNullableMetric ¶
func NewNullableMetric(val *Metric) *NullableMetric
func (NullableMetric) Get ¶
func (v NullableMetric) Get() *Metric
func (NullableMetric) IsSet ¶
func (v NullableMetric) IsSet() bool
func (NullableMetric) MarshalJSON ¶
func (v NullableMetric) MarshalJSON() ([]byte, error)
func (*NullableMetric) Set ¶
func (v *NullableMetric) Set(val *Metric)
func (*NullableMetric) UnmarshalJSON ¶
func (v *NullableMetric) UnmarshalJSON(src []byte) error
func (*NullableMetric) Unset ¶
func (v *NullableMetric) Unset()
type NullableMetricsInstantQueryList ¶
type NullableMetricsInstantQueryList struct {
// contains filtered or unexported fields
}
func NewNullableMetricsInstantQueryList ¶
func NewNullableMetricsInstantQueryList(val *MetricsInstantQueryList) *NullableMetricsInstantQueryList
func (NullableMetricsInstantQueryList) Get ¶
func (v NullableMetricsInstantQueryList) Get() *MetricsInstantQueryList
func (NullableMetricsInstantQueryList) IsSet ¶
func (v NullableMetricsInstantQueryList) IsSet() bool
func (NullableMetricsInstantQueryList) MarshalJSON ¶
func (v NullableMetricsInstantQueryList) MarshalJSON() ([]byte, error)
func (*NullableMetricsInstantQueryList) Set ¶
func (v *NullableMetricsInstantQueryList) Set(val *MetricsInstantQueryList)
func (*NullableMetricsInstantQueryList) UnmarshalJSON ¶
func (v *NullableMetricsInstantQueryList) UnmarshalJSON(src []byte) error
func (*NullableMetricsInstantQueryList) Unset ¶
func (v *NullableMetricsInstantQueryList) Unset()
type NullableMetricsInstantQueryListAllOf ¶
type NullableMetricsInstantQueryListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableMetricsInstantQueryListAllOf ¶
func NewNullableMetricsInstantQueryListAllOf(val *MetricsInstantQueryListAllOf) *NullableMetricsInstantQueryListAllOf
func (NullableMetricsInstantQueryListAllOf) Get ¶
func (v NullableMetricsInstantQueryListAllOf) Get() *MetricsInstantQueryListAllOf
func (NullableMetricsInstantQueryListAllOf) IsSet ¶
func (v NullableMetricsInstantQueryListAllOf) IsSet() bool
func (NullableMetricsInstantQueryListAllOf) MarshalJSON ¶
func (v NullableMetricsInstantQueryListAllOf) MarshalJSON() ([]byte, error)
func (*NullableMetricsInstantQueryListAllOf) Set ¶
func (v *NullableMetricsInstantQueryListAllOf) Set(val *MetricsInstantQueryListAllOf)
func (*NullableMetricsInstantQueryListAllOf) UnmarshalJSON ¶
func (v *NullableMetricsInstantQueryListAllOf) UnmarshalJSON(src []byte) error
func (*NullableMetricsInstantQueryListAllOf) Unset ¶
func (v *NullableMetricsInstantQueryListAllOf) Unset()
type NullableMetricsList ¶
type NullableMetricsList struct {
// contains filtered or unexported fields
}
func NewNullableMetricsList ¶
func NewNullableMetricsList(val *MetricsList) *NullableMetricsList
func (NullableMetricsList) Get ¶
func (v NullableMetricsList) Get() *MetricsList
func (NullableMetricsList) IsSet ¶
func (v NullableMetricsList) IsSet() bool
func (NullableMetricsList) MarshalJSON ¶
func (v NullableMetricsList) MarshalJSON() ([]byte, error)
func (*NullableMetricsList) Set ¶
func (v *NullableMetricsList) Set(val *MetricsList)
func (*NullableMetricsList) UnmarshalJSON ¶
func (v *NullableMetricsList) UnmarshalJSON(src []byte) error
func (*NullableMetricsList) Unset ¶
func (v *NullableMetricsList) Unset()
type NullableMetricsListAllOf ¶
type NullableMetricsListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableMetricsListAllOf ¶
func NewNullableMetricsListAllOf(val *MetricsListAllOf) *NullableMetricsListAllOf
func (NullableMetricsListAllOf) Get ¶
func (v NullableMetricsListAllOf) Get() *MetricsListAllOf
func (NullableMetricsListAllOf) IsSet ¶
func (v NullableMetricsListAllOf) IsSet() bool
func (NullableMetricsListAllOf) MarshalJSON ¶
func (v NullableMetricsListAllOf) MarshalJSON() ([]byte, error)
func (*NullableMetricsListAllOf) Set ¶
func (v *NullableMetricsListAllOf) Set(val *MetricsListAllOf)
func (*NullableMetricsListAllOf) UnmarshalJSON ¶
func (v *NullableMetricsListAllOf) UnmarshalJSON(src []byte) error
func (*NullableMetricsListAllOf) Unset ¶
func (v *NullableMetricsListAllOf) Unset()
type NullableMetricsRangeQueryList ¶
type NullableMetricsRangeQueryList struct {
// contains filtered or unexported fields
}
func NewNullableMetricsRangeQueryList ¶
func NewNullableMetricsRangeQueryList(val *MetricsRangeQueryList) *NullableMetricsRangeQueryList
func (NullableMetricsRangeQueryList) Get ¶
func (v NullableMetricsRangeQueryList) Get() *MetricsRangeQueryList
func (NullableMetricsRangeQueryList) IsSet ¶
func (v NullableMetricsRangeQueryList) IsSet() bool
func (NullableMetricsRangeQueryList) MarshalJSON ¶
func (v NullableMetricsRangeQueryList) MarshalJSON() ([]byte, error)
func (*NullableMetricsRangeQueryList) Set ¶
func (v *NullableMetricsRangeQueryList) Set(val *MetricsRangeQueryList)
func (*NullableMetricsRangeQueryList) UnmarshalJSON ¶
func (v *NullableMetricsRangeQueryList) UnmarshalJSON(src []byte) error
func (*NullableMetricsRangeQueryList) Unset ¶
func (v *NullableMetricsRangeQueryList) Unset()
type NullableMetricsRangeQueryListAllOf ¶
type NullableMetricsRangeQueryListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableMetricsRangeQueryListAllOf ¶
func NewNullableMetricsRangeQueryListAllOf(val *MetricsRangeQueryListAllOf) *NullableMetricsRangeQueryListAllOf
func (NullableMetricsRangeQueryListAllOf) Get ¶
func (v NullableMetricsRangeQueryListAllOf) Get() *MetricsRangeQueryListAllOf
func (NullableMetricsRangeQueryListAllOf) IsSet ¶
func (v NullableMetricsRangeQueryListAllOf) IsSet() bool
func (NullableMetricsRangeQueryListAllOf) MarshalJSON ¶
func (v NullableMetricsRangeQueryListAllOf) MarshalJSON() ([]byte, error)
func (*NullableMetricsRangeQueryListAllOf) Set ¶
func (v *NullableMetricsRangeQueryListAllOf) Set(val *MetricsRangeQueryListAllOf)
func (*NullableMetricsRangeQueryListAllOf) UnmarshalJSON ¶
func (v *NullableMetricsRangeQueryListAllOf) UnmarshalJSON(src []byte) error
func (*NullableMetricsRangeQueryListAllOf) Unset ¶
func (v *NullableMetricsRangeQueryListAllOf) Unset()
type NullableObjectReference ¶
type NullableObjectReference struct {
// contains filtered or unexported fields
}
func NewNullableObjectReference ¶
func NewNullableObjectReference(val *ObjectReference) *NullableObjectReference
func (NullableObjectReference) Get ¶
func (v NullableObjectReference) Get() *ObjectReference
func (NullableObjectReference) IsSet ¶
func (v NullableObjectReference) IsSet() bool
func (NullableObjectReference) MarshalJSON ¶
func (v NullableObjectReference) MarshalJSON() ([]byte, error)
func (*NullableObjectReference) Set ¶
func (v *NullableObjectReference) Set(val *ObjectReference)
func (*NullableObjectReference) UnmarshalJSON ¶
func (v *NullableObjectReference) UnmarshalJSON(src []byte) error
func (*NullableObjectReference) Unset ¶
func (v *NullableObjectReference) Unset()
type NullableRangeQuery ¶
type NullableRangeQuery struct {
// contains filtered or unexported fields
}
func NewNullableRangeQuery ¶
func NewNullableRangeQuery(val *RangeQuery) *NullableRangeQuery
func (NullableRangeQuery) Get ¶
func (v NullableRangeQuery) Get() *RangeQuery
func (NullableRangeQuery) IsSet ¶
func (v NullableRangeQuery) IsSet() bool
func (NullableRangeQuery) MarshalJSON ¶
func (v NullableRangeQuery) MarshalJSON() ([]byte, error)
func (*NullableRangeQuery) Set ¶
func (v *NullableRangeQuery) Set(val *RangeQuery)
func (*NullableRangeQuery) UnmarshalJSON ¶
func (v *NullableRangeQuery) UnmarshalJSON(src []byte) error
func (*NullableRangeQuery) Unset ¶
func (v *NullableRangeQuery) Unset()
type NullableServiceAccount ¶
type NullableServiceAccount struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccount ¶
func NewNullableServiceAccount(val *ServiceAccount) *NullableServiceAccount
func (NullableServiceAccount) Get ¶
func (v NullableServiceAccount) Get() *ServiceAccount
func (NullableServiceAccount) IsSet ¶
func (v NullableServiceAccount) IsSet() bool
func (NullableServiceAccount) MarshalJSON ¶
func (v NullableServiceAccount) MarshalJSON() ([]byte, error)
func (*NullableServiceAccount) Set ¶
func (v *NullableServiceAccount) Set(val *ServiceAccount)
func (*NullableServiceAccount) UnmarshalJSON ¶
func (v *NullableServiceAccount) UnmarshalJSON(src []byte) error
func (*NullableServiceAccount) Unset ¶
func (v *NullableServiceAccount) Unset()
type NullableServiceAccountAllOf ¶
type NullableServiceAccountAllOf struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountAllOf ¶
func NewNullableServiceAccountAllOf(val *ServiceAccountAllOf) *NullableServiceAccountAllOf
func (NullableServiceAccountAllOf) Get ¶
func (v NullableServiceAccountAllOf) Get() *ServiceAccountAllOf
func (NullableServiceAccountAllOf) IsSet ¶
func (v NullableServiceAccountAllOf) IsSet() bool
func (NullableServiceAccountAllOf) MarshalJSON ¶
func (v NullableServiceAccountAllOf) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountAllOf) Set ¶
func (v *NullableServiceAccountAllOf) Set(val *ServiceAccountAllOf)
func (*NullableServiceAccountAllOf) UnmarshalJSON ¶
func (v *NullableServiceAccountAllOf) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountAllOf) Unset ¶
func (v *NullableServiceAccountAllOf) Unset()
type NullableServiceAccountList ¶
type NullableServiceAccountList struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountList ¶
func NewNullableServiceAccountList(val *ServiceAccountList) *NullableServiceAccountList
func (NullableServiceAccountList) Get ¶
func (v NullableServiceAccountList) Get() *ServiceAccountList
func (NullableServiceAccountList) IsSet ¶
func (v NullableServiceAccountList) IsSet() bool
func (NullableServiceAccountList) MarshalJSON ¶
func (v NullableServiceAccountList) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountList) Set ¶
func (v *NullableServiceAccountList) Set(val *ServiceAccountList)
func (*NullableServiceAccountList) UnmarshalJSON ¶
func (v *NullableServiceAccountList) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountList) Unset ¶
func (v *NullableServiceAccountList) Unset()
type NullableServiceAccountListAllOf ¶
type NullableServiceAccountListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountListAllOf ¶
func NewNullableServiceAccountListAllOf(val *ServiceAccountListAllOf) *NullableServiceAccountListAllOf
func (NullableServiceAccountListAllOf) Get ¶
func (v NullableServiceAccountListAllOf) Get() *ServiceAccountListAllOf
func (NullableServiceAccountListAllOf) IsSet ¶
func (v NullableServiceAccountListAllOf) IsSet() bool
func (NullableServiceAccountListAllOf) MarshalJSON ¶
func (v NullableServiceAccountListAllOf) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountListAllOf) Set ¶
func (v *NullableServiceAccountListAllOf) Set(val *ServiceAccountListAllOf)
func (*NullableServiceAccountListAllOf) UnmarshalJSON ¶
func (v *NullableServiceAccountListAllOf) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountListAllOf) Unset ¶
func (v *NullableServiceAccountListAllOf) Unset()
type NullableServiceAccountListItem ¶
type NullableServiceAccountListItem struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountListItem ¶
func NewNullableServiceAccountListItem(val *ServiceAccountListItem) *NullableServiceAccountListItem
func (NullableServiceAccountListItem) Get ¶
func (v NullableServiceAccountListItem) Get() *ServiceAccountListItem
func (NullableServiceAccountListItem) IsSet ¶
func (v NullableServiceAccountListItem) IsSet() bool
func (NullableServiceAccountListItem) MarshalJSON ¶
func (v NullableServiceAccountListItem) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountListItem) Set ¶
func (v *NullableServiceAccountListItem) Set(val *ServiceAccountListItem)
func (*NullableServiceAccountListItem) UnmarshalJSON ¶
func (v *NullableServiceAccountListItem) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountListItem) Unset ¶
func (v *NullableServiceAccountListItem) Unset()
type NullableServiceAccountListItemAllOf ¶
type NullableServiceAccountListItemAllOf struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountListItemAllOf ¶
func NewNullableServiceAccountListItemAllOf(val *ServiceAccountListItemAllOf) *NullableServiceAccountListItemAllOf
func (NullableServiceAccountListItemAllOf) Get ¶
func (v NullableServiceAccountListItemAllOf) Get() *ServiceAccountListItemAllOf
func (NullableServiceAccountListItemAllOf) IsSet ¶
func (v NullableServiceAccountListItemAllOf) IsSet() bool
func (NullableServiceAccountListItemAllOf) MarshalJSON ¶
func (v NullableServiceAccountListItemAllOf) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountListItemAllOf) Set ¶
func (v *NullableServiceAccountListItemAllOf) Set(val *ServiceAccountListItemAllOf)
func (*NullableServiceAccountListItemAllOf) UnmarshalJSON ¶
func (v *NullableServiceAccountListItemAllOf) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountListItemAllOf) Unset ¶
func (v *NullableServiceAccountListItemAllOf) Unset()
type NullableServiceAccountRequest ¶
type NullableServiceAccountRequest struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountRequest ¶
func NewNullableServiceAccountRequest(val *ServiceAccountRequest) *NullableServiceAccountRequest
func (NullableServiceAccountRequest) Get ¶
func (v NullableServiceAccountRequest) Get() *ServiceAccountRequest
func (NullableServiceAccountRequest) IsSet ¶
func (v NullableServiceAccountRequest) IsSet() bool
func (NullableServiceAccountRequest) MarshalJSON ¶
func (v NullableServiceAccountRequest) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountRequest) Set ¶
func (v *NullableServiceAccountRequest) Set(val *ServiceAccountRequest)
func (*NullableServiceAccountRequest) UnmarshalJSON ¶
func (v *NullableServiceAccountRequest) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountRequest) Unset ¶
func (v *NullableServiceAccountRequest) Unset()
type NullableServiceStatus ¶
type NullableServiceStatus struct {
// contains filtered or unexported fields
}
func NewNullableServiceStatus ¶
func NewNullableServiceStatus(val *ServiceStatus) *NullableServiceStatus
func (NullableServiceStatus) Get ¶
func (v NullableServiceStatus) Get() *ServiceStatus
func (NullableServiceStatus) IsSet ¶
func (v NullableServiceStatus) IsSet() bool
func (NullableServiceStatus) MarshalJSON ¶
func (v NullableServiceStatus) MarshalJSON() ([]byte, error)
func (*NullableServiceStatus) Set ¶
func (v *NullableServiceStatus) Set(val *ServiceStatus)
func (*NullableServiceStatus) UnmarshalJSON ¶
func (v *NullableServiceStatus) UnmarshalJSON(src []byte) error
func (*NullableServiceStatus) Unset ¶
func (v *NullableServiceStatus) Unset()
type NullableServiceStatusKafkas ¶
type NullableServiceStatusKafkas struct {
// contains filtered or unexported fields
}
func NewNullableServiceStatusKafkas ¶
func NewNullableServiceStatusKafkas(val *ServiceStatusKafkas) *NullableServiceStatusKafkas
func (NullableServiceStatusKafkas) Get ¶
func (v NullableServiceStatusKafkas) Get() *ServiceStatusKafkas
func (NullableServiceStatusKafkas) IsSet ¶
func (v NullableServiceStatusKafkas) IsSet() bool
func (NullableServiceStatusKafkas) MarshalJSON ¶
func (v NullableServiceStatusKafkas) MarshalJSON() ([]byte, error)
func (*NullableServiceStatusKafkas) Set ¶
func (v *NullableServiceStatusKafkas) Set(val *ServiceStatusKafkas)
func (*NullableServiceStatusKafkas) UnmarshalJSON ¶
func (v *NullableServiceStatusKafkas) UnmarshalJSON(src []byte) error
func (*NullableServiceStatusKafkas) Unset ¶
func (v *NullableServiceStatusKafkas) 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 NullableValues ¶
type NullableValues struct {
// contains filtered or unexported fields
}
func NewNullableValues ¶
func NewNullableValues(val *Values) *NullableValues
func (NullableValues) Get ¶
func (v NullableValues) Get() *Values
func (NullableValues) IsSet ¶
func (v NullableValues) IsSet() bool
func (NullableValues) MarshalJSON ¶
func (v NullableValues) MarshalJSON() ([]byte, error)
func (*NullableValues) Set ¶
func (v *NullableValues) Set(val *Values)
func (*NullableValues) UnmarshalJSON ¶
func (v *NullableValues) UnmarshalJSON(src []byte) error
func (*NullableValues) Unset ¶
func (v *NullableValues) Unset()
type NullableVersionMetadata ¶
type NullableVersionMetadata struct {
// contains filtered or unexported fields
}
func NewNullableVersionMetadata ¶
func NewNullableVersionMetadata(val *VersionMetadata) *NullableVersionMetadata
func (NullableVersionMetadata) Get ¶
func (v NullableVersionMetadata) Get() *VersionMetadata
func (NullableVersionMetadata) IsSet ¶
func (v NullableVersionMetadata) IsSet() bool
func (NullableVersionMetadata) MarshalJSON ¶
func (v NullableVersionMetadata) MarshalJSON() ([]byte, error)
func (*NullableVersionMetadata) Set ¶
func (v *NullableVersionMetadata) Set(val *VersionMetadata)
func (*NullableVersionMetadata) UnmarshalJSON ¶
func (v *NullableVersionMetadata) UnmarshalJSON(src []byte) error
func (*NullableVersionMetadata) Unset ¶
func (v *NullableVersionMetadata) Unset()
type NullableVersionMetadataAllOf ¶
type NullableVersionMetadataAllOf struct {
// contains filtered or unexported fields
}
func NewNullableVersionMetadataAllOf ¶
func NewNullableVersionMetadataAllOf(val *VersionMetadataAllOf) *NullableVersionMetadataAllOf
func (NullableVersionMetadataAllOf) Get ¶
func (v NullableVersionMetadataAllOf) Get() *VersionMetadataAllOf
func (NullableVersionMetadataAllOf) IsSet ¶
func (v NullableVersionMetadataAllOf) IsSet() bool
func (NullableVersionMetadataAllOf) MarshalJSON ¶
func (v NullableVersionMetadataAllOf) MarshalJSON() ([]byte, error)
func (*NullableVersionMetadataAllOf) Set ¶
func (v *NullableVersionMetadataAllOf) Set(val *VersionMetadataAllOf)
func (*NullableVersionMetadataAllOf) UnmarshalJSON ¶
func (v *NullableVersionMetadataAllOf) UnmarshalJSON(src []byte) error
func (*NullableVersionMetadataAllOf) Unset ¶
func (v *NullableVersionMetadataAllOf) Unset()
type ObjectReference ¶
type ObjectReference struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` }
ObjectReference struct for ObjectReference
func NewObjectReference ¶
func NewObjectReference() *ObjectReference
NewObjectReference instantiates a new ObjectReference 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 NewObjectReferenceWithDefaults ¶
func NewObjectReferenceWithDefaults() *ObjectReference
NewObjectReferenceWithDefaults instantiates a new ObjectReference 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 (*ObjectReference) GetHref ¶
func (o *ObjectReference) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ObjectReference) GetHrefOk ¶
func (o *ObjectReference) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectReference) GetId ¶
func (o *ObjectReference) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectReference) GetIdOk ¶
func (o *ObjectReference) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectReference) GetKind ¶
func (o *ObjectReference) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ObjectReference) GetKindOk ¶
func (o *ObjectReference) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectReference) HasHref ¶
func (o *ObjectReference) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ObjectReference) HasId ¶
func (o *ObjectReference) HasId() bool
HasId returns a boolean if a field has been set.
func (*ObjectReference) HasKind ¶
func (o *ObjectReference) HasKind() bool
HasKind returns a boolean if a field has been set.
func (ObjectReference) MarshalJSON ¶
func (o ObjectReference) MarshalJSON() ([]byte, error)
func (*ObjectReference) SetHref ¶
func (o *ObjectReference) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ObjectReference) SetId ¶
func (o *ObjectReference) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ObjectReference) SetKind ¶
func (o *ObjectReference) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type RangeQuery ¶
type RangeQuery struct { Metric *map[string]string `json:"metric,omitempty"` Values *[]Values `json:"values,omitempty"` }
RangeQuery struct for RangeQuery
func NewRangeQuery ¶
func NewRangeQuery() *RangeQuery
NewRangeQuery instantiates a new RangeQuery 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 NewRangeQueryWithDefaults ¶
func NewRangeQueryWithDefaults() *RangeQuery
NewRangeQueryWithDefaults instantiates a new RangeQuery 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 (*RangeQuery) GetMetric ¶
func (o *RangeQuery) GetMetric() map[string]string
GetMetric returns the Metric field value if set, zero value otherwise.
func (*RangeQuery) GetMetricOk ¶
func (o *RangeQuery) GetMetricOk() (*map[string]string, bool)
GetMetricOk returns a tuple with the Metric field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RangeQuery) GetValues ¶
func (o *RangeQuery) GetValues() []Values
GetValues returns the Values field value if set, zero value otherwise.
func (*RangeQuery) GetValuesOk ¶
func (o *RangeQuery) GetValuesOk() (*[]Values, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RangeQuery) HasMetric ¶
func (o *RangeQuery) HasMetric() bool
HasMetric returns a boolean if a field has been set.
func (*RangeQuery) HasValues ¶
func (o *RangeQuery) HasValues() bool
HasValues returns a boolean if a field has been set.
func (RangeQuery) MarshalJSON ¶
func (o RangeQuery) MarshalJSON() ([]byte, error)
func (*RangeQuery) SetMetric ¶
func (o *RangeQuery) SetMetric(v map[string]string)
SetMetric gets a reference to the given map[string]string and assigns it to the Metric field.
func (*RangeQuery) SetValues ¶
func (o *RangeQuery) SetValues(v []Values)
SetValues gets a reference to the given []Values and assigns it to the Values field.
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type ServiceAccount ¶
type ServiceAccount struct { // server generated unique id of the service account Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` ClientID *string `json:"clientID,omitempty"` ClientSecret *string `json:"clientSecret,omitempty"` Owner *string `json:"owner,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` }
ServiceAccount Service Account created in MAS-SSO for the Kafka Cluster for authentication
func NewServiceAccount ¶
func NewServiceAccount() *ServiceAccount
NewServiceAccount instantiates a new ServiceAccount 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 NewServiceAccountWithDefaults ¶
func NewServiceAccountWithDefaults() *ServiceAccount
NewServiceAccountWithDefaults instantiates a new ServiceAccount 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 (*ServiceAccount) GetClientID ¶
func (o *ServiceAccount) GetClientID() string
GetClientID returns the ClientID field value if set, zero value otherwise.
func (*ServiceAccount) GetClientIDOk ¶
func (o *ServiceAccount) GetClientIDOk() (*string, bool)
GetClientIDOk returns a tuple with the ClientID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccount) GetClientSecret ¶
func (o *ServiceAccount) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*ServiceAccount) GetClientSecretOk ¶
func (o *ServiceAccount) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccount) GetCreatedAt ¶
func (o *ServiceAccount) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ServiceAccount) GetCreatedAtOk ¶
func (o *ServiceAccount) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccount) GetDescription ¶
func (o *ServiceAccount) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceAccount) GetDescriptionOk ¶
func (o *ServiceAccount) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccount) GetHref ¶
func (o *ServiceAccount) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ServiceAccount) GetHrefOk ¶
func (o *ServiceAccount) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccount) GetId ¶
func (o *ServiceAccount) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ServiceAccount) GetIdOk ¶
func (o *ServiceAccount) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccount) GetKind ¶
func (o *ServiceAccount) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ServiceAccount) GetKindOk ¶
func (o *ServiceAccount) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccount) GetName ¶
func (o *ServiceAccount) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ServiceAccount) GetNameOk ¶
func (o *ServiceAccount) 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 (*ServiceAccount) GetOwner ¶
func (o *ServiceAccount) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ServiceAccount) GetOwnerOk ¶
func (o *ServiceAccount) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccount) HasClientID ¶
func (o *ServiceAccount) HasClientID() bool
HasClientID returns a boolean if a field has been set.
func (*ServiceAccount) HasClientSecret ¶
func (o *ServiceAccount) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*ServiceAccount) HasCreatedAt ¶
func (o *ServiceAccount) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ServiceAccount) HasDescription ¶
func (o *ServiceAccount) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ServiceAccount) HasHref ¶
func (o *ServiceAccount) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ServiceAccount) HasId ¶
func (o *ServiceAccount) HasId() bool
HasId returns a boolean if a field has been set.
func (*ServiceAccount) HasKind ¶
func (o *ServiceAccount) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*ServiceAccount) HasName ¶
func (o *ServiceAccount) HasName() bool
HasName returns a boolean if a field has been set.
func (*ServiceAccount) HasOwner ¶
func (o *ServiceAccount) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (ServiceAccount) MarshalJSON ¶
func (o ServiceAccount) MarshalJSON() ([]byte, error)
func (*ServiceAccount) SetClientID ¶
func (o *ServiceAccount) SetClientID(v string)
SetClientID gets a reference to the given string and assigns it to the ClientID field.
func (*ServiceAccount) SetClientSecret ¶
func (o *ServiceAccount) SetClientSecret(v string)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*ServiceAccount) SetCreatedAt ¶
func (o *ServiceAccount) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ServiceAccount) SetDescription ¶
func (o *ServiceAccount) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceAccount) SetHref ¶
func (o *ServiceAccount) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ServiceAccount) SetId ¶
func (o *ServiceAccount) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ServiceAccount) SetKind ¶
func (o *ServiceAccount) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ServiceAccount) SetName ¶
func (o *ServiceAccount) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ServiceAccount) SetOwner ¶
func (o *ServiceAccount) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
type ServiceAccountAllOf ¶
type ServiceAccountAllOf struct { // server generated unique id of the service account Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` ClientID *string `json:"clientID,omitempty"` ClientSecret *string `json:"clientSecret,omitempty"` Owner *string `json:"owner,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` }
ServiceAccountAllOf struct for ServiceAccountAllOf
func NewServiceAccountAllOf ¶
func NewServiceAccountAllOf() *ServiceAccountAllOf
NewServiceAccountAllOf instantiates a new ServiceAccountAllOf 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 NewServiceAccountAllOfWithDefaults ¶
func NewServiceAccountAllOfWithDefaults() *ServiceAccountAllOf
NewServiceAccountAllOfWithDefaults instantiates a new ServiceAccountAllOf 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 (*ServiceAccountAllOf) GetClientID ¶
func (o *ServiceAccountAllOf) GetClientID() string
GetClientID returns the ClientID field value if set, zero value otherwise.
func (*ServiceAccountAllOf) GetClientIDOk ¶
func (o *ServiceAccountAllOf) GetClientIDOk() (*string, bool)
GetClientIDOk returns a tuple with the ClientID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountAllOf) GetClientSecret ¶
func (o *ServiceAccountAllOf) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*ServiceAccountAllOf) GetClientSecretOk ¶
func (o *ServiceAccountAllOf) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountAllOf) GetCreatedAt ¶
func (o *ServiceAccountAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ServiceAccountAllOf) GetCreatedAtOk ¶
func (o *ServiceAccountAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountAllOf) GetDescription ¶
func (o *ServiceAccountAllOf) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceAccountAllOf) GetDescriptionOk ¶
func (o *ServiceAccountAllOf) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountAllOf) GetId ¶
func (o *ServiceAccountAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ServiceAccountAllOf) GetIdOk ¶
func (o *ServiceAccountAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountAllOf) GetName ¶
func (o *ServiceAccountAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ServiceAccountAllOf) GetNameOk ¶
func (o *ServiceAccountAllOf) 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 (*ServiceAccountAllOf) GetOwner ¶
func (o *ServiceAccountAllOf) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ServiceAccountAllOf) GetOwnerOk ¶
func (o *ServiceAccountAllOf) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountAllOf) HasClientID ¶
func (o *ServiceAccountAllOf) HasClientID() bool
HasClientID returns a boolean if a field has been set.
func (*ServiceAccountAllOf) HasClientSecret ¶
func (o *ServiceAccountAllOf) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*ServiceAccountAllOf) HasCreatedAt ¶
func (o *ServiceAccountAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ServiceAccountAllOf) HasDescription ¶
func (o *ServiceAccountAllOf) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ServiceAccountAllOf) HasId ¶
func (o *ServiceAccountAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*ServiceAccountAllOf) HasName ¶
func (o *ServiceAccountAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*ServiceAccountAllOf) HasOwner ¶
func (o *ServiceAccountAllOf) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (ServiceAccountAllOf) MarshalJSON ¶
func (o ServiceAccountAllOf) MarshalJSON() ([]byte, error)
func (*ServiceAccountAllOf) SetClientID ¶
func (o *ServiceAccountAllOf) SetClientID(v string)
SetClientID gets a reference to the given string and assigns it to the ClientID field.
func (*ServiceAccountAllOf) SetClientSecret ¶
func (o *ServiceAccountAllOf) SetClientSecret(v string)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*ServiceAccountAllOf) SetCreatedAt ¶
func (o *ServiceAccountAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ServiceAccountAllOf) SetDescription ¶
func (o *ServiceAccountAllOf) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceAccountAllOf) SetId ¶
func (o *ServiceAccountAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ServiceAccountAllOf) SetName ¶
func (o *ServiceAccountAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ServiceAccountAllOf) SetOwner ¶
func (o *ServiceAccountAllOf) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
type ServiceAccountList ¶
type ServiceAccountList struct { Kind string `json:"kind"` Items []ServiceAccountListItem `json:"items"` }
ServiceAccountList struct for ServiceAccountList
func NewServiceAccountList ¶
func NewServiceAccountList(kind string, items []ServiceAccountListItem) *ServiceAccountList
NewServiceAccountList instantiates a new ServiceAccountList 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 NewServiceAccountListWithDefaults ¶
func NewServiceAccountListWithDefaults() *ServiceAccountList
NewServiceAccountListWithDefaults instantiates a new ServiceAccountList 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 (*ServiceAccountList) GetItems ¶
func (o *ServiceAccountList) GetItems() []ServiceAccountListItem
GetItems returns the Items field value
func (*ServiceAccountList) GetItemsOk ¶
func (o *ServiceAccountList) GetItemsOk() (*[]ServiceAccountListItem, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ServiceAccountList) GetKind ¶
func (o *ServiceAccountList) GetKind() string
GetKind returns the Kind field value
func (*ServiceAccountList) GetKindOk ¶
func (o *ServiceAccountList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (ServiceAccountList) MarshalJSON ¶
func (o ServiceAccountList) MarshalJSON() ([]byte, error)
func (*ServiceAccountList) SetItems ¶
func (o *ServiceAccountList) SetItems(v []ServiceAccountListItem)
SetItems sets field value
func (*ServiceAccountList) SetKind ¶
func (o *ServiceAccountList) SetKind(v string)
SetKind sets field value
type ServiceAccountListAllOf ¶
type ServiceAccountListAllOf struct { Kind string `json:"kind"` Items []ServiceAccountListItem `json:"items"` }
ServiceAccountListAllOf struct for ServiceAccountListAllOf
func NewServiceAccountListAllOf ¶
func NewServiceAccountListAllOf(kind string, items []ServiceAccountListItem) *ServiceAccountListAllOf
NewServiceAccountListAllOf instantiates a new ServiceAccountListAllOf 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 NewServiceAccountListAllOfWithDefaults ¶
func NewServiceAccountListAllOfWithDefaults() *ServiceAccountListAllOf
NewServiceAccountListAllOfWithDefaults instantiates a new ServiceAccountListAllOf 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 (*ServiceAccountListAllOf) GetItems ¶
func (o *ServiceAccountListAllOf) GetItems() []ServiceAccountListItem
GetItems returns the Items field value
func (*ServiceAccountListAllOf) GetItemsOk ¶
func (o *ServiceAccountListAllOf) GetItemsOk() (*[]ServiceAccountListItem, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ServiceAccountListAllOf) GetKind ¶
func (o *ServiceAccountListAllOf) GetKind() string
GetKind returns the Kind field value
func (*ServiceAccountListAllOf) GetKindOk ¶
func (o *ServiceAccountListAllOf) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (ServiceAccountListAllOf) MarshalJSON ¶
func (o ServiceAccountListAllOf) MarshalJSON() ([]byte, error)
func (*ServiceAccountListAllOf) SetItems ¶
func (o *ServiceAccountListAllOf) SetItems(v []ServiceAccountListItem)
SetItems sets field value
func (*ServiceAccountListAllOf) SetKind ¶
func (o *ServiceAccountListAllOf) SetKind(v string)
SetKind sets field value
type ServiceAccountListItem ¶
type ServiceAccountListItem struct { // server generated unique id of the service account Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` // client id of the service account ClientID *string `json:"clientID,omitempty"` // name of the service account Name *string `json:"name,omitempty"` // owner of the service account Owner *string `json:"owner,omitempty"` // service account creation timestamp CreatedAt *time.Time `json:"created_at,omitempty"` // description of the service account Description *string `json:"description,omitempty"` }
ServiceAccountListItem struct for ServiceAccountListItem
func NewServiceAccountListItem ¶
func NewServiceAccountListItem() *ServiceAccountListItem
NewServiceAccountListItem instantiates a new ServiceAccountListItem 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 NewServiceAccountListItemWithDefaults ¶
func NewServiceAccountListItemWithDefaults() *ServiceAccountListItem
NewServiceAccountListItemWithDefaults instantiates a new ServiceAccountListItem 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 (*ServiceAccountListItem) GetClientID ¶
func (o *ServiceAccountListItem) GetClientID() string
GetClientID returns the ClientID field value if set, zero value otherwise.
func (*ServiceAccountListItem) GetClientIDOk ¶
func (o *ServiceAccountListItem) GetClientIDOk() (*string, bool)
GetClientIDOk returns a tuple with the ClientID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItem) GetCreatedAt ¶
func (o *ServiceAccountListItem) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ServiceAccountListItem) GetCreatedAtOk ¶
func (o *ServiceAccountListItem) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItem) GetDescription ¶
func (o *ServiceAccountListItem) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceAccountListItem) GetDescriptionOk ¶
func (o *ServiceAccountListItem) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItem) GetHref ¶
func (o *ServiceAccountListItem) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ServiceAccountListItem) GetHrefOk ¶
func (o *ServiceAccountListItem) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItem) GetId ¶
func (o *ServiceAccountListItem) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ServiceAccountListItem) GetIdOk ¶
func (o *ServiceAccountListItem) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItem) GetKind ¶
func (o *ServiceAccountListItem) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ServiceAccountListItem) GetKindOk ¶
func (o *ServiceAccountListItem) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItem) GetName ¶
func (o *ServiceAccountListItem) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ServiceAccountListItem) GetNameOk ¶
func (o *ServiceAccountListItem) 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 (*ServiceAccountListItem) GetOwner ¶
func (o *ServiceAccountListItem) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ServiceAccountListItem) GetOwnerOk ¶
func (o *ServiceAccountListItem) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItem) HasClientID ¶
func (o *ServiceAccountListItem) HasClientID() bool
HasClientID returns a boolean if a field has been set.
func (*ServiceAccountListItem) HasCreatedAt ¶
func (o *ServiceAccountListItem) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ServiceAccountListItem) HasDescription ¶
func (o *ServiceAccountListItem) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ServiceAccountListItem) HasHref ¶
func (o *ServiceAccountListItem) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ServiceAccountListItem) HasId ¶
func (o *ServiceAccountListItem) HasId() bool
HasId returns a boolean if a field has been set.
func (*ServiceAccountListItem) HasKind ¶
func (o *ServiceAccountListItem) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*ServiceAccountListItem) HasName ¶
func (o *ServiceAccountListItem) HasName() bool
HasName returns a boolean if a field has been set.
func (*ServiceAccountListItem) HasOwner ¶
func (o *ServiceAccountListItem) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (ServiceAccountListItem) MarshalJSON ¶
func (o ServiceAccountListItem) MarshalJSON() ([]byte, error)
func (*ServiceAccountListItem) SetClientID ¶
func (o *ServiceAccountListItem) SetClientID(v string)
SetClientID gets a reference to the given string and assigns it to the ClientID field.
func (*ServiceAccountListItem) SetCreatedAt ¶
func (o *ServiceAccountListItem) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ServiceAccountListItem) SetDescription ¶
func (o *ServiceAccountListItem) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceAccountListItem) SetHref ¶
func (o *ServiceAccountListItem) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ServiceAccountListItem) SetId ¶
func (o *ServiceAccountListItem) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ServiceAccountListItem) SetKind ¶
func (o *ServiceAccountListItem) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ServiceAccountListItem) SetName ¶
func (o *ServiceAccountListItem) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ServiceAccountListItem) SetOwner ¶
func (o *ServiceAccountListItem) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
type ServiceAccountListItemAllOf ¶
type ServiceAccountListItemAllOf struct { // server generated unique id of the service account Id *string `json:"id,omitempty"` // client id of the service account ClientID *string `json:"clientID,omitempty"` // name of the service account Name *string `json:"name,omitempty"` // owner of the service account Owner *string `json:"owner,omitempty"` // service account creation timestamp CreatedAt *time.Time `json:"created_at,omitempty"` // description of the service account Description *string `json:"description,omitempty"` }
ServiceAccountListItemAllOf struct for ServiceAccountListItemAllOf
func NewServiceAccountListItemAllOf ¶
func NewServiceAccountListItemAllOf() *ServiceAccountListItemAllOf
NewServiceAccountListItemAllOf instantiates a new ServiceAccountListItemAllOf 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 NewServiceAccountListItemAllOfWithDefaults ¶
func NewServiceAccountListItemAllOfWithDefaults() *ServiceAccountListItemAllOf
NewServiceAccountListItemAllOfWithDefaults instantiates a new ServiceAccountListItemAllOf 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 (*ServiceAccountListItemAllOf) GetClientID ¶
func (o *ServiceAccountListItemAllOf) GetClientID() string
GetClientID returns the ClientID field value if set, zero value otherwise.
func (*ServiceAccountListItemAllOf) GetClientIDOk ¶
func (o *ServiceAccountListItemAllOf) GetClientIDOk() (*string, bool)
GetClientIDOk returns a tuple with the ClientID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItemAllOf) GetCreatedAt ¶
func (o *ServiceAccountListItemAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ServiceAccountListItemAllOf) GetCreatedAtOk ¶
func (o *ServiceAccountListItemAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItemAllOf) GetDescription ¶
func (o *ServiceAccountListItemAllOf) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceAccountListItemAllOf) GetDescriptionOk ¶
func (o *ServiceAccountListItemAllOf) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItemAllOf) GetId ¶
func (o *ServiceAccountListItemAllOf) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ServiceAccountListItemAllOf) GetIdOk ¶
func (o *ServiceAccountListItemAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItemAllOf) GetName ¶
func (o *ServiceAccountListItemAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ServiceAccountListItemAllOf) GetNameOk ¶
func (o *ServiceAccountListItemAllOf) 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 (*ServiceAccountListItemAllOf) GetOwner ¶
func (o *ServiceAccountListItemAllOf) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ServiceAccountListItemAllOf) GetOwnerOk ¶
func (o *ServiceAccountListItemAllOf) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountListItemAllOf) HasClientID ¶
func (o *ServiceAccountListItemAllOf) HasClientID() bool
HasClientID returns a boolean if a field has been set.
func (*ServiceAccountListItemAllOf) HasCreatedAt ¶
func (o *ServiceAccountListItemAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ServiceAccountListItemAllOf) HasDescription ¶
func (o *ServiceAccountListItemAllOf) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ServiceAccountListItemAllOf) HasId ¶
func (o *ServiceAccountListItemAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (*ServiceAccountListItemAllOf) HasName ¶
func (o *ServiceAccountListItemAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*ServiceAccountListItemAllOf) HasOwner ¶
func (o *ServiceAccountListItemAllOf) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (ServiceAccountListItemAllOf) MarshalJSON ¶
func (o ServiceAccountListItemAllOf) MarshalJSON() ([]byte, error)
func (*ServiceAccountListItemAllOf) SetClientID ¶
func (o *ServiceAccountListItemAllOf) SetClientID(v string)
SetClientID gets a reference to the given string and assigns it to the ClientID field.
func (*ServiceAccountListItemAllOf) SetCreatedAt ¶
func (o *ServiceAccountListItemAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ServiceAccountListItemAllOf) SetDescription ¶
func (o *ServiceAccountListItemAllOf) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceAccountListItemAllOf) SetId ¶
func (o *ServiceAccountListItemAllOf) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ServiceAccountListItemAllOf) SetName ¶
func (o *ServiceAccountListItemAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ServiceAccountListItemAllOf) SetOwner ¶
func (o *ServiceAccountListItemAllOf) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
type ServiceAccountRequest ¶
type ServiceAccountRequest struct { // The name of the service account Name string `json:"name"` // A description for the service account Description *string `json:"description,omitempty"` }
ServiceAccountRequest Schema for the request to create a service account
func NewServiceAccountRequest ¶
func NewServiceAccountRequest(name string) *ServiceAccountRequest
NewServiceAccountRequest instantiates a new ServiceAccountRequest 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 NewServiceAccountRequestWithDefaults ¶
func NewServiceAccountRequestWithDefaults() *ServiceAccountRequest
NewServiceAccountRequestWithDefaults instantiates a new ServiceAccountRequest 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 (*ServiceAccountRequest) GetDescription ¶
func (o *ServiceAccountRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceAccountRequest) GetDescriptionOk ¶
func (o *ServiceAccountRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountRequest) GetName ¶
func (o *ServiceAccountRequest) GetName() string
GetName returns the Name field value
func (*ServiceAccountRequest) GetNameOk ¶
func (o *ServiceAccountRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ServiceAccountRequest) HasDescription ¶
func (o *ServiceAccountRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ServiceAccountRequest) MarshalJSON ¶
func (o ServiceAccountRequest) MarshalJSON() ([]byte, error)
func (*ServiceAccountRequest) SetDescription ¶
func (o *ServiceAccountRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceAccountRequest) SetName ¶
func (o *ServiceAccountRequest) SetName(v string)
SetName sets field value
type ServiceStatus ¶
type ServiceStatus struct {
Kafkas *ServiceStatusKafkas `json:"kafkas,omitempty"`
}
ServiceStatus Schema for the service status response body
func NewServiceStatus ¶
func NewServiceStatus() *ServiceStatus
NewServiceStatus instantiates a new ServiceStatus 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 NewServiceStatusWithDefaults ¶
func NewServiceStatusWithDefaults() *ServiceStatus
NewServiceStatusWithDefaults instantiates a new ServiceStatus 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 (*ServiceStatus) GetKafkas ¶
func (o *ServiceStatus) GetKafkas() ServiceStatusKafkas
GetKafkas returns the Kafkas field value if set, zero value otherwise.
func (*ServiceStatus) GetKafkasOk ¶
func (o *ServiceStatus) GetKafkasOk() (*ServiceStatusKafkas, bool)
GetKafkasOk returns a tuple with the Kafkas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceStatus) HasKafkas ¶
func (o *ServiceStatus) HasKafkas() bool
HasKafkas returns a boolean if a field has been set.
func (ServiceStatus) MarshalJSON ¶
func (o ServiceStatus) MarshalJSON() ([]byte, error)
func (*ServiceStatus) SetKafkas ¶
func (o *ServiceStatus) SetKafkas(v ServiceStatusKafkas)
SetKafkas gets a reference to the given ServiceStatusKafkas and assigns it to the Kafkas field.
type ServiceStatusKafkas ¶
type ServiceStatusKafkas struct { // Indicates whether we have reached kafka maximum capacity MaxCapacityReached bool `json:"max_capacity_reached"` }
ServiceStatusKafkas The kafka resource api status
func NewServiceStatusKafkas ¶
func NewServiceStatusKafkas(maxCapacityReached bool) *ServiceStatusKafkas
NewServiceStatusKafkas instantiates a new ServiceStatusKafkas 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 NewServiceStatusKafkasWithDefaults ¶
func NewServiceStatusKafkasWithDefaults() *ServiceStatusKafkas
NewServiceStatusKafkasWithDefaults instantiates a new ServiceStatusKafkas 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 (*ServiceStatusKafkas) GetMaxCapacityReached ¶
func (o *ServiceStatusKafkas) GetMaxCapacityReached() bool
GetMaxCapacityReached returns the MaxCapacityReached field value
func (*ServiceStatusKafkas) GetMaxCapacityReachedOk ¶
func (o *ServiceStatusKafkas) GetMaxCapacityReachedOk() (*bool, bool)
GetMaxCapacityReachedOk returns a tuple with the MaxCapacityReached field value and a boolean to check if the value has been set.
func (ServiceStatusKafkas) MarshalJSON ¶
func (o ServiceStatusKafkas) MarshalJSON() ([]byte, error)
func (*ServiceStatusKafkas) SetMaxCapacityReached ¶
func (o *ServiceStatusKafkas) SetMaxCapacityReached(v bool)
SetMaxCapacityReached sets field value
type Values ¶
Values struct for Values
func NewValues ¶
NewValues instantiates a new Values 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 NewValuesWithDefaults ¶
func NewValuesWithDefaults() *Values
NewValuesWithDefaults instantiates a new Values 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 (*Values) GetTimestamp ¶
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*Values) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Values) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*Values) HasTimestamp ¶
HasTimestamp returns a boolean if a field has been set.
func (Values) MarshalJSON ¶
func (*Values) SetTimestamp ¶
SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.
type VersionMetadata ¶
type VersionMetadata struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Collections *[]ObjectReference `json:"collections,omitempty"` }
VersionMetadata struct for VersionMetadata
func NewVersionMetadata ¶
func NewVersionMetadata() *VersionMetadata
NewVersionMetadata instantiates a new VersionMetadata 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 NewVersionMetadataWithDefaults ¶
func NewVersionMetadataWithDefaults() *VersionMetadata
NewVersionMetadataWithDefaults instantiates a new VersionMetadata 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 (*VersionMetadata) GetCollections ¶
func (o *VersionMetadata) GetCollections() []ObjectReference
GetCollections returns the Collections field value if set, zero value otherwise.
func (*VersionMetadata) GetCollectionsOk ¶
func (o *VersionMetadata) GetCollectionsOk() (*[]ObjectReference, bool)
GetCollectionsOk returns a tuple with the Collections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VersionMetadata) GetHref ¶
func (o *VersionMetadata) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*VersionMetadata) GetHrefOk ¶
func (o *VersionMetadata) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VersionMetadata) GetId ¶
func (o *VersionMetadata) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VersionMetadata) GetIdOk ¶
func (o *VersionMetadata) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VersionMetadata) GetKind ¶
func (o *VersionMetadata) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*VersionMetadata) GetKindOk ¶
func (o *VersionMetadata) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VersionMetadata) HasCollections ¶
func (o *VersionMetadata) HasCollections() bool
HasCollections returns a boolean if a field has been set.
func (*VersionMetadata) HasHref ¶
func (o *VersionMetadata) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*VersionMetadata) HasId ¶
func (o *VersionMetadata) HasId() bool
HasId returns a boolean if a field has been set.
func (*VersionMetadata) HasKind ¶
func (o *VersionMetadata) HasKind() bool
HasKind returns a boolean if a field has been set.
func (VersionMetadata) MarshalJSON ¶
func (o VersionMetadata) MarshalJSON() ([]byte, error)
func (*VersionMetadata) SetCollections ¶
func (o *VersionMetadata) SetCollections(v []ObjectReference)
SetCollections gets a reference to the given []ObjectReference and assigns it to the Collections field.
func (*VersionMetadata) SetHref ¶
func (o *VersionMetadata) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*VersionMetadata) SetId ¶
func (o *VersionMetadata) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VersionMetadata) SetKind ¶
func (o *VersionMetadata) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type VersionMetadataAllOf ¶
type VersionMetadataAllOf struct {
Collections *[]ObjectReference `json:"collections,omitempty"`
}
VersionMetadataAllOf struct for VersionMetadataAllOf
func NewVersionMetadataAllOf ¶
func NewVersionMetadataAllOf() *VersionMetadataAllOf
NewVersionMetadataAllOf instantiates a new VersionMetadataAllOf 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 NewVersionMetadataAllOfWithDefaults ¶
func NewVersionMetadataAllOfWithDefaults() *VersionMetadataAllOf
NewVersionMetadataAllOfWithDefaults instantiates a new VersionMetadataAllOf 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 (*VersionMetadataAllOf) GetCollections ¶
func (o *VersionMetadataAllOf) GetCollections() []ObjectReference
GetCollections returns the Collections field value if set, zero value otherwise.
func (*VersionMetadataAllOf) GetCollectionsOk ¶
func (o *VersionMetadataAllOf) GetCollectionsOk() (*[]ObjectReference, bool)
GetCollectionsOk returns a tuple with the Collections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VersionMetadataAllOf) HasCollections ¶
func (o *VersionMetadataAllOf) HasCollections() bool
HasCollections returns a boolean if a field has been set.
func (VersionMetadataAllOf) MarshalJSON ¶
func (o VersionMetadataAllOf) MarshalJSON() ([]byte, error)
func (*VersionMetadataAllOf) SetCollections ¶
func (o *VersionMetadataAllOf) SetCollections(v []ObjectReference)
SetCollections gets a reference to the given []ObjectReference and assigns it to the Collections field.
Source Files ¶
- api_default.go
- client.go
- configuration.go
- default_api_mock.go
- model_cloud_provider.go
- model_cloud_provider_list.go
- model_cloud_provider_list_all_of.go
- model_cloud_region.go
- model_cloud_region_list.go
- model_cloud_region_list_all_of.go
- model_connector.go
- model_connector_all_of.go
- model_connector_all_of_deployment_location.go
- model_connector_all_of_metadata.go
- model_connector_list.go
- model_connector_list_all_of.go
- model_connector_type.go
- model_connector_type_all_of.go
- model_connector_type_list.go
- model_connector_type_list_all_of.go
- model_data_plane_cluster_update_status_request.go
- model_data_plane_cluster_update_status_request_conditions.go
- model_data_plane_cluster_update_status_request_node_info.go
- model_data_plane_cluster_update_status_request_resize_info.go
- model_data_plane_cluster_update_status_request_resize_info_delta.go
- model_data_plane_cluster_update_status_request_total.go
- model_error.go
- model_error_all_of.go
- model_error_list.go
- model_error_list_all_of.go
- model_instant_query.go
- model_kafka_request.go
- model_kafka_request_all_of.go
- model_kafka_request_list.go
- model_kafka_request_list_all_of.go
- model_kafka_request_payload.go
- model_list.go
- model_metric.go
- model_metrics_instant_query_list.go
- model_metrics_instant_query_list_all_of.go
- model_metrics_list.go
- model_metrics_list_all_of.go
- model_metrics_range_query_list.go
- model_metrics_range_query_list_all_of.go
- model_object_reference.go
- model_range_query.go
- model_service_account.go
- model_service_account_all_of.go
- model_service_account_list.go
- model_service_account_list_all_of.go
- model_service_account_list_item.go
- model_service_account_list_item_all_of.go
- model_service_account_request.go
- model_service_status.go
- model_service_status_kafkas.go
- model_values.go
- model_version_metadata.go
- model_version_metadata_all_of.go
- response.go
- utils.go