datasource_org_networks

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 OrgNetworksDataSourceSchema

func OrgNetworksDataSourceSchema(ctx context.Context) schema.Schema

func SdkToTerraform

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

Types

type OrgNetworksModel

type OrgNetworksModel struct {
	OrgId       types.String `tfsdk:"org_id"`
	OrgNetworks types.Set    `tfsdk:"org_networks"`
}

type OrgNetworksType

type OrgNetworksType struct {
	basetypes.ObjectType
}

func (OrgNetworksType) Equal

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

func (OrgNetworksType) String

func (t OrgNetworksType) String() string

func (OrgNetworksType) ValueFromObject

func (OrgNetworksType) ValueFromTerraform

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

func (OrgNetworksType) ValueType

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

type OrgNetworksValue

type OrgNetworksValue 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 NewOrgNetworksValue

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

func NewOrgNetworksValueMust

func NewOrgNetworksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgNetworksValue

func NewOrgNetworksValueNull

func NewOrgNetworksValueNull() OrgNetworksValue

func NewOrgNetworksValueUnknown

func NewOrgNetworksValueUnknown() OrgNetworksValue

func (OrgNetworksValue) AttributeTypes

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

func (OrgNetworksValue) Equal

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

func (OrgNetworksValue) IsNull

func (v OrgNetworksValue) IsNull() bool

func (OrgNetworksValue) IsUnknown

func (v OrgNetworksValue) IsUnknown() bool

func (OrgNetworksValue) String

func (v OrgNetworksValue) String() string

func (OrgNetworksValue) ToObjectValue

func (OrgNetworksValue) ToTerraformValue

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

func (OrgNetworksValue) Type

Jump to

Keyboard shortcuts

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