Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInstanceDataSource ¶
func NewInstanceDataSource() datasource.DataSource
func NewInstanceResource ¶
func NewInstanceResource(client modelexperiments.DefaultAPI, serviceClient serviceenablement.DefaultAPI, providerData core.ProviderData) resource.Resource
func NewInstanceResourceEmpty ¶
NewInstanceResource 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"`
Region types.String `tfsdk:"region"`
Name types.String `tfsdk:"name"`
Description types.String `tfsdk:"description"`
DeletedExperimentRetention types.String `tfsdk:"deleted_experiment_retention"`
Labels types.Map `tfsdk:"labels"`
BucketName types.String `tfsdk:"bucket_name"`
InstanceId types.String `tfsdk:"instance_id"`
Url types.String `tfsdk:"url"`
}
Click to show internal directories.
Click to hide internal directories.