datasource_shielding_pops

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2025 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FlattenShieldingePops

func FlattenShieldingePops(ctx context.Context, shieldingPops []shieldingpop.ShieldingPop) (types.List, diag.Diagnostics)

func ShieldingPopsDataSourceSchema

func ShieldingPopsDataSourceSchema(ctx context.Context) schema.Schema

Types

type ShieldingPopsModel

type ShieldingPopsModel struct {
	Id            types.String `tfsdk:"id"`
	Region        types.String `tfsdk:"region"`
	ShieldingPops types.List   `tfsdk:"shielding_pops"`
}

type ShieldingPopsType

type ShieldingPopsType struct {
	basetypes.ObjectType
}

func (ShieldingPopsType) Equal

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

func (ShieldingPopsType) String

func (t ShieldingPopsType) String() string

func (ShieldingPopsType) ValueFromObject

func (ShieldingPopsType) ValueFromTerraform

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

func (ShieldingPopsType) ValueType

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

type ShieldingPopsValue

type ShieldingPopsValue struct {
	City       basetypes.StringValue `tfsdk:"city"`
	Country    basetypes.StringValue `tfsdk:"country"`
	Datacenter basetypes.StringValue `tfsdk:"datacenter"`
	Id         basetypes.Int64Value  `tfsdk:"id"`
	// contains filtered or unexported fields
}

func NewShieldingPopsValue

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

func NewShieldingPopsValueMust

func NewShieldingPopsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ShieldingPopsValue

func NewShieldingPopsValueNull

func NewShieldingPopsValueNull() ShieldingPopsValue

func NewShieldingPopsValueUnknown

func NewShieldingPopsValueUnknown() ShieldingPopsValue

func (ShieldingPopsValue) AttributeTypes

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

func (ShieldingPopsValue) Equal

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

func (ShieldingPopsValue) IsNull

func (v ShieldingPopsValue) IsNull() bool

func (ShieldingPopsValue) IsUnknown

func (v ShieldingPopsValue) IsUnknown() bool

func (ShieldingPopsValue) String

func (v ShieldingPopsValue) String() string

func (ShieldingPopsValue) ToObjectValue

func (ShieldingPopsValue) ToTerraformValue

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

func (ShieldingPopsValue) Type

Jump to

Keyboard shortcuts

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