Documentation ¶
Index ¶
- func DataSourceVestackNodePools() *schema.Resource
- func ResourceVestackNodePool() *schema.Resource
- type VestackNodePoolService
- func (s *VestackNodePoolService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *VestackNodePoolService) DatasourceResources(*schema.ResourceData, *schema.Resource) bp.DataSourceInfo
- func (s *VestackNodePoolService) GetClient() *bp.SdkClient
- func (s *VestackNodePoolService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *VestackNodePoolService) ReadResource(resourceData *schema.ResourceData, nodePoolId string) (data map[string]interface{}, err error)
- func (s *VestackNodePoolService) ReadResourceId(id string) string
- func (s *VestackNodePoolService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
- func (s *VestackNodePoolService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, ...) *resource.StateChangeConf
- func (s *VestackNodePoolService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
- func (VestackNodePoolService) WithResourceResponseHandlers(nodePool map[string]interface{}) []bp.ResourceResponseHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceVestackNodePool ¶
Types ¶
type VestackNodePoolService ¶
type VestackNodePoolService struct { Client *bp.SdkClient // contains filtered or unexported fields }
func NewNodePoolService ¶
func NewNodePoolService(c *bp.SdkClient) *VestackNodePoolService
func (*VestackNodePoolService) CreateResource ¶
func (s *VestackNodePoolService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*VestackNodePoolService) DatasourceResources ¶
func (s *VestackNodePoolService) DatasourceResources(*schema.ResourceData, *schema.Resource) bp.DataSourceInfo
func (*VestackNodePoolService) GetClient ¶
func (s *VestackNodePoolService) GetClient() *bp.SdkClient
func (*VestackNodePoolService) ModifyResource ¶
func (s *VestackNodePoolService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*VestackNodePoolService) ReadResource ¶
func (s *VestackNodePoolService) ReadResource(resourceData *schema.ResourceData, nodePoolId string) (data map[string]interface{}, err error)
func (*VestackNodePoolService) ReadResourceId ¶
func (s *VestackNodePoolService) ReadResourceId(id string) string
func (*VestackNodePoolService) ReadResources ¶
func (s *VestackNodePoolService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
func (*VestackNodePoolService) RefreshResourceState ¶
func (s *VestackNodePoolService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, id string) *resource.StateChangeConf
func (*VestackNodePoolService) RemoveResource ¶
func (s *VestackNodePoolService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
func (VestackNodePoolService) WithResourceResponseHandlers ¶
func (VestackNodePoolService) WithResourceResponseHandlers(nodePool map[string]interface{}) []bp.ResourceResponseHandler
Click to show internal directories.
Click to hide internal directories.