Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewZoneResource ¶
NewZoneResource is a helper function to simplify the provider implementation.
Types ¶
type ZoneResourceModel ¶
type ZoneResourceModel struct {
Id types.String `tfsdk:"id"`
Name types.String `tfsdk:"name"`
Description types.String `tfsdk:"description"`
Metadata types.List `tfsdk:"metadata"` // []utils.NameValueStringPairModel
}
ZoneResourceModel maps the resource schema data.
func (ZoneResourceModel) RefreshPropertyValues ¶
func (r ZoneResourceModel) RefreshPropertyValues(ctx context.Context, diags *diag.Diagnostics, zone *citrixorchestration.ZoneDetailResponseModel, onpremises bool) ZoneResourceModel
Click to show internal directories.
Click to hide internal directories.