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 ApiDeleteEnterpriseClusterByIdRequest
- type ApiDeleteKafkaByIdRequest
- type ApiDeleteServiceAccountByIdRequest
- type ApiFederateMetricsRequest
- type ApiGetCloudProviderRegionsRequest
- type ApiGetCloudProvidersRequest
- type ApiGetEnterpriseClusterByIdRequest
- type ApiGetEnterpriseClusterWithAddonParametersRequest
- type ApiGetEnterpriseOsdClustersRequest
- type ApiGetErrorByIdRequest
- type ApiGetErrorsRequest
- type ApiGetInstanceTypesByCloudProviderAndRegionRequest
- type ApiGetKafkaByIdRequest
- type ApiGetKafkasRequest
- func (r ApiGetKafkasRequest) Execute() (KafkaRequestList, *_nethttp.Response, error)
- func (r ApiGetKafkasRequest) OrderBy(orderBy string) ApiGetKafkasRequest
- func (r ApiGetKafkasRequest) Page(page string) ApiGetKafkasRequest
- func (r ApiGetKafkasRequest) Search(search string) ApiGetKafkasRequest
- func (r ApiGetKafkasRequest) Size(size string) ApiGetKafkasRequest
- 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 ApiGetServiceAccountsRequest
- type ApiGetSsoProvidersRequest
- type ApiGetVersionMetadataRequest
- type ApiPromoteKafkaRequest
- type ApiRegisterEnterpriseOsdClusterRequest
- type ApiResetServiceAccountCredsRequest
- type ApiUpdateKafkaByIdRequest
- 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
- type CloudRegion
- func (o *CloudRegion) GetCapacity() []RegionCapacityListItem
- func (o *CloudRegion) GetCapacityOk() (*[]RegionCapacityListItem, bool)
- 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) SetCapacity(v []RegionCapacityListItem)
- 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 DefaultApi
- type DefaultApiService
- func (a *DefaultApiService) CreateKafka(ctx _context.Context) ApiCreateKafkaRequest
- func (a *DefaultApiService) CreateKafkaExecute(r ApiCreateKafkaRequest) (KafkaRequest, *_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) FederateMetrics(ctx _context.Context, id string) ApiFederateMetricsRequest
- func (a *DefaultApiService) FederateMetricsExecute(r ApiFederateMetricsRequest) (string, *_nethttp.Response, error)
- func (a *DefaultApiService) GetCloudProviderRegions(ctx _context.Context, id string) ApiGetCloudProviderRegionsRequest
- func (a *DefaultApiService) GetCloudProviderRegionsExecute(r ApiGetCloudProviderRegionsRequest) (CloudRegionList, *_nethttp.Response, error)
- func (a *DefaultApiService) GetCloudProviders(ctx _context.Context) ApiGetCloudProvidersRequest
- func (a *DefaultApiService) GetCloudProvidersExecute(r ApiGetCloudProvidersRequest) (CloudProviderList, *_nethttp.Response, error)
- func (a *DefaultApiService) GetInstanceTypesByCloudProviderAndRegion(ctx _context.Context, cloudProvider string, cloudRegion string) ApiGetInstanceTypesByCloudProviderAndRegionRequest
- func (a *DefaultApiService) GetInstanceTypesByCloudProviderAndRegionExecute(r ApiGetInstanceTypesByCloudProviderAndRegionRequest) (SupportedKafkaInstanceTypesList, *_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) GetKafkas(ctx _context.Context) ApiGetKafkasRequest
- func (a *DefaultApiService) GetKafkasExecute(r ApiGetKafkasRequest) (KafkaRequestList, *_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) GetVersionMetadata(ctx _context.Context) ApiGetVersionMetadataRequest
- func (a *DefaultApiService) GetVersionMetadataExecute(r ApiGetVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error)
- func (a *DefaultApiService) PromoteKafka(ctx _context.Context, id string) ApiPromoteKafkaRequest
- func (a *DefaultApiService) PromoteKafkaExecute(r ApiPromoteKafkaRequest) (*_nethttp.Response, error)
- func (a *DefaultApiService) UpdateKafkaById(ctx _context.Context, id string) ApiUpdateKafkaByIdRequest
- func (a *DefaultApiService) UpdateKafkaByIdExecute(r ApiUpdateKafkaByIdRequest) (KafkaRequest, *_nethttp.Response, error)
- type EnterpriseCluster
- func (o *EnterpriseCluster) GetAccessKafkasViaPrivateNetwork() bool
- func (o *EnterpriseCluster) GetAccessKafkasViaPrivateNetworkOk() (*bool, bool)
- func (o *EnterpriseCluster) GetCapacityInformation() EnterpriseClusterAllOfCapacityInformation
- func (o *EnterpriseCluster) GetCapacityInformationOk() (*EnterpriseClusterAllOfCapacityInformation, bool)
- func (o *EnterpriseCluster) GetCloudProvider() string
- func (o *EnterpriseCluster) GetCloudProviderOk() (*string, bool)
- func (o *EnterpriseCluster) GetClusterId() string
- func (o *EnterpriseCluster) GetClusterIdOk() (*string, bool)
- func (o *EnterpriseCluster) GetHref() string
- func (o *EnterpriseCluster) GetHrefOk() (*string, bool)
- func (o *EnterpriseCluster) GetId() string
- func (o *EnterpriseCluster) GetIdOk() (*string, bool)
- func (o *EnterpriseCluster) GetKind() string
- func (o *EnterpriseCluster) GetKindOk() (*string, bool)
- func (o *EnterpriseCluster) GetMultiAz() bool
- func (o *EnterpriseCluster) GetMultiAzOk() (*bool, bool)
- func (o *EnterpriseCluster) GetRegion() string
- func (o *EnterpriseCluster) GetRegionOk() (*string, bool)
- func (o *EnterpriseCluster) GetStatus() string
- func (o *EnterpriseCluster) GetStatusOk() (*string, bool)
- func (o *EnterpriseCluster) GetSupportedInstanceTypes() SupportedKafkaInstanceTypesList
- func (o *EnterpriseCluster) GetSupportedInstanceTypesOk() (*SupportedKafkaInstanceTypesList, bool)
- func (o *EnterpriseCluster) HasCapacityInformation() bool
- func (o *EnterpriseCluster) HasCloudProvider() bool
- func (o *EnterpriseCluster) HasClusterId() bool
- func (o *EnterpriseCluster) HasRegion() bool
- func (o *EnterpriseCluster) HasStatus() bool
- func (o *EnterpriseCluster) HasSupportedInstanceTypes() bool
- func (o EnterpriseCluster) MarshalJSON() ([]byte, error)
- func (o *EnterpriseCluster) SetAccessKafkasViaPrivateNetwork(v bool)
- func (o *EnterpriseCluster) SetCapacityInformation(v EnterpriseClusterAllOfCapacityInformation)
- func (o *EnterpriseCluster) SetCloudProvider(v string)
- func (o *EnterpriseCluster) SetClusterId(v string)
- func (o *EnterpriseCluster) SetHref(v string)
- func (o *EnterpriseCluster) SetId(v string)
- func (o *EnterpriseCluster) SetKind(v string)
- func (o *EnterpriseCluster) SetMultiAz(v bool)
- func (o *EnterpriseCluster) SetRegion(v string)
- func (o *EnterpriseCluster) SetStatus(v string)
- func (o *EnterpriseCluster) SetSupportedInstanceTypes(v SupportedKafkaInstanceTypesList)
- type EnterpriseClusterAllOf
- func (o *EnterpriseClusterAllOf) GetCapacityInformation() EnterpriseClusterAllOfCapacityInformation
- func (o *EnterpriseClusterAllOf) GetCapacityInformationOk() (*EnterpriseClusterAllOfCapacityInformation, bool)
- func (o *EnterpriseClusterAllOf) GetSupportedInstanceTypes() SupportedKafkaInstanceTypesList
- func (o *EnterpriseClusterAllOf) GetSupportedInstanceTypesOk() (*SupportedKafkaInstanceTypesList, bool)
- func (o *EnterpriseClusterAllOf) HasCapacityInformation() bool
- func (o *EnterpriseClusterAllOf) HasSupportedInstanceTypes() bool
- func (o EnterpriseClusterAllOf) MarshalJSON() ([]byte, error)
- func (o *EnterpriseClusterAllOf) SetCapacityInformation(v EnterpriseClusterAllOfCapacityInformation)
- func (o *EnterpriseClusterAllOf) SetSupportedInstanceTypes(v SupportedKafkaInstanceTypesList)
- type EnterpriseClusterAllOfCapacityInformation
- func (o *EnterpriseClusterAllOfCapacityInformation) GetConsumedKafkaStreamingUnits() int32
- func (o *EnterpriseClusterAllOfCapacityInformation) GetConsumedKafkaStreamingUnitsOk() (*int32, bool)
- func (o *EnterpriseClusterAllOfCapacityInformation) GetKafkaMachinePoolNodeCount() int32
- func (o *EnterpriseClusterAllOfCapacityInformation) GetKafkaMachinePoolNodeCountOk() (*int32, bool)
- func (o *EnterpriseClusterAllOfCapacityInformation) GetMaximumKafkaStreamingUnits() int32
- func (o *EnterpriseClusterAllOfCapacityInformation) GetMaximumKafkaStreamingUnitsOk() (*int32, bool)
- func (o *EnterpriseClusterAllOfCapacityInformation) GetRemainingKafkaStreamingUnits() int32
- func (o *EnterpriseClusterAllOfCapacityInformation) GetRemainingKafkaStreamingUnitsOk() (*int32, bool)
- func (o EnterpriseClusterAllOfCapacityInformation) MarshalJSON() ([]byte, error)
- func (o *EnterpriseClusterAllOfCapacityInformation) SetConsumedKafkaStreamingUnits(v int32)
- func (o *EnterpriseClusterAllOfCapacityInformation) SetKafkaMachinePoolNodeCount(v int32)
- func (o *EnterpriseClusterAllOfCapacityInformation) SetMaximumKafkaStreamingUnits(v int32)
- func (o *EnterpriseClusterAllOfCapacityInformation) SetRemainingKafkaStreamingUnits(v int32)
- type EnterpriseClusterList
- func (o *EnterpriseClusterList) GetItems() []EnterpriseClusterListItem
- func (o *EnterpriseClusterList) GetItemsOk() (*[]EnterpriseClusterListItem, bool)
- func (o *EnterpriseClusterList) GetKind() string
- func (o *EnterpriseClusterList) GetKindOk() (*string, bool)
- func (o *EnterpriseClusterList) GetPage() int32
- func (o *EnterpriseClusterList) GetPageOk() (*int32, bool)
- func (o *EnterpriseClusterList) GetSize() int32
- func (o *EnterpriseClusterList) GetSizeOk() (*int32, bool)
- func (o *EnterpriseClusterList) GetTotal() int32
- func (o *EnterpriseClusterList) GetTotalOk() (*int32, bool)
- func (o EnterpriseClusterList) MarshalJSON() ([]byte, error)
- func (o *EnterpriseClusterList) SetItems(v []EnterpriseClusterListItem)
- func (o *EnterpriseClusterList) SetKind(v string)
- func (o *EnterpriseClusterList) SetPage(v int32)
- func (o *EnterpriseClusterList) SetSize(v int32)
- func (o *EnterpriseClusterList) SetTotal(v int32)
- type EnterpriseClusterListAllOf
- func (o *EnterpriseClusterListAllOf) GetItems() []EnterpriseClusterListItem
- func (o *EnterpriseClusterListAllOf) GetItemsOk() (*[]EnterpriseClusterListItem, bool)
- func (o EnterpriseClusterListAllOf) MarshalJSON() ([]byte, error)
- func (o *EnterpriseClusterListAllOf) SetItems(v []EnterpriseClusterListItem)
- type EnterpriseClusterListItem
- func (o *EnterpriseClusterListItem) GetAccessKafkasViaPrivateNetwork() bool
- func (o *EnterpriseClusterListItem) GetAccessKafkasViaPrivateNetworkOk() (*bool, bool)
- func (o *EnterpriseClusterListItem) GetCloudProvider() string
- func (o *EnterpriseClusterListItem) GetCloudProviderOk() (*string, bool)
- func (o *EnterpriseClusterListItem) GetClusterId() string
- func (o *EnterpriseClusterListItem) GetClusterIdOk() (*string, bool)
- func (o *EnterpriseClusterListItem) GetHref() string
- func (o *EnterpriseClusterListItem) GetHrefOk() (*string, bool)
- func (o *EnterpriseClusterListItem) GetId() string
- func (o *EnterpriseClusterListItem) GetIdOk() (*string, bool)
- func (o *EnterpriseClusterListItem) GetKind() string
- func (o *EnterpriseClusterListItem) GetKindOk() (*string, bool)
- func (o *EnterpriseClusterListItem) GetMultiAz() bool
- func (o *EnterpriseClusterListItem) GetMultiAzOk() (*bool, bool)
- func (o *EnterpriseClusterListItem) GetRegion() string
- func (o *EnterpriseClusterListItem) GetRegionOk() (*string, bool)
- func (o *EnterpriseClusterListItem) GetStatus() string
- func (o *EnterpriseClusterListItem) GetStatusOk() (*string, bool)
- func (o *EnterpriseClusterListItem) HasCloudProvider() bool
- func (o *EnterpriseClusterListItem) HasClusterId() bool
- func (o *EnterpriseClusterListItem) HasRegion() bool
- func (o *EnterpriseClusterListItem) HasStatus() bool
- func (o EnterpriseClusterListItem) MarshalJSON() ([]byte, error)
- func (o *EnterpriseClusterListItem) SetAccessKafkasViaPrivateNetwork(v bool)
- func (o *EnterpriseClusterListItem) SetCloudProvider(v string)
- func (o *EnterpriseClusterListItem) SetClusterId(v string)
- func (o *EnterpriseClusterListItem) SetHref(v string)
- func (o *EnterpriseClusterListItem) SetId(v string)
- func (o *EnterpriseClusterListItem) SetKind(v string)
- func (o *EnterpriseClusterListItem) SetMultiAz(v bool)
- func (o *EnterpriseClusterListItem) SetRegion(v string)
- func (o *EnterpriseClusterListItem) SetStatus(v string)
- type EnterpriseClusterListItemAllOf
- func (o *EnterpriseClusterListItemAllOf) GetAccessKafkasViaPrivateNetwork() bool
- func (o *EnterpriseClusterListItemAllOf) GetAccessKafkasViaPrivateNetworkOk() (*bool, bool)
- func (o *EnterpriseClusterListItemAllOf) GetCloudProvider() string
- func (o *EnterpriseClusterListItemAllOf) GetCloudProviderOk() (*string, bool)
- func (o *EnterpriseClusterListItemAllOf) GetClusterId() string
- func (o *EnterpriseClusterListItemAllOf) GetClusterIdOk() (*string, bool)
- func (o *EnterpriseClusterListItemAllOf) GetMultiAz() bool
- func (o *EnterpriseClusterListItemAllOf) GetMultiAzOk() (*bool, bool)
- func (o *EnterpriseClusterListItemAllOf) GetRegion() string
- func (o *EnterpriseClusterListItemAllOf) GetRegionOk() (*string, bool)
- func (o *EnterpriseClusterListItemAllOf) GetStatus() string
- func (o *EnterpriseClusterListItemAllOf) GetStatusOk() (*string, bool)
- func (o *EnterpriseClusterListItemAllOf) HasCloudProvider() bool
- func (o *EnterpriseClusterListItemAllOf) HasClusterId() bool
- func (o *EnterpriseClusterListItemAllOf) HasRegion() bool
- func (o *EnterpriseClusterListItemAllOf) HasStatus() bool
- func (o EnterpriseClusterListItemAllOf) MarshalJSON() ([]byte, error)
- func (o *EnterpriseClusterListItemAllOf) SetAccessKafkasViaPrivateNetwork(v bool)
- func (o *EnterpriseClusterListItemAllOf) SetCloudProvider(v string)
- func (o *EnterpriseClusterListItemAllOf) SetClusterId(v string)
- func (o *EnterpriseClusterListItemAllOf) SetMultiAz(v bool)
- func (o *EnterpriseClusterListItemAllOf) SetRegion(v string)
- func (o *EnterpriseClusterListItemAllOf) SetStatus(v string)
- type EnterpriseClusterWithAddonParameters
- func (o *EnterpriseClusterWithAddonParameters) GetAccessKafkasViaPrivateNetwork() bool
- func (o *EnterpriseClusterWithAddonParameters) GetAccessKafkasViaPrivateNetworkOk() (*bool, bool)
- func (o *EnterpriseClusterWithAddonParameters) GetCloudProvider() string
- func (o *EnterpriseClusterWithAddonParameters) GetCloudProviderOk() (*string, bool)
- func (o *EnterpriseClusterWithAddonParameters) GetClusterId() string
- func (o *EnterpriseClusterWithAddonParameters) GetClusterIdOk() (*string, bool)
- func (o *EnterpriseClusterWithAddonParameters) GetFleetshardParameters() []FleetshardParameter
- func (o *EnterpriseClusterWithAddonParameters) GetFleetshardParametersOk() (*[]FleetshardParameter, bool)
- func (o *EnterpriseClusterWithAddonParameters) GetHref() string
- func (o *EnterpriseClusterWithAddonParameters) GetHrefOk() (*string, bool)
- func (o *EnterpriseClusterWithAddonParameters) GetId() string
- func (o *EnterpriseClusterWithAddonParameters) GetIdOk() (*string, bool)
- func (o *EnterpriseClusterWithAddonParameters) GetKind() string
- func (o *EnterpriseClusterWithAddonParameters) GetKindOk() (*string, bool)
- func (o *EnterpriseClusterWithAddonParameters) GetMultiAz() bool
- func (o *EnterpriseClusterWithAddonParameters) GetMultiAzOk() (*bool, bool)
- func (o *EnterpriseClusterWithAddonParameters) GetRegion() string
- func (o *EnterpriseClusterWithAddonParameters) GetRegionOk() (*string, bool)
- func (o *EnterpriseClusterWithAddonParameters) GetStatus() string
- func (o *EnterpriseClusterWithAddonParameters) GetStatusOk() (*string, bool)
- func (o *EnterpriseClusterWithAddonParameters) HasCloudProvider() bool
- func (o *EnterpriseClusterWithAddonParameters) HasClusterId() bool
- func (o *EnterpriseClusterWithAddonParameters) HasFleetshardParameters() bool
- func (o *EnterpriseClusterWithAddonParameters) HasRegion() bool
- func (o *EnterpriseClusterWithAddonParameters) HasStatus() bool
- func (o EnterpriseClusterWithAddonParameters) MarshalJSON() ([]byte, error)
- func (o *EnterpriseClusterWithAddonParameters) SetAccessKafkasViaPrivateNetwork(v bool)
- func (o *EnterpriseClusterWithAddonParameters) SetCloudProvider(v string)
- func (o *EnterpriseClusterWithAddonParameters) SetClusterId(v string)
- func (o *EnterpriseClusterWithAddonParameters) SetFleetshardParameters(v []FleetshardParameter)
- func (o *EnterpriseClusterWithAddonParameters) SetHref(v string)
- func (o *EnterpriseClusterWithAddonParameters) SetId(v string)
- func (o *EnterpriseClusterWithAddonParameters) SetKind(v string)
- func (o *EnterpriseClusterWithAddonParameters) SetMultiAz(v bool)
- func (o *EnterpriseClusterWithAddonParameters) SetRegion(v string)
- func (o *EnterpriseClusterWithAddonParameters) SetStatus(v string)
- type EnterpriseClusterWithAddonParametersAllOf
- func (o *EnterpriseClusterWithAddonParametersAllOf) GetFleetshardParameters() []FleetshardParameter
- func (o *EnterpriseClusterWithAddonParametersAllOf) GetFleetshardParametersOk() (*[]FleetshardParameter, bool)
- func (o *EnterpriseClusterWithAddonParametersAllOf) HasFleetshardParameters() bool
- func (o EnterpriseClusterWithAddonParametersAllOf) MarshalJSON() ([]byte, error)
- func (o *EnterpriseClusterWithAddonParametersAllOf) SetFleetshardParameters(v []FleetshardParameter)
- type EnterpriseDataplaneClustersApi
- type EnterpriseDataplaneClustersApiService
- func (a *EnterpriseDataplaneClustersApiService) DeleteEnterpriseClusterById(ctx _context.Context, id string) ApiDeleteEnterpriseClusterByIdRequest
- func (a *EnterpriseDataplaneClustersApiService) DeleteEnterpriseClusterByIdExecute(r ApiDeleteEnterpriseClusterByIdRequest) (Error, *_nethttp.Response, error)
- func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseClusterById(ctx _context.Context, id string) ApiGetEnterpriseClusterByIdRequest
- func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseClusterByIdExecute(r ApiGetEnterpriseClusterByIdRequest) (EnterpriseCluster, *_nethttp.Response, error)
- func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseClusterWithAddonParameters(ctx _context.Context, id string) ApiGetEnterpriseClusterWithAddonParametersRequest
- func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseClusterWithAddonParametersExecute(r ApiGetEnterpriseClusterWithAddonParametersRequest) (EnterpriseClusterWithAddonParameters, *_nethttp.Response, error)
- func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseOsdClusters(ctx _context.Context) ApiGetEnterpriseOsdClustersRequest
- func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseOsdClustersExecute(r ApiGetEnterpriseOsdClustersRequest) (EnterpriseClusterList, *_nethttp.Response, error)
- func (a *EnterpriseDataplaneClustersApiService) RegisterEnterpriseOsdCluster(ctx _context.Context) ApiRegisterEnterpriseOsdClusterRequest
- func (a *EnterpriseDataplaneClustersApiService) RegisterEnterpriseOsdClusterExecute(r ApiRegisterEnterpriseOsdClusterRequest) (EnterpriseClusterWithAddonParameters, *_nethttp.Response, error)
- type EnterpriseOsdClusterPayload
- func (o *EnterpriseOsdClusterPayload) GetAccessKafkasViaPrivateNetwork() bool
- func (o *EnterpriseOsdClusterPayload) GetAccessKafkasViaPrivateNetworkOk() (*bool, bool)
- func (o *EnterpriseOsdClusterPayload) GetClusterId() string
- func (o *EnterpriseOsdClusterPayload) GetClusterIdOk() (*string, bool)
- func (o *EnterpriseOsdClusterPayload) GetClusterIngressDnsName() string
- func (o *EnterpriseOsdClusterPayload) GetClusterIngressDnsNameOk() (*string, bool)
- func (o *EnterpriseOsdClusterPayload) GetKafkaMachinePoolNodeCount() int32
- func (o *EnterpriseOsdClusterPayload) GetKafkaMachinePoolNodeCountOk() (*int32, bool)
- func (o EnterpriseOsdClusterPayload) MarshalJSON() ([]byte, error)
- func (o *EnterpriseOsdClusterPayload) SetAccessKafkasViaPrivateNetwork(v bool)
- func (o *EnterpriseOsdClusterPayload) SetClusterId(v string)
- func (o *EnterpriseOsdClusterPayload) SetClusterIngressDnsName(v string)
- func (o *EnterpriseOsdClusterPayload) SetKafkaMachinePoolNodeCount(v int32)
- 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) HasOperationId() 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 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 ErrorsApi
- type ErrorsApiService
- func (a *ErrorsApiService) GetErrorById(ctx _context.Context, id string) ApiGetErrorByIdRequest
- func (a *ErrorsApiService) GetErrorByIdExecute(r ApiGetErrorByIdRequest) (Error, *_nethttp.Response, error)
- func (a *ErrorsApiService) GetErrors(ctx _context.Context) ApiGetErrorsRequest
- func (a *ErrorsApiService) GetErrorsExecute(r ApiGetErrorsRequest) (ErrorList, *_nethttp.Response, error)
- type FleetshardParameter
- func (o *FleetshardParameter) GetId() string
- func (o *FleetshardParameter) GetIdOk() (*string, bool)
- func (o *FleetshardParameter) GetValue() string
- func (o *FleetshardParameter) GetValueOk() (*string, bool)
- func (o *FleetshardParameter) HasId() bool
- func (o *FleetshardParameter) HasValue() bool
- func (o FleetshardParameter) MarshalJSON() ([]byte, error)
- func (o *FleetshardParameter) SetId(v string)
- func (o *FleetshardParameter) SetValue(v string)
- 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 KafkaPromoteRequest
- func (o *KafkaPromoteRequest) GetDesiredBillingCloudAccountId() string
- func (o *KafkaPromoteRequest) GetDesiredBillingCloudAccountIdOk() (*string, bool)
- func (o *KafkaPromoteRequest) GetDesiredKafkaBillingModel() string
- func (o *KafkaPromoteRequest) GetDesiredKafkaBillingModelOk() (*string, bool)
- func (o *KafkaPromoteRequest) GetDesiredMarketplace() string
- func (o *KafkaPromoteRequest) GetDesiredMarketplaceOk() (*string, bool)
- func (o *KafkaPromoteRequest) HasDesiredBillingCloudAccountId() bool
- func (o *KafkaPromoteRequest) HasDesiredMarketplace() bool
- func (o KafkaPromoteRequest) MarshalJSON() ([]byte, error)
- func (o *KafkaPromoteRequest) SetDesiredBillingCloudAccountId(v string)
- func (o *KafkaPromoteRequest) SetDesiredKafkaBillingModel(v string)
- func (o *KafkaPromoteRequest) SetDesiredMarketplace(v string)
- type KafkaRequest
- func (o *KafkaRequest) GetAdminApiServerUrl() string
- func (o *KafkaRequest) GetAdminApiServerUrlOk() (*string, bool)
- func (o *KafkaRequest) GetBillingCloudAccountId() string
- func (o *KafkaRequest) GetBillingCloudAccountIdOk() (*string, bool)
- func (o *KafkaRequest) GetBillingModel() string
- func (o *KafkaRequest) GetBillingModelOk() (*string, bool)
- func (o *KafkaRequest) GetBootstrapServerHost() string
- func (o *KafkaRequest) GetBootstrapServerHostOk() (*string, bool)
- func (o *KafkaRequest) GetBrowserUrl() string
- func (o *KafkaRequest) GetBrowserUrlOk() (*string, bool)
- func (o *KafkaRequest) GetCloudProvider() string
- func (o *KafkaRequest) GetCloudProviderOk() (*string, bool)
- func (o *KafkaRequest) GetClusterId() string
- func (o *KafkaRequest) GetClusterIdOk() (*string, bool)
- func (o *KafkaRequest) GetCreatedAt() time.Time
- func (o *KafkaRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *KafkaRequest) GetEgressThroughputPerSec() string
- func (o *KafkaRequest) GetEgressThroughputPerSecOk() (*string, bool)
- func (o *KafkaRequest) GetExpiresAt() time.Time
- func (o *KafkaRequest) GetExpiresAtOk() (*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) GetIngressThroughputPerSec() string
- func (o *KafkaRequest) GetIngressThroughputPerSecOk() (*string, bool)
- func (o *KafkaRequest) GetInstanceType() string
- func (o *KafkaRequest) GetInstanceTypeName() string
- func (o *KafkaRequest) GetInstanceTypeNameOk() (*string, bool)
- func (o *KafkaRequest) GetInstanceTypeOk() (*string, bool)
- func (o *KafkaRequest) GetKind() string
- func (o *KafkaRequest) GetKindOk() (*string, bool)
- func (o *KafkaRequest) GetMarketplace() string
- func (o *KafkaRequest) GetMarketplaceOk() (*string, bool)
- func (o *KafkaRequest) GetMaxConnectionAttemptsPerSec() int32
- func (o *KafkaRequest) GetMaxConnectionAttemptsPerSecOk() (*int32, bool)
- func (o *KafkaRequest) GetMaxDataRetentionPeriod() string
- func (o *KafkaRequest) GetMaxDataRetentionPeriodOk() (*string, bool)
- func (o *KafkaRequest) GetMaxDataRetentionSize() SupportedKafkaSizeBytesValueItem
- func (o *KafkaRequest) GetMaxDataRetentionSizeOk() (*SupportedKafkaSizeBytesValueItem, bool)
- func (o *KafkaRequest) GetMaxPartitions() int32
- func (o *KafkaRequest) GetMaxPartitionsOk() (*int32, 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) GetPromotionDetails() string
- func (o *KafkaRequest) GetPromotionDetailsOk() (*string, bool)
- func (o *KafkaRequest) GetPromotionStatus() string
- func (o *KafkaRequest) GetPromotionStatusOk() (*string, bool)
- func (o *KafkaRequest) GetReauthenticationEnabled() bool
- func (o *KafkaRequest) GetReauthenticationEnabledOk() (*bool, bool)
- func (o *KafkaRequest) GetRegion() string
- func (o *KafkaRequest) GetRegionOk() (*string, bool)
- func (o *KafkaRequest) GetSizeId() string
- func (o *KafkaRequest) GetSizeIdOk() (*string, bool)
- func (o *KafkaRequest) GetStatus() string
- func (o *KafkaRequest) GetStatusOk() (*string, bool)
- func (o *KafkaRequest) GetTotalMaxConnections() int32
- func (o *KafkaRequest) GetTotalMaxConnectionsOk() (*int32, 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) HasAdminApiServerUrl() bool
- func (o *KafkaRequest) HasBillingCloudAccountId() bool
- func (o *KafkaRequest) HasBillingModel() bool
- func (o *KafkaRequest) HasBootstrapServerHost() bool
- func (o *KafkaRequest) HasBrowserUrl() bool
- func (o *KafkaRequest) HasCloudProvider() bool
- func (o *KafkaRequest) HasClusterId() bool
- func (o *KafkaRequest) HasCreatedAt() bool
- func (o *KafkaRequest) HasEgressThroughputPerSec() bool
- func (o *KafkaRequest) HasExpiresAt() bool
- func (o *KafkaRequest) HasFailedReason() bool
- func (o *KafkaRequest) HasIngressThroughputPerSec() bool
- func (o *KafkaRequest) HasInstanceType() bool
- func (o *KafkaRequest) HasInstanceTypeName() bool
- func (o *KafkaRequest) HasMarketplace() bool
- func (o *KafkaRequest) HasMaxConnectionAttemptsPerSec() bool
- func (o *KafkaRequest) HasMaxDataRetentionPeriod() bool
- func (o *KafkaRequest) HasMaxDataRetentionSize() bool
- func (o *KafkaRequest) HasMaxPartitions() bool
- func (o *KafkaRequest) HasName() bool
- func (o *KafkaRequest) HasOwner() bool
- func (o *KafkaRequest) HasPromotionDetails() bool
- func (o *KafkaRequest) HasPromotionStatus() bool
- func (o *KafkaRequest) HasRegion() bool
- func (o *KafkaRequest) HasSizeId() bool
- func (o *KafkaRequest) HasStatus() bool
- func (o *KafkaRequest) HasTotalMaxConnections() bool
- func (o *KafkaRequest) HasUpdatedAt() bool
- func (o *KafkaRequest) HasVersion() bool
- func (o KafkaRequest) MarshalJSON() ([]byte, error)
- func (o *KafkaRequest) SetAdminApiServerUrl(v string)
- func (o *KafkaRequest) SetBillingCloudAccountId(v string)
- func (o *KafkaRequest) SetBillingModel(v string)
- func (o *KafkaRequest) SetBootstrapServerHost(v string)
- func (o *KafkaRequest) SetBrowserUrl(v string)
- func (o *KafkaRequest) SetCloudProvider(v string)
- func (o *KafkaRequest) SetClusterId(v string)
- func (o *KafkaRequest) SetClusterIdNil()
- func (o *KafkaRequest) SetCreatedAt(v time.Time)
- func (o *KafkaRequest) SetEgressThroughputPerSec(v string)
- func (o *KafkaRequest) SetExpiresAt(v time.Time)
- func (o *KafkaRequest) SetExpiresAtNil()
- func (o *KafkaRequest) SetFailedReason(v string)
- func (o *KafkaRequest) SetHref(v string)
- func (o *KafkaRequest) SetId(v string)
- func (o *KafkaRequest) SetIngressThroughputPerSec(v string)
- func (o *KafkaRequest) SetInstanceType(v string)
- func (o *KafkaRequest) SetInstanceTypeName(v string)
- func (o *KafkaRequest) SetKind(v string)
- func (o *KafkaRequest) SetMarketplace(v string)
- func (o *KafkaRequest) SetMaxConnectionAttemptsPerSec(v int32)
- func (o *KafkaRequest) SetMaxDataRetentionPeriod(v string)
- func (o *KafkaRequest) SetMaxDataRetentionSize(v SupportedKafkaSizeBytesValueItem)
- func (o *KafkaRequest) SetMaxPartitions(v int32)
- func (o *KafkaRequest) SetMultiAz(v bool)
- func (o *KafkaRequest) SetName(v string)
- func (o *KafkaRequest) SetOwner(v string)
- func (o *KafkaRequest) SetPromotionDetails(v string)
- func (o *KafkaRequest) SetPromotionStatus(v string)
- func (o *KafkaRequest) SetReauthenticationEnabled(v bool)
- func (o *KafkaRequest) SetRegion(v string)
- func (o *KafkaRequest) SetSizeId(v string)
- func (o *KafkaRequest) SetStatus(v string)
- func (o *KafkaRequest) SetTotalMaxConnections(v int32)
- func (o *KafkaRequest) SetUpdatedAt(v time.Time)
- func (o *KafkaRequest) SetVersion(v string)
- func (o *KafkaRequest) UnsetClusterId()
- func (o *KafkaRequest) UnsetExpiresAt()
- type KafkaRequestAllOf
- func (o *KafkaRequestAllOf) GetAdminApiServerUrl() string
- func (o *KafkaRequestAllOf) GetAdminApiServerUrlOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetBillingCloudAccountId() string
- func (o *KafkaRequestAllOf) GetBillingCloudAccountIdOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetBillingModel() string
- func (o *KafkaRequestAllOf) GetBillingModelOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetBootstrapServerHost() string
- func (o *KafkaRequestAllOf) GetBootstrapServerHostOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetBrowserUrl() string
- func (o *KafkaRequestAllOf) GetBrowserUrlOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetCloudProvider() string
- func (o *KafkaRequestAllOf) GetCloudProviderOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetClusterId() string
- func (o *KafkaRequestAllOf) GetClusterIdOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetCreatedAt() time.Time
- func (o *KafkaRequestAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *KafkaRequestAllOf) GetEgressThroughputPerSec() string
- func (o *KafkaRequestAllOf) GetEgressThroughputPerSecOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetExpiresAt() time.Time
- func (o *KafkaRequestAllOf) GetExpiresAtOk() (*time.Time, bool)
- func (o *KafkaRequestAllOf) GetFailedReason() string
- func (o *KafkaRequestAllOf) GetFailedReasonOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetIngressThroughputPerSec() string
- func (o *KafkaRequestAllOf) GetIngressThroughputPerSecOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetInstanceType() string
- func (o *KafkaRequestAllOf) GetInstanceTypeName() string
- func (o *KafkaRequestAllOf) GetInstanceTypeNameOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetInstanceTypeOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetMarketplace() string
- func (o *KafkaRequestAllOf) GetMarketplaceOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetMaxConnectionAttemptsPerSec() int32
- func (o *KafkaRequestAllOf) GetMaxConnectionAttemptsPerSecOk() (*int32, bool)
- func (o *KafkaRequestAllOf) GetMaxDataRetentionPeriod() string
- func (o *KafkaRequestAllOf) GetMaxDataRetentionPeriodOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetMaxDataRetentionSize() SupportedKafkaSizeBytesValueItem
- func (o *KafkaRequestAllOf) GetMaxDataRetentionSizeOk() (*SupportedKafkaSizeBytesValueItem, bool)
- func (o *KafkaRequestAllOf) GetMaxPartitions() int32
- func (o *KafkaRequestAllOf) GetMaxPartitionsOk() (*int32, 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) GetPromotionDetails() string
- func (o *KafkaRequestAllOf) GetPromotionDetailsOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetPromotionStatus() string
- func (o *KafkaRequestAllOf) GetPromotionStatusOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetReauthenticationEnabled() bool
- func (o *KafkaRequestAllOf) GetReauthenticationEnabledOk() (*bool, bool)
- func (o *KafkaRequestAllOf) GetRegion() string
- func (o *KafkaRequestAllOf) GetRegionOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetSizeId() string
- func (o *KafkaRequestAllOf) GetSizeIdOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetStatus() string
- func (o *KafkaRequestAllOf) GetStatusOk() (*string, bool)
- func (o *KafkaRequestAllOf) GetTotalMaxConnections() int32
- func (o *KafkaRequestAllOf) GetTotalMaxConnectionsOk() (*int32, 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) HasAdminApiServerUrl() bool
- func (o *KafkaRequestAllOf) HasBillingCloudAccountId() bool
- func (o *KafkaRequestAllOf) HasBillingModel() bool
- func (o *KafkaRequestAllOf) HasBootstrapServerHost() bool
- func (o *KafkaRequestAllOf) HasBrowserUrl() bool
- func (o *KafkaRequestAllOf) HasCloudProvider() bool
- func (o *KafkaRequestAllOf) HasClusterId() bool
- func (o *KafkaRequestAllOf) HasCreatedAt() bool
- func (o *KafkaRequestAllOf) HasEgressThroughputPerSec() bool
- func (o *KafkaRequestAllOf) HasExpiresAt() bool
- func (o *KafkaRequestAllOf) HasFailedReason() bool
- func (o *KafkaRequestAllOf) HasIngressThroughputPerSec() bool
- func (o *KafkaRequestAllOf) HasInstanceType() bool
- func (o *KafkaRequestAllOf) HasInstanceTypeName() bool
- func (o *KafkaRequestAllOf) HasMarketplace() bool
- func (o *KafkaRequestAllOf) HasMaxConnectionAttemptsPerSec() bool
- func (o *KafkaRequestAllOf) HasMaxDataRetentionPeriod() bool
- func (o *KafkaRequestAllOf) HasMaxDataRetentionSize() bool
- func (o *KafkaRequestAllOf) HasMaxPartitions() bool
- func (o *KafkaRequestAllOf) HasName() bool
- func (o *KafkaRequestAllOf) HasOwner() bool
- func (o *KafkaRequestAllOf) HasPromotionDetails() bool
- func (o *KafkaRequestAllOf) HasPromotionStatus() bool
- func (o *KafkaRequestAllOf) HasRegion() bool
- func (o *KafkaRequestAllOf) HasSizeId() bool
- func (o *KafkaRequestAllOf) HasStatus() bool
- func (o *KafkaRequestAllOf) HasTotalMaxConnections() bool
- func (o *KafkaRequestAllOf) HasUpdatedAt() bool
- func (o *KafkaRequestAllOf) HasVersion() bool
- func (o KafkaRequestAllOf) MarshalJSON() ([]byte, error)
- func (o *KafkaRequestAllOf) SetAdminApiServerUrl(v string)
- func (o *KafkaRequestAllOf) SetBillingCloudAccountId(v string)
- func (o *KafkaRequestAllOf) SetBillingModel(v string)
- func (o *KafkaRequestAllOf) SetBootstrapServerHost(v string)
- func (o *KafkaRequestAllOf) SetBrowserUrl(v string)
- func (o *KafkaRequestAllOf) SetCloudProvider(v string)
- func (o *KafkaRequestAllOf) SetClusterId(v string)
- func (o *KafkaRequestAllOf) SetClusterIdNil()
- func (o *KafkaRequestAllOf) SetCreatedAt(v time.Time)
- func (o *KafkaRequestAllOf) SetEgressThroughputPerSec(v string)
- func (o *KafkaRequestAllOf) SetExpiresAt(v time.Time)
- func (o *KafkaRequestAllOf) SetExpiresAtNil()
- func (o *KafkaRequestAllOf) SetFailedReason(v string)
- func (o *KafkaRequestAllOf) SetIngressThroughputPerSec(v string)
- func (o *KafkaRequestAllOf) SetInstanceType(v string)
- func (o *KafkaRequestAllOf) SetInstanceTypeName(v string)
- func (o *KafkaRequestAllOf) SetMarketplace(v string)
- func (o *KafkaRequestAllOf) SetMaxConnectionAttemptsPerSec(v int32)
- func (o *KafkaRequestAllOf) SetMaxDataRetentionPeriod(v string)
- func (o *KafkaRequestAllOf) SetMaxDataRetentionSize(v SupportedKafkaSizeBytesValueItem)
- func (o *KafkaRequestAllOf) SetMaxPartitions(v int32)
- func (o *KafkaRequestAllOf) SetMultiAz(v bool)
- func (o *KafkaRequestAllOf) SetName(v string)
- func (o *KafkaRequestAllOf) SetOwner(v string)
- func (o *KafkaRequestAllOf) SetPromotionDetails(v string)
- func (o *KafkaRequestAllOf) SetPromotionStatus(v string)
- func (o *KafkaRequestAllOf) SetReauthenticationEnabled(v bool)
- func (o *KafkaRequestAllOf) SetRegion(v string)
- func (o *KafkaRequestAllOf) SetSizeId(v string)
- func (o *KafkaRequestAllOf) SetStatus(v string)
- func (o *KafkaRequestAllOf) SetTotalMaxConnections(v int32)
- func (o *KafkaRequestAllOf) SetUpdatedAt(v time.Time)
- func (o *KafkaRequestAllOf) SetVersion(v string)
- func (o *KafkaRequestAllOf) UnsetClusterId()
- func (o *KafkaRequestAllOf) UnsetExpiresAt()
- 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) GetBillingCloudAccountId() string
- func (o *KafkaRequestPayload) GetBillingCloudAccountIdOk() (*string, bool)
- func (o *KafkaRequestPayload) GetBillingModel() string
- func (o *KafkaRequestPayload) GetBillingModelOk() (*string, bool)
- func (o *KafkaRequestPayload) GetCloudProvider() string
- func (o *KafkaRequestPayload) GetCloudProviderOk() (*string, bool)
- func (o *KafkaRequestPayload) GetClusterId() string
- func (o *KafkaRequestPayload) GetClusterIdOk() (*string, bool)
- func (o *KafkaRequestPayload) GetMarketplace() string
- func (o *KafkaRequestPayload) GetMarketplaceOk() (*string, bool)
- func (o *KafkaRequestPayload) GetName() string
- func (o *KafkaRequestPayload) GetNameOk() (*string, bool)
- func (o *KafkaRequestPayload) GetPlan() string
- func (o *KafkaRequestPayload) GetPlanOk() (*string, bool)
- func (o *KafkaRequestPayload) GetReauthenticationEnabled() bool
- func (o *KafkaRequestPayload) GetReauthenticationEnabledOk() (*bool, bool)
- func (o *KafkaRequestPayload) GetRegion() string
- func (o *KafkaRequestPayload) GetRegionOk() (*string, bool)
- func (o *KafkaRequestPayload) HasBillingCloudAccountId() bool
- func (o *KafkaRequestPayload) HasBillingModel() bool
- func (o *KafkaRequestPayload) HasCloudProvider() bool
- func (o *KafkaRequestPayload) HasClusterId() bool
- func (o *KafkaRequestPayload) HasMarketplace() bool
- func (o *KafkaRequestPayload) HasPlan() bool
- func (o *KafkaRequestPayload) HasReauthenticationEnabled() bool
- func (o *KafkaRequestPayload) HasRegion() bool
- func (o KafkaRequestPayload) MarshalJSON() ([]byte, error)
- func (o *KafkaRequestPayload) SetBillingCloudAccountId(v string)
- func (o *KafkaRequestPayload) SetBillingCloudAccountIdNil()
- func (o *KafkaRequestPayload) SetBillingModel(v string)
- func (o *KafkaRequestPayload) SetBillingModelNil()
- func (o *KafkaRequestPayload) SetCloudProvider(v string)
- func (o *KafkaRequestPayload) SetClusterId(v string)
- func (o *KafkaRequestPayload) SetClusterIdNil()
- func (o *KafkaRequestPayload) SetMarketplace(v string)
- func (o *KafkaRequestPayload) SetMarketplaceNil()
- func (o *KafkaRequestPayload) SetName(v string)
- func (o *KafkaRequestPayload) SetPlan(v string)
- func (o *KafkaRequestPayload) SetReauthenticationEnabled(v bool)
- func (o *KafkaRequestPayload) SetReauthenticationEnabledNil()
- func (o *KafkaRequestPayload) SetRegion(v string)
- func (o *KafkaRequestPayload) UnsetBillingCloudAccountId()
- func (o *KafkaRequestPayload) UnsetBillingModel()
- func (o *KafkaRequestPayload) UnsetClusterId()
- func (o *KafkaRequestPayload) UnsetMarketplace()
- func (o *KafkaRequestPayload) UnsetReauthenticationEnabled()
- type KafkaUpdateRequest
- func (o *KafkaUpdateRequest) GetOwner() string
- func (o *KafkaUpdateRequest) GetOwnerOk() (*string, bool)
- func (o *KafkaUpdateRequest) GetReauthenticationEnabled() bool
- func (o *KafkaUpdateRequest) GetReauthenticationEnabledOk() (*bool, bool)
- func (o *KafkaUpdateRequest) HasOwner() bool
- func (o *KafkaUpdateRequest) HasReauthenticationEnabled() bool
- func (o KafkaUpdateRequest) MarshalJSON() ([]byte, error)
- func (o *KafkaUpdateRequest) SetOwner(v string)
- func (o *KafkaUpdateRequest) SetOwnerNil()
- func (o *KafkaUpdateRequest) SetReauthenticationEnabled(v bool)
- func (o *KafkaUpdateRequest) SetReauthenticationEnabledNil()
- func (o *KafkaUpdateRequest) UnsetOwner()
- func (o *KafkaUpdateRequest) UnsetReauthenticationEnabled()
- 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 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 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 NullableEnterpriseCluster
- func (v NullableEnterpriseCluster) Get() *EnterpriseCluster
- func (v NullableEnterpriseCluster) IsSet() bool
- func (v NullableEnterpriseCluster) MarshalJSON() ([]byte, error)
- func (v *NullableEnterpriseCluster) Set(val *EnterpriseCluster)
- func (v *NullableEnterpriseCluster) UnmarshalJSON(src []byte) error
- func (v *NullableEnterpriseCluster) Unset()
- type NullableEnterpriseClusterAllOf
- func (v NullableEnterpriseClusterAllOf) Get() *EnterpriseClusterAllOf
- func (v NullableEnterpriseClusterAllOf) IsSet() bool
- func (v NullableEnterpriseClusterAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEnterpriseClusterAllOf) Set(val *EnterpriseClusterAllOf)
- func (v *NullableEnterpriseClusterAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEnterpriseClusterAllOf) Unset()
- type NullableEnterpriseClusterAllOfCapacityInformation
- func (v NullableEnterpriseClusterAllOfCapacityInformation) Get() *EnterpriseClusterAllOfCapacityInformation
- func (v NullableEnterpriseClusterAllOfCapacityInformation) IsSet() bool
- func (v NullableEnterpriseClusterAllOfCapacityInformation) MarshalJSON() ([]byte, error)
- func (v *NullableEnterpriseClusterAllOfCapacityInformation) Set(val *EnterpriseClusterAllOfCapacityInformation)
- func (v *NullableEnterpriseClusterAllOfCapacityInformation) UnmarshalJSON(src []byte) error
- func (v *NullableEnterpriseClusterAllOfCapacityInformation) Unset()
- type NullableEnterpriseClusterList
- func (v NullableEnterpriseClusterList) Get() *EnterpriseClusterList
- func (v NullableEnterpriseClusterList) IsSet() bool
- func (v NullableEnterpriseClusterList) MarshalJSON() ([]byte, error)
- func (v *NullableEnterpriseClusterList) Set(val *EnterpriseClusterList)
- func (v *NullableEnterpriseClusterList) UnmarshalJSON(src []byte) error
- func (v *NullableEnterpriseClusterList) Unset()
- type NullableEnterpriseClusterListAllOf
- func (v NullableEnterpriseClusterListAllOf) Get() *EnterpriseClusterListAllOf
- func (v NullableEnterpriseClusterListAllOf) IsSet() bool
- func (v NullableEnterpriseClusterListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEnterpriseClusterListAllOf) Set(val *EnterpriseClusterListAllOf)
- func (v *NullableEnterpriseClusterListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEnterpriseClusterListAllOf) Unset()
- type NullableEnterpriseClusterListItem
- func (v NullableEnterpriseClusterListItem) Get() *EnterpriseClusterListItem
- func (v NullableEnterpriseClusterListItem) IsSet() bool
- func (v NullableEnterpriseClusterListItem) MarshalJSON() ([]byte, error)
- func (v *NullableEnterpriseClusterListItem) Set(val *EnterpriseClusterListItem)
- func (v *NullableEnterpriseClusterListItem) UnmarshalJSON(src []byte) error
- func (v *NullableEnterpriseClusterListItem) Unset()
- type NullableEnterpriseClusterListItemAllOf
- func (v NullableEnterpriseClusterListItemAllOf) Get() *EnterpriseClusterListItemAllOf
- func (v NullableEnterpriseClusterListItemAllOf) IsSet() bool
- func (v NullableEnterpriseClusterListItemAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEnterpriseClusterListItemAllOf) Set(val *EnterpriseClusterListItemAllOf)
- func (v *NullableEnterpriseClusterListItemAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEnterpriseClusterListItemAllOf) Unset()
- type NullableEnterpriseClusterWithAddonParameters
- func (v NullableEnterpriseClusterWithAddonParameters) Get() *EnterpriseClusterWithAddonParameters
- func (v NullableEnterpriseClusterWithAddonParameters) IsSet() bool
- func (v NullableEnterpriseClusterWithAddonParameters) MarshalJSON() ([]byte, error)
- func (v *NullableEnterpriseClusterWithAddonParameters) Set(val *EnterpriseClusterWithAddonParameters)
- func (v *NullableEnterpriseClusterWithAddonParameters) UnmarshalJSON(src []byte) error
- func (v *NullableEnterpriseClusterWithAddonParameters) Unset()
- type NullableEnterpriseClusterWithAddonParametersAllOf
- func (v NullableEnterpriseClusterWithAddonParametersAllOf) Get() *EnterpriseClusterWithAddonParametersAllOf
- func (v NullableEnterpriseClusterWithAddonParametersAllOf) IsSet() bool
- func (v NullableEnterpriseClusterWithAddonParametersAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEnterpriseClusterWithAddonParametersAllOf) Set(val *EnterpriseClusterWithAddonParametersAllOf)
- func (v *NullableEnterpriseClusterWithAddonParametersAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEnterpriseClusterWithAddonParametersAllOf) Unset()
- type NullableEnterpriseOsdClusterPayload
- func (v NullableEnterpriseOsdClusterPayload) Get() *EnterpriseOsdClusterPayload
- func (v NullableEnterpriseOsdClusterPayload) IsSet() bool
- func (v NullableEnterpriseOsdClusterPayload) MarshalJSON() ([]byte, error)
- func (v *NullableEnterpriseOsdClusterPayload) Set(val *EnterpriseOsdClusterPayload)
- func (v *NullableEnterpriseOsdClusterPayload) UnmarshalJSON(src []byte) error
- func (v *NullableEnterpriseOsdClusterPayload) Unset()
- type NullableError
- 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 NullableFleetshardParameter
- func (v NullableFleetshardParameter) Get() *FleetshardParameter
- func (v NullableFleetshardParameter) IsSet() bool
- func (v NullableFleetshardParameter) MarshalJSON() ([]byte, error)
- func (v *NullableFleetshardParameter) Set(val *FleetshardParameter)
- func (v *NullableFleetshardParameter) UnmarshalJSON(src []byte) error
- func (v *NullableFleetshardParameter) 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 NullableKafkaPromoteRequest
- func (v NullableKafkaPromoteRequest) Get() *KafkaPromoteRequest
- func (v NullableKafkaPromoteRequest) IsSet() bool
- func (v NullableKafkaPromoteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableKafkaPromoteRequest) Set(val *KafkaPromoteRequest)
- func (v *NullableKafkaPromoteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableKafkaPromoteRequest) Unset()
- 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 NullableKafkaUpdateRequest
- func (v NullableKafkaUpdateRequest) Get() *KafkaUpdateRequest
- func (v NullableKafkaUpdateRequest) IsSet() bool
- func (v NullableKafkaUpdateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableKafkaUpdateRequest) Set(val *KafkaUpdateRequest)
- func (v *NullableKafkaUpdateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableKafkaUpdateRequest) Unset()
- type NullableList
- 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 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 NullableRegionCapacityListItem
- func (v NullableRegionCapacityListItem) Get() *RegionCapacityListItem
- func (v NullableRegionCapacityListItem) IsSet() bool
- func (v NullableRegionCapacityListItem) MarshalJSON() ([]byte, error)
- func (v *NullableRegionCapacityListItem) Set(val *RegionCapacityListItem)
- func (v *NullableRegionCapacityListItem) UnmarshalJSON(src []byte) error
- func (v *NullableRegionCapacityListItem) Unset()
- 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 NullableSsoProvider
- func (v NullableSsoProvider) Get() *SsoProvider
- func (v NullableSsoProvider) IsSet() bool
- func (v NullableSsoProvider) MarshalJSON() ([]byte, error)
- func (v *NullableSsoProvider) Set(val *SsoProvider)
- func (v *NullableSsoProvider) UnmarshalJSON(src []byte) error
- func (v *NullableSsoProvider) Unset()
- type NullableSsoProviderAllOf
- func (v NullableSsoProviderAllOf) Get() *SsoProviderAllOf
- func (v NullableSsoProviderAllOf) IsSet() bool
- func (v NullableSsoProviderAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSsoProviderAllOf) Set(val *SsoProviderAllOf)
- func (v *NullableSsoProviderAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSsoProviderAllOf) Unset()
- type NullableString
- type NullableSupportedKafkaBillingModel
- func (v NullableSupportedKafkaBillingModel) Get() *SupportedKafkaBillingModel
- func (v NullableSupportedKafkaBillingModel) IsSet() bool
- func (v NullableSupportedKafkaBillingModel) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedKafkaBillingModel) Set(val *SupportedKafkaBillingModel)
- func (v *NullableSupportedKafkaBillingModel) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedKafkaBillingModel) Unset()
- type NullableSupportedKafkaInstanceType
- func (v NullableSupportedKafkaInstanceType) Get() *SupportedKafkaInstanceType
- func (v NullableSupportedKafkaInstanceType) IsSet() bool
- func (v NullableSupportedKafkaInstanceType) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedKafkaInstanceType) Set(val *SupportedKafkaInstanceType)
- func (v *NullableSupportedKafkaInstanceType) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedKafkaInstanceType) Unset()
- type NullableSupportedKafkaInstanceTypesList
- func (v NullableSupportedKafkaInstanceTypesList) Get() *SupportedKafkaInstanceTypesList
- func (v NullableSupportedKafkaInstanceTypesList) IsSet() bool
- func (v NullableSupportedKafkaInstanceTypesList) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedKafkaInstanceTypesList) Set(val *SupportedKafkaInstanceTypesList)
- func (v *NullableSupportedKafkaInstanceTypesList) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedKafkaInstanceTypesList) Unset()
- type NullableSupportedKafkaInstanceTypesListAllOf
- func (v NullableSupportedKafkaInstanceTypesListAllOf) Get() *SupportedKafkaInstanceTypesListAllOf
- func (v NullableSupportedKafkaInstanceTypesListAllOf) IsSet() bool
- func (v NullableSupportedKafkaInstanceTypesListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedKafkaInstanceTypesListAllOf) Set(val *SupportedKafkaInstanceTypesListAllOf)
- func (v *NullableSupportedKafkaInstanceTypesListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedKafkaInstanceTypesListAllOf) Unset()
- type NullableSupportedKafkaSize
- func (v NullableSupportedKafkaSize) Get() *SupportedKafkaSize
- func (v NullableSupportedKafkaSize) IsSet() bool
- func (v NullableSupportedKafkaSize) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedKafkaSize) Set(val *SupportedKafkaSize)
- func (v *NullableSupportedKafkaSize) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedKafkaSize) Unset()
- type NullableSupportedKafkaSizeBytesValueItem
- func (v NullableSupportedKafkaSizeBytesValueItem) Get() *SupportedKafkaSizeBytesValueItem
- func (v NullableSupportedKafkaSizeBytesValueItem) IsSet() bool
- func (v NullableSupportedKafkaSizeBytesValueItem) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedKafkaSizeBytesValueItem) Set(val *SupportedKafkaSizeBytesValueItem)
- func (v *NullableSupportedKafkaSizeBytesValueItem) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedKafkaSizeBytesValueItem) Unset()
- 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) 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 RegionCapacityListItem
- func (o *RegionCapacityListItem) GetAvailableSizes() []string
- func (o *RegionCapacityListItem) GetAvailableSizesOk() (*[]string, bool)
- func (o *RegionCapacityListItem) GetInstanceType() string
- func (o *RegionCapacityListItem) GetInstanceTypeOk() (*string, bool)
- func (o RegionCapacityListItem) MarshalJSON() ([]byte, error)
- func (o *RegionCapacityListItem) SetAvailableSizes(v []string)
- func (o *RegionCapacityListItem) SetInstanceType(v string)
- type SecurityApi
- type SecurityApiService
- func (a *SecurityApiService) CreateServiceAccount(ctx _context.Context) ApiCreateServiceAccountRequest
- func (a *SecurityApiService) CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (ServiceAccount, *_nethttp.Response, error)
- func (a *SecurityApiService) DeleteServiceAccountById(ctx _context.Context, id string) ApiDeleteServiceAccountByIdRequest
- func (a *SecurityApiService) DeleteServiceAccountByIdExecute(r ApiDeleteServiceAccountByIdRequest) (Error, *_nethttp.Response, error)
- func (a *SecurityApiService) GetServiceAccountById(ctx _context.Context, id string) ApiGetServiceAccountByIdRequest
- func (a *SecurityApiService) GetServiceAccountByIdExecute(r ApiGetServiceAccountByIdRequest) (ServiceAccount, *_nethttp.Response, error)
- func (a *SecurityApiService) GetServiceAccounts(ctx _context.Context) ApiGetServiceAccountsRequest
- func (a *SecurityApiService) GetServiceAccountsExecute(r ApiGetServiceAccountsRequest) (ServiceAccountList, *_nethttp.Response, error)
- func (a *SecurityApiService) GetSsoProviders(ctx _context.Context) ApiGetSsoProvidersRequest
- func (a *SecurityApiService) GetSsoProvidersExecute(r ApiGetSsoProvidersRequest) (SsoProvider, *_nethttp.Response, error)
- func (a *SecurityApiService) ResetServiceAccountCreds(ctx _context.Context, id string) ApiResetServiceAccountCredsRequest
- func (a *SecurityApiService) ResetServiceAccountCredsExecute(r ApiResetServiceAccountCredsRequest) (ServiceAccount, *_nethttp.Response, error)
- 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) GetCreatedBy() string
- func (o *ServiceAccount) GetCreatedByOk() (*string, 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) HasCreatedBy() bool
- func (o *ServiceAccount) HasDescription() 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) SetCreatedBy(v string)
- 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) GetCreatedBy() string
- func (o *ServiceAccountAllOf) GetCreatedByOk() (*string, 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) HasCreatedBy() 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) SetCreatedBy(v string)
- 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) GetCreatedBy() string
- func (o *ServiceAccountListItem) GetCreatedByOk() (*string, 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) HasCreatedBy() bool
- func (o *ServiceAccountListItem) HasDescription() 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) SetCreatedBy(v string)
- 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) GetCreatedBy() string
- func (o *ServiceAccountListItemAllOf) GetCreatedByOk() (*string, 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) HasCreatedBy() 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) SetCreatedBy(v string)
- 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 SsoProvider
- func (o *SsoProvider) GetBaseUrl() string
- func (o *SsoProvider) GetBaseUrlOk() (*string, bool)
- func (o *SsoProvider) GetHref() string
- func (o *SsoProvider) GetHrefOk() (*string, bool)
- func (o *SsoProvider) GetId() string
- func (o *SsoProvider) GetIdOk() (*string, bool)
- func (o *SsoProvider) GetJwks() string
- func (o *SsoProvider) GetJwksOk() (*string, bool)
- func (o *SsoProvider) GetKind() string
- func (o *SsoProvider) GetKindOk() (*string, bool)
- func (o *SsoProvider) GetName() string
- func (o *SsoProvider) GetNameOk() (*string, bool)
- func (o *SsoProvider) GetTokenUrl() string
- func (o *SsoProvider) GetTokenUrlOk() (*string, bool)
- func (o *SsoProvider) GetValidIssuer() string
- func (o *SsoProvider) GetValidIssuerOk() (*string, bool)
- func (o *SsoProvider) HasBaseUrl() bool
- func (o *SsoProvider) HasJwks() bool
- func (o *SsoProvider) HasName() bool
- func (o *SsoProvider) HasTokenUrl() bool
- func (o *SsoProvider) HasValidIssuer() bool
- func (o SsoProvider) MarshalJSON() ([]byte, error)
- func (o *SsoProvider) SetBaseUrl(v string)
- func (o *SsoProvider) SetHref(v string)
- func (o *SsoProvider) SetId(v string)
- func (o *SsoProvider) SetJwks(v string)
- func (o *SsoProvider) SetKind(v string)
- func (o *SsoProvider) SetName(v string)
- func (o *SsoProvider) SetTokenUrl(v string)
- func (o *SsoProvider) SetValidIssuer(v string)
- type SsoProviderAllOf
- func (o *SsoProviderAllOf) GetBaseUrl() string
- func (o *SsoProviderAllOf) GetBaseUrlOk() (*string, bool)
- func (o *SsoProviderAllOf) GetJwks() string
- func (o *SsoProviderAllOf) GetJwksOk() (*string, bool)
- func (o *SsoProviderAllOf) GetName() string
- func (o *SsoProviderAllOf) GetNameOk() (*string, bool)
- func (o *SsoProviderAllOf) GetTokenUrl() string
- func (o *SsoProviderAllOf) GetTokenUrlOk() (*string, bool)
- func (o *SsoProviderAllOf) GetValidIssuer() string
- func (o *SsoProviderAllOf) GetValidIssuerOk() (*string, bool)
- func (o *SsoProviderAllOf) HasBaseUrl() bool
- func (o *SsoProviderAllOf) HasJwks() bool
- func (o *SsoProviderAllOf) HasName() bool
- func (o *SsoProviderAllOf) HasTokenUrl() bool
- func (o *SsoProviderAllOf) HasValidIssuer() bool
- func (o SsoProviderAllOf) MarshalJSON() ([]byte, error)
- func (o *SsoProviderAllOf) SetBaseUrl(v string)
- func (o *SsoProviderAllOf) SetJwks(v string)
- func (o *SsoProviderAllOf) SetName(v string)
- func (o *SsoProviderAllOf) SetTokenUrl(v string)
- func (o *SsoProviderAllOf) SetValidIssuer(v string)
- type SupportedKafkaBillingModel
- func (o *SupportedKafkaBillingModel) GetAmsBillingModels() []string
- func (o *SupportedKafkaBillingModel) GetAmsBillingModelsOk() (*[]string, bool)
- func (o *SupportedKafkaBillingModel) GetAmsProduct() string
- func (o *SupportedKafkaBillingModel) GetAmsProductOk() (*string, bool)
- func (o *SupportedKafkaBillingModel) GetAmsResource() string
- func (o *SupportedKafkaBillingModel) GetAmsResourceOk() (*string, bool)
- func (o *SupportedKafkaBillingModel) GetId() string
- func (o *SupportedKafkaBillingModel) GetIdOk() (*string, bool)
- func (o SupportedKafkaBillingModel) MarshalJSON() ([]byte, error)
- func (o *SupportedKafkaBillingModel) SetAmsBillingModels(v []string)
- func (o *SupportedKafkaBillingModel) SetAmsProduct(v string)
- func (o *SupportedKafkaBillingModel) SetAmsResource(v string)
- func (o *SupportedKafkaBillingModel) SetId(v string)
- type SupportedKafkaInstanceType
- func (o *SupportedKafkaInstanceType) GetDisplayName() string
- func (o *SupportedKafkaInstanceType) GetDisplayNameOk() (*string, bool)
- func (o *SupportedKafkaInstanceType) GetId() string
- func (o *SupportedKafkaInstanceType) GetIdOk() (*string, bool)
- func (o *SupportedKafkaInstanceType) GetSizes() []SupportedKafkaSize
- func (o *SupportedKafkaInstanceType) GetSizesOk() (*[]SupportedKafkaSize, bool)
- func (o *SupportedKafkaInstanceType) GetSupportedBillingModels() []SupportedKafkaBillingModel
- func (o *SupportedKafkaInstanceType) GetSupportedBillingModelsOk() (*[]SupportedKafkaBillingModel, bool)
- func (o *SupportedKafkaInstanceType) HasDisplayName() bool
- func (o *SupportedKafkaInstanceType) HasId() bool
- func (o SupportedKafkaInstanceType) MarshalJSON() ([]byte, error)
- func (o *SupportedKafkaInstanceType) SetDisplayName(v string)
- func (o *SupportedKafkaInstanceType) SetId(v string)
- func (o *SupportedKafkaInstanceType) SetSizes(v []SupportedKafkaSize)
- func (o *SupportedKafkaInstanceType) SetSupportedBillingModels(v []SupportedKafkaBillingModel)
- type SupportedKafkaInstanceTypesList
- func (o *SupportedKafkaInstanceTypesList) GetInstanceTypes() []SupportedKafkaInstanceType
- func (o *SupportedKafkaInstanceTypesList) GetInstanceTypesOk() (*[]SupportedKafkaInstanceType, bool)
- func (o *SupportedKafkaInstanceTypesList) HasInstanceTypes() bool
- func (o SupportedKafkaInstanceTypesList) MarshalJSON() ([]byte, error)
- func (o *SupportedKafkaInstanceTypesList) SetInstanceTypes(v []SupportedKafkaInstanceType)
- type SupportedKafkaInstanceTypesListAllOf
- func (o *SupportedKafkaInstanceTypesListAllOf) GetInstanceTypes() []SupportedKafkaInstanceType
- func (o *SupportedKafkaInstanceTypesListAllOf) GetInstanceTypesOk() (*[]SupportedKafkaInstanceType, bool)
- func (o *SupportedKafkaInstanceTypesListAllOf) HasInstanceTypes() bool
- func (o SupportedKafkaInstanceTypesListAllOf) MarshalJSON() ([]byte, error)
- func (o *SupportedKafkaInstanceTypesListAllOf) SetInstanceTypes(v []SupportedKafkaInstanceType)
- type SupportedKafkaSize
- func (o *SupportedKafkaSize) GetCapacityConsumed() int32
- func (o *SupportedKafkaSize) GetCapacityConsumedOk() (*int32, bool)
- func (o *SupportedKafkaSize) GetDisplayName() string
- func (o *SupportedKafkaSize) GetDisplayNameOk() (*string, bool)
- func (o *SupportedKafkaSize) GetEgressThroughputPerSec() SupportedKafkaSizeBytesValueItem
- func (o *SupportedKafkaSize) GetEgressThroughputPerSecOk() (*SupportedKafkaSizeBytesValueItem, bool)
- func (o *SupportedKafkaSize) GetId() string
- func (o *SupportedKafkaSize) GetIdOk() (*string, bool)
- func (o *SupportedKafkaSize) GetIngressThroughputPerSec() SupportedKafkaSizeBytesValueItem
- func (o *SupportedKafkaSize) GetIngressThroughputPerSecOk() (*SupportedKafkaSizeBytesValueItem, bool)
- func (o *SupportedKafkaSize) GetLifespanSeconds() int32
- func (o *SupportedKafkaSize) GetLifespanSecondsOk() (*int32, bool)
- func (o *SupportedKafkaSize) GetMaturityStatus() string
- func (o *SupportedKafkaSize) GetMaturityStatusOk() (*string, bool)
- func (o *SupportedKafkaSize) GetMaxConnectionAttemptsPerSec() int32
- func (o *SupportedKafkaSize) GetMaxConnectionAttemptsPerSecOk() (*int32, bool)
- func (o *SupportedKafkaSize) GetMaxDataRetentionPeriod() string
- func (o *SupportedKafkaSize) GetMaxDataRetentionPeriodOk() (*string, bool)
- func (o *SupportedKafkaSize) GetMaxDataRetentionSize() SupportedKafkaSizeBytesValueItem
- func (o *SupportedKafkaSize) GetMaxDataRetentionSizeOk() (*SupportedKafkaSizeBytesValueItem, bool)
- func (o *SupportedKafkaSize) GetMaxMessageSize() SupportedKafkaSizeBytesValueItem
- func (o *SupportedKafkaSize) GetMaxMessageSizeOk() (*SupportedKafkaSizeBytesValueItem, bool)
- func (o *SupportedKafkaSize) GetMaxPartitions() int32
- func (o *SupportedKafkaSize) GetMaxPartitionsOk() (*int32, bool)
- func (o *SupportedKafkaSize) GetMinInSyncReplicas() int32
- func (o *SupportedKafkaSize) GetMinInSyncReplicasOk() (*int32, bool)
- func (o *SupportedKafkaSize) GetQuotaConsumed() int32
- func (o *SupportedKafkaSize) GetQuotaConsumedOk() (*int32, bool)
- func (o *SupportedKafkaSize) GetQuotaType() string
- func (o *SupportedKafkaSize) GetQuotaTypeOk() (*string, bool)
- func (o *SupportedKafkaSize) GetReplicationFactor() int32
- func (o *SupportedKafkaSize) GetReplicationFactorOk() (*int32, bool)
- func (o *SupportedKafkaSize) GetSupportedAzModes() []string
- func (o *SupportedKafkaSize) GetSupportedAzModesOk() (*[]string, bool)
- func (o *SupportedKafkaSize) GetTotalMaxConnections() int32
- func (o *SupportedKafkaSize) GetTotalMaxConnectionsOk() (*int32, bool)
- func (o *SupportedKafkaSize) HasCapacityConsumed() bool
- func (o *SupportedKafkaSize) HasDisplayName() bool
- func (o *SupportedKafkaSize) HasEgressThroughputPerSec() bool
- func (o *SupportedKafkaSize) HasId() bool
- func (o *SupportedKafkaSize) HasIngressThroughputPerSec() bool
- func (o *SupportedKafkaSize) HasLifespanSeconds() bool
- func (o *SupportedKafkaSize) HasMaturityStatus() bool
- func (o *SupportedKafkaSize) HasMaxConnectionAttemptsPerSec() bool
- func (o *SupportedKafkaSize) HasMaxDataRetentionPeriod() bool
- func (o *SupportedKafkaSize) HasMaxDataRetentionSize() bool
- func (o *SupportedKafkaSize) HasMaxMessageSize() bool
- func (o *SupportedKafkaSize) HasMaxPartitions() bool
- func (o *SupportedKafkaSize) HasMinInSyncReplicas() bool
- func (o *SupportedKafkaSize) HasQuotaConsumed() bool
- func (o *SupportedKafkaSize) HasQuotaType() bool
- func (o *SupportedKafkaSize) HasReplicationFactor() bool
- func (o *SupportedKafkaSize) HasSupportedAzModes() bool
- func (o *SupportedKafkaSize) HasTotalMaxConnections() bool
- func (o SupportedKafkaSize) MarshalJSON() ([]byte, error)
- func (o *SupportedKafkaSize) SetCapacityConsumed(v int32)
- func (o *SupportedKafkaSize) SetDisplayName(v string)
- func (o *SupportedKafkaSize) SetEgressThroughputPerSec(v SupportedKafkaSizeBytesValueItem)
- func (o *SupportedKafkaSize) SetId(v string)
- func (o *SupportedKafkaSize) SetIngressThroughputPerSec(v SupportedKafkaSizeBytesValueItem)
- func (o *SupportedKafkaSize) SetLifespanSeconds(v int32)
- func (o *SupportedKafkaSize) SetLifespanSecondsNil()
- func (o *SupportedKafkaSize) SetMaturityStatus(v string)
- func (o *SupportedKafkaSize) SetMaxConnectionAttemptsPerSec(v int32)
- func (o *SupportedKafkaSize) SetMaxDataRetentionPeriod(v string)
- func (o *SupportedKafkaSize) SetMaxDataRetentionSize(v SupportedKafkaSizeBytesValueItem)
- func (o *SupportedKafkaSize) SetMaxMessageSize(v SupportedKafkaSizeBytesValueItem)
- func (o *SupportedKafkaSize) SetMaxPartitions(v int32)
- func (o *SupportedKafkaSize) SetMinInSyncReplicas(v int32)
- func (o *SupportedKafkaSize) SetQuotaConsumed(v int32)
- func (o *SupportedKafkaSize) SetQuotaType(v string)
- func (o *SupportedKafkaSize) SetReplicationFactor(v int32)
- func (o *SupportedKafkaSize) SetSupportedAzModes(v []string)
- func (o *SupportedKafkaSize) SetTotalMaxConnections(v int32)
- func (o *SupportedKafkaSize) UnsetLifespanSeconds()
- type SupportedKafkaSizeBytesValueItem
- func (o *SupportedKafkaSizeBytesValueItem) GetBytes() int64
- func (o *SupportedKafkaSizeBytesValueItem) GetBytesOk() (*int64, bool)
- func (o *SupportedKafkaSizeBytesValueItem) HasBytes() bool
- func (o SupportedKafkaSizeBytesValueItem) MarshalJSON() ([]byte, error)
- func (o *SupportedKafkaSizeBytesValueItem) SetBytes(v int64)
- 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) GetServerVersion() string
- func (o *VersionMetadata) GetServerVersionOk() (*string, bool)
- func (o *VersionMetadata) HasCollections() bool
- func (o *VersionMetadata) HasServerVersion() 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)
- func (o *VersionMetadata) SetServerVersion(v string)
- type VersionMetadataAllOf
- func (o *VersionMetadataAllOf) GetCollections() []ObjectReference
- func (o *VersionMetadataAllOf) GetCollectionsOk() (*[]ObjectReference, bool)
- func (o *VersionMetadataAllOf) GetServerVersion() string
- func (o *VersionMetadataAllOf) GetServerVersionOk() (*string, bool)
- func (o *VersionMetadataAllOf) HasCollections() bool
- func (o *VersionMetadataAllOf) HasServerVersion() bool
- func (o VersionMetadataAllOf) MarshalJSON() ([]byte, error)
- func (o *VersionMetadataAllOf) SetCollections(v []ObjectReference)
- func (o *VersionMetadataAllOf) SetServerVersion(v string)
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 EnterpriseDataplaneClustersApi EnterpriseDataplaneClustersApi ErrorsApi ErrorsApi SecurityApi SecurityApi // contains filtered or unexported fields }
APIClient manages communication with the Kafka Management API API v1.15.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 SecurityApi // 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 ApiDeleteEnterpriseClusterByIdRequest ¶ added in v0.17.0
type ApiDeleteEnterpriseClusterByIdRequest struct { ApiService EnterpriseDataplaneClustersApi // contains filtered or unexported fields }
func (ApiDeleteEnterpriseClusterByIdRequest) Async ¶ added in v0.17.0
func (r ApiDeleteEnterpriseClusterByIdRequest) Async(async bool) ApiDeleteEnterpriseClusterByIdRequest
type ApiDeleteKafkaByIdRequest ¶
type ApiDeleteKafkaByIdRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiDeleteKafkaByIdRequest) Async ¶
func (r ApiDeleteKafkaByIdRequest) Async(async bool) ApiDeleteKafkaByIdRequest
type ApiDeleteServiceAccountByIdRequest ¶
type ApiDeleteServiceAccountByIdRequest struct { ApiService SecurityApi // contains filtered or unexported fields }
type ApiFederateMetricsRequest ¶ added in v0.5.0
type ApiFederateMetricsRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
type ApiGetCloudProviderRegionsRequest ¶
type ApiGetCloudProviderRegionsRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetCloudProviderRegionsRequest) Execute ¶
func (r ApiGetCloudProviderRegionsRequest) Execute() (CloudRegionList, *_nethttp.Response, error)
func (ApiGetCloudProviderRegionsRequest) Page ¶
func (r ApiGetCloudProviderRegionsRequest) Page(page string) ApiGetCloudProviderRegionsRequest
func (ApiGetCloudProviderRegionsRequest) Size ¶
func (r ApiGetCloudProviderRegionsRequest) Size(size string) ApiGetCloudProviderRegionsRequest
type ApiGetCloudProvidersRequest ¶
type ApiGetCloudProvidersRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetCloudProvidersRequest) Execute ¶
func (r ApiGetCloudProvidersRequest) Execute() (CloudProviderList, *_nethttp.Response, error)
func (ApiGetCloudProvidersRequest) Page ¶
func (r ApiGetCloudProvidersRequest) Page(page string) ApiGetCloudProvidersRequest
func (ApiGetCloudProvidersRequest) Size ¶
func (r ApiGetCloudProvidersRequest) Size(size string) ApiGetCloudProvidersRequest
type ApiGetEnterpriseClusterByIdRequest ¶ added in v0.19.0
type ApiGetEnterpriseClusterByIdRequest struct { ApiService EnterpriseDataplaneClustersApi // contains filtered or unexported fields }
func (ApiGetEnterpriseClusterByIdRequest) Execute ¶ added in v0.19.0
func (r ApiGetEnterpriseClusterByIdRequest) Execute() (EnterpriseCluster, *_nethttp.Response, error)
type ApiGetEnterpriseClusterWithAddonParametersRequest ¶ added in v0.19.0
type ApiGetEnterpriseClusterWithAddonParametersRequest struct { ApiService EnterpriseDataplaneClustersApi // contains filtered or unexported fields }
func (ApiGetEnterpriseClusterWithAddonParametersRequest) Execute ¶ added in v0.19.0
func (r ApiGetEnterpriseClusterWithAddonParametersRequest) Execute() (EnterpriseClusterWithAddonParameters, *_nethttp.Response, error)
type ApiGetEnterpriseOsdClustersRequest ¶ added in v0.17.0
type ApiGetEnterpriseOsdClustersRequest struct { ApiService EnterpriseDataplaneClustersApi // contains filtered or unexported fields }
func (ApiGetEnterpriseOsdClustersRequest) Execute ¶ added in v0.17.0
func (r ApiGetEnterpriseOsdClustersRequest) Execute() (EnterpriseClusterList, *_nethttp.Response, error)
type ApiGetErrorByIdRequest ¶ added in v0.5.0
type ApiGetErrorByIdRequest struct { ApiService ErrorsApi // contains filtered or unexported fields }
type ApiGetErrorsRequest ¶ added in v0.5.0
type ApiGetErrorsRequest struct { ApiService ErrorsApi // contains filtered or unexported fields }
type ApiGetInstanceTypesByCloudProviderAndRegionRequest ¶ added in v0.11.1
type ApiGetInstanceTypesByCloudProviderAndRegionRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetInstanceTypesByCloudProviderAndRegionRequest) Execute ¶ added in v0.11.1
func (r ApiGetInstanceTypesByCloudProviderAndRegionRequest) Execute() (SupportedKafkaInstanceTypesList, *_nethttp.Response, error)
type ApiGetKafkaByIdRequest ¶
type ApiGetKafkaByIdRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetKafkaByIdRequest) Execute ¶
func (r ApiGetKafkaByIdRequest) Execute() (KafkaRequest, *_nethttp.Response, error)
type ApiGetKafkasRequest ¶
type ApiGetKafkasRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetKafkasRequest) Execute ¶
func (r ApiGetKafkasRequest) Execute() (KafkaRequestList, *_nethttp.Response, error)
func (ApiGetKafkasRequest) OrderBy ¶
func (r ApiGetKafkasRequest) OrderBy(orderBy string) ApiGetKafkasRequest
func (ApiGetKafkasRequest) Page ¶
func (r ApiGetKafkasRequest) Page(page string) ApiGetKafkasRequest
func (ApiGetKafkasRequest) Search ¶
func (r ApiGetKafkasRequest) Search(search string) ApiGetKafkasRequest
func (ApiGetKafkasRequest) Size ¶
func (r ApiGetKafkasRequest) Size(size string) ApiGetKafkasRequest
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 SecurityApi // contains filtered or unexported fields }
func (ApiGetServiceAccountByIdRequest) Execute ¶
func (r ApiGetServiceAccountByIdRequest) Execute() (ServiceAccount, *_nethttp.Response, error)
type ApiGetServiceAccountsRequest ¶
type ApiGetServiceAccountsRequest struct { ApiService SecurityApi // contains filtered or unexported fields }
func (ApiGetServiceAccountsRequest) ClientId ¶ added in v0.10.0
func (r ApiGetServiceAccountsRequest) ClientId(clientId string) ApiGetServiceAccountsRequest
func (ApiGetServiceAccountsRequest) Execute ¶
func (r ApiGetServiceAccountsRequest) Execute() (ServiceAccountList, *_nethttp.Response, error)
type ApiGetSsoProvidersRequest ¶ added in v0.11.0
type ApiGetSsoProvidersRequest struct { ApiService SecurityApi // contains filtered or unexported fields }
func (ApiGetSsoProvidersRequest) Execute ¶ added in v0.11.0
func (r ApiGetSsoProvidersRequest) Execute() (SsoProvider, *_nethttp.Response, error)
type ApiGetVersionMetadataRequest ¶
type ApiGetVersionMetadataRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetVersionMetadataRequest) Execute ¶
func (r ApiGetVersionMetadataRequest) Execute() (VersionMetadata, *_nethttp.Response, error)
type ApiPromoteKafkaRequest ¶ added in v0.19.0
type ApiPromoteKafkaRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiPromoteKafkaRequest) Async ¶ added in v0.19.0
func (r ApiPromoteKafkaRequest) Async(async bool) ApiPromoteKafkaRequest
func (ApiPromoteKafkaRequest) Execute ¶ added in v0.19.0
func (r ApiPromoteKafkaRequest) Execute() (*_nethttp.Response, error)
func (ApiPromoteKafkaRequest) KafkaPromoteRequest ¶ added in v0.19.0
func (r ApiPromoteKafkaRequest) KafkaPromoteRequest(kafkaPromoteRequest KafkaPromoteRequest) ApiPromoteKafkaRequest
type ApiRegisterEnterpriseOsdClusterRequest ¶ added in v0.16.0
type ApiRegisterEnterpriseOsdClusterRequest struct { ApiService EnterpriseDataplaneClustersApi // contains filtered or unexported fields }
func (ApiRegisterEnterpriseOsdClusterRequest) EnterpriseOsdClusterPayload ¶ added in v0.16.0
func (r ApiRegisterEnterpriseOsdClusterRequest) EnterpriseOsdClusterPayload(enterpriseOsdClusterPayload EnterpriseOsdClusterPayload) ApiRegisterEnterpriseOsdClusterRequest
func (ApiRegisterEnterpriseOsdClusterRequest) Execute ¶ added in v0.16.0
func (r ApiRegisterEnterpriseOsdClusterRequest) Execute() (EnterpriseClusterWithAddonParameters, *_nethttp.Response, error)
type ApiResetServiceAccountCredsRequest ¶
type ApiResetServiceAccountCredsRequest struct { ApiService SecurityApi // contains filtered or unexported fields }
func (ApiResetServiceAccountCredsRequest) Execute ¶
func (r ApiResetServiceAccountCredsRequest) Execute() (ServiceAccount, *_nethttp.Response, error)
type ApiUpdateKafkaByIdRequest ¶
type ApiUpdateKafkaByIdRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiUpdateKafkaByIdRequest) Execute ¶
func (r ApiUpdateKafkaByIdRequest) Execute() (KafkaRequest, *_nethttp.Response, error)
func (ApiUpdateKafkaByIdRequest) KafkaUpdateRequest ¶
func (r ApiUpdateKafkaByIdRequest) KafkaUpdateRequest(kafkaUpdateRequest KafkaUpdateRequest) ApiUpdateKafkaByIdRequest
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"`
}
CloudProviderListAllOf struct for CloudProviderListAllOf
func NewCloudProviderListAllOf ¶
func NewCloudProviderListAllOf(items []CloudProvider) *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
func (*CloudProviderListAllOf) GetItemsOk ¶
func (o *CloudProviderListAllOf) GetItemsOk() (*[]CloudProvider, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (CloudProviderListAllOf) MarshalJSON ¶
func (o CloudProviderListAllOf) MarshalJSON() ([]byte, error)
func (*CloudProviderListAllOf) SetItems ¶
func (o *CloudProviderListAllOf) SetItems(v []CloudProvider)
SetItems sets field value
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"` // Indicates whether there is capacity left per instance type Capacity []RegionCapacityListItem `json:"capacity"` }
CloudRegion Description of a region of a cloud provider.
func NewCloudRegion ¶
func NewCloudRegion(enabled bool, capacity []RegionCapacityListItem) *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) GetCapacity ¶ added in v0.8.0
func (o *CloudRegion) GetCapacity() []RegionCapacityListItem
GetCapacity returns the Capacity field value
func (*CloudRegion) GetCapacityOk ¶ added in v0.8.0
func (o *CloudRegion) GetCapacityOk() (*[]RegionCapacityListItem, bool)
GetCapacityOk returns a tuple with the Capacity field value and a boolean to check if the value has been 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) SetCapacity ¶ added in v0.8.0
func (o *CloudRegion) SetCapacity(v []RegionCapacityListItem)
SetCapacity sets field value
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"`
}
CloudRegionListAllOf struct for CloudRegionListAllOf
func NewCloudRegionListAllOf ¶
func NewCloudRegionListAllOf(items []CloudRegion) *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
func (*CloudRegionListAllOf) GetItemsOk ¶
func (o *CloudRegionListAllOf) GetItemsOk() (*[]CloudRegion, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (CloudRegionListAllOf) MarshalJSON ¶
func (o CloudRegionListAllOf) MarshalJSON() ([]byte, error)
func (*CloudRegionListAllOf) SetItems ¶
func (o *CloudRegionListAllOf) SetItems(v []CloudRegion)
SetItems sets field value
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 DefaultApi ¶
type DefaultApi interface { /* * CreateKafka Method for CreateKafka * Creates a 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) /* * DeleteKafkaById Method for DeleteKafkaById * Deletes 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) /* * FederateMetrics Method for FederateMetrics * Returns all metrics in scrapeable format for a given 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 ApiFederateMetricsRequest */ FederateMetrics(ctx _context.Context, id string) ApiFederateMetricsRequest /* * FederateMetricsExecute executes the request * @return string */ FederateMetricsExecute(r ApiFederateMetricsRequest) (string, *_nethttp.Response, error) /* * GetCloudProviderRegions Method for GetCloudProviderRegions * Returns 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 ApiGetCloudProviderRegionsRequest */ GetCloudProviderRegions(ctx _context.Context, id string) ApiGetCloudProviderRegionsRequest /* * GetCloudProviderRegionsExecute executes the request * @return CloudRegionList */ GetCloudProviderRegionsExecute(r ApiGetCloudProviderRegionsRequest) (CloudRegionList, *_nethttp.Response, error) /* * GetCloudProviders Method for GetCloudProviders * Returns 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 ApiGetCloudProvidersRequest */ GetCloudProviders(ctx _context.Context) ApiGetCloudProvidersRequest /* * GetCloudProvidersExecute executes the request * @return CloudProviderList */ GetCloudProvidersExecute(r ApiGetCloudProvidersRequest) (CloudProviderList, *_nethttp.Response, error) /* * GetInstanceTypesByCloudProviderAndRegion Method for GetInstanceTypesByCloudProviderAndRegion * Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param cloudProvider ID of the supported cloud provider * @param cloudRegion Name of the supported cloud provider region * @return ApiGetInstanceTypesByCloudProviderAndRegionRequest */ GetInstanceTypesByCloudProviderAndRegion(ctx _context.Context, cloudProvider string, cloudRegion string) ApiGetInstanceTypesByCloudProviderAndRegionRequest /* * GetInstanceTypesByCloudProviderAndRegionExecute executes the request * @return SupportedKafkaInstanceTypesList */ GetInstanceTypesByCloudProviderAndRegionExecute(r ApiGetInstanceTypesByCloudProviderAndRegionRequest) (SupportedKafkaInstanceTypesList, *_nethttp.Response, error) /* * GetKafkaById Method for GetKafkaById * Returns 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) /* * GetKafkas Method for GetKafkas * 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 ApiGetKafkasRequest */ GetKafkas(ctx _context.Context) ApiGetKafkasRequest /* * GetKafkasExecute executes the request * @return KafkaRequestList */ GetKafkasExecute(r ApiGetKafkasRequest) (KafkaRequestList, *_nethttp.Response, error) /* * GetMetricsByInstantQuery Method for GetMetricsByInstantQuery * Returns 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 Method for GetMetricsByRangeQuery * Returns 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) /* * GetVersionMetadata Method for GetVersionMetadata * Returns the kafka Service Fleet Manager API version metadata * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetVersionMetadataRequest */ GetVersionMetadata(ctx _context.Context) ApiGetVersionMetadataRequest /* * GetVersionMetadataExecute executes the request * @return VersionMetadata */ GetVersionMetadataExecute(r ApiGetVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error) /* * PromoteKafka Method for PromoteKafka * Promote a Kafka instance. Promotion is performed asynchronously. The `async` query parameter has to be set to `true`. Only kafka instances with an `eval` billing_model are supported * @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 ApiPromoteKafkaRequest */ PromoteKafka(ctx _context.Context, id string) ApiPromoteKafkaRequest /* * PromoteKafkaExecute executes the request */ PromoteKafkaExecute(r ApiPromoteKafkaRequest) (*_nethttp.Response, error) /* * UpdateKafkaById Method for UpdateKafkaById * Update a Kafka instance 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 ApiUpdateKafkaByIdRequest */ UpdateKafkaById(ctx _context.Context, id string) ApiUpdateKafkaByIdRequest /* * UpdateKafkaByIdExecute executes the request * @return KafkaRequest */ UpdateKafkaByIdExecute(r ApiUpdateKafkaByIdRequest) (KafkaRequest, *_nethttp.Response, error) }
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) CreateKafka ¶
func (a *DefaultApiService) CreateKafka(ctx _context.Context) ApiCreateKafkaRequest
* CreateKafka Method for CreateKafka * Creates a 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) DeleteKafkaById ¶
func (a *DefaultApiService) DeleteKafkaById(ctx _context.Context, id string) ApiDeleteKafkaByIdRequest
* DeleteKafkaById Method for DeleteKafkaById * Deletes 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) FederateMetrics ¶ added in v0.5.0
func (a *DefaultApiService) FederateMetrics(ctx _context.Context, id string) ApiFederateMetricsRequest
* FederateMetrics Method for FederateMetrics * Returns all metrics in scrapeable format for a given 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 ApiFederateMetricsRequest
func (*DefaultApiService) FederateMetricsExecute ¶ added in v0.5.0
func (a *DefaultApiService) FederateMetricsExecute(r ApiFederateMetricsRequest) (string, *_nethttp.Response, error)
* Execute executes the request * @return string
func (*DefaultApiService) GetCloudProviderRegions ¶
func (a *DefaultApiService) GetCloudProviderRegions(ctx _context.Context, id string) ApiGetCloudProviderRegionsRequest
* GetCloudProviderRegions Method for GetCloudProviderRegions * Returns 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 ApiGetCloudProviderRegionsRequest
func (*DefaultApiService) GetCloudProviderRegionsExecute ¶
func (a *DefaultApiService) GetCloudProviderRegionsExecute(r ApiGetCloudProviderRegionsRequest) (CloudRegionList, *_nethttp.Response, error)
* Execute executes the request * @return CloudRegionList
func (*DefaultApiService) GetCloudProviders ¶
func (a *DefaultApiService) GetCloudProviders(ctx _context.Context) ApiGetCloudProvidersRequest
* GetCloudProviders Method for GetCloudProviders * Returns 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 ApiGetCloudProvidersRequest
func (*DefaultApiService) GetCloudProvidersExecute ¶
func (a *DefaultApiService) GetCloudProvidersExecute(r ApiGetCloudProvidersRequest) (CloudProviderList, *_nethttp.Response, error)
* Execute executes the request * @return CloudProviderList
func (*DefaultApiService) GetInstanceTypesByCloudProviderAndRegion ¶ added in v0.11.1
func (a *DefaultApiService) GetInstanceTypesByCloudProviderAndRegion(ctx _context.Context, cloudProvider string, cloudRegion string) ApiGetInstanceTypesByCloudProviderAndRegionRequest
* GetInstanceTypesByCloudProviderAndRegion Method for GetInstanceTypesByCloudProviderAndRegion * Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param cloudProvider ID of the supported cloud provider * @param cloudRegion Name of the supported cloud provider region * @return ApiGetInstanceTypesByCloudProviderAndRegionRequest
func (*DefaultApiService) GetInstanceTypesByCloudProviderAndRegionExecute ¶ added in v0.11.1
func (a *DefaultApiService) GetInstanceTypesByCloudProviderAndRegionExecute(r ApiGetInstanceTypesByCloudProviderAndRegionRequest) (SupportedKafkaInstanceTypesList, *_nethttp.Response, error)
* Execute executes the request * @return SupportedKafkaInstanceTypesList
func (*DefaultApiService) GetKafkaById ¶
func (a *DefaultApiService) GetKafkaById(ctx _context.Context, id string) ApiGetKafkaByIdRequest
* GetKafkaById Method for GetKafkaById * Returns 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) GetKafkas ¶
func (a *DefaultApiService) GetKafkas(ctx _context.Context) ApiGetKafkasRequest
* GetKafkas Method for GetKafkas * 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 ApiGetKafkasRequest
func (*DefaultApiService) GetKafkasExecute ¶
func (a *DefaultApiService) GetKafkasExecute(r ApiGetKafkasRequest) (KafkaRequestList, *_nethttp.Response, error)
* Execute executes the request * @return KafkaRequestList
func (*DefaultApiService) GetMetricsByInstantQuery ¶
func (a *DefaultApiService) GetMetricsByInstantQuery(ctx _context.Context, id string) ApiGetMetricsByInstantQueryRequest
* GetMetricsByInstantQuery Method for GetMetricsByInstantQuery * Returns 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 Method for GetMetricsByRangeQuery * Returns 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) GetVersionMetadata ¶
func (a *DefaultApiService) GetVersionMetadata(ctx _context.Context) ApiGetVersionMetadataRequest
* GetVersionMetadata Method for GetVersionMetadata * Returns the kafka Service Fleet Manager API version metadata * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetVersionMetadataRequest
func (*DefaultApiService) GetVersionMetadataExecute ¶
func (a *DefaultApiService) GetVersionMetadataExecute(r ApiGetVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error)
* Execute executes the request * @return VersionMetadata
func (*DefaultApiService) PromoteKafka ¶ added in v0.19.0
func (a *DefaultApiService) PromoteKafka(ctx _context.Context, id string) ApiPromoteKafkaRequest
* PromoteKafka Method for PromoteKafka * Promote a Kafka instance. Promotion is performed asynchronously. The `async` query parameter has to be set to `true`. Only kafka instances with an `eval` billing_model are supported * @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 ApiPromoteKafkaRequest
func (*DefaultApiService) PromoteKafkaExecute ¶ added in v0.19.0
func (a *DefaultApiService) PromoteKafkaExecute(r ApiPromoteKafkaRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*DefaultApiService) UpdateKafkaById ¶
func (a *DefaultApiService) UpdateKafkaById(ctx _context.Context, id string) ApiUpdateKafkaByIdRequest
* UpdateKafkaById Method for UpdateKafkaById * Update a Kafka instance 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 ApiUpdateKafkaByIdRequest
func (*DefaultApiService) UpdateKafkaByIdExecute ¶
func (a *DefaultApiService) UpdateKafkaByIdExecute(r ApiUpdateKafkaByIdRequest) (KafkaRequest, *_nethttp.Response, error)
* Execute executes the request * @return KafkaRequest
type EnterpriseCluster ¶ added in v0.16.0
type EnterpriseCluster struct { Id string `json:"id"` Kind string `json:"kind"` Href string `json:"href"` // Indicates whether Kafkas created on this data plane cluster have to be accessed via private network AccessKafkasViaPrivateNetwork bool `json:"access_kafkas_via_private_network"` // The OCM's cluster id of the registered Enterprise cluster. ClusterId *string `json:"cluster_id,omitempty"` // The status of Enterprise cluster registration Status *string `json:"status,omitempty"` // The cloud provider for this cluster. This valus will be used as the Kafka's cloud provider value when a Kafka is created on this cluster CloudProvider *string `json:"cloud_provider,omitempty"` // The region of this cluster. This valus will be used as the Kafka's region value when a Kafka is created on this cluster Region *string `json:"region,omitempty"` // A flag indicating whether this cluster is available on multiple availability zones or not MultiAz bool `json:"multi_az"` SupportedInstanceTypes *SupportedKafkaInstanceTypesList `json:"supported_instance_types,omitempty"` CapacityInformation *EnterpriseClusterAllOfCapacityInformation `json:"capacity_information,omitempty"` }
EnterpriseCluster struct for EnterpriseCluster
func NewEnterpriseCluster ¶ added in v0.16.0
func NewEnterpriseCluster(id string, kind string, href string, accessKafkasViaPrivateNetwork bool, multiAz bool) *EnterpriseCluster
NewEnterpriseCluster instantiates a new EnterpriseCluster 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 NewEnterpriseClusterWithDefaults ¶ added in v0.16.0
func NewEnterpriseClusterWithDefaults() *EnterpriseCluster
NewEnterpriseClusterWithDefaults instantiates a new EnterpriseCluster 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 (*EnterpriseCluster) GetAccessKafkasViaPrivateNetwork ¶ added in v0.17.0
func (o *EnterpriseCluster) GetAccessKafkasViaPrivateNetwork() bool
GetAccessKafkasViaPrivateNetwork returns the AccessKafkasViaPrivateNetwork field value
func (*EnterpriseCluster) GetAccessKafkasViaPrivateNetworkOk ¶ added in v0.17.0
func (o *EnterpriseCluster) GetAccessKafkasViaPrivateNetworkOk() (*bool, bool)
GetAccessKafkasViaPrivateNetworkOk returns a tuple with the AccessKafkasViaPrivateNetwork field value and a boolean to check if the value has been set.
func (*EnterpriseCluster) GetCapacityInformation ¶ added in v0.21.0
func (o *EnterpriseCluster) GetCapacityInformation() EnterpriseClusterAllOfCapacityInformation
GetCapacityInformation returns the CapacityInformation field value if set, zero value otherwise.
func (*EnterpriseCluster) GetCapacityInformationOk ¶ added in v0.21.0
func (o *EnterpriseCluster) GetCapacityInformationOk() (*EnterpriseClusterAllOfCapacityInformation, bool)
GetCapacityInformationOk returns a tuple with the CapacityInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnterpriseCluster) GetCloudProvider ¶ added in v0.21.0
func (o *EnterpriseCluster) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.
func (*EnterpriseCluster) GetCloudProviderOk ¶ added in v0.21.0
func (o *EnterpriseCluster) 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 (*EnterpriseCluster) GetClusterId ¶ added in v0.16.0
func (o *EnterpriseCluster) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*EnterpriseCluster) GetClusterIdOk ¶ added in v0.16.0
func (o *EnterpriseCluster) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnterpriseCluster) GetHref ¶ added in v0.17.0
func (o *EnterpriseCluster) GetHref() string
GetHref returns the Href field value
func (*EnterpriseCluster) GetHrefOk ¶ added in v0.17.0
func (o *EnterpriseCluster) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*EnterpriseCluster) GetId ¶ added in v0.17.0
func (o *EnterpriseCluster) GetId() string
GetId returns the Id field value
func (*EnterpriseCluster) GetIdOk ¶ added in v0.17.0
func (o *EnterpriseCluster) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EnterpriseCluster) GetKind ¶ added in v0.17.0
func (o *EnterpriseCluster) GetKind() string
GetKind returns the Kind field value
func (*EnterpriseCluster) GetKindOk ¶ added in v0.17.0
func (o *EnterpriseCluster) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*EnterpriseCluster) GetMultiAz ¶ added in v0.21.0
func (o *EnterpriseCluster) GetMultiAz() bool
GetMultiAz returns the MultiAz field value
func (*EnterpriseCluster) GetMultiAzOk ¶ added in v0.21.0
func (o *EnterpriseCluster) GetMultiAzOk() (*bool, bool)
GetMultiAzOk returns a tuple with the MultiAz field value and a boolean to check if the value has been set.
func (*EnterpriseCluster) GetRegion ¶ added in v0.21.0
func (o *EnterpriseCluster) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*EnterpriseCluster) GetRegionOk ¶ added in v0.21.0
func (o *EnterpriseCluster) 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 (*EnterpriseCluster) GetStatus ¶ added in v0.16.0
func (o *EnterpriseCluster) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*EnterpriseCluster) GetStatusOk ¶ added in v0.16.0
func (o *EnterpriseCluster) 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 (*EnterpriseCluster) GetSupportedInstanceTypes ¶ added in v0.21.0
func (o *EnterpriseCluster) GetSupportedInstanceTypes() SupportedKafkaInstanceTypesList
GetSupportedInstanceTypes returns the SupportedInstanceTypes field value if set, zero value otherwise.
func (*EnterpriseCluster) GetSupportedInstanceTypesOk ¶ added in v0.21.0
func (o *EnterpriseCluster) GetSupportedInstanceTypesOk() (*SupportedKafkaInstanceTypesList, bool)
GetSupportedInstanceTypesOk returns a tuple with the SupportedInstanceTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnterpriseCluster) HasCapacityInformation ¶ added in v0.21.0
func (o *EnterpriseCluster) HasCapacityInformation() bool
HasCapacityInformation returns a boolean if a field has been set.
func (*EnterpriseCluster) HasCloudProvider ¶ added in v0.21.0
func (o *EnterpriseCluster) HasCloudProvider() bool
HasCloudProvider returns a boolean if a field has been set.
func (*EnterpriseCluster) HasClusterId ¶ added in v0.16.0
func (o *EnterpriseCluster) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*EnterpriseCluster) HasRegion ¶ added in v0.21.0
func (o *EnterpriseCluster) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*EnterpriseCluster) HasStatus ¶ added in v0.16.0
func (o *EnterpriseCluster) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*EnterpriseCluster) HasSupportedInstanceTypes ¶ added in v0.21.0
func (o *EnterpriseCluster) HasSupportedInstanceTypes() bool
HasSupportedInstanceTypes returns a boolean if a field has been set.
func (EnterpriseCluster) MarshalJSON ¶ added in v0.16.0
func (o EnterpriseCluster) MarshalJSON() ([]byte, error)
func (*EnterpriseCluster) SetAccessKafkasViaPrivateNetwork ¶ added in v0.17.0
func (o *EnterpriseCluster) SetAccessKafkasViaPrivateNetwork(v bool)
SetAccessKafkasViaPrivateNetwork sets field value
func (*EnterpriseCluster) SetCapacityInformation ¶ added in v0.21.0
func (o *EnterpriseCluster) SetCapacityInformation(v EnterpriseClusterAllOfCapacityInformation)
SetCapacityInformation gets a reference to the given EnterpriseClusterAllOfCapacityInformation and assigns it to the CapacityInformation field.
func (*EnterpriseCluster) SetCloudProvider ¶ added in v0.21.0
func (o *EnterpriseCluster) SetCloudProvider(v string)
SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.
func (*EnterpriseCluster) SetClusterId ¶ added in v0.16.0
func (o *EnterpriseCluster) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*EnterpriseCluster) SetHref ¶ added in v0.17.0
func (o *EnterpriseCluster) SetHref(v string)
SetHref sets field value
func (*EnterpriseCluster) SetId ¶ added in v0.17.0
func (o *EnterpriseCluster) SetId(v string)
SetId sets field value
func (*EnterpriseCluster) SetKind ¶ added in v0.17.0
func (o *EnterpriseCluster) SetKind(v string)
SetKind sets field value
func (*EnterpriseCluster) SetMultiAz ¶ added in v0.21.0
func (o *EnterpriseCluster) SetMultiAz(v bool)
SetMultiAz sets field value
func (*EnterpriseCluster) SetRegion ¶ added in v0.21.0
func (o *EnterpriseCluster) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*EnterpriseCluster) SetStatus ¶ added in v0.16.0
func (o *EnterpriseCluster) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*EnterpriseCluster) SetSupportedInstanceTypes ¶ added in v0.21.0
func (o *EnterpriseCluster) SetSupportedInstanceTypes(v SupportedKafkaInstanceTypesList)
SetSupportedInstanceTypes gets a reference to the given SupportedKafkaInstanceTypesList and assigns it to the SupportedInstanceTypes field.
type EnterpriseClusterAllOf ¶ added in v0.16.0
type EnterpriseClusterAllOf struct { SupportedInstanceTypes *SupportedKafkaInstanceTypesList `json:"supported_instance_types,omitempty"` CapacityInformation *EnterpriseClusterAllOfCapacityInformation `json:"capacity_information,omitempty"` }
EnterpriseClusterAllOf struct for EnterpriseClusterAllOf
func NewEnterpriseClusterAllOf ¶ added in v0.16.0
func NewEnterpriseClusterAllOf() *EnterpriseClusterAllOf
NewEnterpriseClusterAllOf instantiates a new EnterpriseClusterAllOf 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 NewEnterpriseClusterAllOfWithDefaults ¶ added in v0.16.0
func NewEnterpriseClusterAllOfWithDefaults() *EnterpriseClusterAllOf
NewEnterpriseClusterAllOfWithDefaults instantiates a new EnterpriseClusterAllOf 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 (*EnterpriseClusterAllOf) GetCapacityInformation ¶ added in v0.21.0
func (o *EnterpriseClusterAllOf) GetCapacityInformation() EnterpriseClusterAllOfCapacityInformation
GetCapacityInformation returns the CapacityInformation field value if set, zero value otherwise.
func (*EnterpriseClusterAllOf) GetCapacityInformationOk ¶ added in v0.21.0
func (o *EnterpriseClusterAllOf) GetCapacityInformationOk() (*EnterpriseClusterAllOfCapacityInformation, bool)
GetCapacityInformationOk returns a tuple with the CapacityInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnterpriseClusterAllOf) GetSupportedInstanceTypes ¶ added in v0.21.0
func (o *EnterpriseClusterAllOf) GetSupportedInstanceTypes() SupportedKafkaInstanceTypesList
GetSupportedInstanceTypes returns the SupportedInstanceTypes field value if set, zero value otherwise.
func (*EnterpriseClusterAllOf) GetSupportedInstanceTypesOk ¶ added in v0.21.0
func (o *EnterpriseClusterAllOf) GetSupportedInstanceTypesOk() (*SupportedKafkaInstanceTypesList, bool)
GetSupportedInstanceTypesOk returns a tuple with the SupportedInstanceTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnterpriseClusterAllOf) HasCapacityInformation ¶ added in v0.21.0
func (o *EnterpriseClusterAllOf) HasCapacityInformation() bool
HasCapacityInformation returns a boolean if a field has been set.
func (*EnterpriseClusterAllOf) HasSupportedInstanceTypes ¶ added in v0.21.0
func (o *EnterpriseClusterAllOf) HasSupportedInstanceTypes() bool
HasSupportedInstanceTypes returns a boolean if a field has been set.
func (EnterpriseClusterAllOf) MarshalJSON ¶ added in v0.16.0
func (o EnterpriseClusterAllOf) MarshalJSON() ([]byte, error)
func (*EnterpriseClusterAllOf) SetCapacityInformation ¶ added in v0.21.0
func (o *EnterpriseClusterAllOf) SetCapacityInformation(v EnterpriseClusterAllOfCapacityInformation)
SetCapacityInformation gets a reference to the given EnterpriseClusterAllOfCapacityInformation and assigns it to the CapacityInformation field.
func (*EnterpriseClusterAllOf) SetSupportedInstanceTypes ¶ added in v0.21.0
func (o *EnterpriseClusterAllOf) SetSupportedInstanceTypes(v SupportedKafkaInstanceTypesList)
SetSupportedInstanceTypes gets a reference to the given SupportedKafkaInstanceTypesList and assigns it to the SupportedInstanceTypes field.
type EnterpriseClusterAllOfCapacityInformation ¶ added in v0.21.0
type EnterpriseClusterAllOfCapacityInformation struct { // The kafka machine pool node count provided during cluster registration KafkaMachinePoolNodeCount int32 `json:"kafka_machine_pool_node_count"` // The maximum number of Kafka streaming units that can be created on this cluster MaximumKafkaStreamingUnits int32 `json:"maximum_kafka_streaming_units"` // The remaining number of Kafka streaming units that can be still be created on this cluster RemainingKafkaStreamingUnits int32 `json:"remaining_kafka_streaming_units"` // The number of Kafka streaming units that have been consumed on this cluster ConsumedKafkaStreamingUnits int32 `json:"consumed_kafka_streaming_units"` }
EnterpriseClusterAllOfCapacityInformation Returns the capacity related information
func NewEnterpriseClusterAllOfCapacityInformation ¶ added in v0.21.0
func NewEnterpriseClusterAllOfCapacityInformation(kafkaMachinePoolNodeCount int32, maximumKafkaStreamingUnits int32, remainingKafkaStreamingUnits int32, consumedKafkaStreamingUnits int32) *EnterpriseClusterAllOfCapacityInformation
NewEnterpriseClusterAllOfCapacityInformation instantiates a new EnterpriseClusterAllOfCapacityInformation 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 NewEnterpriseClusterAllOfCapacityInformationWithDefaults ¶ added in v0.21.0
func NewEnterpriseClusterAllOfCapacityInformationWithDefaults() *EnterpriseClusterAllOfCapacityInformation
NewEnterpriseClusterAllOfCapacityInformationWithDefaults instantiates a new EnterpriseClusterAllOfCapacityInformation 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 (*EnterpriseClusterAllOfCapacityInformation) GetConsumedKafkaStreamingUnits ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) GetConsumedKafkaStreamingUnits() int32
GetConsumedKafkaStreamingUnits returns the ConsumedKafkaStreamingUnits field value
func (*EnterpriseClusterAllOfCapacityInformation) GetConsumedKafkaStreamingUnitsOk ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) GetConsumedKafkaStreamingUnitsOk() (*int32, bool)
GetConsumedKafkaStreamingUnitsOk returns a tuple with the ConsumedKafkaStreamingUnits field value and a boolean to check if the value has been set.
func (*EnterpriseClusterAllOfCapacityInformation) GetKafkaMachinePoolNodeCount ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) GetKafkaMachinePoolNodeCount() int32
GetKafkaMachinePoolNodeCount returns the KafkaMachinePoolNodeCount field value
func (*EnterpriseClusterAllOfCapacityInformation) GetKafkaMachinePoolNodeCountOk ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) GetKafkaMachinePoolNodeCountOk() (*int32, bool)
GetKafkaMachinePoolNodeCountOk returns a tuple with the KafkaMachinePoolNodeCount field value and a boolean to check if the value has been set.
func (*EnterpriseClusterAllOfCapacityInformation) GetMaximumKafkaStreamingUnits ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) GetMaximumKafkaStreamingUnits() int32
GetMaximumKafkaStreamingUnits returns the MaximumKafkaStreamingUnits field value
func (*EnterpriseClusterAllOfCapacityInformation) GetMaximumKafkaStreamingUnitsOk ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) GetMaximumKafkaStreamingUnitsOk() (*int32, bool)
GetMaximumKafkaStreamingUnitsOk returns a tuple with the MaximumKafkaStreamingUnits field value and a boolean to check if the value has been set.
func (*EnterpriseClusterAllOfCapacityInformation) GetRemainingKafkaStreamingUnits ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) GetRemainingKafkaStreamingUnits() int32
GetRemainingKafkaStreamingUnits returns the RemainingKafkaStreamingUnits field value
func (*EnterpriseClusterAllOfCapacityInformation) GetRemainingKafkaStreamingUnitsOk ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) GetRemainingKafkaStreamingUnitsOk() (*int32, bool)
GetRemainingKafkaStreamingUnitsOk returns a tuple with the RemainingKafkaStreamingUnits field value and a boolean to check if the value has been set.
func (EnterpriseClusterAllOfCapacityInformation) MarshalJSON ¶ added in v0.21.0
func (o EnterpriseClusterAllOfCapacityInformation) MarshalJSON() ([]byte, error)
func (*EnterpriseClusterAllOfCapacityInformation) SetConsumedKafkaStreamingUnits ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) SetConsumedKafkaStreamingUnits(v int32)
SetConsumedKafkaStreamingUnits sets field value
func (*EnterpriseClusterAllOfCapacityInformation) SetKafkaMachinePoolNodeCount ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) SetKafkaMachinePoolNodeCount(v int32)
SetKafkaMachinePoolNodeCount sets field value
func (*EnterpriseClusterAllOfCapacityInformation) SetMaximumKafkaStreamingUnits ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) SetMaximumKafkaStreamingUnits(v int32)
SetMaximumKafkaStreamingUnits sets field value
func (*EnterpriseClusterAllOfCapacityInformation) SetRemainingKafkaStreamingUnits ¶ added in v0.21.0
func (o *EnterpriseClusterAllOfCapacityInformation) SetRemainingKafkaStreamingUnits(v int32)
SetRemainingKafkaStreamingUnits sets field value
type EnterpriseClusterList ¶ added in v0.17.0
type EnterpriseClusterList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []EnterpriseClusterListItem `json:"items"` }
EnterpriseClusterList struct for EnterpriseClusterList
func NewEnterpriseClusterList ¶ added in v0.17.0
func NewEnterpriseClusterList(kind string, page int32, size int32, total int32, items []EnterpriseClusterListItem) *EnterpriseClusterList
NewEnterpriseClusterList instantiates a new EnterpriseClusterList 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 NewEnterpriseClusterListWithDefaults ¶ added in v0.17.0
func NewEnterpriseClusterListWithDefaults() *EnterpriseClusterList
NewEnterpriseClusterListWithDefaults instantiates a new EnterpriseClusterList 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 (*EnterpriseClusterList) GetItems ¶ added in v0.17.0
func (o *EnterpriseClusterList) GetItems() []EnterpriseClusterListItem
GetItems returns the Items field value
func (*EnterpriseClusterList) GetItemsOk ¶ added in v0.17.0
func (o *EnterpriseClusterList) GetItemsOk() (*[]EnterpriseClusterListItem, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*EnterpriseClusterList) GetKind ¶ added in v0.17.0
func (o *EnterpriseClusterList) GetKind() string
GetKind returns the Kind field value
func (*EnterpriseClusterList) GetKindOk ¶ added in v0.17.0
func (o *EnterpriseClusterList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*EnterpriseClusterList) GetPage ¶ added in v0.17.0
func (o *EnterpriseClusterList) GetPage() int32
GetPage returns the Page field value
func (*EnterpriseClusterList) GetPageOk ¶ added in v0.17.0
func (o *EnterpriseClusterList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*EnterpriseClusterList) GetSize ¶ added in v0.17.0
func (o *EnterpriseClusterList) GetSize() int32
GetSize returns the Size field value
func (*EnterpriseClusterList) GetSizeOk ¶ added in v0.17.0
func (o *EnterpriseClusterList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*EnterpriseClusterList) GetTotal ¶ added in v0.17.0
func (o *EnterpriseClusterList) GetTotal() int32
GetTotal returns the Total field value
func (*EnterpriseClusterList) GetTotalOk ¶ added in v0.17.0
func (o *EnterpriseClusterList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (EnterpriseClusterList) MarshalJSON ¶ added in v0.17.0
func (o EnterpriseClusterList) MarshalJSON() ([]byte, error)
func (*EnterpriseClusterList) SetItems ¶ added in v0.17.0
func (o *EnterpriseClusterList) SetItems(v []EnterpriseClusterListItem)
SetItems sets field value
func (*EnterpriseClusterList) SetKind ¶ added in v0.17.0
func (o *EnterpriseClusterList) SetKind(v string)
SetKind sets field value
func (*EnterpriseClusterList) SetPage ¶ added in v0.17.0
func (o *EnterpriseClusterList) SetPage(v int32)
SetPage sets field value
func (*EnterpriseClusterList) SetSize ¶ added in v0.17.0
func (o *EnterpriseClusterList) SetSize(v int32)
SetSize sets field value
func (*EnterpriseClusterList) SetTotal ¶ added in v0.17.0
func (o *EnterpriseClusterList) SetTotal(v int32)
SetTotal sets field value
type EnterpriseClusterListAllOf ¶ added in v0.17.0
type EnterpriseClusterListAllOf struct {
Items []EnterpriseClusterListItem `json:"items"`
}
EnterpriseClusterListAllOf struct for EnterpriseClusterListAllOf
func NewEnterpriseClusterListAllOf ¶ added in v0.17.0
func NewEnterpriseClusterListAllOf(items []EnterpriseClusterListItem) *EnterpriseClusterListAllOf
NewEnterpriseClusterListAllOf instantiates a new EnterpriseClusterListAllOf 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 NewEnterpriseClusterListAllOfWithDefaults ¶ added in v0.17.0
func NewEnterpriseClusterListAllOfWithDefaults() *EnterpriseClusterListAllOf
NewEnterpriseClusterListAllOfWithDefaults instantiates a new EnterpriseClusterListAllOf 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 (*EnterpriseClusterListAllOf) GetItems ¶ added in v0.17.0
func (o *EnterpriseClusterListAllOf) GetItems() []EnterpriseClusterListItem
GetItems returns the Items field value
func (*EnterpriseClusterListAllOf) GetItemsOk ¶ added in v0.17.0
func (o *EnterpriseClusterListAllOf) GetItemsOk() (*[]EnterpriseClusterListItem, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (EnterpriseClusterListAllOf) MarshalJSON ¶ added in v0.17.0
func (o EnterpriseClusterListAllOf) MarshalJSON() ([]byte, error)
func (*EnterpriseClusterListAllOf) SetItems ¶ added in v0.17.0
func (o *EnterpriseClusterListAllOf) SetItems(v []EnterpriseClusterListItem)
SetItems sets field value
type EnterpriseClusterListItem ¶ added in v0.21.0
type EnterpriseClusterListItem struct { Id string `json:"id"` Kind string `json:"kind"` Href string `json:"href"` // Indicates whether Kafkas created on this data plane cluster have to be accessed via private network AccessKafkasViaPrivateNetwork bool `json:"access_kafkas_via_private_network"` // The OCM's cluster id of the registered Enterprise cluster. ClusterId *string `json:"cluster_id,omitempty"` // The status of Enterprise cluster registration Status *string `json:"status,omitempty"` // The cloud provider for this cluster. This valus will be used as the Kafka's cloud provider value when a Kafka is created on this cluster CloudProvider *string `json:"cloud_provider,omitempty"` // The region of this cluster. This valus will be used as the Kafka's region value when a Kafka is created on this cluster Region *string `json:"region,omitempty"` // A flag indicating whether this cluster is available on multiple availability zones or not MultiAz bool `json:"multi_az"` }
EnterpriseClusterListItem struct for EnterpriseClusterListItem
func NewEnterpriseClusterListItem ¶ added in v0.21.0
func NewEnterpriseClusterListItem(id string, kind string, href string, accessKafkasViaPrivateNetwork bool, multiAz bool) *EnterpriseClusterListItem
NewEnterpriseClusterListItem instantiates a new EnterpriseClusterListItem 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 NewEnterpriseClusterListItemWithDefaults ¶ added in v0.21.0
func NewEnterpriseClusterListItemWithDefaults() *EnterpriseClusterListItem
NewEnterpriseClusterListItemWithDefaults instantiates a new EnterpriseClusterListItem 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 (*EnterpriseClusterListItem) GetAccessKafkasViaPrivateNetwork ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetAccessKafkasViaPrivateNetwork() bool
GetAccessKafkasViaPrivateNetwork returns the AccessKafkasViaPrivateNetwork field value
func (*EnterpriseClusterListItem) GetAccessKafkasViaPrivateNetworkOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetAccessKafkasViaPrivateNetworkOk() (*bool, bool)
GetAccessKafkasViaPrivateNetworkOk returns a tuple with the AccessKafkasViaPrivateNetwork field value and a boolean to check if the value has been set.
func (*EnterpriseClusterListItem) GetCloudProvider ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.
func (*EnterpriseClusterListItem) GetCloudProviderOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) 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 (*EnterpriseClusterListItem) GetClusterId ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*EnterpriseClusterListItem) GetClusterIdOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnterpriseClusterListItem) GetHref ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetHref() string
GetHref returns the Href field value
func (*EnterpriseClusterListItem) GetHrefOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*EnterpriseClusterListItem) GetId ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetId() string
GetId returns the Id field value
func (*EnterpriseClusterListItem) GetIdOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EnterpriseClusterListItem) GetKind ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetKind() string
GetKind returns the Kind field value
func (*EnterpriseClusterListItem) GetKindOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*EnterpriseClusterListItem) GetMultiAz ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetMultiAz() bool
GetMultiAz returns the MultiAz field value
func (*EnterpriseClusterListItem) GetMultiAzOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetMultiAzOk() (*bool, bool)
GetMultiAzOk returns a tuple with the MultiAz field value and a boolean to check if the value has been set.
func (*EnterpriseClusterListItem) GetRegion ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*EnterpriseClusterListItem) GetRegionOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) 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 (*EnterpriseClusterListItem) GetStatus ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*EnterpriseClusterListItem) GetStatusOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) 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 (*EnterpriseClusterListItem) HasCloudProvider ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) HasCloudProvider() bool
HasCloudProvider returns a boolean if a field has been set.
func (*EnterpriseClusterListItem) HasClusterId ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*EnterpriseClusterListItem) HasRegion ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*EnterpriseClusterListItem) HasStatus ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (EnterpriseClusterListItem) MarshalJSON ¶ added in v0.21.0
func (o EnterpriseClusterListItem) MarshalJSON() ([]byte, error)
func (*EnterpriseClusterListItem) SetAccessKafkasViaPrivateNetwork ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) SetAccessKafkasViaPrivateNetwork(v bool)
SetAccessKafkasViaPrivateNetwork sets field value
func (*EnterpriseClusterListItem) SetCloudProvider ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) SetCloudProvider(v string)
SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.
func (*EnterpriseClusterListItem) SetClusterId ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*EnterpriseClusterListItem) SetHref ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) SetHref(v string)
SetHref sets field value
func (*EnterpriseClusterListItem) SetId ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) SetId(v string)
SetId sets field value
func (*EnterpriseClusterListItem) SetKind ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) SetKind(v string)
SetKind sets field value
func (*EnterpriseClusterListItem) SetMultiAz ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) SetMultiAz(v bool)
SetMultiAz sets field value
func (*EnterpriseClusterListItem) SetRegion ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*EnterpriseClusterListItem) SetStatus ¶ added in v0.21.0
func (o *EnterpriseClusterListItem) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type EnterpriseClusterListItemAllOf ¶ added in v0.21.0
type EnterpriseClusterListItemAllOf struct { // Indicates whether Kafkas created on this data plane cluster have to be accessed via private network AccessKafkasViaPrivateNetwork bool `json:"access_kafkas_via_private_network"` // The OCM's cluster id of the registered Enterprise cluster. ClusterId *string `json:"cluster_id,omitempty"` // The status of Enterprise cluster registration Status *string `json:"status,omitempty"` // The cloud provider for this cluster. This valus will be used as the Kafka's cloud provider value when a Kafka is created on this cluster CloudProvider *string `json:"cloud_provider,omitempty"` // The region of this cluster. This valus will be used as the Kafka's region value when a Kafka is created on this cluster Region *string `json:"region,omitempty"` // A flag indicating whether this cluster is available on multiple availability zones or not MultiAz bool `json:"multi_az"` }
EnterpriseClusterListItemAllOf struct for EnterpriseClusterListItemAllOf
func NewEnterpriseClusterListItemAllOf ¶ added in v0.21.0
func NewEnterpriseClusterListItemAllOf(accessKafkasViaPrivateNetwork bool, multiAz bool) *EnterpriseClusterListItemAllOf
NewEnterpriseClusterListItemAllOf instantiates a new EnterpriseClusterListItemAllOf 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 NewEnterpriseClusterListItemAllOfWithDefaults ¶ added in v0.21.0
func NewEnterpriseClusterListItemAllOfWithDefaults() *EnterpriseClusterListItemAllOf
NewEnterpriseClusterListItemAllOfWithDefaults instantiates a new EnterpriseClusterListItemAllOf 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 (*EnterpriseClusterListItemAllOf) GetAccessKafkasViaPrivateNetwork ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) GetAccessKafkasViaPrivateNetwork() bool
GetAccessKafkasViaPrivateNetwork returns the AccessKafkasViaPrivateNetwork field value
func (*EnterpriseClusterListItemAllOf) GetAccessKafkasViaPrivateNetworkOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) GetAccessKafkasViaPrivateNetworkOk() (*bool, bool)
GetAccessKafkasViaPrivateNetworkOk returns a tuple with the AccessKafkasViaPrivateNetwork field value and a boolean to check if the value has been set.
func (*EnterpriseClusterListItemAllOf) GetCloudProvider ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.
func (*EnterpriseClusterListItemAllOf) GetCloudProviderOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) 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 (*EnterpriseClusterListItemAllOf) GetClusterId ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*EnterpriseClusterListItemAllOf) GetClusterIdOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnterpriseClusterListItemAllOf) GetMultiAz ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) GetMultiAz() bool
GetMultiAz returns the MultiAz field value
func (*EnterpriseClusterListItemAllOf) GetMultiAzOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) GetMultiAzOk() (*bool, bool)
GetMultiAzOk returns a tuple with the MultiAz field value and a boolean to check if the value has been set.
func (*EnterpriseClusterListItemAllOf) GetRegion ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*EnterpriseClusterListItemAllOf) GetRegionOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) 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 (*EnterpriseClusterListItemAllOf) GetStatus ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*EnterpriseClusterListItemAllOf) GetStatusOk ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) 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 (*EnterpriseClusterListItemAllOf) HasCloudProvider ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) HasCloudProvider() bool
HasCloudProvider returns a boolean if a field has been set.
func (*EnterpriseClusterListItemAllOf) HasClusterId ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*EnterpriseClusterListItemAllOf) HasRegion ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*EnterpriseClusterListItemAllOf) HasStatus ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (EnterpriseClusterListItemAllOf) MarshalJSON ¶ added in v0.21.0
func (o EnterpriseClusterListItemAllOf) MarshalJSON() ([]byte, error)
func (*EnterpriseClusterListItemAllOf) SetAccessKafkasViaPrivateNetwork ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) SetAccessKafkasViaPrivateNetwork(v bool)
SetAccessKafkasViaPrivateNetwork sets field value
func (*EnterpriseClusterListItemAllOf) SetCloudProvider ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) SetCloudProvider(v string)
SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.
func (*EnterpriseClusterListItemAllOf) SetClusterId ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*EnterpriseClusterListItemAllOf) SetMultiAz ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) SetMultiAz(v bool)
SetMultiAz sets field value
func (*EnterpriseClusterListItemAllOf) SetRegion ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*EnterpriseClusterListItemAllOf) SetStatus ¶ added in v0.21.0
func (o *EnterpriseClusterListItemAllOf) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type EnterpriseClusterWithAddonParameters ¶ added in v0.19.0
type EnterpriseClusterWithAddonParameters struct { Id string `json:"id"` Kind string `json:"kind"` Href string `json:"href"` // Indicates whether Kafkas created on this data plane cluster have to be accessed via private network AccessKafkasViaPrivateNetwork bool `json:"access_kafkas_via_private_network"` // The OCM's cluster id of the registered Enterprise cluster. ClusterId *string `json:"cluster_id,omitempty"` // The status of Enterprise cluster registration Status *string `json:"status,omitempty"` // The cloud provider for this cluster. This valus will be used as the Kafka's cloud provider value when a Kafka is created on this cluster CloudProvider *string `json:"cloud_provider,omitempty"` // The region of this cluster. This valus will be used as the Kafka's region value when a Kafka is created on this cluster Region *string `json:"region,omitempty"` // A flag indicating whether this cluster is available on multiple availability zones or not MultiAz bool `json:"multi_az"` FleetshardParameters *[]FleetshardParameter `json:"fleetshard_parameters,omitempty"` }
EnterpriseClusterWithAddonParameters Enterprise cluster with addon parameters
func NewEnterpriseClusterWithAddonParameters ¶ added in v0.19.0
func NewEnterpriseClusterWithAddonParameters(id string, kind string, href string, accessKafkasViaPrivateNetwork bool, multiAz bool) *EnterpriseClusterWithAddonParameters
NewEnterpriseClusterWithAddonParameters instantiates a new EnterpriseClusterWithAddonParameters 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 NewEnterpriseClusterWithAddonParametersWithDefaults ¶ added in v0.19.0
func NewEnterpriseClusterWithAddonParametersWithDefaults() *EnterpriseClusterWithAddonParameters
NewEnterpriseClusterWithAddonParametersWithDefaults instantiates a new EnterpriseClusterWithAddonParameters 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 (*EnterpriseClusterWithAddonParameters) GetAccessKafkasViaPrivateNetwork ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetAccessKafkasViaPrivateNetwork() bool
GetAccessKafkasViaPrivateNetwork returns the AccessKafkasViaPrivateNetwork field value
func (*EnterpriseClusterWithAddonParameters) GetAccessKafkasViaPrivateNetworkOk ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetAccessKafkasViaPrivateNetworkOk() (*bool, bool)
GetAccessKafkasViaPrivateNetworkOk returns a tuple with the AccessKafkasViaPrivateNetwork field value and a boolean to check if the value has been set.
func (*EnterpriseClusterWithAddonParameters) GetCloudProvider ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.
func (*EnterpriseClusterWithAddonParameters) GetCloudProviderOk ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) 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 (*EnterpriseClusterWithAddonParameters) GetClusterId ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*EnterpriseClusterWithAddonParameters) GetClusterIdOk ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnterpriseClusterWithAddonParameters) GetFleetshardParameters ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetFleetshardParameters() []FleetshardParameter
GetFleetshardParameters returns the FleetshardParameters field value if set, zero value otherwise.
func (*EnterpriseClusterWithAddonParameters) GetFleetshardParametersOk ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetFleetshardParametersOk() (*[]FleetshardParameter, bool)
GetFleetshardParametersOk returns a tuple with the FleetshardParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnterpriseClusterWithAddonParameters) GetHref ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetHref() string
GetHref returns the Href field value
func (*EnterpriseClusterWithAddonParameters) GetHrefOk ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*EnterpriseClusterWithAddonParameters) GetId ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetId() string
GetId returns the Id field value
func (*EnterpriseClusterWithAddonParameters) GetIdOk ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EnterpriseClusterWithAddonParameters) GetKind ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetKind() string
GetKind returns the Kind field value
func (*EnterpriseClusterWithAddonParameters) GetKindOk ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*EnterpriseClusterWithAddonParameters) GetMultiAz ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) GetMultiAz() bool
GetMultiAz returns the MultiAz field value
func (*EnterpriseClusterWithAddonParameters) GetMultiAzOk ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) GetMultiAzOk() (*bool, bool)
GetMultiAzOk returns a tuple with the MultiAz field value and a boolean to check if the value has been set.
func (*EnterpriseClusterWithAddonParameters) GetRegion ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*EnterpriseClusterWithAddonParameters) GetRegionOk ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) 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 (*EnterpriseClusterWithAddonParameters) GetStatus ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*EnterpriseClusterWithAddonParameters) GetStatusOk ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) 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 (*EnterpriseClusterWithAddonParameters) HasCloudProvider ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) HasCloudProvider() bool
HasCloudProvider returns a boolean if a field has been set.
func (*EnterpriseClusterWithAddonParameters) HasClusterId ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*EnterpriseClusterWithAddonParameters) HasFleetshardParameters ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) HasFleetshardParameters() bool
HasFleetshardParameters returns a boolean if a field has been set.
func (*EnterpriseClusterWithAddonParameters) HasRegion ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*EnterpriseClusterWithAddonParameters) HasStatus ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (EnterpriseClusterWithAddonParameters) MarshalJSON ¶ added in v0.19.0
func (o EnterpriseClusterWithAddonParameters) MarshalJSON() ([]byte, error)
func (*EnterpriseClusterWithAddonParameters) SetAccessKafkasViaPrivateNetwork ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) SetAccessKafkasViaPrivateNetwork(v bool)
SetAccessKafkasViaPrivateNetwork sets field value
func (*EnterpriseClusterWithAddonParameters) SetCloudProvider ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) SetCloudProvider(v string)
SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.
func (*EnterpriseClusterWithAddonParameters) SetClusterId ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*EnterpriseClusterWithAddonParameters) SetFleetshardParameters ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) SetFleetshardParameters(v []FleetshardParameter)
SetFleetshardParameters gets a reference to the given []FleetshardParameter and assigns it to the FleetshardParameters field.
func (*EnterpriseClusterWithAddonParameters) SetHref ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) SetHref(v string)
SetHref sets field value
func (*EnterpriseClusterWithAddonParameters) SetId ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) SetId(v string)
SetId sets field value
func (*EnterpriseClusterWithAddonParameters) SetKind ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) SetKind(v string)
SetKind sets field value
func (*EnterpriseClusterWithAddonParameters) SetMultiAz ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) SetMultiAz(v bool)
SetMultiAz sets field value
func (*EnterpriseClusterWithAddonParameters) SetRegion ¶ added in v0.21.0
func (o *EnterpriseClusterWithAddonParameters) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*EnterpriseClusterWithAddonParameters) SetStatus ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParameters) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type EnterpriseClusterWithAddonParametersAllOf ¶ added in v0.19.0
type EnterpriseClusterWithAddonParametersAllOf struct {
FleetshardParameters *[]FleetshardParameter `json:"fleetshard_parameters,omitempty"`
}
EnterpriseClusterWithAddonParametersAllOf struct for EnterpriseClusterWithAddonParametersAllOf
func NewEnterpriseClusterWithAddonParametersAllOf ¶ added in v0.19.0
func NewEnterpriseClusterWithAddonParametersAllOf() *EnterpriseClusterWithAddonParametersAllOf
NewEnterpriseClusterWithAddonParametersAllOf instantiates a new EnterpriseClusterWithAddonParametersAllOf 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 NewEnterpriseClusterWithAddonParametersAllOfWithDefaults ¶ added in v0.19.0
func NewEnterpriseClusterWithAddonParametersAllOfWithDefaults() *EnterpriseClusterWithAddonParametersAllOf
NewEnterpriseClusterWithAddonParametersAllOfWithDefaults instantiates a new EnterpriseClusterWithAddonParametersAllOf 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 (*EnterpriseClusterWithAddonParametersAllOf) GetFleetshardParameters ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParametersAllOf) GetFleetshardParameters() []FleetshardParameter
GetFleetshardParameters returns the FleetshardParameters field value if set, zero value otherwise.
func (*EnterpriseClusterWithAddonParametersAllOf) GetFleetshardParametersOk ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParametersAllOf) GetFleetshardParametersOk() (*[]FleetshardParameter, bool)
GetFleetshardParametersOk returns a tuple with the FleetshardParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnterpriseClusterWithAddonParametersAllOf) HasFleetshardParameters ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParametersAllOf) HasFleetshardParameters() bool
HasFleetshardParameters returns a boolean if a field has been set.
func (EnterpriseClusterWithAddonParametersAllOf) MarshalJSON ¶ added in v0.19.0
func (o EnterpriseClusterWithAddonParametersAllOf) MarshalJSON() ([]byte, error)
func (*EnterpriseClusterWithAddonParametersAllOf) SetFleetshardParameters ¶ added in v0.19.0
func (o *EnterpriseClusterWithAddonParametersAllOf) SetFleetshardParameters(v []FleetshardParameter)
SetFleetshardParameters gets a reference to the given []FleetshardParameter and assigns it to the FleetshardParameters field.
type EnterpriseDataplaneClustersApi ¶ added in v0.17.0
type EnterpriseDataplaneClustersApi interface { /* * DeleteEnterpriseClusterById Method for DeleteEnterpriseClusterById * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id ID of the enterprise data plane cluster * @return ApiDeleteEnterpriseClusterByIdRequest */ DeleteEnterpriseClusterById(ctx _context.Context, id string) ApiDeleteEnterpriseClusterByIdRequest /* * DeleteEnterpriseClusterByIdExecute executes the request * @return Error */ DeleteEnterpriseClusterByIdExecute(r ApiDeleteEnterpriseClusterByIdRequest) (Error, *_nethttp.Response, error) /* * GetEnterpriseClusterById Method for GetEnterpriseClusterById * Returns enterprise data plane cluster by ID * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id ID of the enterprise data plane cluster * @return ApiGetEnterpriseClusterByIdRequest */ GetEnterpriseClusterById(ctx _context.Context, id string) ApiGetEnterpriseClusterByIdRequest /* * GetEnterpriseClusterByIdExecute executes the request * @return EnterpriseCluster */ GetEnterpriseClusterByIdExecute(r ApiGetEnterpriseClusterByIdRequest) (EnterpriseCluster, *_nethttp.Response, error) /* * GetEnterpriseClusterWithAddonParameters Method for GetEnterpriseClusterWithAddonParameters * Returns enterprise data plane cluster by ID along with its addon parameters * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id ID of the enterprise data plane cluster * @return ApiGetEnterpriseClusterWithAddonParametersRequest */ GetEnterpriseClusterWithAddonParameters(ctx _context.Context, id string) ApiGetEnterpriseClusterWithAddonParametersRequest /* * GetEnterpriseClusterWithAddonParametersExecute executes the request * @return EnterpriseClusterWithAddonParameters */ GetEnterpriseClusterWithAddonParametersExecute(r ApiGetEnterpriseClusterWithAddonParametersRequest) (EnterpriseClusterWithAddonParameters, *_nethttp.Response, error) /* * GetEnterpriseOsdClusters Method for GetEnterpriseOsdClusters * List all Enterprise data plane clusters * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetEnterpriseOsdClustersRequest */ GetEnterpriseOsdClusters(ctx _context.Context) ApiGetEnterpriseOsdClustersRequest /* * GetEnterpriseOsdClustersExecute executes the request * @return EnterpriseClusterList */ GetEnterpriseOsdClustersExecute(r ApiGetEnterpriseOsdClustersRequest) (EnterpriseClusterList, *_nethttp.Response, error) /* * RegisterEnterpriseOsdCluster Method for RegisterEnterpriseOsdCluster * Register enterprise data plane cluster * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiRegisterEnterpriseOsdClusterRequest */ RegisterEnterpriseOsdCluster(ctx _context.Context) ApiRegisterEnterpriseOsdClusterRequest /* * RegisterEnterpriseOsdClusterExecute executes the request * @return EnterpriseClusterWithAddonParameters */ RegisterEnterpriseOsdClusterExecute(r ApiRegisterEnterpriseOsdClusterRequest) (EnterpriseClusterWithAddonParameters, *_nethttp.Response, error) }
type EnterpriseDataplaneClustersApiService ¶ added in v0.17.0
type EnterpriseDataplaneClustersApiService service
EnterpriseDataplaneClustersApiService EnterpriseDataplaneClustersApi service
func (*EnterpriseDataplaneClustersApiService) DeleteEnterpriseClusterById ¶ added in v0.17.0
func (a *EnterpriseDataplaneClustersApiService) DeleteEnterpriseClusterById(ctx _context.Context, id string) ApiDeleteEnterpriseClusterByIdRequest
* DeleteEnterpriseClusterById Method for DeleteEnterpriseClusterById * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id ID of the enterprise data plane cluster * @return ApiDeleteEnterpriseClusterByIdRequest
func (*EnterpriseDataplaneClustersApiService) DeleteEnterpriseClusterByIdExecute ¶ added in v0.17.0
func (a *EnterpriseDataplaneClustersApiService) DeleteEnterpriseClusterByIdExecute(r ApiDeleteEnterpriseClusterByIdRequest) (Error, *_nethttp.Response, error)
* Execute executes the request * @return Error
func (*EnterpriseDataplaneClustersApiService) GetEnterpriseClusterById ¶ added in v0.19.0
func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseClusterById(ctx _context.Context, id string) ApiGetEnterpriseClusterByIdRequest
* GetEnterpriseClusterById Method for GetEnterpriseClusterById * Returns enterprise data plane cluster by ID * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id ID of the enterprise data plane cluster * @return ApiGetEnterpriseClusterByIdRequest
func (*EnterpriseDataplaneClustersApiService) GetEnterpriseClusterByIdExecute ¶ added in v0.19.0
func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseClusterByIdExecute(r ApiGetEnterpriseClusterByIdRequest) (EnterpriseCluster, *_nethttp.Response, error)
* Execute executes the request * @return EnterpriseCluster
func (*EnterpriseDataplaneClustersApiService) GetEnterpriseClusterWithAddonParameters ¶ added in v0.19.0
func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseClusterWithAddonParameters(ctx _context.Context, id string) ApiGetEnterpriseClusterWithAddonParametersRequest
* GetEnterpriseClusterWithAddonParameters Method for GetEnterpriseClusterWithAddonParameters * Returns enterprise data plane cluster by ID along with its addon parameters * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id ID of the enterprise data plane cluster * @return ApiGetEnterpriseClusterWithAddonParametersRequest
func (*EnterpriseDataplaneClustersApiService) GetEnterpriseClusterWithAddonParametersExecute ¶ added in v0.19.0
func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseClusterWithAddonParametersExecute(r ApiGetEnterpriseClusterWithAddonParametersRequest) (EnterpriseClusterWithAddonParameters, *_nethttp.Response, error)
* Execute executes the request * @return EnterpriseClusterWithAddonParameters
func (*EnterpriseDataplaneClustersApiService) GetEnterpriseOsdClusters ¶ added in v0.17.0
func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseOsdClusters(ctx _context.Context) ApiGetEnterpriseOsdClustersRequest
* GetEnterpriseOsdClusters Method for GetEnterpriseOsdClusters * List all Enterprise data plane clusters * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetEnterpriseOsdClustersRequest
func (*EnterpriseDataplaneClustersApiService) GetEnterpriseOsdClustersExecute ¶ added in v0.17.0
func (a *EnterpriseDataplaneClustersApiService) GetEnterpriseOsdClustersExecute(r ApiGetEnterpriseOsdClustersRequest) (EnterpriseClusterList, *_nethttp.Response, error)
* Execute executes the request * @return EnterpriseClusterList
func (*EnterpriseDataplaneClustersApiService) RegisterEnterpriseOsdCluster ¶ added in v0.17.0
func (a *EnterpriseDataplaneClustersApiService) RegisterEnterpriseOsdCluster(ctx _context.Context) ApiRegisterEnterpriseOsdClusterRequest
* RegisterEnterpriseOsdCluster Method for RegisterEnterpriseOsdCluster * Register enterprise data plane cluster * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiRegisterEnterpriseOsdClusterRequest
func (*EnterpriseDataplaneClustersApiService) RegisterEnterpriseOsdClusterExecute ¶ added in v0.17.0
func (a *EnterpriseDataplaneClustersApiService) RegisterEnterpriseOsdClusterExecute(r ApiRegisterEnterpriseOsdClusterRequest) (EnterpriseClusterWithAddonParameters, *_nethttp.Response, error)
* Execute executes the request * @return EnterpriseClusterWithAddonParameters
type EnterpriseOsdClusterPayload ¶ added in v0.16.0
type EnterpriseOsdClusterPayload struct { // Sets whether Kafkas created on this data plane cluster have to be accessed via private network AccessKafkasViaPrivateNetwork bool `json:"access_kafkas_via_private_network"` // The data plane cluster ID. This is the ID of the cluster obtained from OpenShift Cluster Manager (OCM) API ClusterId string `json:"cluster_id"` // dns name of the cluster. Can be obtained from the response JSON of the /api/clusters_mgmt/v1/clusters/<cluster_id>/ingresses (dns_name) ClusterIngressDnsName string `json:"cluster_ingress_dns_name"` // The node count given to the created kafka machine pool. The machine pool must be created via /api/clusters_mgmt/v1/clusters/<cluster_id>/machine_pools prior to passing this value. The created machine pool must have a `bf2.org/kafkaInstanceProfileType=standard` label and a `bf2.org/kafkaInstanceProfileType=standard:NoExecute` taint. The name of the machine pool must be `kafka-standard` The node count value has to be a multiple of 3 with a minimum of 3 nodes. KafkaMachinePoolNodeCount int32 `json:"kafka_machine_pool_node_count"` }
EnterpriseOsdClusterPayload Schema for the request body sent to /clusters POST
func NewEnterpriseOsdClusterPayload ¶ added in v0.16.0
func NewEnterpriseOsdClusterPayload(accessKafkasViaPrivateNetwork bool, clusterId string, clusterIngressDnsName string, kafkaMachinePoolNodeCount int32) *EnterpriseOsdClusterPayload
NewEnterpriseOsdClusterPayload instantiates a new EnterpriseOsdClusterPayload 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 NewEnterpriseOsdClusterPayloadWithDefaults ¶ added in v0.16.0
func NewEnterpriseOsdClusterPayloadWithDefaults() *EnterpriseOsdClusterPayload
NewEnterpriseOsdClusterPayloadWithDefaults instantiates a new EnterpriseOsdClusterPayload 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 (*EnterpriseOsdClusterPayload) GetAccessKafkasViaPrivateNetwork ¶ added in v0.17.0
func (o *EnterpriseOsdClusterPayload) GetAccessKafkasViaPrivateNetwork() bool
GetAccessKafkasViaPrivateNetwork returns the AccessKafkasViaPrivateNetwork field value
func (*EnterpriseOsdClusterPayload) GetAccessKafkasViaPrivateNetworkOk ¶ added in v0.17.0
func (o *EnterpriseOsdClusterPayload) GetAccessKafkasViaPrivateNetworkOk() (*bool, bool)
GetAccessKafkasViaPrivateNetworkOk returns a tuple with the AccessKafkasViaPrivateNetwork field value and a boolean to check if the value has been set.
func (*EnterpriseOsdClusterPayload) GetClusterId ¶ added in v0.16.0
func (o *EnterpriseOsdClusterPayload) GetClusterId() string
GetClusterId returns the ClusterId field value
func (*EnterpriseOsdClusterPayload) GetClusterIdOk ¶ added in v0.16.0
func (o *EnterpriseOsdClusterPayload) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value and a boolean to check if the value has been set.
func (*EnterpriseOsdClusterPayload) GetClusterIngressDnsName ¶ added in v0.16.0
func (o *EnterpriseOsdClusterPayload) GetClusterIngressDnsName() string
GetClusterIngressDnsName returns the ClusterIngressDnsName field value
func (*EnterpriseOsdClusterPayload) GetClusterIngressDnsNameOk ¶ added in v0.16.0
func (o *EnterpriseOsdClusterPayload) GetClusterIngressDnsNameOk() (*string, bool)
GetClusterIngressDnsNameOk returns a tuple with the ClusterIngressDnsName field value and a boolean to check if the value has been set.
func (*EnterpriseOsdClusterPayload) GetKafkaMachinePoolNodeCount ¶ added in v0.17.0
func (o *EnterpriseOsdClusterPayload) GetKafkaMachinePoolNodeCount() int32
GetKafkaMachinePoolNodeCount returns the KafkaMachinePoolNodeCount field value
func (*EnterpriseOsdClusterPayload) GetKafkaMachinePoolNodeCountOk ¶ added in v0.17.0
func (o *EnterpriseOsdClusterPayload) GetKafkaMachinePoolNodeCountOk() (*int32, bool)
GetKafkaMachinePoolNodeCountOk returns a tuple with the KafkaMachinePoolNodeCount field value and a boolean to check if the value has been set.
func (EnterpriseOsdClusterPayload) MarshalJSON ¶ added in v0.16.0
func (o EnterpriseOsdClusterPayload) MarshalJSON() ([]byte, error)
func (*EnterpriseOsdClusterPayload) SetAccessKafkasViaPrivateNetwork ¶ added in v0.17.0
func (o *EnterpriseOsdClusterPayload) SetAccessKafkasViaPrivateNetwork(v bool)
SetAccessKafkasViaPrivateNetwork sets field value
func (*EnterpriseOsdClusterPayload) SetClusterId ¶ added in v0.16.0
func (o *EnterpriseOsdClusterPayload) SetClusterId(v string)
SetClusterId sets field value
func (*EnterpriseOsdClusterPayload) SetClusterIngressDnsName ¶ added in v0.16.0
func (o *EnterpriseOsdClusterPayload) SetClusterIngressDnsName(v string)
SetClusterIngressDnsName sets field value
func (*EnterpriseOsdClusterPayload) SetKafkaMachinePoolNodeCount ¶ added in v0.17.0
func (o *EnterpriseOsdClusterPayload) SetKafkaMachinePoolNodeCount(v int32)
SetKafkaMachinePoolNodeCount sets field value
type Error ¶
type Error struct { // Human-readable description of the error. Intended for human consumption Reason string `json:"reason"` // Relatively unique operation ID of the request associated to the error OperationId *string `json:"operation_id,omitempty"` // The unique and immutable identifier of the resource Id string `json:"id"` // The kind of the resource Kind string `json:"kind"` // The absolute path of the resource Href string `json:"href"` // Code of the error Code string `json:"code"` }
Error struct for Error
func NewError ¶
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 and a boolean to check if the value has been set.
func (*Error) GetHrefOk ¶
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*Error) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Error) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value 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 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) SetOperationId ¶
SetOperationId gets a reference to the given string and assigns it to the OperationId 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"`
}
ErrorListAllOf struct for ErrorListAllOf
func NewErrorListAllOf ¶
func NewErrorListAllOf(items []Error) *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
func (*ErrorListAllOf) GetItemsOk ¶
func (o *ErrorListAllOf) GetItemsOk() (*[]Error, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (ErrorListAllOf) MarshalJSON ¶
func (o ErrorListAllOf) MarshalJSON() ([]byte, error)
func (*ErrorListAllOf) SetItems ¶
func (o *ErrorListAllOf) SetItems(v []Error)
SetItems sets field value
type ErrorsApi ¶ added in v0.5.0
type ErrorsApi interface { /* * GetErrorById Method for GetErrorById * Returns the error 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 ApiGetErrorByIdRequest */ GetErrorById(ctx _context.Context, id string) ApiGetErrorByIdRequest /* * GetErrorByIdExecute executes the request * @return Error */ GetErrorByIdExecute(r ApiGetErrorByIdRequest) (Error, *_nethttp.Response, error) /* * GetErrors Method for GetErrors * Returns the list of possible API errors * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetErrorsRequest */ GetErrors(ctx _context.Context) ApiGetErrorsRequest /* * GetErrorsExecute executes the request * @return ErrorList */ GetErrorsExecute(r ApiGetErrorsRequest) (ErrorList, *_nethttp.Response, error) }
type ErrorsApiService ¶ added in v0.5.0
type ErrorsApiService service
ErrorsApiService ErrorsApi service
func (*ErrorsApiService) GetErrorById ¶ added in v0.5.0
func (a *ErrorsApiService) GetErrorById(ctx _context.Context, id string) ApiGetErrorByIdRequest
* GetErrorById Method for GetErrorById * Returns the error 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 ApiGetErrorByIdRequest
func (*ErrorsApiService) GetErrorByIdExecute ¶ added in v0.5.0
func (a *ErrorsApiService) GetErrorByIdExecute(r ApiGetErrorByIdRequest) (Error, *_nethttp.Response, error)
* Execute executes the request * @return Error
func (*ErrorsApiService) GetErrors ¶ added in v0.5.0
func (a *ErrorsApiService) GetErrors(ctx _context.Context) ApiGetErrorsRequest
* GetErrors Method for GetErrors * Returns the list of possible API errors * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetErrorsRequest
func (*ErrorsApiService) GetErrorsExecute ¶ added in v0.5.0
func (a *ErrorsApiService) GetErrorsExecute(r ApiGetErrorsRequest) (ErrorList, *_nethttp.Response, error)
* Execute executes the request * @return ErrorList
type FleetshardParameter ¶ added in v0.16.0
type FleetshardParameter struct { Id *string `json:"id,omitempty"` Value *string `json:"value,omitempty"` }
FleetshardParameter Fleetshard parameter consumed by enterprise cluster
func NewFleetshardParameter ¶ added in v0.16.0
func NewFleetshardParameter() *FleetshardParameter
NewFleetshardParameter instantiates a new FleetshardParameter 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 NewFleetshardParameterWithDefaults ¶ added in v0.16.0
func NewFleetshardParameterWithDefaults() *FleetshardParameter
NewFleetshardParameterWithDefaults instantiates a new FleetshardParameter 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 (*FleetshardParameter) GetId ¶ added in v0.16.0
func (o *FleetshardParameter) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*FleetshardParameter) GetIdOk ¶ added in v0.16.0
func (o *FleetshardParameter) 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 (*FleetshardParameter) GetValue ¶ added in v0.16.0
func (o *FleetshardParameter) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*FleetshardParameter) GetValueOk ¶ added in v0.16.0
func (o *FleetshardParameter) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FleetshardParameter) HasId ¶ added in v0.16.0
func (o *FleetshardParameter) HasId() bool
HasId returns a boolean if a field has been set.
func (*FleetshardParameter) HasValue ¶ added in v0.16.0
func (o *FleetshardParameter) HasValue() bool
HasValue returns a boolean if a field has been set.
func (FleetshardParameter) MarshalJSON ¶ added in v0.16.0
func (o FleetshardParameter) MarshalJSON() ([]byte, error)
func (*FleetshardParameter) SetId ¶ added in v0.16.0
func (o *FleetshardParameter) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*FleetshardParameter) SetValue ¶ added in v0.16.0
func (o *FleetshardParameter) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value 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 KafkaPromoteRequest ¶ added in v0.19.0
type KafkaPromoteRequest struct { // The desired Kafka billing model to promote the kafka instance to. Promotion is performed asynchronously. Accepted values: ['marketplace', 'standard'] DesiredKafkaBillingModel string `json:"desired_kafka_billing_model"` // The desired billing marketplace to promote the kafka instance to. Accepted values: ['aws', 'rhm']. Only considered when desired_kafka_billing_model is 'marketplace' DesiredMarketplace *string `json:"desired_marketplace,omitempty"` // The desired Kafka billing cloud account ID to promote the kafka instance to. Only considered when desired_kafka_billing_model is 'marketplace' DesiredBillingCloudAccountId *string `json:"desired_billing_cloud_account_id,omitempty"` }
KafkaPromoteRequest struct for KafkaPromoteRequest
func NewKafkaPromoteRequest ¶ added in v0.19.0
func NewKafkaPromoteRequest(desiredKafkaBillingModel string) *KafkaPromoteRequest
NewKafkaPromoteRequest instantiates a new KafkaPromoteRequest 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 NewKafkaPromoteRequestWithDefaults ¶ added in v0.19.0
func NewKafkaPromoteRequestWithDefaults() *KafkaPromoteRequest
NewKafkaPromoteRequestWithDefaults instantiates a new KafkaPromoteRequest 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 (*KafkaPromoteRequest) GetDesiredBillingCloudAccountId ¶ added in v0.19.0
func (o *KafkaPromoteRequest) GetDesiredBillingCloudAccountId() string
GetDesiredBillingCloudAccountId returns the DesiredBillingCloudAccountId field value if set, zero value otherwise.
func (*KafkaPromoteRequest) GetDesiredBillingCloudAccountIdOk ¶ added in v0.19.0
func (o *KafkaPromoteRequest) GetDesiredBillingCloudAccountIdOk() (*string, bool)
GetDesiredBillingCloudAccountIdOk returns a tuple with the DesiredBillingCloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaPromoteRequest) GetDesiredKafkaBillingModel ¶ added in v0.19.0
func (o *KafkaPromoteRequest) GetDesiredKafkaBillingModel() string
GetDesiredKafkaBillingModel returns the DesiredKafkaBillingModel field value
func (*KafkaPromoteRequest) GetDesiredKafkaBillingModelOk ¶ added in v0.19.0
func (o *KafkaPromoteRequest) GetDesiredKafkaBillingModelOk() (*string, bool)
GetDesiredKafkaBillingModelOk returns a tuple with the DesiredKafkaBillingModel field value and a boolean to check if the value has been set.
func (*KafkaPromoteRequest) GetDesiredMarketplace ¶ added in v0.19.0
func (o *KafkaPromoteRequest) GetDesiredMarketplace() string
GetDesiredMarketplace returns the DesiredMarketplace field value if set, zero value otherwise.
func (*KafkaPromoteRequest) GetDesiredMarketplaceOk ¶ added in v0.19.0
func (o *KafkaPromoteRequest) GetDesiredMarketplaceOk() (*string, bool)
GetDesiredMarketplaceOk returns a tuple with the DesiredMarketplace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaPromoteRequest) HasDesiredBillingCloudAccountId ¶ added in v0.19.0
func (o *KafkaPromoteRequest) HasDesiredBillingCloudAccountId() bool
HasDesiredBillingCloudAccountId returns a boolean if a field has been set.
func (*KafkaPromoteRequest) HasDesiredMarketplace ¶ added in v0.19.0
func (o *KafkaPromoteRequest) HasDesiredMarketplace() bool
HasDesiredMarketplace returns a boolean if a field has been set.
func (KafkaPromoteRequest) MarshalJSON ¶ added in v0.19.0
func (o KafkaPromoteRequest) MarshalJSON() ([]byte, error)
func (*KafkaPromoteRequest) SetDesiredBillingCloudAccountId ¶ added in v0.19.0
func (o *KafkaPromoteRequest) SetDesiredBillingCloudAccountId(v string)
SetDesiredBillingCloudAccountId gets a reference to the given string and assigns it to the DesiredBillingCloudAccountId field.
func (*KafkaPromoteRequest) SetDesiredKafkaBillingModel ¶ added in v0.19.0
func (o *KafkaPromoteRequest) SetDesiredKafkaBillingModel(v string)
SetDesiredKafkaBillingModel sets field value
func (*KafkaPromoteRequest) SetDesiredMarketplace ¶ added in v0.19.0
func (o *KafkaPromoteRequest) SetDesiredMarketplace(v string)
SetDesiredMarketplace gets a reference to the given string and assigns it to the DesiredMarketplace field.
type KafkaRequest ¶
type KafkaRequest struct { Id string `json:"id"` Kind string `json:"kind"` Href string `json:"href"` // Values: [accepted, preparing, provisioning, ready, failed, deprovision, deleting, suspending, suspended, resuming] Status *string `json:"status,omitempty"` // Name of Cloud used to deploy. For example AWS CloudProvider *string `json:"cloud_provider,omitempty"` MultiAz bool `json:"multi_az"` // Values will be regions of specific cloud provider. For example: us-east-1 for AWS Region *string `json:"region,omitempty"` Owner *string `json:"owner,omitempty"` Name *string `json:"name,omitempty"` BootstrapServerHost *string `json:"bootstrap_server_host,omitempty"` // The kafka admin server url to perform kafka admin operations e.g acl management etc. The value will be available when the Kafka has been fully provisioned i.e it reaches a 'ready' state AdminApiServerUrl *string `json:"admin_api_server_url,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ExpiresAt NullableTime `json:"expires_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` FailedReason *string `json:"failed_reason,omitempty"` Version *string `json:"version,omitempty"` InstanceType *string `json:"instance_type,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. InstanceTypeName *string `json:"instance_type_name,omitempty"` ReauthenticationEnabled bool `json:"reauthentication_enabled"` MaxDataRetentionSize *SupportedKafkaSizeBytesValueItem `json:"max_data_retention_size,omitempty"` BrowserUrl *string `json:"browser_url,omitempty"` SizeId *string `json:"size_id,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. IngressThroughputPerSec *string `json:"ingress_throughput_per_sec,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. EgressThroughputPerSec *string `json:"egress_throughput_per_sec,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. TotalMaxConnections *int32 `json:"total_max_connections,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. MaxPartitions *int32 `json:"max_partitions,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. MaxDataRetentionPeriod *string `json:"max_data_retention_period,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. MaxConnectionAttemptsPerSec *int32 `json:"max_connection_attempts_per_sec,omitempty"` BillingCloudAccountId *string `json:"billing_cloud_account_id,omitempty"` Marketplace *string `json:"marketplace,omitempty"` BillingModel *string `json:"billing_model,omitempty"` // Status of the Kafka request promotion. Possible values: ['promoting', 'failed']. If unset it means no promotion is in progress. PromotionStatus *string `json:"promotion_status,omitempty"` // The ID of the data plane where Kafka is deployed on. This information is only returned for kafka whose billing model is enterprise ClusterId NullableString `json:"cluster_id,omitempty"` // Details of the Kafka request promotion. It can be set when a Kafka request promotion is in progress or has failed PromotionDetails *string `json:"promotion_details,omitempty"` }
KafkaRequest struct for KafkaRequest
func NewKafkaRequest ¶
func NewKafkaRequest(id string, kind string, href string, multiAz bool, reauthenticationEnabled bool) *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) GetAdminApiServerUrl ¶ added in v0.12.0
func (o *KafkaRequest) GetAdminApiServerUrl() string
GetAdminApiServerUrl returns the AdminApiServerUrl field value if set, zero value otherwise.
func (*KafkaRequest) GetAdminApiServerUrlOk ¶ added in v0.12.0
func (o *KafkaRequest) GetAdminApiServerUrlOk() (*string, bool)
GetAdminApiServerUrlOk returns a tuple with the AdminApiServerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetBillingCloudAccountId ¶ added in v0.12.0
func (o *KafkaRequest) GetBillingCloudAccountId() string
GetBillingCloudAccountId returns the BillingCloudAccountId field value if set, zero value otherwise.
func (*KafkaRequest) GetBillingCloudAccountIdOk ¶ added in v0.12.0
func (o *KafkaRequest) GetBillingCloudAccountIdOk() (*string, bool)
GetBillingCloudAccountIdOk returns a tuple with the BillingCloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetBillingModel ¶ added in v0.12.1
func (o *KafkaRequest) GetBillingModel() string
GetBillingModel returns the BillingModel field value if set, zero value otherwise.
func (*KafkaRequest) GetBillingModelOk ¶ added in v0.12.1
func (o *KafkaRequest) GetBillingModelOk() (*string, bool)
GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been 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) GetBrowserUrl ¶ added in v0.11.1
func (o *KafkaRequest) GetBrowserUrl() string
GetBrowserUrl returns the BrowserUrl field value if set, zero value otherwise.
func (*KafkaRequest) GetBrowserUrlOk ¶ added in v0.11.1
func (o *KafkaRequest) GetBrowserUrlOk() (*string, bool)
GetBrowserUrlOk returns a tuple with the BrowserUrl 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) GetClusterId ¶ added in v0.19.0
func (o *KafkaRequest) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaRequest) GetClusterIdOk ¶ added in v0.19.0
func (o *KafkaRequest) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*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) GetEgressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequest) GetEgressThroughputPerSec() string
GetEgressThroughputPerSec returns the EgressThroughputPerSec field value if set, zero value otherwise.
func (*KafkaRequest) GetEgressThroughputPerSecOk ¶ added in v0.11.1
func (o *KafkaRequest) GetEgressThroughputPerSecOk() (*string, bool)
GetEgressThroughputPerSecOk returns a tuple with the EgressThroughputPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetExpiresAt ¶ added in v0.11.5
func (o *KafkaRequest) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaRequest) GetExpiresAtOk ¶ added in v0.11.5
func (o *KafkaRequest) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*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
func (*KafkaRequest) GetHrefOk ¶
func (o *KafkaRequest) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*KafkaRequest) GetIdOk ¶
func (o *KafkaRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*KafkaRequest) GetIngressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequest) GetIngressThroughputPerSec() string
GetIngressThroughputPerSec returns the IngressThroughputPerSec field value if set, zero value otherwise.
func (*KafkaRequest) GetIngressThroughputPerSecOk ¶ added in v0.11.1
func (o *KafkaRequest) GetIngressThroughputPerSecOk() (*string, bool)
GetIngressThroughputPerSecOk returns a tuple with the IngressThroughputPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetInstanceType ¶
func (o *KafkaRequest) GetInstanceType() string
GetInstanceType returns the InstanceType field value if set, zero value otherwise.
func (*KafkaRequest) GetInstanceTypeName ¶ added in v0.11.1
func (o *KafkaRequest) GetInstanceTypeName() string
GetInstanceTypeName returns the InstanceTypeName field value if set, zero value otherwise.
func (*KafkaRequest) GetInstanceTypeNameOk ¶ added in v0.11.1
func (o *KafkaRequest) GetInstanceTypeNameOk() (*string, bool)
GetInstanceTypeNameOk returns a tuple with the InstanceTypeName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetInstanceTypeOk ¶
func (o *KafkaRequest) GetInstanceTypeOk() (*string, bool)
GetInstanceTypeOk returns a tuple with the InstanceType 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
func (*KafkaRequest) GetKindOk ¶
func (o *KafkaRequest) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*KafkaRequest) GetMarketplace ¶ added in v0.12.0
func (o *KafkaRequest) GetMarketplace() string
GetMarketplace returns the Marketplace field value if set, zero value otherwise.
func (*KafkaRequest) GetMarketplaceOk ¶ added in v0.12.0
func (o *KafkaRequest) GetMarketplaceOk() (*string, bool)
GetMarketplaceOk returns a tuple with the Marketplace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetMaxConnectionAttemptsPerSec ¶ added in v0.11.1
func (o *KafkaRequest) GetMaxConnectionAttemptsPerSec() int32
GetMaxConnectionAttemptsPerSec returns the MaxConnectionAttemptsPerSec field value if set, zero value otherwise.
func (*KafkaRequest) GetMaxConnectionAttemptsPerSecOk ¶ added in v0.11.1
func (o *KafkaRequest) GetMaxConnectionAttemptsPerSecOk() (*int32, bool)
GetMaxConnectionAttemptsPerSecOk returns a tuple with the MaxConnectionAttemptsPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetMaxDataRetentionPeriod ¶ added in v0.11.1
func (o *KafkaRequest) GetMaxDataRetentionPeriod() string
GetMaxDataRetentionPeriod returns the MaxDataRetentionPeriod field value if set, zero value otherwise.
func (*KafkaRequest) GetMaxDataRetentionPeriodOk ¶ added in v0.11.1
func (o *KafkaRequest) GetMaxDataRetentionPeriodOk() (*string, bool)
GetMaxDataRetentionPeriodOk returns a tuple with the MaxDataRetentionPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetMaxDataRetentionSize ¶ added in v0.12.3
func (o *KafkaRequest) GetMaxDataRetentionSize() SupportedKafkaSizeBytesValueItem
GetMaxDataRetentionSize returns the MaxDataRetentionSize field value if set, zero value otherwise.
func (*KafkaRequest) GetMaxDataRetentionSizeOk ¶ added in v0.12.3
func (o *KafkaRequest) GetMaxDataRetentionSizeOk() (*SupportedKafkaSizeBytesValueItem, bool)
GetMaxDataRetentionSizeOk returns a tuple with the MaxDataRetentionSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetMaxPartitions ¶ added in v0.11.1
func (o *KafkaRequest) GetMaxPartitions() int32
GetMaxPartitions returns the MaxPartitions field value if set, zero value otherwise.
func (*KafkaRequest) GetMaxPartitionsOk ¶ added in v0.11.1
func (o *KafkaRequest) 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 (*KafkaRequest) GetMultiAz ¶
func (o *KafkaRequest) GetMultiAz() bool
GetMultiAz returns the MultiAz field value
func (*KafkaRequest) GetMultiAzOk ¶
func (o *KafkaRequest) GetMultiAzOk() (*bool, bool)
GetMultiAzOk returns a tuple with the MultiAz field value 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) GetPromotionDetails ¶ added in v0.19.0
func (o *KafkaRequest) GetPromotionDetails() string
GetPromotionDetails returns the PromotionDetails field value if set, zero value otherwise.
func (*KafkaRequest) GetPromotionDetailsOk ¶ added in v0.19.0
func (o *KafkaRequest) GetPromotionDetailsOk() (*string, bool)
GetPromotionDetailsOk returns a tuple with the PromotionDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetPromotionStatus ¶ added in v0.19.0
func (o *KafkaRequest) GetPromotionStatus() string
GetPromotionStatus returns the PromotionStatus field value if set, zero value otherwise.
func (*KafkaRequest) GetPromotionStatusOk ¶ added in v0.19.0
func (o *KafkaRequest) GetPromotionStatusOk() (*string, bool)
GetPromotionStatusOk returns a tuple with the PromotionStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequest) GetReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaRequest) GetReauthenticationEnabled() bool
GetReauthenticationEnabled returns the ReauthenticationEnabled field value
func (*KafkaRequest) GetReauthenticationEnabledOk ¶ added in v0.5.0
func (o *KafkaRequest) GetReauthenticationEnabledOk() (*bool, bool)
GetReauthenticationEnabledOk returns a tuple with the ReauthenticationEnabled field value 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) GetSizeId ¶ added in v0.11.1
func (o *KafkaRequest) GetSizeId() string
GetSizeId returns the SizeId field value if set, zero value otherwise.
func (*KafkaRequest) GetSizeIdOk ¶ added in v0.11.1
func (o *KafkaRequest) GetSizeIdOk() (*string, bool)
GetSizeIdOk returns a tuple with the SizeId 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) GetTotalMaxConnections ¶ added in v0.11.1
func (o *KafkaRequest) GetTotalMaxConnections() int32
GetTotalMaxConnections returns the TotalMaxConnections field value if set, zero value otherwise.
func (*KafkaRequest) GetTotalMaxConnectionsOk ¶ added in v0.11.1
func (o *KafkaRequest) GetTotalMaxConnectionsOk() (*int32, bool)
GetTotalMaxConnectionsOk returns a tuple with the TotalMaxConnections 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) HasAdminApiServerUrl ¶ added in v0.12.0
func (o *KafkaRequest) HasAdminApiServerUrl() bool
HasAdminApiServerUrl returns a boolean if a field has been set.
func (*KafkaRequest) HasBillingCloudAccountId ¶ added in v0.12.0
func (o *KafkaRequest) HasBillingCloudAccountId() bool
HasBillingCloudAccountId returns a boolean if a field has been set.
func (*KafkaRequest) HasBillingModel ¶ added in v0.12.1
func (o *KafkaRequest) HasBillingModel() bool
HasBillingModel returns a boolean if a field has been set.
func (*KafkaRequest) HasBootstrapServerHost ¶
func (o *KafkaRequest) HasBootstrapServerHost() bool
HasBootstrapServerHost returns a boolean if a field has been set.
func (*KafkaRequest) HasBrowserUrl ¶ added in v0.11.1
func (o *KafkaRequest) HasBrowserUrl() bool
HasBrowserUrl 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) HasClusterId ¶ added in v0.19.0
func (o *KafkaRequest) HasClusterId() bool
HasClusterId 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) HasEgressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequest) HasEgressThroughputPerSec() bool
HasEgressThroughputPerSec returns a boolean if a field has been set.
func (*KafkaRequest) HasExpiresAt ¶ added in v0.11.5
func (o *KafkaRequest) HasExpiresAt() bool
HasExpiresAt 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) HasIngressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequest) HasIngressThroughputPerSec() bool
HasIngressThroughputPerSec returns a boolean if a field has been set.
func (*KafkaRequest) HasInstanceType ¶
func (o *KafkaRequest) HasInstanceType() bool
HasInstanceType returns a boolean if a field has been set.
func (*KafkaRequest) HasInstanceTypeName ¶ added in v0.11.1
func (o *KafkaRequest) HasInstanceTypeName() bool
HasInstanceTypeName returns a boolean if a field has been set.
func (*KafkaRequest) HasMarketplace ¶ added in v0.12.0
func (o *KafkaRequest) HasMarketplace() bool
HasMarketplace returns a boolean if a field has been set.
func (*KafkaRequest) HasMaxConnectionAttemptsPerSec ¶ added in v0.11.1
func (o *KafkaRequest) HasMaxConnectionAttemptsPerSec() bool
HasMaxConnectionAttemptsPerSec returns a boolean if a field has been set.
func (*KafkaRequest) HasMaxDataRetentionPeriod ¶ added in v0.11.1
func (o *KafkaRequest) HasMaxDataRetentionPeriod() bool
HasMaxDataRetentionPeriod returns a boolean if a field has been set.
func (*KafkaRequest) HasMaxDataRetentionSize ¶ added in v0.12.3
func (o *KafkaRequest) HasMaxDataRetentionSize() bool
HasMaxDataRetentionSize returns a boolean if a field has been set.
func (*KafkaRequest) HasMaxPartitions ¶ added in v0.11.1
func (o *KafkaRequest) HasMaxPartitions() bool
HasMaxPartitions 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) HasPromotionDetails ¶ added in v0.19.0
func (o *KafkaRequest) HasPromotionDetails() bool
HasPromotionDetails returns a boolean if a field has been set.
func (*KafkaRequest) HasPromotionStatus ¶ added in v0.19.0
func (o *KafkaRequest) HasPromotionStatus() bool
HasPromotionStatus 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) HasSizeId ¶ added in v0.11.1
func (o *KafkaRequest) HasSizeId() bool
HasSizeId 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) HasTotalMaxConnections ¶ added in v0.11.1
func (o *KafkaRequest) HasTotalMaxConnections() bool
HasTotalMaxConnections 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) SetAdminApiServerUrl ¶ added in v0.12.0
func (o *KafkaRequest) SetAdminApiServerUrl(v string)
SetAdminApiServerUrl gets a reference to the given string and assigns it to the AdminApiServerUrl field.
func (*KafkaRequest) SetBillingCloudAccountId ¶ added in v0.12.0
func (o *KafkaRequest) SetBillingCloudAccountId(v string)
SetBillingCloudAccountId gets a reference to the given string and assigns it to the BillingCloudAccountId field.
func (*KafkaRequest) SetBillingModel ¶ added in v0.12.1
func (o *KafkaRequest) SetBillingModel(v string)
SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.
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) SetBrowserUrl ¶ added in v0.11.1
func (o *KafkaRequest) SetBrowserUrl(v string)
SetBrowserUrl gets a reference to the given string and assigns it to the BrowserUrl 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) SetClusterId ¶ added in v0.19.0
func (o *KafkaRequest) SetClusterId(v string)
SetClusterId gets a reference to the given NullableString and assigns it to the ClusterId field.
func (*KafkaRequest) SetClusterIdNil ¶ added in v0.19.0
func (o *KafkaRequest) SetClusterIdNil()
SetClusterIdNil sets the value for ClusterId to be an explicit nil
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) SetEgressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequest) SetEgressThroughputPerSec(v string)
SetEgressThroughputPerSec gets a reference to the given string and assigns it to the EgressThroughputPerSec field.
func (*KafkaRequest) SetExpiresAt ¶ added in v0.11.5
func (o *KafkaRequest) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given NullableTime and assigns it to the ExpiresAt field.
func (*KafkaRequest) SetExpiresAtNil ¶ added in v0.11.5
func (o *KafkaRequest) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
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) SetIngressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequest) SetIngressThroughputPerSec(v string)
SetIngressThroughputPerSec gets a reference to the given string and assigns it to the IngressThroughputPerSec field.
func (*KafkaRequest) SetInstanceType ¶
func (o *KafkaRequest) SetInstanceType(v string)
SetInstanceType gets a reference to the given string and assigns it to the InstanceType field.
func (*KafkaRequest) SetInstanceTypeName ¶ added in v0.11.1
func (o *KafkaRequest) SetInstanceTypeName(v string)
SetInstanceTypeName gets a reference to the given string and assigns it to the InstanceTypeName field.
func (*KafkaRequest) SetMarketplace ¶ added in v0.12.0
func (o *KafkaRequest) SetMarketplace(v string)
SetMarketplace gets a reference to the given string and assigns it to the Marketplace field.
func (*KafkaRequest) SetMaxConnectionAttemptsPerSec ¶ added in v0.11.1
func (o *KafkaRequest) SetMaxConnectionAttemptsPerSec(v int32)
SetMaxConnectionAttemptsPerSec gets a reference to the given int32 and assigns it to the MaxConnectionAttemptsPerSec field.
func (*KafkaRequest) SetMaxDataRetentionPeriod ¶ added in v0.11.1
func (o *KafkaRequest) SetMaxDataRetentionPeriod(v string)
SetMaxDataRetentionPeriod gets a reference to the given string and assigns it to the MaxDataRetentionPeriod field.
func (*KafkaRequest) SetMaxDataRetentionSize ¶ added in v0.12.3
func (o *KafkaRequest) SetMaxDataRetentionSize(v SupportedKafkaSizeBytesValueItem)
SetMaxDataRetentionSize gets a reference to the given SupportedKafkaSizeBytesValueItem and assigns it to the MaxDataRetentionSize field.
func (*KafkaRequest) SetMaxPartitions ¶ added in v0.11.1
func (o *KafkaRequest) SetMaxPartitions(v int32)
SetMaxPartitions gets a reference to the given int32 and assigns it to the MaxPartitions field.
func (*KafkaRequest) SetMultiAz ¶
func (o *KafkaRequest) SetMultiAz(v bool)
SetMultiAz sets field value
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) SetPromotionDetails ¶ added in v0.19.0
func (o *KafkaRequest) SetPromotionDetails(v string)
SetPromotionDetails gets a reference to the given string and assigns it to the PromotionDetails field.
func (*KafkaRequest) SetPromotionStatus ¶ added in v0.19.0
func (o *KafkaRequest) SetPromotionStatus(v string)
SetPromotionStatus gets a reference to the given string and assigns it to the PromotionStatus field.
func (*KafkaRequest) SetReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaRequest) SetReauthenticationEnabled(v bool)
SetReauthenticationEnabled sets field value
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) SetSizeId ¶ added in v0.11.1
func (o *KafkaRequest) SetSizeId(v string)
SetSizeId gets a reference to the given string and assigns it to the SizeId 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) SetTotalMaxConnections ¶ added in v0.11.1
func (o *KafkaRequest) SetTotalMaxConnections(v int32)
SetTotalMaxConnections gets a reference to the given int32 and assigns it to the TotalMaxConnections 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.
func (*KafkaRequest) UnsetClusterId ¶ added in v0.19.0
func (o *KafkaRequest) UnsetClusterId()
UnsetClusterId ensures that no value is present for ClusterId, not even an explicit nil
func (*KafkaRequest) UnsetExpiresAt ¶ added in v0.11.5
func (o *KafkaRequest) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
type KafkaRequestAllOf ¶
type KafkaRequestAllOf struct { // Values: [accepted, preparing, provisioning, ready, failed, deprovision, deleting, suspending, suspended, resuming] Status *string `json:"status,omitempty"` // Name of Cloud used to deploy. For example AWS CloudProvider *string `json:"cloud_provider,omitempty"` MultiAz bool `json:"multi_az"` // Values will be regions of specific cloud provider. For example: us-east-1 for AWS Region *string `json:"region,omitempty"` Owner *string `json:"owner,omitempty"` Name *string `json:"name,omitempty"` BootstrapServerHost *string `json:"bootstrap_server_host,omitempty"` // The kafka admin server url to perform kafka admin operations e.g acl management etc. The value will be available when the Kafka has been fully provisioned i.e it reaches a 'ready' state AdminApiServerUrl *string `json:"admin_api_server_url,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ExpiresAt NullableTime `json:"expires_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` FailedReason *string `json:"failed_reason,omitempty"` Version *string `json:"version,omitempty"` InstanceType *string `json:"instance_type,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. InstanceTypeName *string `json:"instance_type_name,omitempty"` ReauthenticationEnabled bool `json:"reauthentication_enabled"` MaxDataRetentionSize *SupportedKafkaSizeBytesValueItem `json:"max_data_retention_size,omitempty"` BrowserUrl *string `json:"browser_url,omitempty"` SizeId *string `json:"size_id,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. IngressThroughputPerSec *string `json:"ingress_throughput_per_sec,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. EgressThroughputPerSec *string `json:"egress_throughput_per_sec,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. TotalMaxConnections *int32 `json:"total_max_connections,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. MaxPartitions *int32 `json:"max_partitions,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. MaxDataRetentionPeriod *string `json:"max_data_retention_period,omitempty"` // This field is now deprecated, please use the /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} endpoint to retrieve the field instead. MaxConnectionAttemptsPerSec *int32 `json:"max_connection_attempts_per_sec,omitempty"` BillingCloudAccountId *string `json:"billing_cloud_account_id,omitempty"` Marketplace *string `json:"marketplace,omitempty"` BillingModel *string `json:"billing_model,omitempty"` // Status of the Kafka request promotion. Possible values: ['promoting', 'failed']. If unset it means no promotion is in progress. PromotionStatus *string `json:"promotion_status,omitempty"` // The ID of the data plane where Kafka is deployed on. This information is only returned for kafka whose billing model is enterprise ClusterId NullableString `json:"cluster_id,omitempty"` // Details of the Kafka request promotion. It can be set when a Kafka request promotion is in progress or has failed PromotionDetails *string `json:"promotion_details,omitempty"` }
KafkaRequestAllOf struct for KafkaRequestAllOf
func NewKafkaRequestAllOf ¶
func NewKafkaRequestAllOf(multiAz bool, reauthenticationEnabled bool) *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) GetAdminApiServerUrl ¶ added in v0.12.0
func (o *KafkaRequestAllOf) GetAdminApiServerUrl() string
GetAdminApiServerUrl returns the AdminApiServerUrl field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetAdminApiServerUrlOk ¶ added in v0.12.0
func (o *KafkaRequestAllOf) GetAdminApiServerUrlOk() (*string, bool)
GetAdminApiServerUrlOk returns a tuple with the AdminApiServerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetBillingCloudAccountId ¶ added in v0.12.0
func (o *KafkaRequestAllOf) GetBillingCloudAccountId() string
GetBillingCloudAccountId returns the BillingCloudAccountId field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetBillingCloudAccountIdOk ¶ added in v0.12.0
func (o *KafkaRequestAllOf) GetBillingCloudAccountIdOk() (*string, bool)
GetBillingCloudAccountIdOk returns a tuple with the BillingCloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetBillingModel ¶ added in v0.12.1
func (o *KafkaRequestAllOf) GetBillingModel() string
GetBillingModel returns the BillingModel field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetBillingModelOk ¶ added in v0.12.1
func (o *KafkaRequestAllOf) GetBillingModelOk() (*string, bool)
GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been 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) GetBrowserUrl ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetBrowserUrl() string
GetBrowserUrl returns the BrowserUrl field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetBrowserUrlOk ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetBrowserUrlOk() (*string, bool)
GetBrowserUrlOk returns a tuple with the BrowserUrl 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) GetClusterId ¶ added in v0.19.0
func (o *KafkaRequestAllOf) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaRequestAllOf) GetClusterIdOk ¶ added in v0.19.0
func (o *KafkaRequestAllOf) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*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) GetEgressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetEgressThroughputPerSec() string
GetEgressThroughputPerSec returns the EgressThroughputPerSec field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetEgressThroughputPerSecOk ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetEgressThroughputPerSecOk() (*string, bool)
GetEgressThroughputPerSecOk returns a tuple with the EgressThroughputPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetExpiresAt ¶ added in v0.11.5
func (o *KafkaRequestAllOf) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaRequestAllOf) GetExpiresAtOk ¶ added in v0.11.5
func (o *KafkaRequestAllOf) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*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) GetIngressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetIngressThroughputPerSec() string
GetIngressThroughputPerSec returns the IngressThroughputPerSec field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetIngressThroughputPerSecOk ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetIngressThroughputPerSecOk() (*string, bool)
GetIngressThroughputPerSecOk returns a tuple with the IngressThroughputPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetInstanceType ¶
func (o *KafkaRequestAllOf) GetInstanceType() string
GetInstanceType returns the InstanceType field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetInstanceTypeName ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetInstanceTypeName() string
GetInstanceTypeName returns the InstanceTypeName field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetInstanceTypeNameOk ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetInstanceTypeNameOk() (*string, bool)
GetInstanceTypeNameOk returns a tuple with the InstanceTypeName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetInstanceTypeOk ¶
func (o *KafkaRequestAllOf) GetInstanceTypeOk() (*string, bool)
GetInstanceTypeOk returns a tuple with the InstanceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetMarketplace ¶ added in v0.12.0
func (o *KafkaRequestAllOf) GetMarketplace() string
GetMarketplace returns the Marketplace field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetMarketplaceOk ¶ added in v0.12.0
func (o *KafkaRequestAllOf) GetMarketplaceOk() (*string, bool)
GetMarketplaceOk returns a tuple with the Marketplace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetMaxConnectionAttemptsPerSec ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetMaxConnectionAttemptsPerSec() int32
GetMaxConnectionAttemptsPerSec returns the MaxConnectionAttemptsPerSec field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetMaxConnectionAttemptsPerSecOk ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetMaxConnectionAttemptsPerSecOk() (*int32, bool)
GetMaxConnectionAttemptsPerSecOk returns a tuple with the MaxConnectionAttemptsPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetMaxDataRetentionPeriod ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetMaxDataRetentionPeriod() string
GetMaxDataRetentionPeriod returns the MaxDataRetentionPeriod field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetMaxDataRetentionPeriodOk ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetMaxDataRetentionPeriodOk() (*string, bool)
GetMaxDataRetentionPeriodOk returns a tuple with the MaxDataRetentionPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetMaxDataRetentionSize ¶ added in v0.12.3
func (o *KafkaRequestAllOf) GetMaxDataRetentionSize() SupportedKafkaSizeBytesValueItem
GetMaxDataRetentionSize returns the MaxDataRetentionSize field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetMaxDataRetentionSizeOk ¶ added in v0.12.3
func (o *KafkaRequestAllOf) GetMaxDataRetentionSizeOk() (*SupportedKafkaSizeBytesValueItem, bool)
GetMaxDataRetentionSizeOk returns a tuple with the MaxDataRetentionSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetMaxPartitions ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetMaxPartitions() int32
GetMaxPartitions returns the MaxPartitions field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetMaxPartitionsOk ¶ added in v0.11.1
func (o *KafkaRequestAllOf) 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 (*KafkaRequestAllOf) GetMultiAz ¶
func (o *KafkaRequestAllOf) GetMultiAz() bool
GetMultiAz returns the MultiAz field value
func (*KafkaRequestAllOf) GetMultiAzOk ¶
func (o *KafkaRequestAllOf) GetMultiAzOk() (*bool, bool)
GetMultiAzOk returns a tuple with the MultiAz field value 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) GetPromotionDetails ¶ added in v0.19.0
func (o *KafkaRequestAllOf) GetPromotionDetails() string
GetPromotionDetails returns the PromotionDetails field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetPromotionDetailsOk ¶ added in v0.19.0
func (o *KafkaRequestAllOf) GetPromotionDetailsOk() (*string, bool)
GetPromotionDetailsOk returns a tuple with the PromotionDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetPromotionStatus ¶ added in v0.19.0
func (o *KafkaRequestAllOf) GetPromotionStatus() string
GetPromotionStatus returns the PromotionStatus field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetPromotionStatusOk ¶ added in v0.19.0
func (o *KafkaRequestAllOf) GetPromotionStatusOk() (*string, bool)
GetPromotionStatusOk returns a tuple with the PromotionStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestAllOf) GetReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaRequestAllOf) GetReauthenticationEnabled() bool
GetReauthenticationEnabled returns the ReauthenticationEnabled field value
func (*KafkaRequestAllOf) GetReauthenticationEnabledOk ¶ added in v0.5.0
func (o *KafkaRequestAllOf) GetReauthenticationEnabledOk() (*bool, bool)
GetReauthenticationEnabledOk returns a tuple with the ReauthenticationEnabled field value 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) GetSizeId ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetSizeId() string
GetSizeId returns the SizeId field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetSizeIdOk ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetSizeIdOk() (*string, bool)
GetSizeIdOk returns a tuple with the SizeId 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) GetTotalMaxConnections ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetTotalMaxConnections() int32
GetTotalMaxConnections returns the TotalMaxConnections field value if set, zero value otherwise.
func (*KafkaRequestAllOf) GetTotalMaxConnectionsOk ¶ added in v0.11.1
func (o *KafkaRequestAllOf) GetTotalMaxConnectionsOk() (*int32, bool)
GetTotalMaxConnectionsOk returns a tuple with the TotalMaxConnections 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) HasAdminApiServerUrl ¶ added in v0.12.0
func (o *KafkaRequestAllOf) HasAdminApiServerUrl() bool
HasAdminApiServerUrl returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasBillingCloudAccountId ¶ added in v0.12.0
func (o *KafkaRequestAllOf) HasBillingCloudAccountId() bool
HasBillingCloudAccountId returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasBillingModel ¶ added in v0.12.1
func (o *KafkaRequestAllOf) HasBillingModel() bool
HasBillingModel returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasBootstrapServerHost ¶
func (o *KafkaRequestAllOf) HasBootstrapServerHost() bool
HasBootstrapServerHost returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasBrowserUrl ¶ added in v0.11.1
func (o *KafkaRequestAllOf) HasBrowserUrl() bool
HasBrowserUrl 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) HasClusterId ¶ added in v0.19.0
func (o *KafkaRequestAllOf) HasClusterId() bool
HasClusterId 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) HasEgressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequestAllOf) HasEgressThroughputPerSec() bool
HasEgressThroughputPerSec returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasExpiresAt ¶ added in v0.11.5
func (o *KafkaRequestAllOf) HasExpiresAt() bool
HasExpiresAt 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) HasIngressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequestAllOf) HasIngressThroughputPerSec() bool
HasIngressThroughputPerSec returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasInstanceType ¶
func (o *KafkaRequestAllOf) HasInstanceType() bool
HasInstanceType returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasInstanceTypeName ¶ added in v0.11.1
func (o *KafkaRequestAllOf) HasInstanceTypeName() bool
HasInstanceTypeName returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasMarketplace ¶ added in v0.12.0
func (o *KafkaRequestAllOf) HasMarketplace() bool
HasMarketplace returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasMaxConnectionAttemptsPerSec ¶ added in v0.11.1
func (o *KafkaRequestAllOf) HasMaxConnectionAttemptsPerSec() bool
HasMaxConnectionAttemptsPerSec returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasMaxDataRetentionPeriod ¶ added in v0.11.1
func (o *KafkaRequestAllOf) HasMaxDataRetentionPeriod() bool
HasMaxDataRetentionPeriod returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasMaxDataRetentionSize ¶ added in v0.12.3
func (o *KafkaRequestAllOf) HasMaxDataRetentionSize() bool
HasMaxDataRetentionSize returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasMaxPartitions ¶ added in v0.11.1
func (o *KafkaRequestAllOf) HasMaxPartitions() bool
HasMaxPartitions 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) HasPromotionDetails ¶ added in v0.19.0
func (o *KafkaRequestAllOf) HasPromotionDetails() bool
HasPromotionDetails returns a boolean if a field has been set.
func (*KafkaRequestAllOf) HasPromotionStatus ¶ added in v0.19.0
func (o *KafkaRequestAllOf) HasPromotionStatus() bool
HasPromotionStatus 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) HasSizeId ¶ added in v0.11.1
func (o *KafkaRequestAllOf) HasSizeId() bool
HasSizeId 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) HasTotalMaxConnections ¶ added in v0.11.1
func (o *KafkaRequestAllOf) HasTotalMaxConnections() bool
HasTotalMaxConnections 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) SetAdminApiServerUrl ¶ added in v0.12.0
func (o *KafkaRequestAllOf) SetAdminApiServerUrl(v string)
SetAdminApiServerUrl gets a reference to the given string and assigns it to the AdminApiServerUrl field.
func (*KafkaRequestAllOf) SetBillingCloudAccountId ¶ added in v0.12.0
func (o *KafkaRequestAllOf) SetBillingCloudAccountId(v string)
SetBillingCloudAccountId gets a reference to the given string and assigns it to the BillingCloudAccountId field.
func (*KafkaRequestAllOf) SetBillingModel ¶ added in v0.12.1
func (o *KafkaRequestAllOf) SetBillingModel(v string)
SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.
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) SetBrowserUrl ¶ added in v0.11.1
func (o *KafkaRequestAllOf) SetBrowserUrl(v string)
SetBrowserUrl gets a reference to the given string and assigns it to the BrowserUrl 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) SetClusterId ¶ added in v0.19.0
func (o *KafkaRequestAllOf) SetClusterId(v string)
SetClusterId gets a reference to the given NullableString and assigns it to the ClusterId field.
func (*KafkaRequestAllOf) SetClusterIdNil ¶ added in v0.19.0
func (o *KafkaRequestAllOf) SetClusterIdNil()
SetClusterIdNil sets the value for ClusterId to be an explicit nil
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) SetEgressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequestAllOf) SetEgressThroughputPerSec(v string)
SetEgressThroughputPerSec gets a reference to the given string and assigns it to the EgressThroughputPerSec field.
func (*KafkaRequestAllOf) SetExpiresAt ¶ added in v0.11.5
func (o *KafkaRequestAllOf) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given NullableTime and assigns it to the ExpiresAt field.
func (*KafkaRequestAllOf) SetExpiresAtNil ¶ added in v0.11.5
func (o *KafkaRequestAllOf) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
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) SetIngressThroughputPerSec ¶ added in v0.11.1
func (o *KafkaRequestAllOf) SetIngressThroughputPerSec(v string)
SetIngressThroughputPerSec gets a reference to the given string and assigns it to the IngressThroughputPerSec field.
func (*KafkaRequestAllOf) SetInstanceType ¶
func (o *KafkaRequestAllOf) SetInstanceType(v string)
SetInstanceType gets a reference to the given string and assigns it to the InstanceType field.
func (*KafkaRequestAllOf) SetInstanceTypeName ¶ added in v0.11.1
func (o *KafkaRequestAllOf) SetInstanceTypeName(v string)
SetInstanceTypeName gets a reference to the given string and assigns it to the InstanceTypeName field.
func (*KafkaRequestAllOf) SetMarketplace ¶ added in v0.12.0
func (o *KafkaRequestAllOf) SetMarketplace(v string)
SetMarketplace gets a reference to the given string and assigns it to the Marketplace field.
func (*KafkaRequestAllOf) SetMaxConnectionAttemptsPerSec ¶ added in v0.11.1
func (o *KafkaRequestAllOf) SetMaxConnectionAttemptsPerSec(v int32)
SetMaxConnectionAttemptsPerSec gets a reference to the given int32 and assigns it to the MaxConnectionAttemptsPerSec field.
func (*KafkaRequestAllOf) SetMaxDataRetentionPeriod ¶ added in v0.11.1
func (o *KafkaRequestAllOf) SetMaxDataRetentionPeriod(v string)
SetMaxDataRetentionPeriod gets a reference to the given string and assigns it to the MaxDataRetentionPeriod field.
func (*KafkaRequestAllOf) SetMaxDataRetentionSize ¶ added in v0.12.3
func (o *KafkaRequestAllOf) SetMaxDataRetentionSize(v SupportedKafkaSizeBytesValueItem)
SetMaxDataRetentionSize gets a reference to the given SupportedKafkaSizeBytesValueItem and assigns it to the MaxDataRetentionSize field.
func (*KafkaRequestAllOf) SetMaxPartitions ¶ added in v0.11.1
func (o *KafkaRequestAllOf) SetMaxPartitions(v int32)
SetMaxPartitions gets a reference to the given int32 and assigns it to the MaxPartitions field.
func (*KafkaRequestAllOf) SetMultiAz ¶
func (o *KafkaRequestAllOf) SetMultiAz(v bool)
SetMultiAz sets field value
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) SetPromotionDetails ¶ added in v0.19.0
func (o *KafkaRequestAllOf) SetPromotionDetails(v string)
SetPromotionDetails gets a reference to the given string and assigns it to the PromotionDetails field.
func (*KafkaRequestAllOf) SetPromotionStatus ¶ added in v0.19.0
func (o *KafkaRequestAllOf) SetPromotionStatus(v string)
SetPromotionStatus gets a reference to the given string and assigns it to the PromotionStatus field.
func (*KafkaRequestAllOf) SetReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaRequestAllOf) SetReauthenticationEnabled(v bool)
SetReauthenticationEnabled sets field value
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) SetSizeId ¶ added in v0.11.1
func (o *KafkaRequestAllOf) SetSizeId(v string)
SetSizeId gets a reference to the given string and assigns it to the SizeId 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) SetTotalMaxConnections ¶ added in v0.11.1
func (o *KafkaRequestAllOf) SetTotalMaxConnections(v int32)
SetTotalMaxConnections gets a reference to the given int32 and assigns it to the TotalMaxConnections 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.
func (*KafkaRequestAllOf) UnsetClusterId ¶ added in v0.19.0
func (o *KafkaRequestAllOf) UnsetClusterId()
UnsetClusterId ensures that no value is present for ClusterId, not even an explicit nil
func (*KafkaRequestAllOf) UnsetExpiresAt ¶ added in v0.11.5
func (o *KafkaRequestAllOf) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
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"`
}
KafkaRequestListAllOf struct for KafkaRequestListAllOf
func NewKafkaRequestListAllOf ¶
func NewKafkaRequestListAllOf(items []KafkaRequest) *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
func (*KafkaRequestListAllOf) GetItemsOk ¶
func (o *KafkaRequestListAllOf) GetItemsOk() (*[]KafkaRequest, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (KafkaRequestListAllOf) MarshalJSON ¶
func (o KafkaRequestListAllOf) MarshalJSON() ([]byte, error)
func (*KafkaRequestListAllOf) SetItems ¶
func (o *KafkaRequestListAllOf) SetItems(v []KafkaRequest)
SetItems sets field value
type KafkaRequestPayload ¶
type KafkaRequestPayload struct { // The cloud provider where the Kafka cluster will be created in CloudProvider *string `json:"cloud_provider,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"` // Whether connection reauthentication is enabled or not. If set to true, connection reauthentication on the Kafka instance will be required every 5 minutes. The default value is true ReauthenticationEnabled NullableBool `json:"reauthentication_enabled,omitempty"` // kafka plan in a format of <instance_type>.<size_id> Plan *string `json:"plan,omitempty"` // cloud account id used to purchase the instance BillingCloudAccountId NullableString `json:"billing_cloud_account_id,omitempty"` // marketplace where the instance is purchased on Marketplace NullableString `json:"marketplace,omitempty"` // billing model to use BillingModel NullableString `json:"billing_model,omitempty"` // enterprise OSD cluster ID to be used for kafka creation ClusterId NullableString `json:"cluster_id,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) GetBillingCloudAccountId ¶ added in v0.12.0
func (o *KafkaRequestPayload) GetBillingCloudAccountId() string
GetBillingCloudAccountId returns the BillingCloudAccountId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaRequestPayload) GetBillingCloudAccountIdOk ¶ added in v0.12.0
func (o *KafkaRequestPayload) GetBillingCloudAccountIdOk() (*string, bool)
GetBillingCloudAccountIdOk returns a tuple with the BillingCloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*KafkaRequestPayload) GetBillingModel ¶ added in v0.12.1
func (o *KafkaRequestPayload) GetBillingModel() string
GetBillingModel returns the BillingModel field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaRequestPayload) GetBillingModelOk ¶ added in v0.12.1
func (o *KafkaRequestPayload) GetBillingModelOk() (*string, bool)
GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*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) GetClusterId ¶ added in v0.19.0
func (o *KafkaRequestPayload) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaRequestPayload) GetClusterIdOk ¶ added in v0.19.0
func (o *KafkaRequestPayload) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*KafkaRequestPayload) GetMarketplace ¶ added in v0.12.0
func (o *KafkaRequestPayload) GetMarketplace() string
GetMarketplace returns the Marketplace field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaRequestPayload) GetMarketplaceOk ¶ added in v0.12.0
func (o *KafkaRequestPayload) GetMarketplaceOk() (*string, bool)
GetMarketplaceOk returns a tuple with the Marketplace field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*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) GetPlan ¶ added in v0.11.1
func (o *KafkaRequestPayload) GetPlan() string
GetPlan returns the Plan field value if set, zero value otherwise.
func (*KafkaRequestPayload) GetPlanOk ¶ added in v0.11.1
func (o *KafkaRequestPayload) GetPlanOk() (*string, bool)
GetPlanOk returns a tuple with the Plan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaRequestPayload) GetReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaRequestPayload) GetReauthenticationEnabled() bool
GetReauthenticationEnabled returns the ReauthenticationEnabled field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaRequestPayload) GetReauthenticationEnabledOk ¶ added in v0.5.0
func (o *KafkaRequestPayload) GetReauthenticationEnabledOk() (*bool, bool)
GetReauthenticationEnabledOk returns a tuple with the ReauthenticationEnabled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*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) HasBillingCloudAccountId ¶ added in v0.12.0
func (o *KafkaRequestPayload) HasBillingCloudAccountId() bool
HasBillingCloudAccountId returns a boolean if a field has been set.
func (*KafkaRequestPayload) HasBillingModel ¶ added in v0.12.1
func (o *KafkaRequestPayload) HasBillingModel() bool
HasBillingModel returns a boolean if a field has been set.
func (*KafkaRequestPayload) HasCloudProvider ¶
func (o *KafkaRequestPayload) HasCloudProvider() bool
HasCloudProvider returns a boolean if a field has been set.
func (*KafkaRequestPayload) HasClusterId ¶ added in v0.19.0
func (o *KafkaRequestPayload) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*KafkaRequestPayload) HasMarketplace ¶ added in v0.12.0
func (o *KafkaRequestPayload) HasMarketplace() bool
HasMarketplace returns a boolean if a field has been set.
func (*KafkaRequestPayload) HasPlan ¶ added in v0.11.1
func (o *KafkaRequestPayload) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (*KafkaRequestPayload) HasReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaRequestPayload) HasReauthenticationEnabled() bool
HasReauthenticationEnabled 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) SetBillingCloudAccountId ¶ added in v0.12.0
func (o *KafkaRequestPayload) SetBillingCloudAccountId(v string)
SetBillingCloudAccountId gets a reference to the given NullableString and assigns it to the BillingCloudAccountId field.
func (*KafkaRequestPayload) SetBillingCloudAccountIdNil ¶ added in v0.12.0
func (o *KafkaRequestPayload) SetBillingCloudAccountIdNil()
SetBillingCloudAccountIdNil sets the value for BillingCloudAccountId to be an explicit nil
func (*KafkaRequestPayload) SetBillingModel ¶ added in v0.12.1
func (o *KafkaRequestPayload) SetBillingModel(v string)
SetBillingModel gets a reference to the given NullableString and assigns it to the BillingModel field.
func (*KafkaRequestPayload) SetBillingModelNil ¶ added in v0.12.1
func (o *KafkaRequestPayload) SetBillingModelNil()
SetBillingModelNil sets the value for BillingModel to be an explicit nil
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) SetClusterId ¶ added in v0.19.0
func (o *KafkaRequestPayload) SetClusterId(v string)
SetClusterId gets a reference to the given NullableString and assigns it to the ClusterId field.
func (*KafkaRequestPayload) SetClusterIdNil ¶ added in v0.19.0
func (o *KafkaRequestPayload) SetClusterIdNil()
SetClusterIdNil sets the value for ClusterId to be an explicit nil
func (*KafkaRequestPayload) SetMarketplace ¶ added in v0.12.0
func (o *KafkaRequestPayload) SetMarketplace(v string)
SetMarketplace gets a reference to the given NullableString and assigns it to the Marketplace field.
func (*KafkaRequestPayload) SetMarketplaceNil ¶ added in v0.12.0
func (o *KafkaRequestPayload) SetMarketplaceNil()
SetMarketplaceNil sets the value for Marketplace to be an explicit nil
func (*KafkaRequestPayload) SetName ¶
func (o *KafkaRequestPayload) SetName(v string)
SetName sets field value
func (*KafkaRequestPayload) SetPlan ¶ added in v0.11.1
func (o *KafkaRequestPayload) SetPlan(v string)
SetPlan gets a reference to the given string and assigns it to the Plan field.
func (*KafkaRequestPayload) SetReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaRequestPayload) SetReauthenticationEnabled(v bool)
SetReauthenticationEnabled gets a reference to the given NullableBool and assigns it to the ReauthenticationEnabled field.
func (*KafkaRequestPayload) SetReauthenticationEnabledNil ¶ added in v0.5.0
func (o *KafkaRequestPayload) SetReauthenticationEnabledNil()
SetReauthenticationEnabledNil sets the value for ReauthenticationEnabled to be an explicit nil
func (*KafkaRequestPayload) SetRegion ¶
func (o *KafkaRequestPayload) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*KafkaRequestPayload) UnsetBillingCloudAccountId ¶ added in v0.12.0
func (o *KafkaRequestPayload) UnsetBillingCloudAccountId()
UnsetBillingCloudAccountId ensures that no value is present for BillingCloudAccountId, not even an explicit nil
func (*KafkaRequestPayload) UnsetBillingModel ¶ added in v0.12.1
func (o *KafkaRequestPayload) UnsetBillingModel()
UnsetBillingModel ensures that no value is present for BillingModel, not even an explicit nil
func (*KafkaRequestPayload) UnsetClusterId ¶ added in v0.19.0
func (o *KafkaRequestPayload) UnsetClusterId()
UnsetClusterId ensures that no value is present for ClusterId, not even an explicit nil
func (*KafkaRequestPayload) UnsetMarketplace ¶ added in v0.12.0
func (o *KafkaRequestPayload) UnsetMarketplace()
UnsetMarketplace ensures that no value is present for Marketplace, not even an explicit nil
func (*KafkaRequestPayload) UnsetReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaRequestPayload) UnsetReauthenticationEnabled()
UnsetReauthenticationEnabled ensures that no value is present for ReauthenticationEnabled, not even an explicit nil
type KafkaUpdateRequest ¶
type KafkaUpdateRequest struct { Owner NullableString `json:"owner,omitempty"` // Whether connection reauthentication is enabled or not. If set to true, connection reauthentication on the Kafka instance will be required every 5 minutes. ReauthenticationEnabled NullableBool `json:"reauthentication_enabled,omitempty"` }
KafkaUpdateRequest struct for KafkaUpdateRequest
func NewKafkaUpdateRequest ¶
func NewKafkaUpdateRequest() *KafkaUpdateRequest
NewKafkaUpdateRequest instantiates a new KafkaUpdateRequest 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 NewKafkaUpdateRequestWithDefaults ¶
func NewKafkaUpdateRequestWithDefaults() *KafkaUpdateRequest
NewKafkaUpdateRequestWithDefaults instantiates a new KafkaUpdateRequest 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 (*KafkaUpdateRequest) GetOwner ¶
func (o *KafkaUpdateRequest) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaUpdateRequest) GetOwnerOk ¶
func (o *KafkaUpdateRequest) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*KafkaUpdateRequest) GetReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaUpdateRequest) GetReauthenticationEnabled() bool
GetReauthenticationEnabled returns the ReauthenticationEnabled field value if set, zero value otherwise (both if not set or set to explicit null).
func (*KafkaUpdateRequest) GetReauthenticationEnabledOk ¶ added in v0.5.0
func (o *KafkaUpdateRequest) GetReauthenticationEnabledOk() (*bool, bool)
GetReauthenticationEnabledOk returns a tuple with the ReauthenticationEnabled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*KafkaUpdateRequest) HasOwner ¶ added in v0.5.0
func (o *KafkaUpdateRequest) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*KafkaUpdateRequest) HasReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaUpdateRequest) HasReauthenticationEnabled() bool
HasReauthenticationEnabled returns a boolean if a field has been set.
func (KafkaUpdateRequest) MarshalJSON ¶
func (o KafkaUpdateRequest) MarshalJSON() ([]byte, error)
func (*KafkaUpdateRequest) SetOwner ¶
func (o *KafkaUpdateRequest) SetOwner(v string)
SetOwner gets a reference to the given NullableString and assigns it to the Owner field.
func (*KafkaUpdateRequest) SetOwnerNil ¶ added in v0.5.0
func (o *KafkaUpdateRequest) SetOwnerNil()
SetOwnerNil sets the value for Owner to be an explicit nil
func (*KafkaUpdateRequest) SetReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaUpdateRequest) SetReauthenticationEnabled(v bool)
SetReauthenticationEnabled gets a reference to the given NullableBool and assigns it to the ReauthenticationEnabled field.
func (*KafkaUpdateRequest) SetReauthenticationEnabledNil ¶ added in v0.5.0
func (o *KafkaUpdateRequest) SetReauthenticationEnabledNil()
SetReauthenticationEnabledNil sets the value for ReauthenticationEnabled to be an explicit nil
func (*KafkaUpdateRequest) UnsetOwner ¶ added in v0.5.0
func (o *KafkaUpdateRequest) UnsetOwner()
UnsetOwner ensures that no value is present for Owner, not even an explicit nil
func (*KafkaUpdateRequest) UnsetReauthenticationEnabled ¶ added in v0.5.0
func (o *KafkaUpdateRequest) UnsetReauthenticationEnabled()
UnsetReauthenticationEnabled ensures that no value is present for ReauthenticationEnabled, not even an explicit nil
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 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 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 NullableEnterpriseCluster ¶ added in v0.16.0
type NullableEnterpriseCluster struct {
// contains filtered or unexported fields
}
func NewNullableEnterpriseCluster ¶ added in v0.16.0
func NewNullableEnterpriseCluster(val *EnterpriseCluster) *NullableEnterpriseCluster
func (NullableEnterpriseCluster) Get ¶ added in v0.16.0
func (v NullableEnterpriseCluster) Get() *EnterpriseCluster
func (NullableEnterpriseCluster) IsSet ¶ added in v0.16.0
func (v NullableEnterpriseCluster) IsSet() bool
func (NullableEnterpriseCluster) MarshalJSON ¶ added in v0.16.0
func (v NullableEnterpriseCluster) MarshalJSON() ([]byte, error)
func (*NullableEnterpriseCluster) Set ¶ added in v0.16.0
func (v *NullableEnterpriseCluster) Set(val *EnterpriseCluster)
func (*NullableEnterpriseCluster) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableEnterpriseCluster) UnmarshalJSON(src []byte) error
func (*NullableEnterpriseCluster) Unset ¶ added in v0.16.0
func (v *NullableEnterpriseCluster) Unset()
type NullableEnterpriseClusterAllOf ¶ added in v0.16.0
type NullableEnterpriseClusterAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEnterpriseClusterAllOf ¶ added in v0.16.0
func NewNullableEnterpriseClusterAllOf(val *EnterpriseClusterAllOf) *NullableEnterpriseClusterAllOf
func (NullableEnterpriseClusterAllOf) Get ¶ added in v0.16.0
func (v NullableEnterpriseClusterAllOf) Get() *EnterpriseClusterAllOf
func (NullableEnterpriseClusterAllOf) IsSet ¶ added in v0.16.0
func (v NullableEnterpriseClusterAllOf) IsSet() bool
func (NullableEnterpriseClusterAllOf) MarshalJSON ¶ added in v0.16.0
func (v NullableEnterpriseClusterAllOf) MarshalJSON() ([]byte, error)
func (*NullableEnterpriseClusterAllOf) Set ¶ added in v0.16.0
func (v *NullableEnterpriseClusterAllOf) Set(val *EnterpriseClusterAllOf)
func (*NullableEnterpriseClusterAllOf) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableEnterpriseClusterAllOf) UnmarshalJSON(src []byte) error
func (*NullableEnterpriseClusterAllOf) Unset ¶ added in v0.16.0
func (v *NullableEnterpriseClusterAllOf) Unset()
type NullableEnterpriseClusterAllOfCapacityInformation ¶ added in v0.21.0
type NullableEnterpriseClusterAllOfCapacityInformation struct {
// contains filtered or unexported fields
}
func NewNullableEnterpriseClusterAllOfCapacityInformation ¶ added in v0.21.0
func NewNullableEnterpriseClusterAllOfCapacityInformation(val *EnterpriseClusterAllOfCapacityInformation) *NullableEnterpriseClusterAllOfCapacityInformation
func (NullableEnterpriseClusterAllOfCapacityInformation) IsSet ¶ added in v0.21.0
func (v NullableEnterpriseClusterAllOfCapacityInformation) IsSet() bool
func (NullableEnterpriseClusterAllOfCapacityInformation) MarshalJSON ¶ added in v0.21.0
func (v NullableEnterpriseClusterAllOfCapacityInformation) MarshalJSON() ([]byte, error)
func (*NullableEnterpriseClusterAllOfCapacityInformation) UnmarshalJSON ¶ added in v0.21.0
func (v *NullableEnterpriseClusterAllOfCapacityInformation) UnmarshalJSON(src []byte) error
func (*NullableEnterpriseClusterAllOfCapacityInformation) Unset ¶ added in v0.21.0
func (v *NullableEnterpriseClusterAllOfCapacityInformation) Unset()
type NullableEnterpriseClusterList ¶ added in v0.17.0
type NullableEnterpriseClusterList struct {
// contains filtered or unexported fields
}
func NewNullableEnterpriseClusterList ¶ added in v0.17.0
func NewNullableEnterpriseClusterList(val *EnterpriseClusterList) *NullableEnterpriseClusterList
func (NullableEnterpriseClusterList) Get ¶ added in v0.17.0
func (v NullableEnterpriseClusterList) Get() *EnterpriseClusterList
func (NullableEnterpriseClusterList) IsSet ¶ added in v0.17.0
func (v NullableEnterpriseClusterList) IsSet() bool
func (NullableEnterpriseClusterList) MarshalJSON ¶ added in v0.17.0
func (v NullableEnterpriseClusterList) MarshalJSON() ([]byte, error)
func (*NullableEnterpriseClusterList) Set ¶ added in v0.17.0
func (v *NullableEnterpriseClusterList) Set(val *EnterpriseClusterList)
func (*NullableEnterpriseClusterList) UnmarshalJSON ¶ added in v0.17.0
func (v *NullableEnterpriseClusterList) UnmarshalJSON(src []byte) error
func (*NullableEnterpriseClusterList) Unset ¶ added in v0.17.0
func (v *NullableEnterpriseClusterList) Unset()
type NullableEnterpriseClusterListAllOf ¶ added in v0.17.0
type NullableEnterpriseClusterListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEnterpriseClusterListAllOf ¶ added in v0.17.0
func NewNullableEnterpriseClusterListAllOf(val *EnterpriseClusterListAllOf) *NullableEnterpriseClusterListAllOf
func (NullableEnterpriseClusterListAllOf) Get ¶ added in v0.17.0
func (v NullableEnterpriseClusterListAllOf) Get() *EnterpriseClusterListAllOf
func (NullableEnterpriseClusterListAllOf) IsSet ¶ added in v0.17.0
func (v NullableEnterpriseClusterListAllOf) IsSet() bool
func (NullableEnterpriseClusterListAllOf) MarshalJSON ¶ added in v0.17.0
func (v NullableEnterpriseClusterListAllOf) MarshalJSON() ([]byte, error)
func (*NullableEnterpriseClusterListAllOf) Set ¶ added in v0.17.0
func (v *NullableEnterpriseClusterListAllOf) Set(val *EnterpriseClusterListAllOf)
func (*NullableEnterpriseClusterListAllOf) UnmarshalJSON ¶ added in v0.17.0
func (v *NullableEnterpriseClusterListAllOf) UnmarshalJSON(src []byte) error
func (*NullableEnterpriseClusterListAllOf) Unset ¶ added in v0.17.0
func (v *NullableEnterpriseClusterListAllOf) Unset()
type NullableEnterpriseClusterListItem ¶ added in v0.21.0
type NullableEnterpriseClusterListItem struct {
// contains filtered or unexported fields
}
func NewNullableEnterpriseClusterListItem ¶ added in v0.21.0
func NewNullableEnterpriseClusterListItem(val *EnterpriseClusterListItem) *NullableEnterpriseClusterListItem
func (NullableEnterpriseClusterListItem) Get ¶ added in v0.21.0
func (v NullableEnterpriseClusterListItem) Get() *EnterpriseClusterListItem
func (NullableEnterpriseClusterListItem) IsSet ¶ added in v0.21.0
func (v NullableEnterpriseClusterListItem) IsSet() bool
func (NullableEnterpriseClusterListItem) MarshalJSON ¶ added in v0.21.0
func (v NullableEnterpriseClusterListItem) MarshalJSON() ([]byte, error)
func (*NullableEnterpriseClusterListItem) Set ¶ added in v0.21.0
func (v *NullableEnterpriseClusterListItem) Set(val *EnterpriseClusterListItem)
func (*NullableEnterpriseClusterListItem) UnmarshalJSON ¶ added in v0.21.0
func (v *NullableEnterpriseClusterListItem) UnmarshalJSON(src []byte) error
func (*NullableEnterpriseClusterListItem) Unset ¶ added in v0.21.0
func (v *NullableEnterpriseClusterListItem) Unset()
type NullableEnterpriseClusterListItemAllOf ¶ added in v0.21.0
type NullableEnterpriseClusterListItemAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEnterpriseClusterListItemAllOf ¶ added in v0.21.0
func NewNullableEnterpriseClusterListItemAllOf(val *EnterpriseClusterListItemAllOf) *NullableEnterpriseClusterListItemAllOf
func (NullableEnterpriseClusterListItemAllOf) Get ¶ added in v0.21.0
func (v NullableEnterpriseClusterListItemAllOf) Get() *EnterpriseClusterListItemAllOf
func (NullableEnterpriseClusterListItemAllOf) IsSet ¶ added in v0.21.0
func (v NullableEnterpriseClusterListItemAllOf) IsSet() bool
func (NullableEnterpriseClusterListItemAllOf) MarshalJSON ¶ added in v0.21.0
func (v NullableEnterpriseClusterListItemAllOf) MarshalJSON() ([]byte, error)
func (*NullableEnterpriseClusterListItemAllOf) Set ¶ added in v0.21.0
func (v *NullableEnterpriseClusterListItemAllOf) Set(val *EnterpriseClusterListItemAllOf)
func (*NullableEnterpriseClusterListItemAllOf) UnmarshalJSON ¶ added in v0.21.0
func (v *NullableEnterpriseClusterListItemAllOf) UnmarshalJSON(src []byte) error
func (*NullableEnterpriseClusterListItemAllOf) Unset ¶ added in v0.21.0
func (v *NullableEnterpriseClusterListItemAllOf) Unset()
type NullableEnterpriseClusterWithAddonParameters ¶ added in v0.19.0
type NullableEnterpriseClusterWithAddonParameters struct {
// contains filtered or unexported fields
}
func NewNullableEnterpriseClusterWithAddonParameters ¶ added in v0.19.0
func NewNullableEnterpriseClusterWithAddonParameters(val *EnterpriseClusterWithAddonParameters) *NullableEnterpriseClusterWithAddonParameters
func (NullableEnterpriseClusterWithAddonParameters) IsSet ¶ added in v0.19.0
func (v NullableEnterpriseClusterWithAddonParameters) IsSet() bool
func (NullableEnterpriseClusterWithAddonParameters) MarshalJSON ¶ added in v0.19.0
func (v NullableEnterpriseClusterWithAddonParameters) MarshalJSON() ([]byte, error)
func (*NullableEnterpriseClusterWithAddonParameters) Set ¶ added in v0.19.0
func (v *NullableEnterpriseClusterWithAddonParameters) Set(val *EnterpriseClusterWithAddonParameters)
func (*NullableEnterpriseClusterWithAddonParameters) UnmarshalJSON ¶ added in v0.19.0
func (v *NullableEnterpriseClusterWithAddonParameters) UnmarshalJSON(src []byte) error
func (*NullableEnterpriseClusterWithAddonParameters) Unset ¶ added in v0.19.0
func (v *NullableEnterpriseClusterWithAddonParameters) Unset()
type NullableEnterpriseClusterWithAddonParametersAllOf ¶ added in v0.19.0
type NullableEnterpriseClusterWithAddonParametersAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEnterpriseClusterWithAddonParametersAllOf ¶ added in v0.19.0
func NewNullableEnterpriseClusterWithAddonParametersAllOf(val *EnterpriseClusterWithAddonParametersAllOf) *NullableEnterpriseClusterWithAddonParametersAllOf
func (NullableEnterpriseClusterWithAddonParametersAllOf) IsSet ¶ added in v0.19.0
func (v NullableEnterpriseClusterWithAddonParametersAllOf) IsSet() bool
func (NullableEnterpriseClusterWithAddonParametersAllOf) MarshalJSON ¶ added in v0.19.0
func (v NullableEnterpriseClusterWithAddonParametersAllOf) MarshalJSON() ([]byte, error)
func (*NullableEnterpriseClusterWithAddonParametersAllOf) UnmarshalJSON ¶ added in v0.19.0
func (v *NullableEnterpriseClusterWithAddonParametersAllOf) UnmarshalJSON(src []byte) error
func (*NullableEnterpriseClusterWithAddonParametersAllOf) Unset ¶ added in v0.19.0
func (v *NullableEnterpriseClusterWithAddonParametersAllOf) Unset()
type NullableEnterpriseOsdClusterPayload ¶ added in v0.16.0
type NullableEnterpriseOsdClusterPayload struct {
// contains filtered or unexported fields
}
func NewNullableEnterpriseOsdClusterPayload ¶ added in v0.16.0
func NewNullableEnterpriseOsdClusterPayload(val *EnterpriseOsdClusterPayload) *NullableEnterpriseOsdClusterPayload
func (NullableEnterpriseOsdClusterPayload) Get ¶ added in v0.16.0
func (v NullableEnterpriseOsdClusterPayload) Get() *EnterpriseOsdClusterPayload
func (NullableEnterpriseOsdClusterPayload) IsSet ¶ added in v0.16.0
func (v NullableEnterpriseOsdClusterPayload) IsSet() bool
func (NullableEnterpriseOsdClusterPayload) MarshalJSON ¶ added in v0.16.0
func (v NullableEnterpriseOsdClusterPayload) MarshalJSON() ([]byte, error)
func (*NullableEnterpriseOsdClusterPayload) Set ¶ added in v0.16.0
func (v *NullableEnterpriseOsdClusterPayload) Set(val *EnterpriseOsdClusterPayload)
func (*NullableEnterpriseOsdClusterPayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableEnterpriseOsdClusterPayload) UnmarshalJSON(src []byte) error
func (*NullableEnterpriseOsdClusterPayload) Unset ¶ added in v0.16.0
func (v *NullableEnterpriseOsdClusterPayload) 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 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 NullableFleetshardParameter ¶ added in v0.16.0
type NullableFleetshardParameter struct {
// contains filtered or unexported fields
}
func NewNullableFleetshardParameter ¶ added in v0.16.0
func NewNullableFleetshardParameter(val *FleetshardParameter) *NullableFleetshardParameter
func (NullableFleetshardParameter) Get ¶ added in v0.16.0
func (v NullableFleetshardParameter) Get() *FleetshardParameter
func (NullableFleetshardParameter) IsSet ¶ added in v0.16.0
func (v NullableFleetshardParameter) IsSet() bool
func (NullableFleetshardParameter) MarshalJSON ¶ added in v0.16.0
func (v NullableFleetshardParameter) MarshalJSON() ([]byte, error)
func (*NullableFleetshardParameter) Set ¶ added in v0.16.0
func (v *NullableFleetshardParameter) Set(val *FleetshardParameter)
func (*NullableFleetshardParameter) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableFleetshardParameter) UnmarshalJSON(src []byte) error
func (*NullableFleetshardParameter) Unset ¶ added in v0.16.0
func (v *NullableFleetshardParameter) 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 NullableKafkaPromoteRequest ¶ added in v0.19.0
type NullableKafkaPromoteRequest struct {
// contains filtered or unexported fields
}
func NewNullableKafkaPromoteRequest ¶ added in v0.19.0
func NewNullableKafkaPromoteRequest(val *KafkaPromoteRequest) *NullableKafkaPromoteRequest
func (NullableKafkaPromoteRequest) Get ¶ added in v0.19.0
func (v NullableKafkaPromoteRequest) Get() *KafkaPromoteRequest
func (NullableKafkaPromoteRequest) IsSet ¶ added in v0.19.0
func (v NullableKafkaPromoteRequest) IsSet() bool
func (NullableKafkaPromoteRequest) MarshalJSON ¶ added in v0.19.0
func (v NullableKafkaPromoteRequest) MarshalJSON() ([]byte, error)
func (*NullableKafkaPromoteRequest) Set ¶ added in v0.19.0
func (v *NullableKafkaPromoteRequest) Set(val *KafkaPromoteRequest)
func (*NullableKafkaPromoteRequest) UnmarshalJSON ¶ added in v0.19.0
func (v *NullableKafkaPromoteRequest) UnmarshalJSON(src []byte) error
func (*NullableKafkaPromoteRequest) Unset ¶ added in v0.19.0
func (v *NullableKafkaPromoteRequest) 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 NullableKafkaUpdateRequest ¶
type NullableKafkaUpdateRequest struct {
// contains filtered or unexported fields
}
func NewNullableKafkaUpdateRequest ¶
func NewNullableKafkaUpdateRequest(val *KafkaUpdateRequest) *NullableKafkaUpdateRequest
func (NullableKafkaUpdateRequest) Get ¶
func (v NullableKafkaUpdateRequest) Get() *KafkaUpdateRequest
func (NullableKafkaUpdateRequest) IsSet ¶
func (v NullableKafkaUpdateRequest) IsSet() bool
func (NullableKafkaUpdateRequest) MarshalJSON ¶
func (v NullableKafkaUpdateRequest) MarshalJSON() ([]byte, error)
func (*NullableKafkaUpdateRequest) Set ¶
func (v *NullableKafkaUpdateRequest) Set(val *KafkaUpdateRequest)
func (*NullableKafkaUpdateRequest) UnmarshalJSON ¶
func (v *NullableKafkaUpdateRequest) UnmarshalJSON(src []byte) error
func (*NullableKafkaUpdateRequest) Unset ¶
func (v *NullableKafkaUpdateRequest) 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 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 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 NullableRegionCapacityListItem ¶ added in v0.8.0
type NullableRegionCapacityListItem struct {
// contains filtered or unexported fields
}
func NewNullableRegionCapacityListItem ¶ added in v0.8.0
func NewNullableRegionCapacityListItem(val *RegionCapacityListItem) *NullableRegionCapacityListItem
func (NullableRegionCapacityListItem) Get ¶ added in v0.8.0
func (v NullableRegionCapacityListItem) Get() *RegionCapacityListItem
func (NullableRegionCapacityListItem) IsSet ¶ added in v0.8.0
func (v NullableRegionCapacityListItem) IsSet() bool
func (NullableRegionCapacityListItem) MarshalJSON ¶ added in v0.8.0
func (v NullableRegionCapacityListItem) MarshalJSON() ([]byte, error)
func (*NullableRegionCapacityListItem) Set ¶ added in v0.8.0
func (v *NullableRegionCapacityListItem) Set(val *RegionCapacityListItem)
func (*NullableRegionCapacityListItem) UnmarshalJSON ¶ added in v0.8.0
func (v *NullableRegionCapacityListItem) UnmarshalJSON(src []byte) error
func (*NullableRegionCapacityListItem) Unset ¶ added in v0.8.0
func (v *NullableRegionCapacityListItem) 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 NullableSsoProvider ¶ added in v0.11.0
type NullableSsoProvider struct {
// contains filtered or unexported fields
}
func NewNullableSsoProvider ¶ added in v0.11.0
func NewNullableSsoProvider(val *SsoProvider) *NullableSsoProvider
func (NullableSsoProvider) Get ¶ added in v0.11.0
func (v NullableSsoProvider) Get() *SsoProvider
func (NullableSsoProvider) IsSet ¶ added in v0.11.0
func (v NullableSsoProvider) IsSet() bool
func (NullableSsoProvider) MarshalJSON ¶ added in v0.11.0
func (v NullableSsoProvider) MarshalJSON() ([]byte, error)
func (*NullableSsoProvider) Set ¶ added in v0.11.0
func (v *NullableSsoProvider) Set(val *SsoProvider)
func (*NullableSsoProvider) UnmarshalJSON ¶ added in v0.11.0
func (v *NullableSsoProvider) UnmarshalJSON(src []byte) error
func (*NullableSsoProvider) Unset ¶ added in v0.11.0
func (v *NullableSsoProvider) Unset()
type NullableSsoProviderAllOf ¶ added in v0.11.0
type NullableSsoProviderAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSsoProviderAllOf ¶ added in v0.11.0
func NewNullableSsoProviderAllOf(val *SsoProviderAllOf) *NullableSsoProviderAllOf
func (NullableSsoProviderAllOf) Get ¶ added in v0.11.0
func (v NullableSsoProviderAllOf) Get() *SsoProviderAllOf
func (NullableSsoProviderAllOf) IsSet ¶ added in v0.11.0
func (v NullableSsoProviderAllOf) IsSet() bool
func (NullableSsoProviderAllOf) MarshalJSON ¶ added in v0.11.0
func (v NullableSsoProviderAllOf) MarshalJSON() ([]byte, error)
func (*NullableSsoProviderAllOf) Set ¶ added in v0.11.0
func (v *NullableSsoProviderAllOf) Set(val *SsoProviderAllOf)
func (*NullableSsoProviderAllOf) UnmarshalJSON ¶ added in v0.11.0
func (v *NullableSsoProviderAllOf) UnmarshalJSON(src []byte) error
func (*NullableSsoProviderAllOf) Unset ¶ added in v0.11.0
func (v *NullableSsoProviderAllOf) 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 NullableSupportedKafkaBillingModel ¶ added in v0.15.0
type NullableSupportedKafkaBillingModel struct {
// contains filtered or unexported fields
}
func NewNullableSupportedKafkaBillingModel ¶ added in v0.15.0
func NewNullableSupportedKafkaBillingModel(val *SupportedKafkaBillingModel) *NullableSupportedKafkaBillingModel
func (NullableSupportedKafkaBillingModel) Get ¶ added in v0.15.0
func (v NullableSupportedKafkaBillingModel) Get() *SupportedKafkaBillingModel
func (NullableSupportedKafkaBillingModel) IsSet ¶ added in v0.15.0
func (v NullableSupportedKafkaBillingModel) IsSet() bool
func (NullableSupportedKafkaBillingModel) MarshalJSON ¶ added in v0.15.0
func (v NullableSupportedKafkaBillingModel) MarshalJSON() ([]byte, error)
func (*NullableSupportedKafkaBillingModel) Set ¶ added in v0.15.0
func (v *NullableSupportedKafkaBillingModel) Set(val *SupportedKafkaBillingModel)
func (*NullableSupportedKafkaBillingModel) UnmarshalJSON ¶ added in v0.15.0
func (v *NullableSupportedKafkaBillingModel) UnmarshalJSON(src []byte) error
func (*NullableSupportedKafkaBillingModel) Unset ¶ added in v0.15.0
func (v *NullableSupportedKafkaBillingModel) Unset()
type NullableSupportedKafkaInstanceType ¶ added in v0.11.1
type NullableSupportedKafkaInstanceType struct {
// contains filtered or unexported fields
}
func NewNullableSupportedKafkaInstanceType ¶ added in v0.11.1
func NewNullableSupportedKafkaInstanceType(val *SupportedKafkaInstanceType) *NullableSupportedKafkaInstanceType
func (NullableSupportedKafkaInstanceType) Get ¶ added in v0.11.1
func (v NullableSupportedKafkaInstanceType) Get() *SupportedKafkaInstanceType
func (NullableSupportedKafkaInstanceType) IsSet ¶ added in v0.11.1
func (v NullableSupportedKafkaInstanceType) IsSet() bool
func (NullableSupportedKafkaInstanceType) MarshalJSON ¶ added in v0.11.1
func (v NullableSupportedKafkaInstanceType) MarshalJSON() ([]byte, error)
func (*NullableSupportedKafkaInstanceType) Set ¶ added in v0.11.1
func (v *NullableSupportedKafkaInstanceType) Set(val *SupportedKafkaInstanceType)
func (*NullableSupportedKafkaInstanceType) UnmarshalJSON ¶ added in v0.11.1
func (v *NullableSupportedKafkaInstanceType) UnmarshalJSON(src []byte) error
func (*NullableSupportedKafkaInstanceType) Unset ¶ added in v0.11.1
func (v *NullableSupportedKafkaInstanceType) Unset()
type NullableSupportedKafkaInstanceTypesList ¶ added in v0.11.1
type NullableSupportedKafkaInstanceTypesList struct {
// contains filtered or unexported fields
}
func NewNullableSupportedKafkaInstanceTypesList ¶ added in v0.11.1
func NewNullableSupportedKafkaInstanceTypesList(val *SupportedKafkaInstanceTypesList) *NullableSupportedKafkaInstanceTypesList
func (NullableSupportedKafkaInstanceTypesList) IsSet ¶ added in v0.11.1
func (v NullableSupportedKafkaInstanceTypesList) IsSet() bool
func (NullableSupportedKafkaInstanceTypesList) MarshalJSON ¶ added in v0.11.1
func (v NullableSupportedKafkaInstanceTypesList) MarshalJSON() ([]byte, error)
func (*NullableSupportedKafkaInstanceTypesList) Set ¶ added in v0.11.1
func (v *NullableSupportedKafkaInstanceTypesList) Set(val *SupportedKafkaInstanceTypesList)
func (*NullableSupportedKafkaInstanceTypesList) UnmarshalJSON ¶ added in v0.11.1
func (v *NullableSupportedKafkaInstanceTypesList) UnmarshalJSON(src []byte) error
func (*NullableSupportedKafkaInstanceTypesList) Unset ¶ added in v0.11.1
func (v *NullableSupportedKafkaInstanceTypesList) Unset()
type NullableSupportedKafkaInstanceTypesListAllOf ¶ added in v0.11.1
type NullableSupportedKafkaInstanceTypesListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSupportedKafkaInstanceTypesListAllOf ¶ added in v0.11.1
func NewNullableSupportedKafkaInstanceTypesListAllOf(val *SupportedKafkaInstanceTypesListAllOf) *NullableSupportedKafkaInstanceTypesListAllOf
func (NullableSupportedKafkaInstanceTypesListAllOf) IsSet ¶ added in v0.11.1
func (v NullableSupportedKafkaInstanceTypesListAllOf) IsSet() bool
func (NullableSupportedKafkaInstanceTypesListAllOf) MarshalJSON ¶ added in v0.11.1
func (v NullableSupportedKafkaInstanceTypesListAllOf) MarshalJSON() ([]byte, error)
func (*NullableSupportedKafkaInstanceTypesListAllOf) Set ¶ added in v0.11.1
func (v *NullableSupportedKafkaInstanceTypesListAllOf) Set(val *SupportedKafkaInstanceTypesListAllOf)
func (*NullableSupportedKafkaInstanceTypesListAllOf) UnmarshalJSON ¶ added in v0.11.1
func (v *NullableSupportedKafkaInstanceTypesListAllOf) UnmarshalJSON(src []byte) error
func (*NullableSupportedKafkaInstanceTypesListAllOf) Unset ¶ added in v0.11.1
func (v *NullableSupportedKafkaInstanceTypesListAllOf) Unset()
type NullableSupportedKafkaSize ¶ added in v0.11.1
type NullableSupportedKafkaSize struct {
// contains filtered or unexported fields
}
func NewNullableSupportedKafkaSize ¶ added in v0.11.1
func NewNullableSupportedKafkaSize(val *SupportedKafkaSize) *NullableSupportedKafkaSize
func (NullableSupportedKafkaSize) Get ¶ added in v0.11.1
func (v NullableSupportedKafkaSize) Get() *SupportedKafkaSize
func (NullableSupportedKafkaSize) IsSet ¶ added in v0.11.1
func (v NullableSupportedKafkaSize) IsSet() bool
func (NullableSupportedKafkaSize) MarshalJSON ¶ added in v0.11.1
func (v NullableSupportedKafkaSize) MarshalJSON() ([]byte, error)
func (*NullableSupportedKafkaSize) Set ¶ added in v0.11.1
func (v *NullableSupportedKafkaSize) Set(val *SupportedKafkaSize)
func (*NullableSupportedKafkaSize) UnmarshalJSON ¶ added in v0.11.1
func (v *NullableSupportedKafkaSize) UnmarshalJSON(src []byte) error
func (*NullableSupportedKafkaSize) Unset ¶ added in v0.11.1
func (v *NullableSupportedKafkaSize) Unset()
type NullableSupportedKafkaSizeBytesValueItem ¶ added in v0.11.1
type NullableSupportedKafkaSizeBytesValueItem struct {
// contains filtered or unexported fields
}
func NewNullableSupportedKafkaSizeBytesValueItem ¶ added in v0.11.1
func NewNullableSupportedKafkaSizeBytesValueItem(val *SupportedKafkaSizeBytesValueItem) *NullableSupportedKafkaSizeBytesValueItem
func (NullableSupportedKafkaSizeBytesValueItem) IsSet ¶ added in v0.11.1
func (v NullableSupportedKafkaSizeBytesValueItem) IsSet() bool
func (NullableSupportedKafkaSizeBytesValueItem) MarshalJSON ¶ added in v0.11.1
func (v NullableSupportedKafkaSizeBytesValueItem) MarshalJSON() ([]byte, error)
func (*NullableSupportedKafkaSizeBytesValueItem) Set ¶ added in v0.11.1
func (v *NullableSupportedKafkaSizeBytesValueItem) Set(val *SupportedKafkaSizeBytesValueItem)
func (*NullableSupportedKafkaSizeBytesValueItem) UnmarshalJSON ¶ added in v0.11.1
func (v *NullableSupportedKafkaSizeBytesValueItem) UnmarshalJSON(src []byte) error
func (*NullableSupportedKafkaSizeBytesValueItem) Unset ¶ added in v0.11.1
func (v *NullableSupportedKafkaSizeBytesValueItem) 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"` Kind string `json:"kind"` Href string `json:"href"` }
ObjectReference struct for ObjectReference
func NewObjectReference ¶
func NewObjectReference(id string, kind string, href string) *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
func (*ObjectReference) GetHrefOk ¶
func (o *ObjectReference) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value 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
func (*ObjectReference) GetIdOk ¶
func (o *ObjectReference) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value 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
func (*ObjectReference) GetKindOk ¶
func (o *ObjectReference) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (ObjectReference) MarshalJSON ¶
func (o ObjectReference) MarshalJSON() ([]byte, error)
func (*ObjectReference) SetHref ¶
func (o *ObjectReference) SetHref(v string)
SetHref sets field value
func (*ObjectReference) SetKind ¶
func (o *ObjectReference) SetKind(v string)
SetKind sets field value
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 RegionCapacityListItem ¶ added in v0.8.0
type RegionCapacityListItem struct { // kafka instance type InstanceType string `json:"instance_type"` // list of available Kafka instance sizes that can be created in this region when taking account current capacity and regional limits AvailableSizes []string `json:"available_sizes"` }
RegionCapacityListItem schema for a kafka instance type capacity in region
func NewRegionCapacityListItem ¶ added in v0.8.0
func NewRegionCapacityListItem(instanceType string, availableSizes []string) *RegionCapacityListItem
NewRegionCapacityListItem instantiates a new RegionCapacityListItem 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 NewRegionCapacityListItemWithDefaults ¶ added in v0.8.0
func NewRegionCapacityListItemWithDefaults() *RegionCapacityListItem
NewRegionCapacityListItemWithDefaults instantiates a new RegionCapacityListItem 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 (*RegionCapacityListItem) GetAvailableSizes ¶ added in v0.11.1
func (o *RegionCapacityListItem) GetAvailableSizes() []string
GetAvailableSizes returns the AvailableSizes field value
func (*RegionCapacityListItem) GetAvailableSizesOk ¶ added in v0.11.1
func (o *RegionCapacityListItem) GetAvailableSizesOk() (*[]string, bool)
GetAvailableSizesOk returns a tuple with the AvailableSizes field value and a boolean to check if the value has been set.
func (*RegionCapacityListItem) GetInstanceType ¶ added in v0.8.0
func (o *RegionCapacityListItem) GetInstanceType() string
GetInstanceType returns the InstanceType field value
func (*RegionCapacityListItem) GetInstanceTypeOk ¶ added in v0.8.0
func (o *RegionCapacityListItem) GetInstanceTypeOk() (*string, bool)
GetInstanceTypeOk returns a tuple with the InstanceType field value and a boolean to check if the value has been set.
func (RegionCapacityListItem) MarshalJSON ¶ added in v0.8.0
func (o RegionCapacityListItem) MarshalJSON() ([]byte, error)
func (*RegionCapacityListItem) SetAvailableSizes ¶ added in v0.11.1
func (o *RegionCapacityListItem) SetAvailableSizes(v []string)
SetAvailableSizes sets field value
func (*RegionCapacityListItem) SetInstanceType ¶ added in v0.8.0
func (o *RegionCapacityListItem) SetInstanceType(v string)
SetInstanceType sets field value
type SecurityApi ¶
type SecurityApi interface { /* * CreateServiceAccount Method for CreateServiceAccount * Creates 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) /* * DeleteServiceAccountById Method for DeleteServiceAccountById * Deletes a 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 ApiDeleteServiceAccountByIdRequest */ DeleteServiceAccountById(ctx _context.Context, id string) ApiDeleteServiceAccountByIdRequest /* * DeleteServiceAccountByIdExecute executes the request * @return Error */ DeleteServiceAccountByIdExecute(r ApiDeleteServiceAccountByIdRequest) (Error, *_nethttp.Response, error) /* * GetServiceAccountById Method for GetServiceAccountById * Returned 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) /* * GetServiceAccounts Method for GetServiceAccounts * Returns a list of service accounts * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetServiceAccountsRequest */ GetServiceAccounts(ctx _context.Context) ApiGetServiceAccountsRequest /* * GetServiceAccountsExecute executes the request * @return ServiceAccountList */ GetServiceAccountsExecute(r ApiGetServiceAccountsRequest) (ServiceAccountList, *_nethttp.Response, error) /* * GetSsoProviders Method for GetSsoProviders * Return sso provider info * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetSsoProvidersRequest */ GetSsoProviders(ctx _context.Context) ApiGetSsoProvidersRequest /* * GetSsoProvidersExecute executes the request * @return SsoProvider */ GetSsoProvidersExecute(r ApiGetSsoProvidersRequest) (SsoProvider, *_nethttp.Response, error) /* * ResetServiceAccountCreds Method for ResetServiceAccountCreds * Resets the credentials for a 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 ApiResetServiceAccountCredsRequest */ ResetServiceAccountCreds(ctx _context.Context, id string) ApiResetServiceAccountCredsRequest /* * ResetServiceAccountCredsExecute executes the request * @return ServiceAccount */ ResetServiceAccountCredsExecute(r ApiResetServiceAccountCredsRequest) (ServiceAccount, *_nethttp.Response, error) }
type SecurityApiService ¶
type SecurityApiService service
SecurityApiService SecurityApi service
func (*SecurityApiService) CreateServiceAccount ¶
func (a *SecurityApiService) CreateServiceAccount(ctx _context.Context) ApiCreateServiceAccountRequest
* CreateServiceAccount Method for CreateServiceAccount * Creates a service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateServiceAccountRequest
func (*SecurityApiService) CreateServiceAccountExecute ¶
func (a *SecurityApiService) CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (ServiceAccount, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccount
func (*SecurityApiService) DeleteServiceAccountById ¶
func (a *SecurityApiService) DeleteServiceAccountById(ctx _context.Context, id string) ApiDeleteServiceAccountByIdRequest
* DeleteServiceAccountById Method for DeleteServiceAccountById * Deletes a 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 ApiDeleteServiceAccountByIdRequest
func (*SecurityApiService) DeleteServiceAccountByIdExecute ¶
func (a *SecurityApiService) DeleteServiceAccountByIdExecute(r ApiDeleteServiceAccountByIdRequest) (Error, *_nethttp.Response, error)
* Execute executes the request * @return Error
func (*SecurityApiService) GetServiceAccountById ¶
func (a *SecurityApiService) GetServiceAccountById(ctx _context.Context, id string) ApiGetServiceAccountByIdRequest
* GetServiceAccountById Method for GetServiceAccountById * Returned 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 (*SecurityApiService) GetServiceAccountByIdExecute ¶
func (a *SecurityApiService) GetServiceAccountByIdExecute(r ApiGetServiceAccountByIdRequest) (ServiceAccount, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccount
func (*SecurityApiService) GetServiceAccounts ¶
func (a *SecurityApiService) GetServiceAccounts(ctx _context.Context) ApiGetServiceAccountsRequest
* GetServiceAccounts Method for GetServiceAccounts * Returns a list of service accounts * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetServiceAccountsRequest
func (*SecurityApiService) GetServiceAccountsExecute ¶
func (a *SecurityApiService) GetServiceAccountsExecute(r ApiGetServiceAccountsRequest) (ServiceAccountList, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccountList
func (*SecurityApiService) GetSsoProviders ¶ added in v0.11.0
func (a *SecurityApiService) GetSsoProviders(ctx _context.Context) ApiGetSsoProvidersRequest
* GetSsoProviders Method for GetSsoProviders * Return sso provider info * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetSsoProvidersRequest
func (*SecurityApiService) GetSsoProvidersExecute ¶ added in v0.11.0
func (a *SecurityApiService) GetSsoProvidersExecute(r ApiGetSsoProvidersRequest) (SsoProvider, *_nethttp.Response, error)
* Execute executes the request * @return SsoProvider
func (*SecurityApiService) ResetServiceAccountCreds ¶
func (a *SecurityApiService) ResetServiceAccountCreds(ctx _context.Context, id string) ApiResetServiceAccountCredsRequest
* ResetServiceAccountCreds Method for ResetServiceAccountCreds * Resets the credentials for a 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 ApiResetServiceAccountCredsRequest
func (*SecurityApiService) ResetServiceAccountCredsExecute ¶
func (a *SecurityApiService) ResetServiceAccountCredsExecute(r ApiResetServiceAccountCredsRequest) (ServiceAccount, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccount
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"` Kind string `json:"kind"` Href string `json:"href"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` ClientId *string `json:"client_id,omitempty"` ClientSecret *string `json:"client_secret,omitempty"` Owner *string `json:"owner,omitempty"` CreatedBy *string `json:"created_by,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(id string, kind string, href string) *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) GetCreatedBy ¶ added in v0.9.0
func (o *ServiceAccount) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*ServiceAccount) GetCreatedByOk ¶ added in v0.9.0
func (o *ServiceAccount) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*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
func (*ServiceAccount) GetHrefOk ¶
func (o *ServiceAccount) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value 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
func (*ServiceAccount) GetIdOk ¶
func (o *ServiceAccount) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value 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
func (*ServiceAccount) GetKindOk ¶
func (o *ServiceAccount) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value 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) HasCreatedBy ¶ added in v0.9.0
func (o *ServiceAccount) HasCreatedBy() bool
HasCreatedBy 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) 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) SetCreatedBy ¶ added in v0.9.0
func (o *ServiceAccount) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy 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 sets field value
func (*ServiceAccount) SetKind ¶
func (o *ServiceAccount) SetKind(v string)
SetKind sets field value
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:"client_id,omitempty"` ClientSecret *string `json:"client_secret,omitempty"` Owner *string `json:"owner,omitempty"` CreatedBy *string `json:"created_by,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) GetCreatedBy ¶ added in v0.9.0
func (o *ServiceAccountAllOf) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*ServiceAccountAllOf) GetCreatedByOk ¶ added in v0.9.0
func (o *ServiceAccountAllOf) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*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) HasCreatedBy ¶ added in v0.9.0
func (o *ServiceAccountAllOf) HasCreatedBy() bool
HasCreatedBy 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) SetCreatedBy ¶ added in v0.9.0
func (o *ServiceAccountAllOf) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy 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"` Kind string `json:"kind"` Href string `json:"href"` // client id of the service account ClientId *string `json:"client_id,omitempty"` // name of the service account Name *string `json:"name,omitempty"` // owner of the service account Owner *string `json:"owner,omitempty"` // service account created by the user CreatedBy *string `json:"created_by,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(id string, kind string, href string) *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) GetCreatedBy ¶ added in v0.9.0
func (o *ServiceAccountListItem) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*ServiceAccountListItem) GetCreatedByOk ¶ added in v0.9.0
func (o *ServiceAccountListItem) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*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
func (*ServiceAccountListItem) GetHrefOk ¶
func (o *ServiceAccountListItem) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value 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
func (*ServiceAccountListItem) GetIdOk ¶
func (o *ServiceAccountListItem) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value 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
func (*ServiceAccountListItem) GetKindOk ¶
func (o *ServiceAccountListItem) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value 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) HasCreatedBy ¶ added in v0.9.0
func (o *ServiceAccountListItem) HasCreatedBy() bool
HasCreatedBy 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) 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) SetCreatedBy ¶ added in v0.9.0
func (o *ServiceAccountListItem) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy 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 sets field value
func (*ServiceAccountListItem) SetId ¶
func (o *ServiceAccountListItem) SetId(v string)
SetId sets field value
func (*ServiceAccountListItem) SetKind ¶
func (o *ServiceAccountListItem) SetKind(v string)
SetKind sets field value
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:"client_id,omitempty"` // name of the service account Name *string `json:"name,omitempty"` // owner of the service account Owner *string `json:"owner,omitempty"` // service account created by the user CreatedBy *string `json:"created_by,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) GetCreatedBy ¶ added in v0.9.0
func (o *ServiceAccountListItemAllOf) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*ServiceAccountListItemAllOf) GetCreatedByOk ¶ added in v0.9.0
func (o *ServiceAccountListItemAllOf) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*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) HasCreatedBy ¶ added in v0.9.0
func (o *ServiceAccountListItemAllOf) HasCreatedBy() bool
HasCreatedBy 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) SetCreatedBy ¶ added in v0.9.0
func (o *ServiceAccountListItemAllOf) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy 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 SsoProvider ¶ added in v0.11.0
type SsoProvider struct { Id string `json:"id"` Kind string `json:"kind"` Href string `json:"href"` // name of the sso provider Name *string `json:"name,omitempty"` // base url BaseUrl *string `json:"base_url,omitempty"` TokenUrl *string `json:"token_url,omitempty"` Jwks *string `json:"jwks,omitempty"` ValidIssuer *string `json:"valid_issuer,omitempty"` }
SsoProvider SSO Provider
func NewSsoProvider ¶ added in v0.11.0
func NewSsoProvider(id string, kind string, href string) *SsoProvider
NewSsoProvider instantiates a new SsoProvider 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 NewSsoProviderWithDefaults ¶ added in v0.11.0
func NewSsoProviderWithDefaults() *SsoProvider
NewSsoProviderWithDefaults instantiates a new SsoProvider 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 (*SsoProvider) GetBaseUrl ¶ added in v0.11.0
func (o *SsoProvider) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field value if set, zero value otherwise.
func (*SsoProvider) GetBaseUrlOk ¶ added in v0.11.0
func (o *SsoProvider) GetBaseUrlOk() (*string, bool)
GetBaseUrlOk returns a tuple with the BaseUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoProvider) GetHref ¶ added in v0.11.0
func (o *SsoProvider) GetHref() string
GetHref returns the Href field value
func (*SsoProvider) GetHrefOk ¶ added in v0.11.0
func (o *SsoProvider) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*SsoProvider) GetId ¶ added in v0.11.0
func (o *SsoProvider) GetId() string
GetId returns the Id field value
func (*SsoProvider) GetIdOk ¶ added in v0.11.0
func (o *SsoProvider) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SsoProvider) GetJwks ¶ added in v0.11.0
func (o *SsoProvider) GetJwks() string
GetJwks returns the Jwks field value if set, zero value otherwise.
func (*SsoProvider) GetJwksOk ¶ added in v0.11.0
func (o *SsoProvider) GetJwksOk() (*string, bool)
GetJwksOk returns a tuple with the Jwks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoProvider) GetKind ¶ added in v0.11.0
func (o *SsoProvider) GetKind() string
GetKind returns the Kind field value
func (*SsoProvider) GetKindOk ¶ added in v0.11.0
func (o *SsoProvider) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*SsoProvider) GetName ¶ added in v0.11.4
func (o *SsoProvider) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SsoProvider) GetNameOk ¶ added in v0.11.4
func (o *SsoProvider) 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 (*SsoProvider) GetTokenUrl ¶ added in v0.11.0
func (o *SsoProvider) GetTokenUrl() string
GetTokenUrl returns the TokenUrl field value if set, zero value otherwise.
func (*SsoProvider) GetTokenUrlOk ¶ added in v0.11.0
func (o *SsoProvider) GetTokenUrlOk() (*string, bool)
GetTokenUrlOk returns a tuple with the TokenUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoProvider) GetValidIssuer ¶ added in v0.11.0
func (o *SsoProvider) GetValidIssuer() string
GetValidIssuer returns the ValidIssuer field value if set, zero value otherwise.
func (*SsoProvider) GetValidIssuerOk ¶ added in v0.11.0
func (o *SsoProvider) GetValidIssuerOk() (*string, bool)
GetValidIssuerOk returns a tuple with the ValidIssuer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoProvider) HasBaseUrl ¶ added in v0.11.0
func (o *SsoProvider) HasBaseUrl() bool
HasBaseUrl returns a boolean if a field has been set.
func (*SsoProvider) HasJwks ¶ added in v0.11.0
func (o *SsoProvider) HasJwks() bool
HasJwks returns a boolean if a field has been set.
func (*SsoProvider) HasName ¶ added in v0.11.4
func (o *SsoProvider) HasName() bool
HasName returns a boolean if a field has been set.
func (*SsoProvider) HasTokenUrl ¶ added in v0.11.0
func (o *SsoProvider) HasTokenUrl() bool
HasTokenUrl returns a boolean if a field has been set.
func (*SsoProvider) HasValidIssuer ¶ added in v0.11.0
func (o *SsoProvider) HasValidIssuer() bool
HasValidIssuer returns a boolean if a field has been set.
func (SsoProvider) MarshalJSON ¶ added in v0.11.0
func (o SsoProvider) MarshalJSON() ([]byte, error)
func (*SsoProvider) SetBaseUrl ¶ added in v0.11.0
func (o *SsoProvider) SetBaseUrl(v string)
SetBaseUrl gets a reference to the given string and assigns it to the BaseUrl field.
func (*SsoProvider) SetHref ¶ added in v0.11.0
func (o *SsoProvider) SetHref(v string)
SetHref sets field value
func (*SsoProvider) SetId ¶ added in v0.11.0
func (o *SsoProvider) SetId(v string)
SetId sets field value
func (*SsoProvider) SetJwks ¶ added in v0.11.0
func (o *SsoProvider) SetJwks(v string)
SetJwks gets a reference to the given string and assigns it to the Jwks field.
func (*SsoProvider) SetKind ¶ added in v0.11.0
func (o *SsoProvider) SetKind(v string)
SetKind sets field value
func (*SsoProvider) SetName ¶ added in v0.11.4
func (o *SsoProvider) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SsoProvider) SetTokenUrl ¶ added in v0.11.0
func (o *SsoProvider) SetTokenUrl(v string)
SetTokenUrl gets a reference to the given string and assigns it to the TokenUrl field.
func (*SsoProvider) SetValidIssuer ¶ added in v0.11.0
func (o *SsoProvider) SetValidIssuer(v string)
SetValidIssuer gets a reference to the given string and assigns it to the ValidIssuer field.
type SsoProviderAllOf ¶ added in v0.11.0
type SsoProviderAllOf struct { // name of the sso provider Name *string `json:"name,omitempty"` // base url BaseUrl *string `json:"base_url,omitempty"` TokenUrl *string `json:"token_url,omitempty"` Jwks *string `json:"jwks,omitempty"` ValidIssuer *string `json:"valid_issuer,omitempty"` }
SsoProviderAllOf struct for SsoProviderAllOf
func NewSsoProviderAllOf ¶ added in v0.11.0
func NewSsoProviderAllOf() *SsoProviderAllOf
NewSsoProviderAllOf instantiates a new SsoProviderAllOf 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 NewSsoProviderAllOfWithDefaults ¶ added in v0.11.0
func NewSsoProviderAllOfWithDefaults() *SsoProviderAllOf
NewSsoProviderAllOfWithDefaults instantiates a new SsoProviderAllOf 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 (*SsoProviderAllOf) GetBaseUrl ¶ added in v0.11.0
func (o *SsoProviderAllOf) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field value if set, zero value otherwise.
func (*SsoProviderAllOf) GetBaseUrlOk ¶ added in v0.11.0
func (o *SsoProviderAllOf) GetBaseUrlOk() (*string, bool)
GetBaseUrlOk returns a tuple with the BaseUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoProviderAllOf) GetJwks ¶ added in v0.11.0
func (o *SsoProviderAllOf) GetJwks() string
GetJwks returns the Jwks field value if set, zero value otherwise.
func (*SsoProviderAllOf) GetJwksOk ¶ added in v0.11.0
func (o *SsoProviderAllOf) GetJwksOk() (*string, bool)
GetJwksOk returns a tuple with the Jwks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoProviderAllOf) GetName ¶ added in v0.11.4
func (o *SsoProviderAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SsoProviderAllOf) GetNameOk ¶ added in v0.11.4
func (o *SsoProviderAllOf) 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 (*SsoProviderAllOf) GetTokenUrl ¶ added in v0.11.0
func (o *SsoProviderAllOf) GetTokenUrl() string
GetTokenUrl returns the TokenUrl field value if set, zero value otherwise.
func (*SsoProviderAllOf) GetTokenUrlOk ¶ added in v0.11.0
func (o *SsoProviderAllOf) GetTokenUrlOk() (*string, bool)
GetTokenUrlOk returns a tuple with the TokenUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoProviderAllOf) GetValidIssuer ¶ added in v0.11.0
func (o *SsoProviderAllOf) GetValidIssuer() string
GetValidIssuer returns the ValidIssuer field value if set, zero value otherwise.
func (*SsoProviderAllOf) GetValidIssuerOk ¶ added in v0.11.0
func (o *SsoProviderAllOf) GetValidIssuerOk() (*string, bool)
GetValidIssuerOk returns a tuple with the ValidIssuer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoProviderAllOf) HasBaseUrl ¶ added in v0.11.0
func (o *SsoProviderAllOf) HasBaseUrl() bool
HasBaseUrl returns a boolean if a field has been set.
func (*SsoProviderAllOf) HasJwks ¶ added in v0.11.0
func (o *SsoProviderAllOf) HasJwks() bool
HasJwks returns a boolean if a field has been set.
func (*SsoProviderAllOf) HasName ¶ added in v0.11.4
func (o *SsoProviderAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*SsoProviderAllOf) HasTokenUrl ¶ added in v0.11.0
func (o *SsoProviderAllOf) HasTokenUrl() bool
HasTokenUrl returns a boolean if a field has been set.
func (*SsoProviderAllOf) HasValidIssuer ¶ added in v0.11.0
func (o *SsoProviderAllOf) HasValidIssuer() bool
HasValidIssuer returns a boolean if a field has been set.
func (SsoProviderAllOf) MarshalJSON ¶ added in v0.11.0
func (o SsoProviderAllOf) MarshalJSON() ([]byte, error)
func (*SsoProviderAllOf) SetBaseUrl ¶ added in v0.11.0
func (o *SsoProviderAllOf) SetBaseUrl(v string)
SetBaseUrl gets a reference to the given string and assigns it to the BaseUrl field.
func (*SsoProviderAllOf) SetJwks ¶ added in v0.11.0
func (o *SsoProviderAllOf) SetJwks(v string)
SetJwks gets a reference to the given string and assigns it to the Jwks field.
func (*SsoProviderAllOf) SetName ¶ added in v0.11.4
func (o *SsoProviderAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SsoProviderAllOf) SetTokenUrl ¶ added in v0.11.0
func (o *SsoProviderAllOf) SetTokenUrl(v string)
SetTokenUrl gets a reference to the given string and assigns it to the TokenUrl field.
func (*SsoProviderAllOf) SetValidIssuer ¶ added in v0.11.0
func (o *SsoProviderAllOf) SetValidIssuer(v string)
SetValidIssuer gets a reference to the given string and assigns it to the ValidIssuer field.
type SupportedKafkaBillingModel ¶ added in v0.15.0
type SupportedKafkaBillingModel struct { // Identifier for the Kafka billing model Id string `json:"id"` // AMS resource to be used. Accepted values: ['rhosak'] AmsResource string `json:"ams_resource"` // AMS product to be used. Accepted values: ['RHOSAK', 'RHOSAKTrial', 'RHOSAKEval', 'RHOSAKCC'] AmsProduct string `json:"ams_product"` // List of AMS available billing models: Accepted values: ['marketplace', 'marketplace-rhm', 'marketplace-aws'] AmsBillingModels []string `json:"ams_billing_models"` }
SupportedKafkaBillingModel Supported Kafka Billing Model
func NewSupportedKafkaBillingModel ¶ added in v0.15.0
func NewSupportedKafkaBillingModel(id string, amsResource string, amsProduct string, amsBillingModels []string) *SupportedKafkaBillingModel
NewSupportedKafkaBillingModel instantiates a new SupportedKafkaBillingModel 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 NewSupportedKafkaBillingModelWithDefaults ¶ added in v0.15.0
func NewSupportedKafkaBillingModelWithDefaults() *SupportedKafkaBillingModel
NewSupportedKafkaBillingModelWithDefaults instantiates a new SupportedKafkaBillingModel 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 (*SupportedKafkaBillingModel) GetAmsBillingModels ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) GetAmsBillingModels() []string
GetAmsBillingModels returns the AmsBillingModels field value
func (*SupportedKafkaBillingModel) GetAmsBillingModelsOk ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) GetAmsBillingModelsOk() (*[]string, bool)
GetAmsBillingModelsOk returns a tuple with the AmsBillingModels field value and a boolean to check if the value has been set.
func (*SupportedKafkaBillingModel) GetAmsProduct ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) GetAmsProduct() string
GetAmsProduct returns the AmsProduct field value
func (*SupportedKafkaBillingModel) GetAmsProductOk ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) GetAmsProductOk() (*string, bool)
GetAmsProductOk returns a tuple with the AmsProduct field value and a boolean to check if the value has been set.
func (*SupportedKafkaBillingModel) GetAmsResource ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) GetAmsResource() string
GetAmsResource returns the AmsResource field value
func (*SupportedKafkaBillingModel) GetAmsResourceOk ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) GetAmsResourceOk() (*string, bool)
GetAmsResourceOk returns a tuple with the AmsResource field value and a boolean to check if the value has been set.
func (*SupportedKafkaBillingModel) GetId ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) GetId() string
GetId returns the Id field value
func (*SupportedKafkaBillingModel) GetIdOk ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (SupportedKafkaBillingModel) MarshalJSON ¶ added in v0.15.0
func (o SupportedKafkaBillingModel) MarshalJSON() ([]byte, error)
func (*SupportedKafkaBillingModel) SetAmsBillingModels ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) SetAmsBillingModels(v []string)
SetAmsBillingModels sets field value
func (*SupportedKafkaBillingModel) SetAmsProduct ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) SetAmsProduct(v string)
SetAmsProduct sets field value
func (*SupportedKafkaBillingModel) SetAmsResource ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) SetAmsResource(v string)
SetAmsResource sets field value
func (*SupportedKafkaBillingModel) SetId ¶ added in v0.15.0
func (o *SupportedKafkaBillingModel) SetId(v string)
SetId sets field value
type SupportedKafkaInstanceType ¶ added in v0.11.1
type SupportedKafkaInstanceType struct { // Unique identifier of the Kafka instance type. Id *string `json:"id,omitempty"` // Human readable name of the supported Kafka instance type DisplayName *string `json:"display_name,omitempty"` // A list of available kafka billing models for the instance type. Each kafka billing model item has a unique 'id' SupportedBillingModels []SupportedKafkaBillingModel `json:"supported_billing_models"` // A list of Kafka instance sizes available for this instance type Sizes []SupportedKafkaSize `json:"sizes"` }
SupportedKafkaInstanceType Supported Kafka instance type
func NewSupportedKafkaInstanceType ¶ added in v0.11.1
func NewSupportedKafkaInstanceType(supportedBillingModels []SupportedKafkaBillingModel, sizes []SupportedKafkaSize) *SupportedKafkaInstanceType
NewSupportedKafkaInstanceType instantiates a new SupportedKafkaInstanceType 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 NewSupportedKafkaInstanceTypeWithDefaults ¶ added in v0.11.1
func NewSupportedKafkaInstanceTypeWithDefaults() *SupportedKafkaInstanceType
NewSupportedKafkaInstanceTypeWithDefaults instantiates a new SupportedKafkaInstanceType 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 (*SupportedKafkaInstanceType) GetDisplayName ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*SupportedKafkaInstanceType) GetDisplayNameOk ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) 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 (*SupportedKafkaInstanceType) GetId ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SupportedKafkaInstanceType) GetIdOk ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) 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 (*SupportedKafkaInstanceType) GetSizes ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) GetSizes() []SupportedKafkaSize
GetSizes returns the Sizes field value
func (*SupportedKafkaInstanceType) GetSizesOk ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) GetSizesOk() (*[]SupportedKafkaSize, bool)
GetSizesOk returns a tuple with the Sizes field value and a boolean to check if the value has been set.
func (*SupportedKafkaInstanceType) GetSupportedBillingModels ¶ added in v0.15.0
func (o *SupportedKafkaInstanceType) GetSupportedBillingModels() []SupportedKafkaBillingModel
GetSupportedBillingModels returns the SupportedBillingModels field value
func (*SupportedKafkaInstanceType) GetSupportedBillingModelsOk ¶ added in v0.15.0
func (o *SupportedKafkaInstanceType) GetSupportedBillingModelsOk() (*[]SupportedKafkaBillingModel, bool)
GetSupportedBillingModelsOk returns a tuple with the SupportedBillingModels field value and a boolean to check if the value has been set.
func (*SupportedKafkaInstanceType) HasDisplayName ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*SupportedKafkaInstanceType) HasId ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) HasId() bool
HasId returns a boolean if a field has been set.
func (SupportedKafkaInstanceType) MarshalJSON ¶ added in v0.11.1
func (o SupportedKafkaInstanceType) MarshalJSON() ([]byte, error)
func (*SupportedKafkaInstanceType) SetDisplayName ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*SupportedKafkaInstanceType) SetId ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SupportedKafkaInstanceType) SetSizes ¶ added in v0.11.1
func (o *SupportedKafkaInstanceType) SetSizes(v []SupportedKafkaSize)
SetSizes sets field value
func (*SupportedKafkaInstanceType) SetSupportedBillingModels ¶ added in v0.15.0
func (o *SupportedKafkaInstanceType) SetSupportedBillingModels(v []SupportedKafkaBillingModel)
SetSupportedBillingModels sets field value
type SupportedKafkaInstanceTypesList ¶ added in v0.11.1
type SupportedKafkaInstanceTypesList struct {
InstanceTypes *[]SupportedKafkaInstanceType `json:"instance_types,omitempty"`
}
SupportedKafkaInstanceTypesList struct for SupportedKafkaInstanceTypesList
func NewSupportedKafkaInstanceTypesList ¶ added in v0.11.1
func NewSupportedKafkaInstanceTypesList() *SupportedKafkaInstanceTypesList
NewSupportedKafkaInstanceTypesList instantiates a new SupportedKafkaInstanceTypesList 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 NewSupportedKafkaInstanceTypesListWithDefaults ¶ added in v0.11.1
func NewSupportedKafkaInstanceTypesListWithDefaults() *SupportedKafkaInstanceTypesList
NewSupportedKafkaInstanceTypesListWithDefaults instantiates a new SupportedKafkaInstanceTypesList 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 (*SupportedKafkaInstanceTypesList) GetInstanceTypes ¶ added in v0.11.1
func (o *SupportedKafkaInstanceTypesList) GetInstanceTypes() []SupportedKafkaInstanceType
GetInstanceTypes returns the InstanceTypes field value if set, zero value otherwise.
func (*SupportedKafkaInstanceTypesList) GetInstanceTypesOk ¶ added in v0.11.1
func (o *SupportedKafkaInstanceTypesList) GetInstanceTypesOk() (*[]SupportedKafkaInstanceType, bool)
GetInstanceTypesOk returns a tuple with the InstanceTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaInstanceTypesList) HasInstanceTypes ¶ added in v0.11.1
func (o *SupportedKafkaInstanceTypesList) HasInstanceTypes() bool
HasInstanceTypes returns a boolean if a field has been set.
func (SupportedKafkaInstanceTypesList) MarshalJSON ¶ added in v0.11.1
func (o SupportedKafkaInstanceTypesList) MarshalJSON() ([]byte, error)
func (*SupportedKafkaInstanceTypesList) SetInstanceTypes ¶ added in v0.11.1
func (o *SupportedKafkaInstanceTypesList) SetInstanceTypes(v []SupportedKafkaInstanceType)
SetInstanceTypes gets a reference to the given []SupportedKafkaInstanceType and assigns it to the InstanceTypes field.
type SupportedKafkaInstanceTypesListAllOf ¶ added in v0.11.1
type SupportedKafkaInstanceTypesListAllOf struct {
InstanceTypes *[]SupportedKafkaInstanceType `json:"instance_types,omitempty"`
}
SupportedKafkaInstanceTypesListAllOf struct for SupportedKafkaInstanceTypesListAllOf
func NewSupportedKafkaInstanceTypesListAllOf ¶ added in v0.11.1
func NewSupportedKafkaInstanceTypesListAllOf() *SupportedKafkaInstanceTypesListAllOf
NewSupportedKafkaInstanceTypesListAllOf instantiates a new SupportedKafkaInstanceTypesListAllOf 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 NewSupportedKafkaInstanceTypesListAllOfWithDefaults ¶ added in v0.11.1
func NewSupportedKafkaInstanceTypesListAllOfWithDefaults() *SupportedKafkaInstanceTypesListAllOf
NewSupportedKafkaInstanceTypesListAllOfWithDefaults instantiates a new SupportedKafkaInstanceTypesListAllOf 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 (*SupportedKafkaInstanceTypesListAllOf) GetInstanceTypes ¶ added in v0.11.1
func (o *SupportedKafkaInstanceTypesListAllOf) GetInstanceTypes() []SupportedKafkaInstanceType
GetInstanceTypes returns the InstanceTypes field value if set, zero value otherwise.
func (*SupportedKafkaInstanceTypesListAllOf) GetInstanceTypesOk ¶ added in v0.11.1
func (o *SupportedKafkaInstanceTypesListAllOf) GetInstanceTypesOk() (*[]SupportedKafkaInstanceType, bool)
GetInstanceTypesOk returns a tuple with the InstanceTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaInstanceTypesListAllOf) HasInstanceTypes ¶ added in v0.11.1
func (o *SupportedKafkaInstanceTypesListAllOf) HasInstanceTypes() bool
HasInstanceTypes returns a boolean if a field has been set.
func (SupportedKafkaInstanceTypesListAllOf) MarshalJSON ¶ added in v0.11.1
func (o SupportedKafkaInstanceTypesListAllOf) MarshalJSON() ([]byte, error)
func (*SupportedKafkaInstanceTypesListAllOf) SetInstanceTypes ¶ added in v0.11.1
func (o *SupportedKafkaInstanceTypesListAllOf) SetInstanceTypes(v []SupportedKafkaInstanceType)
SetInstanceTypes gets a reference to the given []SupportedKafkaInstanceType and assigns it to the InstanceTypes field.
type SupportedKafkaSize ¶ added in v0.11.1
type SupportedKafkaSize struct { // Unique identifier of this Kafka instance size. Id *string `json:"id,omitempty"` // Display name of this Kafka instance size. DisplayName *string `json:"display_name,omitempty"` IngressThroughputPerSec *SupportedKafkaSizeBytesValueItem `json:"ingress_throughput_per_sec,omitempty"` EgressThroughputPerSec *SupportedKafkaSizeBytesValueItem `json:"egress_throughput_per_sec,omitempty"` // Maximum amount of total connections available to this Kafka instance size. TotalMaxConnections *int32 `json:"total_max_connections,omitempty"` MaxDataRetentionSize *SupportedKafkaSizeBytesValueItem `json:"max_data_retention_size,omitempty"` // Maximum amount of total partitions available to this Kafka instance size. MaxPartitions *int32 `json:"max_partitions,omitempty"` // Maximum data retention period available to this Kafka instance size. MaxDataRetentionPeriod *string `json:"max_data_retention_period,omitempty"` // Maximium connection attempts per second available to this Kafka instance size. MaxConnectionAttemptsPerSec *int32 `json:"max_connection_attempts_per_sec,omitempty"` MaxMessageSize *SupportedKafkaSizeBytesValueItem `json:"max_message_size,omitempty"` // Minimum number of in-sync replicas. MinInSyncReplicas *int32 `json:"min_in_sync_replicas,omitempty"` // Replication factor available to this Kafka instance size. ReplicationFactor *int32 `json:"replication_factor,omitempty"` // List of Availability Zone modes that this Kafka instance size supports. The possible values are \"single\", \"multi\". SupportedAzModes *[]string `json:"supported_az_modes,omitempty"` // The limit lifespan of the kafka instance in seconds. If not specified then the instance never expires. LifespanSeconds NullableInt32 `json:"lifespan_seconds,omitempty"` // Quota consumed by this Kafka instance size. QuotaConsumed *int32 `json:"quota_consumed,omitempty"` // Quota type used by this Kafka instance size. This is now deprecated, please refer to supported_billing_models at instance-type level instead. QuotaType *string `json:"quota_type,omitempty"` // Data plane cluster capacity consumed by this Kafka instance size. CapacityConsumed *int32 `json:"capacity_consumed,omitempty"` // Maturity level of the size. Can be \"stable\" or \"preview\". MaturityStatus *string `json:"maturity_status,omitempty"` }
SupportedKafkaSize Supported Kafka Size
func NewSupportedKafkaSize ¶ added in v0.11.1
func NewSupportedKafkaSize() *SupportedKafkaSize
NewSupportedKafkaSize instantiates a new SupportedKafkaSize 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 NewSupportedKafkaSizeWithDefaults ¶ added in v0.11.1
func NewSupportedKafkaSizeWithDefaults() *SupportedKafkaSize
NewSupportedKafkaSizeWithDefaults instantiates a new SupportedKafkaSize 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 (*SupportedKafkaSize) GetCapacityConsumed ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetCapacityConsumed() int32
GetCapacityConsumed returns the CapacityConsumed field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetCapacityConsumedOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetCapacityConsumedOk() (*int32, bool)
GetCapacityConsumedOk returns a tuple with the CapacityConsumed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetDisplayName ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetDisplayNameOk ¶ added in v0.11.3
func (o *SupportedKafkaSize) 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 (*SupportedKafkaSize) GetEgressThroughputPerSec ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetEgressThroughputPerSec() SupportedKafkaSizeBytesValueItem
GetEgressThroughputPerSec returns the EgressThroughputPerSec field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetEgressThroughputPerSecOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetEgressThroughputPerSecOk() (*SupportedKafkaSizeBytesValueItem, bool)
GetEgressThroughputPerSecOk returns a tuple with the EgressThroughputPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetId ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetIdOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) 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 (*SupportedKafkaSize) GetIngressThroughputPerSec ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetIngressThroughputPerSec() SupportedKafkaSizeBytesValueItem
GetIngressThroughputPerSec returns the IngressThroughputPerSec field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetIngressThroughputPerSecOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetIngressThroughputPerSecOk() (*SupportedKafkaSizeBytesValueItem, bool)
GetIngressThroughputPerSecOk returns a tuple with the IngressThroughputPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetLifespanSeconds ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetLifespanSeconds() int32
GetLifespanSeconds returns the LifespanSeconds field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SupportedKafkaSize) GetLifespanSecondsOk ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetLifespanSecondsOk() (*int32, bool)
GetLifespanSecondsOk returns a tuple with the LifespanSeconds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SupportedKafkaSize) GetMaturityStatus ¶ added in v0.11.5
func (o *SupportedKafkaSize) GetMaturityStatus() string
GetMaturityStatus returns the MaturityStatus field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetMaturityStatusOk ¶ added in v0.11.5
func (o *SupportedKafkaSize) GetMaturityStatusOk() (*string, bool)
GetMaturityStatusOk returns a tuple with the MaturityStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetMaxConnectionAttemptsPerSec ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetMaxConnectionAttemptsPerSec() int32
GetMaxConnectionAttemptsPerSec returns the MaxConnectionAttemptsPerSec field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetMaxConnectionAttemptsPerSecOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetMaxConnectionAttemptsPerSecOk() (*int32, bool)
GetMaxConnectionAttemptsPerSecOk returns a tuple with the MaxConnectionAttemptsPerSec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetMaxDataRetentionPeriod ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetMaxDataRetentionPeriod() string
GetMaxDataRetentionPeriod returns the MaxDataRetentionPeriod field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetMaxDataRetentionPeriodOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetMaxDataRetentionPeriodOk() (*string, bool)
GetMaxDataRetentionPeriodOk returns a tuple with the MaxDataRetentionPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetMaxDataRetentionSize ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetMaxDataRetentionSize() SupportedKafkaSizeBytesValueItem
GetMaxDataRetentionSize returns the MaxDataRetentionSize field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetMaxDataRetentionSizeOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetMaxDataRetentionSizeOk() (*SupportedKafkaSizeBytesValueItem, bool)
GetMaxDataRetentionSizeOk returns a tuple with the MaxDataRetentionSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetMaxMessageSize ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetMaxMessageSize() SupportedKafkaSizeBytesValueItem
GetMaxMessageSize returns the MaxMessageSize field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetMaxMessageSizeOk ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetMaxMessageSizeOk() (*SupportedKafkaSizeBytesValueItem, bool)
GetMaxMessageSizeOk returns a tuple with the MaxMessageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetMaxPartitions ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetMaxPartitions() int32
GetMaxPartitions returns the MaxPartitions field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetMaxPartitionsOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) 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 (*SupportedKafkaSize) GetMinInSyncReplicas ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetMinInSyncReplicas() int32
GetMinInSyncReplicas returns the MinInSyncReplicas field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetMinInSyncReplicasOk ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetMinInSyncReplicasOk() (*int32, bool)
GetMinInSyncReplicasOk returns a tuple with the MinInSyncReplicas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetQuotaConsumed ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetQuotaConsumed() int32
GetQuotaConsumed returns the QuotaConsumed field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetQuotaConsumedOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetQuotaConsumedOk() (*int32, bool)
GetQuotaConsumedOk returns a tuple with the QuotaConsumed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetQuotaType ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetQuotaType() string
GetQuotaType returns the QuotaType field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetQuotaTypeOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetQuotaTypeOk() (*string, bool)
GetQuotaTypeOk returns a tuple with the QuotaType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetReplicationFactor ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetReplicationFactor() int32
GetReplicationFactor returns the ReplicationFactor field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetReplicationFactorOk ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetReplicationFactorOk() (*int32, bool)
GetReplicationFactorOk returns a tuple with the ReplicationFactor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetSupportedAzModes ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetSupportedAzModes() []string
GetSupportedAzModes returns the SupportedAzModes field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetSupportedAzModesOk ¶ added in v0.11.3
func (o *SupportedKafkaSize) GetSupportedAzModesOk() (*[]string, bool)
GetSupportedAzModesOk returns a tuple with the SupportedAzModes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) GetTotalMaxConnections ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetTotalMaxConnections() int32
GetTotalMaxConnections returns the TotalMaxConnections field value if set, zero value otherwise.
func (*SupportedKafkaSize) GetTotalMaxConnectionsOk ¶ added in v0.11.1
func (o *SupportedKafkaSize) GetTotalMaxConnectionsOk() (*int32, bool)
GetTotalMaxConnectionsOk returns a tuple with the TotalMaxConnections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSize) HasCapacityConsumed ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasCapacityConsumed() bool
HasCapacityConsumed returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasDisplayName ¶ added in v0.11.3
func (o *SupportedKafkaSize) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasEgressThroughputPerSec ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasEgressThroughputPerSec() bool
HasEgressThroughputPerSec returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasId ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasId() bool
HasId returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasIngressThroughputPerSec ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasIngressThroughputPerSec() bool
HasIngressThroughputPerSec returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasLifespanSeconds ¶ added in v0.11.3
func (o *SupportedKafkaSize) HasLifespanSeconds() bool
HasLifespanSeconds returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasMaturityStatus ¶ added in v0.11.5
func (o *SupportedKafkaSize) HasMaturityStatus() bool
HasMaturityStatus returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasMaxConnectionAttemptsPerSec ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasMaxConnectionAttemptsPerSec() bool
HasMaxConnectionAttemptsPerSec returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasMaxDataRetentionPeriod ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasMaxDataRetentionPeriod() bool
HasMaxDataRetentionPeriod returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasMaxDataRetentionSize ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasMaxDataRetentionSize() bool
HasMaxDataRetentionSize returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasMaxMessageSize ¶ added in v0.11.3
func (o *SupportedKafkaSize) HasMaxMessageSize() bool
HasMaxMessageSize returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasMaxPartitions ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasMaxPartitions() bool
HasMaxPartitions returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasMinInSyncReplicas ¶ added in v0.11.3
func (o *SupportedKafkaSize) HasMinInSyncReplicas() bool
HasMinInSyncReplicas returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasQuotaConsumed ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasQuotaConsumed() bool
HasQuotaConsumed returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasQuotaType ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasQuotaType() bool
HasQuotaType returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasReplicationFactor ¶ added in v0.11.3
func (o *SupportedKafkaSize) HasReplicationFactor() bool
HasReplicationFactor returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasSupportedAzModes ¶ added in v0.11.3
func (o *SupportedKafkaSize) HasSupportedAzModes() bool
HasSupportedAzModes returns a boolean if a field has been set.
func (*SupportedKafkaSize) HasTotalMaxConnections ¶ added in v0.11.1
func (o *SupportedKafkaSize) HasTotalMaxConnections() bool
HasTotalMaxConnections returns a boolean if a field has been set.
func (SupportedKafkaSize) MarshalJSON ¶ added in v0.11.1
func (o SupportedKafkaSize) MarshalJSON() ([]byte, error)
func (*SupportedKafkaSize) SetCapacityConsumed ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetCapacityConsumed(v int32)
SetCapacityConsumed gets a reference to the given int32 and assigns it to the CapacityConsumed field.
func (*SupportedKafkaSize) SetDisplayName ¶ added in v0.11.3
func (o *SupportedKafkaSize) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*SupportedKafkaSize) SetEgressThroughputPerSec ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetEgressThroughputPerSec(v SupportedKafkaSizeBytesValueItem)
SetEgressThroughputPerSec gets a reference to the given SupportedKafkaSizeBytesValueItem and assigns it to the EgressThroughputPerSec field.
func (*SupportedKafkaSize) SetId ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SupportedKafkaSize) SetIngressThroughputPerSec ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetIngressThroughputPerSec(v SupportedKafkaSizeBytesValueItem)
SetIngressThroughputPerSec gets a reference to the given SupportedKafkaSizeBytesValueItem and assigns it to the IngressThroughputPerSec field.
func (*SupportedKafkaSize) SetLifespanSeconds ¶ added in v0.11.3
func (o *SupportedKafkaSize) SetLifespanSeconds(v int32)
SetLifespanSeconds gets a reference to the given NullableInt32 and assigns it to the LifespanSeconds field.
func (*SupportedKafkaSize) SetLifespanSecondsNil ¶ added in v0.11.3
func (o *SupportedKafkaSize) SetLifespanSecondsNil()
SetLifespanSecondsNil sets the value for LifespanSeconds to be an explicit nil
func (*SupportedKafkaSize) SetMaturityStatus ¶ added in v0.11.5
func (o *SupportedKafkaSize) SetMaturityStatus(v string)
SetMaturityStatus gets a reference to the given string and assigns it to the MaturityStatus field.
func (*SupportedKafkaSize) SetMaxConnectionAttemptsPerSec ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetMaxConnectionAttemptsPerSec(v int32)
SetMaxConnectionAttemptsPerSec gets a reference to the given int32 and assigns it to the MaxConnectionAttemptsPerSec field.
func (*SupportedKafkaSize) SetMaxDataRetentionPeriod ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetMaxDataRetentionPeriod(v string)
SetMaxDataRetentionPeriod gets a reference to the given string and assigns it to the MaxDataRetentionPeriod field.
func (*SupportedKafkaSize) SetMaxDataRetentionSize ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetMaxDataRetentionSize(v SupportedKafkaSizeBytesValueItem)
SetMaxDataRetentionSize gets a reference to the given SupportedKafkaSizeBytesValueItem and assigns it to the MaxDataRetentionSize field.
func (*SupportedKafkaSize) SetMaxMessageSize ¶ added in v0.11.3
func (o *SupportedKafkaSize) SetMaxMessageSize(v SupportedKafkaSizeBytesValueItem)
SetMaxMessageSize gets a reference to the given SupportedKafkaSizeBytesValueItem and assigns it to the MaxMessageSize field.
func (*SupportedKafkaSize) SetMaxPartitions ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetMaxPartitions(v int32)
SetMaxPartitions gets a reference to the given int32 and assigns it to the MaxPartitions field.
func (*SupportedKafkaSize) SetMinInSyncReplicas ¶ added in v0.11.3
func (o *SupportedKafkaSize) SetMinInSyncReplicas(v int32)
SetMinInSyncReplicas gets a reference to the given int32 and assigns it to the MinInSyncReplicas field.
func (*SupportedKafkaSize) SetQuotaConsumed ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetQuotaConsumed(v int32)
SetQuotaConsumed gets a reference to the given int32 and assigns it to the QuotaConsumed field.
func (*SupportedKafkaSize) SetQuotaType ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetQuotaType(v string)
SetQuotaType gets a reference to the given string and assigns it to the QuotaType field.
func (*SupportedKafkaSize) SetReplicationFactor ¶ added in v0.11.3
func (o *SupportedKafkaSize) SetReplicationFactor(v int32)
SetReplicationFactor gets a reference to the given int32 and assigns it to the ReplicationFactor field.
func (*SupportedKafkaSize) SetSupportedAzModes ¶ added in v0.11.3
func (o *SupportedKafkaSize) SetSupportedAzModes(v []string)
SetSupportedAzModes gets a reference to the given []string and assigns it to the SupportedAzModes field.
func (*SupportedKafkaSize) SetTotalMaxConnections ¶ added in v0.11.1
func (o *SupportedKafkaSize) SetTotalMaxConnections(v int32)
SetTotalMaxConnections gets a reference to the given int32 and assigns it to the TotalMaxConnections field.
func (*SupportedKafkaSize) UnsetLifespanSeconds ¶ added in v0.11.3
func (o *SupportedKafkaSize) UnsetLifespanSeconds()
UnsetLifespanSeconds ensures that no value is present for LifespanSeconds, not even an explicit nil
type SupportedKafkaSizeBytesValueItem ¶ added in v0.11.1
type SupportedKafkaSizeBytesValueItem struct {
Bytes *int64 `json:"bytes,omitempty"`
}
SupportedKafkaSizeBytesValueItem struct for SupportedKafkaSizeBytesValueItem
func NewSupportedKafkaSizeBytesValueItem ¶ added in v0.11.1
func NewSupportedKafkaSizeBytesValueItem() *SupportedKafkaSizeBytesValueItem
NewSupportedKafkaSizeBytesValueItem instantiates a new SupportedKafkaSizeBytesValueItem 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 NewSupportedKafkaSizeBytesValueItemWithDefaults ¶ added in v0.11.1
func NewSupportedKafkaSizeBytesValueItemWithDefaults() *SupportedKafkaSizeBytesValueItem
NewSupportedKafkaSizeBytesValueItemWithDefaults instantiates a new SupportedKafkaSizeBytesValueItem 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 (*SupportedKafkaSizeBytesValueItem) GetBytes ¶ added in v0.11.1
func (o *SupportedKafkaSizeBytesValueItem) GetBytes() int64
GetBytes returns the Bytes field value if set, zero value otherwise.
func (*SupportedKafkaSizeBytesValueItem) GetBytesOk ¶ added in v0.11.1
func (o *SupportedKafkaSizeBytesValueItem) GetBytesOk() (*int64, bool)
GetBytesOk returns a tuple with the Bytes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedKafkaSizeBytesValueItem) HasBytes ¶ added in v0.11.1
func (o *SupportedKafkaSizeBytesValueItem) HasBytes() bool
HasBytes returns a boolean if a field has been set.
func (SupportedKafkaSizeBytesValueItem) MarshalJSON ¶ added in v0.11.1
func (o SupportedKafkaSizeBytesValueItem) MarshalJSON() ([]byte, error)
func (*SupportedKafkaSizeBytesValueItem) SetBytes ¶ added in v0.11.1
func (o *SupportedKafkaSizeBytesValueItem) SetBytes(v int64)
SetBytes gets a reference to the given int64 and assigns it to the Bytes field.
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"` Kind string `json:"kind"` Href string `json:"href"` ServerVersion *string `json:"server_version,omitempty"` Collections *[]ObjectReference `json:"collections,omitempty"` }
VersionMetadata struct for VersionMetadata
func NewVersionMetadata ¶
func NewVersionMetadata(id string, kind string, href string) *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
func (*VersionMetadata) GetHrefOk ¶
func (o *VersionMetadata) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value 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
func (*VersionMetadata) GetIdOk ¶
func (o *VersionMetadata) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value 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
func (*VersionMetadata) GetKindOk ¶
func (o *VersionMetadata) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*VersionMetadata) GetServerVersion ¶ added in v0.15.0
func (o *VersionMetadata) GetServerVersion() string
GetServerVersion returns the ServerVersion field value if set, zero value otherwise.
func (*VersionMetadata) GetServerVersionOk ¶ added in v0.15.0
func (o *VersionMetadata) GetServerVersionOk() (*string, bool)
GetServerVersionOk returns a tuple with the ServerVersion 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) HasServerVersion ¶ added in v0.15.0
func (o *VersionMetadata) HasServerVersion() bool
HasServerVersion 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 sets field value
func (*VersionMetadata) SetKind ¶
func (o *VersionMetadata) SetKind(v string)
SetKind sets field value
func (*VersionMetadata) SetServerVersion ¶ added in v0.15.0
func (o *VersionMetadata) SetServerVersion(v string)
SetServerVersion gets a reference to the given string and assigns it to the ServerVersion field.
type VersionMetadataAllOf ¶
type VersionMetadataAllOf struct { ServerVersion *string `json:"server_version,omitempty"` 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) GetServerVersion ¶ added in v0.15.0
func (o *VersionMetadataAllOf) GetServerVersion() string
GetServerVersion returns the ServerVersion field value if set, zero value otherwise.
func (*VersionMetadataAllOf) GetServerVersionOk ¶ added in v0.15.0
func (o *VersionMetadataAllOf) GetServerVersionOk() (*string, bool)
GetServerVersionOk returns a tuple with the ServerVersion 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) HasServerVersion ¶ added in v0.15.0
func (o *VersionMetadataAllOf) HasServerVersion() bool
HasServerVersion 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.
func (*VersionMetadataAllOf) SetServerVersion ¶ added in v0.15.0
func (o *VersionMetadataAllOf) SetServerVersion(v string)
SetServerVersion gets a reference to the given string and assigns it to the ServerVersion field.
Source Files ¶
- api_default.go
- api_enterprise_dataplane_clusters.go
- api_errors.go
- api_security.go
- client.go
- configuration.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_enterprise_cluster.go
- model_enterprise_cluster_all_of.go
- model_enterprise_cluster_all_of_capacity_information.go
- model_enterprise_cluster_list.go
- model_enterprise_cluster_list_all_of.go
- model_enterprise_cluster_list_item.go
- model_enterprise_cluster_list_item_all_of.go
- model_enterprise_cluster_with_addon_parameters.go
- model_enterprise_cluster_with_addon_parameters_all_of.go
- model_enterprise_osd_cluster_payload.go
- model_error.go
- model_error_list.go
- model_error_list_all_of.go
- model_fleetshard_parameter.go
- model_instant_query.go
- model_kafka_promote_request.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_kafka_update_request.go
- model_list.go
- model_metrics_instant_query_list.go
- model_metrics_instant_query_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_region_capacity_list_item.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_sso_provider.go
- model_sso_provider_all_of.go
- model_supported_kafka_billing_model.go
- model_supported_kafka_instance_type.go
- model_supported_kafka_instance_types_list.go
- model_supported_kafka_instance_types_list_all_of.go
- model_supported_kafka_size.go
- model_supported_kafka_size_bytes_value_item.go
- model_values.go
- model_version_metadata.go
- model_version_metadata_all_of.go
- response.go
- utils.go