Documentation
¶
Index ¶
- func CollationsDataSourceSchema(ctx context.Context) schema.Schema
- type CollationsModel
- type CollationsType
- func (t CollationsType) Equal(o attr.Type) bool
- func (t CollationsType) String() string
- func (t CollationsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t CollationsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t CollationsType) ValueType(ctx context.Context) attr.Value
- type CollationsValue
- func NewCollationsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (CollationsValue, diag.Diagnostics)
- func NewCollationsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) CollationsValue
- func NewCollationsValueNull() CollationsValue
- func NewCollationsValueUnknown() CollationsValue
- func (v CollationsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v CollationsValue) Equal(o attr.Value) bool
- func (v CollationsValue) IsNull() bool
- func (v CollationsValue) IsUnknown() bool
- func (v CollationsValue) String() string
- func (v CollationsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v CollationsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v CollationsValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CollationsModel ¶
type CollationsType ¶
type CollationsType struct {
basetypes.ObjectType
}
func (CollationsType) String ¶
func (t CollationsType) String() string
func (CollationsType) ValueFromObject ¶
func (t CollationsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (CollationsType) ValueFromTerraform ¶
type CollationsValue ¶
type CollationsValue struct {
CollationName basetypes.StringValue `tfsdk:"collation_name"`
Description basetypes.StringValue `tfsdk:"description"`
// contains filtered or unexported fields
}
func NewCollationsValue ¶
func NewCollationsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (CollationsValue, diag.Diagnostics)
func NewCollationsValueMust ¶
func NewCollationsValueNull ¶
func NewCollationsValueNull() CollationsValue
func NewCollationsValueUnknown ¶
func NewCollationsValueUnknown() CollationsValue
func (CollationsValue) AttributeTypes ¶
func (CollationsValue) IsNull ¶
func (v CollationsValue) IsNull() bool
func (CollationsValue) IsUnknown ¶
func (v CollationsValue) IsUnknown() bool
func (CollationsValue) String ¶
func (v CollationsValue) String() string
func (CollationsValue) ToObjectValue ¶
func (v CollationsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (CollationsValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.