Documentation ¶
Index ¶
- func OrgWlantemplatesDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l *[]models.Template, elements *[]attr.Value) diag.Diagnostics
- type OrgWlantemplatesModel
- type OrgWlantemplatesType
- func (t OrgWlantemplatesType) Equal(o attr.Type) bool
- func (t OrgWlantemplatesType) String() string
- func (t OrgWlantemplatesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgWlantemplatesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgWlantemplatesType) ValueType(ctx context.Context) attr.Value
- type OrgWlantemplatesValue
- func NewOrgWlantemplatesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgWlantemplatesValue, diag.Diagnostics)
- func NewOrgWlantemplatesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgWlantemplatesValue
- func NewOrgWlantemplatesValueNull() OrgWlantemplatesValue
- func NewOrgWlantemplatesValueUnknown() OrgWlantemplatesValue
- func (v OrgWlantemplatesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgWlantemplatesValue) Equal(o attr.Value) bool
- func (v OrgWlantemplatesValue) IsNull() bool
- func (v OrgWlantemplatesValue) IsUnknown() bool
- func (v OrgWlantemplatesValue) String() string
- func (v OrgWlantemplatesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgWlantemplatesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgWlantemplatesValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
Types ¶
type OrgWlantemplatesModel ¶
type OrgWlantemplatesType ¶
type OrgWlantemplatesType struct {
basetypes.ObjectType
}
func (OrgWlantemplatesType) String ¶
func (t OrgWlantemplatesType) String() string
func (OrgWlantemplatesType) ValueFromObject ¶
func (t OrgWlantemplatesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgWlantemplatesType) ValueFromTerraform ¶
type OrgWlantemplatesValue ¶
type OrgWlantemplatesValue struct { CreatedTime basetypes.NumberValue `tfsdk:"created_time"` Id basetypes.StringValue `tfsdk:"id"` ModifiedTime basetypes.NumberValue `tfsdk:"modified_time"` Name basetypes.StringValue `tfsdk:"name"` OrgId basetypes.StringValue `tfsdk:"org_id"` // contains filtered or unexported fields }
func NewOrgWlantemplatesValue ¶
func NewOrgWlantemplatesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgWlantemplatesValue, diag.Diagnostics)
func NewOrgWlantemplatesValueNull ¶
func NewOrgWlantemplatesValueNull() OrgWlantemplatesValue
func NewOrgWlantemplatesValueUnknown ¶
func NewOrgWlantemplatesValueUnknown() OrgWlantemplatesValue
func (OrgWlantemplatesValue) AttributeTypes ¶
func (OrgWlantemplatesValue) IsNull ¶
func (v OrgWlantemplatesValue) IsNull() bool
func (OrgWlantemplatesValue) IsUnknown ¶
func (v OrgWlantemplatesValue) IsUnknown() bool
func (OrgWlantemplatesValue) String ¶
func (v OrgWlantemplatesValue) String() string
func (OrgWlantemplatesValue) ToObjectValue ¶
func (v OrgWlantemplatesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgWlantemplatesValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.