Documentation
¶
Overview ¶
Copyright © 2023. Citrix Systems, Inc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSTFStoreServiceResource ¶
stfStoreServiceResource is a helper function to simplify the provider implementation.
Types ¶
type FarmConfig ¶
type STFStoreServiceResourceModel ¶
type STFStoreServiceResourceModel struct {
VirtualPath types.String `tfsdk:"virtual_path"`
SiteId types.String `tfsdk:"site_id"`
FriendlyName types.String `tfsdk:"friendly_name"`
AuthenticationService types.String `tfsdk:"authentication_service"`
Anonymous types.Bool `tfsdk:"anonymous"`
LoadBalance types.Bool `tfsdk:"load_balance"`
FarmConfig *FarmConfig `tfsdk:"farm_config"`
}
SFStoreServiceResourceModel maps the resource schema data.
func (*STFStoreServiceResourceModel) RefreshPropertyValues ¶
func (r *STFStoreServiceResourceModel) RefreshPropertyValues(storeservice *citrixstorefront.STFStoreDetailModel)
Click to show internal directories.
Click to hide internal directories.