Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewShareDataSource ¶
func NewShareDataSource() datasource.DataSource
func NewShareResource ¶
NewShareResource is a helper function to simplify the provider implementation.
Types ¶
type Model ¶
type Model struct {
Id types.String `tfsdk:"id"` // needed by TF
ProjectId types.String `tfsdk:"project_id"`
ResourcePoolId types.String `tfsdk:"resource_pool_id"`
Name types.String `tfsdk:"name"`
ExportPolicyName types.String `tfsdk:"export_policy"`
SpaceHardLimitGigabytes types.Int64 `tfsdk:"space_hard_limit_gigabytes"`
Region types.String `tfsdk:"region"`
MountPath types.String `tfsdk:"mount_path"`
}
Click to show internal directories.
Click to hide internal directories.