Documentation
¶
Index ¶
- func CoreEnvironmentDataSourceSchema(ctx context.Context) schema.Schema
- type CoreEnvironmentModel
- type FeaturesType
- func (t FeaturesType) Equal(o attr.Type) bool
- func (t FeaturesType) String() string
- func (t FeaturesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t FeaturesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t FeaturesType) ValueType(ctx context.Context) attr.Value
- type FeaturesValue
- func NewFeaturesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FeaturesValue, diag.Diagnostics)
- func NewFeaturesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) FeaturesValue
- func NewFeaturesValueNull() FeaturesValue
- func NewFeaturesValueUnknown() FeaturesValue
- func (v FeaturesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v FeaturesValue) Equal(o attr.Value) bool
- func (v FeaturesValue) IsNull() bool
- func (v FeaturesValue) IsUnknown() bool
- func (v FeaturesValue) String() string
- func (v FeaturesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v FeaturesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v FeaturesValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CoreEnvironmentModel ¶
type FeaturesType ¶
type FeaturesType struct {
basetypes.ObjectType
}
func (FeaturesType) String ¶
func (t FeaturesType) String() string
func (FeaturesType) ValueFromObject ¶
func (t FeaturesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (FeaturesType) ValueFromTerraform ¶
type FeaturesValue ¶
type FeaturesValue struct {
GreenStatus basetypes.StringValue `tfsdk:"green_status"`
NetworkOptimised basetypes.BoolValue `tfsdk:"network_optimised"`
// contains filtered or unexported fields
}
func NewFeaturesValue ¶
func NewFeaturesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FeaturesValue, diag.Diagnostics)
func NewFeaturesValueMust ¶
func NewFeaturesValueNull ¶
func NewFeaturesValueNull() FeaturesValue
func NewFeaturesValueUnknown ¶
func NewFeaturesValueUnknown() FeaturesValue
func (FeaturesValue) AttributeTypes ¶
func (FeaturesValue) IsNull ¶
func (v FeaturesValue) IsNull() bool
func (FeaturesValue) IsUnknown ¶
func (v FeaturesValue) IsUnknown() bool
func (FeaturesValue) String ¶
func (v FeaturesValue) String() string
func (FeaturesValue) ToObjectValue ¶
func (v FeaturesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (FeaturesValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.