Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStoreFrontServerResource ¶
NewStoreFrontServerResource is a helper function to simplify the provider implementation.
Types ¶
type StoreFrontServerResourceModel ¶
type StoreFrontServerResourceModel struct {
Id types.String `tfsdk:"id"`
Name types.String `tfsdk:"name"`
Description types.String `tfsdk:"description"`
Url types.String `tfsdk:"url"`
Enabled types.Bool `tfsdk:"enabled"`
}
StoreFrontServerResourceModel maps the resource schema data.
func (StoreFrontServerResourceModel) RefreshPropertyValues ¶
func (r StoreFrontServerResourceModel) RefreshPropertyValues(sfServer *citrixorchestration.StoreFrontServerResponseModel) StoreFrontServerResourceModel
Click to show internal directories.
Click to hide internal directories.