Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBucketID ¶
func NewDataSource ¶
func NewDataSource() datasource.DataSource
Types ¶
type DataSource ¶
type DataSource struct {
helper.BaseDataSource
}
func (*DataSource) Read ¶
func (d *DataSource) Read( ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse, )
type DataSourceModel ¶
type DataSourceModel struct { Cluster types.String `tfsdk:"cluster"` Region types.String `tfsdk:"region"` Created types.String `tfsdk:"created"` Hostname types.String `tfsdk:"hostname"` ID types.String `tfsdk:"id"` Label types.String `tfsdk:"label"` Objects types.Int64 `tfsdk:"objects"` Size types.Int64 `tfsdk:"size"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.