Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetResourceLocation ¶
func GetResourceLocation(ctx context.Context, client *citrixdaasclient.CitrixDaasClient, diagnostics *diag.Diagnostics, resourceLocationId string) (*resourcelocations.CitrixCloudServicesRegistryApiModelsLocationsResourceLocationModel, error)
func NewResourceLocationResource ¶
NewResourceLocationResource is a helper function to simplify the provider implementation.
Types ¶
type ResourceLocationResourceModel ¶
type ResourceLocationResourceModel struct { Id types.String `tfsdk:"id"` Name types.String `tfsdk:"name"` InternalOnly types.Bool `tfsdk:"internal_only"` TimeZone types.String `tfsdk:"time_zone"` }
ResourceLocationResourceModel maps the resource schema data.
func (ResourceLocationResourceModel) GetAttributes ¶
func (ResourceLocationResourceModel) GetAttributes() map[string]schema.Attribute
func (ResourceLocationResourceModel) GetSchema ¶
func (ResourceLocationResourceModel) GetSchema() schema.Schema
func (ResourceLocationResourceModel) RefreshPropertyValues ¶
func (r ResourceLocationResourceModel) RefreshPropertyValues(ccResourceLocation *ccresourcelocations.CitrixCloudServicesRegistryApiModelsLocationsResourceLocationModel) ResourceLocationResourceModel
Click to show internal directories.
Click to hide internal directories.