Documentation
¶
Index ¶
- func NewAdminScopeDataSource() datasource.DataSource
- type AdminScopeDataSource
- func (d *AdminScopeDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (d *AdminScopeDataSource) Metadata(_ context.Context, req datasource.MetadataRequest, ...)
- func (d *AdminScopeDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (d *AdminScopeDataSource) Schema(_ context.Context, _ datasource.SchemaRequest, resp *datasource.SchemaResponse)
- type AdminScopeDataSourceModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdminScopeDataSource ¶
func NewAdminScopeDataSource() datasource.DataSource
Types ¶
type AdminScopeDataSource ¶
type AdminScopeDataSource struct {
// contains filtered or unexported fields
}
func (*AdminScopeDataSource) Configure ¶
func (d *AdminScopeDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*AdminScopeDataSource) Metadata ¶
func (d *AdminScopeDataSource) Metadata(_ context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
func (*AdminScopeDataSource) Read ¶
func (d *AdminScopeDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*AdminScopeDataSource) Schema ¶
func (d *AdminScopeDataSource) Schema(_ context.Context, _ datasource.SchemaRequest, resp *datasource.SchemaResponse)
type AdminScopeDataSourceModel ¶
type AdminScopeDataSourceModel struct {
Id types.String `tfsdk:"id"`
Name types.String `tfsdk:"name"`
Description types.String `tfsdk:"description"`
IsBuiltIn types.Bool `tfsdk:"is_built_in"`
IsAllScope types.Bool `tfsdk:"is_all_scope"`
IsTenantScope types.Bool `tfsdk:"is_tenant_scope"`
TenantId types.String `tfsdk:"tenant_id"`
TenantName types.String `tfsdk:"tenant_name"`
}
AdminScopeDataSourceModel defines the single VDA data model implementation.
func (AdminScopeDataSourceModel) RefreshPropertyValues ¶
func (r AdminScopeDataSourceModel) RefreshPropertyValues(adminScope *citrixorchestration.ScopeResponseModel) AdminScopeDataSourceModel
Click to show internal directories.
Click to hide internal directories.