zone

package
v0.6.0-variables-01 Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSchema added in v0.6.1

func GetSchema() schema.Schema

func NewZoneResource

func NewZoneResource() resource.Resource

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

Jump to

Keyboard shortcuts

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