datasource_org_services

package
v0.1.44 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OrgServicesDataSourceSchema

func OrgServicesDataSourceSchema(ctx context.Context) schema.Schema

func SdkToTerraform

func SdkToTerraform(ctx context.Context, l *[]models.Service, elements *[]attr.Value) diag.Diagnostics

Types

type OrgServicesModel

type OrgServicesModel struct {
	OrgId       types.String `tfsdk:"org_id"`
	OrgServices types.Set    `tfsdk:"org_services"`
}

type OrgServicesType

type OrgServicesType struct {
	basetypes.ObjectType
}

func (OrgServicesType) Equal

func (t OrgServicesType) Equal(o attr.Type) bool

func (OrgServicesType) String

func (t OrgServicesType) String() string

func (OrgServicesType) ValueFromObject

func (OrgServicesType) ValueFromTerraform

func (t OrgServicesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (OrgServicesType) ValueType

func (t OrgServicesType) ValueType(ctx context.Context) attr.Value

type OrgServicesValue

type OrgServicesValue 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 NewOrgServicesValue

func NewOrgServicesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgServicesValue, diag.Diagnostics)

func NewOrgServicesValueMust

func NewOrgServicesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgServicesValue

func NewOrgServicesValueNull

func NewOrgServicesValueNull() OrgServicesValue

func NewOrgServicesValueUnknown

func NewOrgServicesValueUnknown() OrgServicesValue

func (OrgServicesValue) AttributeTypes

func (v OrgServicesValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (OrgServicesValue) Equal

func (v OrgServicesValue) Equal(o attr.Value) bool

func (OrgServicesValue) IsNull

func (v OrgServicesValue) IsNull() bool

func (OrgServicesValue) IsUnknown

func (v OrgServicesValue) IsUnknown() bool

func (OrgServicesValue) String

func (v OrgServicesValue) String() string

func (OrgServicesValue) ToObjectValue

func (OrgServicesValue) ToTerraformValue

func (v OrgServicesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (OrgServicesValue) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL