Documentation ¶
Index ¶
- func AppDataSource() datasource.DataSource
- func AssignmentGroupResource() resource.Resource
- func AttributeDataSource() datasource.DataSource
- func AttributeResource() resource.Resource
- func CustomProfileDataSource() datasource.DataSource
- func CustomProfileResource() resource.Resource
- func DeviceDataSource() datasource.DataSource
- func DeviceGroupDataSource() datasource.DataSource
- func DeviceGroupResource() resource.Resource
- func DeviceResource() resource.Resource
- func New(version string) func() provider.Provider
- func ProfileDataSource() datasource.DataSource
- func ScriptDataSource() datasource.DataSource
- func ScriptJobResource() resource.Resource
- func ScriptResource() resource.Resource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppDataSource ¶
func AppDataSource() datasource.DataSource
appDataSource is a helper function to simplify the provider implementation.
func AssignmentGroupResource ¶
AssignmentGroupResource is a helper function to simplify the provider implementation.
func AttributeDataSource ¶
func AttributeDataSource() datasource.DataSource
AttributeDataSource is a helper function to simplify the provider implementation.
func AttributeResource ¶
AttributeResource is a helper function to simplify the provider implementation.
func CustomProfileDataSource ¶ added in v0.1.7
func CustomProfileDataSource() datasource.DataSource
ProfileDataSource is a helper function to simplify the provider implementation.
func CustomProfileResource ¶
ProfileResource is a helper function to simplify the provider implementation.
func DeviceDataSource ¶
func DeviceDataSource() datasource.DataSource
deviceDataSource is a helper function to simplify the provider implementation.
func DeviceGroupDataSource ¶
func DeviceGroupDataSource() datasource.DataSource
DeviceGroupDataSource is a helper function to simplify the provider implementation.
func DeviceGroupResource ¶
deviceGroupResource is a helper function to simplify the provider implementation.
func DeviceResource ¶
deviceGroupResource is a helper function to simplify the provider implementation.
func ProfileDataSource ¶
func ProfileDataSource() datasource.DataSource
ProfileDataSource is a helper function to simplify the provider implementation.
func ScriptDataSource ¶ added in v0.1.9
func ScriptDataSource() datasource.DataSource
scriptDataSource is a helper function to simplify the provider implementation.
func ScriptJobResource ¶ added in v0.1.17
scriptJobResource is a helper function to simplify the provider implementation.
func ScriptResource ¶ added in v0.1.9
scriptResource is a helper function to simplify the provider implementation.
Types ¶
This section is empty.
Source Files ¶
- app_data_source.go
- assignmentGroup_resource.go
- attribute_data_source.go
- attribute_resourse.go
- customProfile_data_source.go
- customProfile_resourse.go
- deviceGroup_data_source.go
- deviceGroup_resource.go
- device_data_source.go
- device_resource.go
- profile_data_source.go
- provider.go
- scriptJob_resource.go
- script_data_source.go
- script_resource.go