admin_folder

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Copyright © 2024. Citrix Systems, Inc.

Copyright © 2024. Citrix Systems, Inc.

Copyright © 2024. Citrix Systems, Inc.

Copyright © 2024. Citrix Systems, Inc.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAdminFolderDataSource

func NewAdminFolderDataSource() datasource.DataSource

func NewAdminFolderResource

func NewAdminFolderResource() resource.Resource

NewAdminFolderResource is a helper function to simplify the provider implementation.

Types

type AdminFolderDataSource

type AdminFolderDataSource struct {
	// contains filtered or unexported fields
}

func (*AdminFolderDataSource) Configure

func (*AdminFolderDataSource) Metadata

func (*AdminFolderDataSource) Read

func (*AdminFolderDataSource) Schema

type AdminFolderDataSourceModel

type AdminFolderDataSourceModel struct {
	Id                     types.String `tfsdk:"id"`
	Name                   types.String `tfsdk:"name"`
	Type                   types.Set    `tfsdk:"type"` // Set[String]
	Path                   types.String `tfsdk:"path"`
	ParentPath             types.String `tfsdk:"parent_path"`
	TotalApplications      types.Int64  `tfsdk:"total_applications"`
	TotalMachineCatalogs   types.Int64  `tfsdk:"total_machine_catalogs"`
	TotalApplicationGroups types.Int64  `tfsdk:"total_application_groups"`
	TotalDeliveryGroups    types.Int64  `tfsdk:"total_delivery_groups"`
}

func (AdminFolderDataSourceModel) GetSchema

func (AdminFolderDataSourceModel) RefreshPropertyValues

type AdminFolderResourceModel

type AdminFolderResourceModel struct {
	Id         types.String `tfsdk:"id"`
	Name       types.String `tfsdk:"name"`
	Type       types.Set    `tfsdk:"type"` // Set[String]
	Path       types.String `tfsdk:"path"`
	ParentPath types.String `tfsdk:"parent_path"`
}

func (AdminFolderResourceModel) GetAttributes

func (AdminFolderResourceModel) GetAttributes() map[string]schema.Attribute

func (AdminFolderResourceModel) GetSchema

func (AdminFolderResourceModel) RefreshPropertyValues

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL