stf_store

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Copyright © 2024. Citrix Systems, Inc.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSTFStoreServiceResource

func NewSTFStoreServiceResource() resource.Resource

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

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)

Jump to

Keyboard shortcuts

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