Documentation ¶
Overview ¶
Copyright © 2024. Citrix Systems, Inc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSTFDeployment ¶ added in v1.0.0
func GetSTFDeployment(ctx context.Context, client *citrixdaasclient.CitrixDaasClient, diagnostics *diag.Diagnostics, siteId *string) (*citrixstorefront.STFDeploymentDetailModel, error)
Gets the STFDeployment and logs any errors
func NewSTFDeploymentResource ¶
stfDeploymentResource is a helper function to simplify the provider implementation.
Types ¶
type STFDeploymentResourceModel ¶
type STFDeploymentResourceModel struct { SiteId types.String `tfsdk:"site_id"` HostBaseUrl types.String `tfsdk:"host_base_url"` }
SFDeploymentResourceModel maps the resource schema data.
func (STFDeploymentResourceModel) GetAttributes ¶ added in v1.0.0
func (STFDeploymentResourceModel) GetAttributes() map[string]schema.Attribute
func (STFDeploymentResourceModel) GetSchema ¶ added in v1.0.0
func (STFDeploymentResourceModel) GetSchema() schema.Schema
func (*STFDeploymentResourceModel) RefreshPropertyValues ¶
func (r *STFDeploymentResourceModel) RefreshPropertyValues(deployment *citrixstorefront.STFDeploymentDetailModel)
Click to show internal directories.
Click to hide internal directories.