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