datasource_org_vpns

package
v0.2.6 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OrgVpnsDataSourceSchema

func OrgVpnsDataSourceSchema(ctx context.Context) schema.Schema

func SdkToTerraform

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

Types

type OrgVpnsModel

type OrgVpnsModel struct {
	OrgId   types.String `tfsdk:"org_id"`
	OrgVpns types.Set    `tfsdk:"org_vpns"`
}

type OrgVpnsType

type OrgVpnsType struct {
	basetypes.ObjectType
}

func (OrgVpnsType) Equal

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

func (OrgVpnsType) String

func (t OrgVpnsType) String() string

func (OrgVpnsType) ValueFromObject

func (OrgVpnsType) ValueFromTerraform

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

func (OrgVpnsType) ValueType

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

type OrgVpnsValue

type OrgVpnsValue 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"`
	Paths        basetypes.MapValue    `tfsdk:"paths"`
	// contains filtered or unexported fields
}

func NewOrgVpnsValue

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

func NewOrgVpnsValueMust

func NewOrgVpnsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgVpnsValue

func NewOrgVpnsValueNull

func NewOrgVpnsValueNull() OrgVpnsValue

func NewOrgVpnsValueUnknown

func NewOrgVpnsValueUnknown() OrgVpnsValue

func (OrgVpnsValue) AttributeTypes

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

func (OrgVpnsValue) Equal

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

func (OrgVpnsValue) IsNull

func (v OrgVpnsValue) IsNull() bool

func (OrgVpnsValue) IsUnknown

func (v OrgVpnsValue) IsUnknown() bool

func (OrgVpnsValue) String

func (v OrgVpnsValue) String() string

func (OrgVpnsValue) ToObjectValue

func (OrgVpnsValue) ToTerraformValue

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

func (OrgVpnsValue) Type

func (v OrgVpnsValue) Type(ctx context.Context) attr.Type

type PathsType

type PathsType struct {
	basetypes.ObjectType
}

func (PathsType) Equal

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

func (PathsType) String

func (t PathsType) String() string

func (PathsType) ValueFromObject

func (PathsType) ValueFromTerraform

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

func (PathsType) ValueType

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

type PathsValue

type PathsValue struct {
	BfdProfile basetypes.StringValue `tfsdk:"bfd_profile"`
	Ip         basetypes.StringValue `tfsdk:"ip"`
	Pod        basetypes.Int64Value  `tfsdk:"pod"`
	// contains filtered or unexported fields
}

func NewPathsValue

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

func NewPathsValueMust

func NewPathsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PathsValue

func NewPathsValueNull

func NewPathsValueNull() PathsValue

func NewPathsValueUnknown

func NewPathsValueUnknown() PathsValue

func (PathsValue) AttributeTypes

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

func (PathsValue) Equal

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

func (PathsValue) IsNull

func (v PathsValue) IsNull() bool

func (PathsValue) IsUnknown

func (v PathsValue) IsUnknown() bool

func (PathsValue) String

func (v PathsValue) String() string

func (PathsValue) ToObjectValue

func (PathsValue) ToTerraformValue

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

func (PathsValue) Type

func (v PathsValue) Type(ctx context.Context) attr.Type

Jump to

Keyboard shortcuts

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