datavpcipampools

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Values: set of string, required
	Values terra.SetValue[terra.StringValue] `hcl:"values,attr" validate:"required"`
}

type FilterAttributes

type FilterAttributes struct {
	// contains filtered or unexported fields
}

func (FilterAttributes) InternalRef

func (f FilterAttributes) InternalRef() (terra.Reference, error)

func (FilterAttributes) InternalTokens

func (f FilterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (FilterAttributes) InternalWithRef

func (f FilterAttributes) InternalWithRef(ref terra.Reference) FilterAttributes

func (FilterAttributes) Name

func (FilterAttributes) Values

type FilterState

type FilterState struct {
	Name   string   `json:"name"`
	Values []string `json:"values"`
}

type IpamPools

type IpamPools struct{}

type IpamPoolsAttributes

type IpamPoolsAttributes struct {
	// contains filtered or unexported fields
}

func (IpamPoolsAttributes) AddressFamily

func (ip IpamPoolsAttributes) AddressFamily() terra.StringValue

func (IpamPoolsAttributes) AllocationDefaultNetmaskLength

func (ip IpamPoolsAttributes) AllocationDefaultNetmaskLength() terra.NumberValue

func (IpamPoolsAttributes) AllocationMaxNetmaskLength

func (ip IpamPoolsAttributes) AllocationMaxNetmaskLength() terra.NumberValue

func (IpamPoolsAttributes) AllocationMinNetmaskLength

func (ip IpamPoolsAttributes) AllocationMinNetmaskLength() terra.NumberValue

func (IpamPoolsAttributes) AllocationResourceTags

func (ip IpamPoolsAttributes) AllocationResourceTags() terra.MapValue[terra.StringValue]

func (IpamPoolsAttributes) Arn

func (IpamPoolsAttributes) AutoImport

func (ip IpamPoolsAttributes) AutoImport() terra.BoolValue

func (IpamPoolsAttributes) AwsService

func (ip IpamPoolsAttributes) AwsService() terra.StringValue

func (IpamPoolsAttributes) Description

func (ip IpamPoolsAttributes) Description() terra.StringValue

func (IpamPoolsAttributes) Id

func (IpamPoolsAttributes) InternalRef

func (ip IpamPoolsAttributes) InternalRef() (terra.Reference, error)

func (IpamPoolsAttributes) InternalTokens

func (ip IpamPoolsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IpamPoolsAttributes) InternalWithRef

func (ip IpamPoolsAttributes) InternalWithRef(ref terra.Reference) IpamPoolsAttributes

func (IpamPoolsAttributes) IpamPoolId

func (ip IpamPoolsAttributes) IpamPoolId() terra.StringValue

func (IpamPoolsAttributes) IpamScopeId

func (ip IpamPoolsAttributes) IpamScopeId() terra.StringValue

func (IpamPoolsAttributes) IpamScopeType

func (ip IpamPoolsAttributes) IpamScopeType() terra.StringValue

func (IpamPoolsAttributes) Locale

func (IpamPoolsAttributes) PoolDepth

func (ip IpamPoolsAttributes) PoolDepth() terra.NumberValue

func (IpamPoolsAttributes) PubliclyAdvertisable

func (ip IpamPoolsAttributes) PubliclyAdvertisable() terra.BoolValue

func (IpamPoolsAttributes) SourceIpamPoolId

func (ip IpamPoolsAttributes) SourceIpamPoolId() terra.StringValue

func (IpamPoolsAttributes) State

func (IpamPoolsAttributes) Tags

type IpamPoolsState

type IpamPoolsState struct {
	AddressFamily                  string            `json:"address_family"`
	AllocationDefaultNetmaskLength float64           `json:"allocation_default_netmask_length"`
	AllocationMaxNetmaskLength     float64           `json:"allocation_max_netmask_length"`
	AllocationMinNetmaskLength     float64           `json:"allocation_min_netmask_length"`
	AllocationResourceTags         map[string]string `json:"allocation_resource_tags"`
	Arn                            string            `json:"arn"`
	AutoImport                     bool              `json:"auto_import"`
	AwsService                     string            `json:"aws_service"`
	Description                    string            `json:"description"`
	Id                             string            `json:"id"`
	IpamPoolId                     string            `json:"ipam_pool_id"`
	IpamScopeId                    string            `json:"ipam_scope_id"`
	IpamScopeType                  string            `json:"ipam_scope_type"`
	Locale                         string            `json:"locale"`
	PoolDepth                      float64           `json:"pool_depth"`
	PubliclyAdvertisable           bool              `json:"publicly_advertisable"`
	SourceIpamPoolId               string            `json:"source_ipam_pool_id"`
	State                          string            `json:"state"`
	Tags                           map[string]string `json:"tags"`
}

Jump to

Keyboard shortcuts

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