Versions in this module Expand all Collapse all v0 v0.0.21 Sep 3, 2025 v0.0.18 Jul 25, 2025 Changes in this version + func DataSourceByteplusKafkaConsumedPartitions() *schema.Resource + type ByteplusKafkaConsumedPartitionService struct + Client *bp.SdkClient + func NewKafkaConsumedPartitionService(c *bp.SdkClient) *ByteplusKafkaConsumedPartitionService + func (ByteplusKafkaConsumedPartitionService) WithResourceResponseHandlers(d map[string]interface{}) []bp.ResourceResponseHandler + func (s *ByteplusKafkaConsumedPartitionService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback + func (s *ByteplusKafkaConsumedPartitionService) DatasourceResources(*schema.ResourceData, *schema.Resource) bp.DataSourceInfo + func (s *ByteplusKafkaConsumedPartitionService) GetClient() *bp.SdkClient + func (s *ByteplusKafkaConsumedPartitionService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback + func (s *ByteplusKafkaConsumedPartitionService) ReadResource(resourceData *schema.ResourceData, id string) (data map[string]interface{}, err error) + func (s *ByteplusKafkaConsumedPartitionService) ReadResourceId(id string) string + func (s *ByteplusKafkaConsumedPartitionService) ReadResources(m map[string]interface{}) (data []interface{}, err error) + func (s *ByteplusKafkaConsumedPartitionService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, ...) *resource.StateChangeConf + func (s *ByteplusKafkaConsumedPartitionService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback