Documentation
¶
Overview ¶
Copyright © 2024. 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 FarmConfig struct {
FarmName types.String `tfsdk:"farm_name"`
FarmType types.String `tfsdk:"farm_type"`
Servers types.List `tfsdk:"servers"` // []types.String
}
func (FarmConfig) GetAttributes ¶ added in v0.6.1
func (FarmConfig) GetAttributes() map[string]schema.Attribute
func (FarmConfig) GetSchema ¶ added in v0.6.1
func (FarmConfig) GetSchema() schema.SingleNestedAttribute
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 types.Object `tfsdk:"farm_config"` // FarmConfig
}
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.