Documentation ¶
Index ¶
- func OrgGatewaytemplatesDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l *[]models.GatewayTemplate, elements *[]attr.Value) diag.Diagnostics
- type OrgGatewaytemplatesModel
- type OrgGatewaytemplatesType
- func (t OrgGatewaytemplatesType) Equal(o attr.Type) bool
- func (t OrgGatewaytemplatesType) String() string
- func (t OrgGatewaytemplatesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgGatewaytemplatesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgGatewaytemplatesType) ValueType(ctx context.Context) attr.Value
- type OrgGatewaytemplatesValue
- func NewOrgGatewaytemplatesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgGatewaytemplatesValue, diag.Diagnostics)
- func NewOrgGatewaytemplatesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgGatewaytemplatesValue
- func NewOrgGatewaytemplatesValueNull() OrgGatewaytemplatesValue
- func NewOrgGatewaytemplatesValueUnknown() OrgGatewaytemplatesValue
- func (v OrgGatewaytemplatesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgGatewaytemplatesValue) Equal(o attr.Value) bool
- func (v OrgGatewaytemplatesValue) IsNull() bool
- func (v OrgGatewaytemplatesValue) IsUnknown() bool
- func (v OrgGatewaytemplatesValue) String() string
- func (v OrgGatewaytemplatesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgGatewaytemplatesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgGatewaytemplatesValue) 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.GatewayTemplate, elements *[]attr.Value) diag.Diagnostics
Types ¶
type OrgGatewaytemplatesType ¶
type OrgGatewaytemplatesType struct {
basetypes.ObjectType
}
func (OrgGatewaytemplatesType) String ¶
func (t OrgGatewaytemplatesType) String() string
func (OrgGatewaytemplatesType) ValueFromObject ¶
func (t OrgGatewaytemplatesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgGatewaytemplatesType) ValueFromTerraform ¶
type OrgGatewaytemplatesValue ¶
type OrgGatewaytemplatesValue 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 NewOrgGatewaytemplatesValue ¶
func NewOrgGatewaytemplatesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgGatewaytemplatesValue, diag.Diagnostics)
func NewOrgGatewaytemplatesValueNull ¶
func NewOrgGatewaytemplatesValueNull() OrgGatewaytemplatesValue
func NewOrgGatewaytemplatesValueUnknown ¶
func NewOrgGatewaytemplatesValueUnknown() OrgGatewaytemplatesValue
func (OrgGatewaytemplatesValue) AttributeTypes ¶
func (OrgGatewaytemplatesValue) IsNull ¶
func (v OrgGatewaytemplatesValue) IsNull() bool
func (OrgGatewaytemplatesValue) IsUnknown ¶
func (v OrgGatewaytemplatesValue) IsUnknown() bool
func (OrgGatewaytemplatesValue) String ¶
func (v OrgGatewaytemplatesValue) String() string
func (OrgGatewaytemplatesValue) ToObjectValue ¶
func (v OrgGatewaytemplatesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgGatewaytemplatesValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.