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 []util.NameValueStringPairModel `tfsdk:"metadata"` }
ZoneResourceModel maps the resource schema data.
func (ZoneResourceModel) RefreshPropertyValues ¶
func (r ZoneResourceModel) RefreshPropertyValues(zone *citrixorchestration.ZoneDetailResponseModel, onpremises bool) ZoneResourceModel
Click to show internal directories.
Click to hide internal directories.