Documentation ¶
Index ¶
- func OrgNetworktemplatesDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l []models.NetworkTemplate) (basetypes.SetValue, diag.Diagnostics)
- type OrgNetworktemplatesModel
- type OrgNetworktemplatesType
- func (t OrgNetworktemplatesType) Equal(o attr.Type) bool
- func (t OrgNetworktemplatesType) String() string
- func (t OrgNetworktemplatesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgNetworktemplatesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgNetworktemplatesType) ValueType(ctx context.Context) attr.Value
- type OrgNetworktemplatesValue
- func NewOrgNetworktemplatesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgNetworktemplatesValue, diag.Diagnostics)
- func NewOrgNetworktemplatesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgNetworktemplatesValue
- func NewOrgNetworktemplatesValueNull() OrgNetworktemplatesValue
- func NewOrgNetworktemplatesValueUnknown() OrgNetworktemplatesValue
- func (v OrgNetworktemplatesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgNetworktemplatesValue) Equal(o attr.Value) bool
- func (v OrgNetworktemplatesValue) IsNull() bool
- func (v OrgNetworktemplatesValue) IsUnknown() bool
- func (v OrgNetworktemplatesValue) String() string
- func (v OrgNetworktemplatesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgNetworktemplatesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgNetworktemplatesValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
func SdkToTerraform(ctx context.Context, l []models.NetworkTemplate) (basetypes.SetValue, diag.Diagnostics)
Types ¶
type OrgNetworktemplatesType ¶
type OrgNetworktemplatesType struct {
basetypes.ObjectType
}
func (OrgNetworktemplatesType) String ¶
func (t OrgNetworktemplatesType) String() string
func (OrgNetworktemplatesType) ValueFromObject ¶
func (t OrgNetworktemplatesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgNetworktemplatesType) ValueFromTerraform ¶
type OrgNetworktemplatesValue ¶
type OrgNetworktemplatesValue 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 NewOrgNetworktemplatesValue ¶
func NewOrgNetworktemplatesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgNetworktemplatesValue, diag.Diagnostics)
func NewOrgNetworktemplatesValueNull ¶
func NewOrgNetworktemplatesValueNull() OrgNetworktemplatesValue
func NewOrgNetworktemplatesValueUnknown ¶
func NewOrgNetworktemplatesValueUnknown() OrgNetworktemplatesValue
func (OrgNetworktemplatesValue) AttributeTypes ¶
func (OrgNetworktemplatesValue) IsNull ¶
func (v OrgNetworktemplatesValue) IsNull() bool
func (OrgNetworktemplatesValue) IsUnknown ¶
func (v OrgNetworktemplatesValue) IsUnknown() bool
func (OrgNetworktemplatesValue) String ¶
func (v OrgNetworktemplatesValue) String() string
func (OrgNetworktemplatesValue) ToObjectValue ¶
func (v OrgNetworktemplatesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgNetworktemplatesValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.