Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackupStoreResource ¶
func NewBackupStoresDataSource ¶
func NewBackupStoresDataSource() datasource.DataSource
Types ¶
type BackupStoreModel ¶
type BackupStoreModel struct { ID types.String `tfsdk:"id"` CloudAccountID types.String `tfsdk:"cloud_account_id"` CloudAccountType types.String `tfsdk:"cloud_account_type"` CreatedAt types.String `tfsdk:"created_at"` Status types.String `tfsdk:"status"` Name types.String `tfsdk:"name"` Properties types.Map `tfsdk:"properties"` ClusterIDs types.List `tfsdk:"cluster_ids"` }
type BackupStoresDataSourceModel ¶
type BackupStoresDataSourceModel struct {
BackupStores []BackupStoreModel `tfsdk:"backup_stores"`
}
Click to show internal directories.
Click to hide internal directories.