Documentation
¶
Index ¶
- func DataSourceByteplusAlbCustomizedCfgs() *schema.Resource
- func ResourceByteplusAlbCustomizedCfg() *schema.Resource
- type ByteplusAlbCustomizedCfgService
- func (s *ByteplusAlbCustomizedCfgService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusAlbCustomizedCfgService) DatasourceResources(*schema.ResourceData, *schema.Resource) bp.DataSourceInfo
- func (s *ByteplusAlbCustomizedCfgService) GetClient() *bp.SdkClient
- func (s *ByteplusAlbCustomizedCfgService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusAlbCustomizedCfgService) ProjectTrn() *bp.ProjectTrn
- func (s *ByteplusAlbCustomizedCfgService) ReadResource(resourceData *schema.ResourceData, id string) (data map[string]interface{}, err error)
- func (s *ByteplusAlbCustomizedCfgService) ReadResourceId(id string) string
- func (s *ByteplusAlbCustomizedCfgService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
- func (s *ByteplusAlbCustomizedCfgService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, ...) *resource.StateChangeConf
- func (s *ByteplusAlbCustomizedCfgService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
- func (ByteplusAlbCustomizedCfgService) WithResourceResponseHandlers(d map[string]interface{}) []bp.ResourceResponseHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteplusAlbCustomizedCfgService ¶
type ByteplusAlbCustomizedCfgService struct {
Client *bp.SdkClient
Dispatcher *bp.Dispatcher
}
func NewAlbCustomizedCfgService ¶
func NewAlbCustomizedCfgService(c *bp.SdkClient) *ByteplusAlbCustomizedCfgService
func (*ByteplusAlbCustomizedCfgService) CreateResource ¶
func (s *ByteplusAlbCustomizedCfgService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusAlbCustomizedCfgService) DatasourceResources ¶
func (s *ByteplusAlbCustomizedCfgService) DatasourceResources(*schema.ResourceData, *schema.Resource) bp.DataSourceInfo
func (*ByteplusAlbCustomizedCfgService) GetClient ¶
func (s *ByteplusAlbCustomizedCfgService) GetClient() *bp.SdkClient
func (*ByteplusAlbCustomizedCfgService) ModifyResource ¶
func (s *ByteplusAlbCustomizedCfgService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusAlbCustomizedCfgService) ProjectTrn ¶
func (s *ByteplusAlbCustomizedCfgService) ProjectTrn() *bp.ProjectTrn
func (*ByteplusAlbCustomizedCfgService) ReadResource ¶
func (s *ByteplusAlbCustomizedCfgService) ReadResource(resourceData *schema.ResourceData, id string) (data map[string]interface{}, err error)
func (*ByteplusAlbCustomizedCfgService) ReadResourceId ¶
func (s *ByteplusAlbCustomizedCfgService) ReadResourceId(id string) string
func (*ByteplusAlbCustomizedCfgService) ReadResources ¶
func (s *ByteplusAlbCustomizedCfgService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
func (*ByteplusAlbCustomizedCfgService) RefreshResourceState ¶
func (s *ByteplusAlbCustomizedCfgService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, id string) *resource.StateChangeConf
func (*ByteplusAlbCustomizedCfgService) RemoveResource ¶
func (s *ByteplusAlbCustomizedCfgService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
func (ByteplusAlbCustomizedCfgService) WithResourceResponseHandlers ¶
func (ByteplusAlbCustomizedCfgService) WithResourceResponseHandlers(d map[string]interface{}) []bp.ResourceResponseHandler
Click to show internal directories.
Click to hide internal directories.