Documentation
¶
Index ¶
- func CoreEnvironmentsDataSourceSchema(ctx context.Context) schema.Schema
- type CoreEnvironmentsModel
- type CoreEnvironmentsType
- func (t CoreEnvironmentsType) Equal(o attr.Type) bool
- func (t CoreEnvironmentsType) String() string
- func (t CoreEnvironmentsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t CoreEnvironmentsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t CoreEnvironmentsType) ValueType(ctx context.Context) attr.Value
- type CoreEnvironmentsValue
- func NewCoreEnvironmentsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (CoreEnvironmentsValue, diag.Diagnostics)
- func NewCoreEnvironmentsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) CoreEnvironmentsValue
- func NewCoreEnvironmentsValueNull() CoreEnvironmentsValue
- func NewCoreEnvironmentsValueUnknown() CoreEnvironmentsValue
- func (v CoreEnvironmentsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v CoreEnvironmentsValue) Equal(o attr.Value) bool
- func (v CoreEnvironmentsValue) IsNull() bool
- func (v CoreEnvironmentsValue) IsUnknown() bool
- func (v CoreEnvironmentsValue) String() string
- func (v CoreEnvironmentsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v CoreEnvironmentsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v CoreEnvironmentsValue) Type(ctx context.Context) attr.Type
- 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 CoreEnvironmentsModel ¶
type CoreEnvironmentsType ¶
type CoreEnvironmentsType struct {
basetypes.ObjectType
}
func (CoreEnvironmentsType) String ¶
func (t CoreEnvironmentsType) String() string
func (CoreEnvironmentsType) ValueFromObject ¶
func (t CoreEnvironmentsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (CoreEnvironmentsType) ValueFromTerraform ¶
type CoreEnvironmentsValue ¶
type CoreEnvironmentsValue struct {
CreatedAt basetypes.StringValue `tfsdk:"created_at"`
Features basetypes.ObjectValue `tfsdk:"features"`
Id basetypes.Int64Value `tfsdk:"id"`
Name basetypes.StringValue `tfsdk:"name"`
Region basetypes.StringValue `tfsdk:"region"`
// contains filtered or unexported fields
}
func NewCoreEnvironmentsValue ¶
func NewCoreEnvironmentsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (CoreEnvironmentsValue, diag.Diagnostics)
func NewCoreEnvironmentsValueNull ¶
func NewCoreEnvironmentsValueNull() CoreEnvironmentsValue
func NewCoreEnvironmentsValueUnknown ¶
func NewCoreEnvironmentsValueUnknown() CoreEnvironmentsValue
func (CoreEnvironmentsValue) AttributeTypes ¶
func (CoreEnvironmentsValue) IsNull ¶
func (v CoreEnvironmentsValue) IsNull() bool
func (CoreEnvironmentsValue) IsUnknown ¶
func (v CoreEnvironmentsValue) IsUnknown() bool
func (CoreEnvironmentsValue) String ¶
func (v CoreEnvironmentsValue) String() string
func (CoreEnvironmentsValue) ToObjectValue ¶
func (v CoreEnvironmentsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (CoreEnvironmentsValue) ToTerraformValue ¶
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.