Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResourcePoolDataSource ¶
func NewResourcePoolDataSource() datasource.DataSource
func NewResourcePoolResource ¶
NewResourcePoolResource 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"`
AvailabilityZone types.String `tfsdk:"availability_zone"`
IpAcl types.List `tfsdk:"ip_acl"`
Name types.String `tfsdk:"name"`
PerformanceClass types.String `tfsdk:"performance_class"`
SizeGigabytes types.Int64 `tfsdk:"size_gigabytes"`
Region types.String `tfsdk:"region"`
SnapshotsAreVisible types.Bool `tfsdk:"snapshots_are_visible"`
}
Click to show internal directories.
Click to hide internal directories.