google_compute_region_security_policy

package
v0.0.0-...-4deecce Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Project: string, optional
	Project terra.StringValue `hcl:"project,attr"`
	// Region: string, optional
	Region terra.StringValue `hcl:"region,attr"`
	// Type: string, optional
	Type terra.StringValue `hcl:"type,attr"`
	// DdosProtectionConfig: optional
	DdosProtectionConfig *DdosProtectionConfig `hcl:"ddos_protection_config,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
	// UserDefinedFields: min=0
	UserDefinedFields []UserDefinedFields `hcl:"user_defined_fields,block" validate:"min=0"`
}

Args contains the configurations for google_compute_region_security_policy.

type DdosProtectionConfig

type DdosProtectionConfig struct {
	// DdosProtection: string, required
	DdosProtection terra.StringValue `hcl:"ddos_protection,attr" validate:"required"`
}

type DdosProtectionConfigAttributes

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

func (DdosProtectionConfigAttributes) DdosProtection

func (dpc DdosProtectionConfigAttributes) DdosProtection() terra.StringValue

func (DdosProtectionConfigAttributes) InternalRef

func (dpc DdosProtectionConfigAttributes) InternalRef() (terra.Reference, error)

func (DdosProtectionConfigAttributes) InternalTokens

func (dpc DdosProtectionConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DdosProtectionConfigAttributes) InternalWithRef

type DdosProtectionConfigState

type DdosProtectionConfigState struct {
	DdosProtection string `json:"ddos_protection"`
}

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource google_compute_region_security_policy.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (gcrsp *Resource) Attributes() googleComputeRegionSecurityPolicyAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (gcrsp *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (gcrsp *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (gcrsp *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (gcrsp *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (gcrsp *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (gcrsp *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (gcrsp *Resource) State() (*googleComputeRegionSecurityPolicyState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (gcrsp *Resource) StateMust() *googleComputeRegionSecurityPolicyState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (gcrsp *Resource) Type() string

Type returns the Terraform object type for Resource.

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

type UserDefinedFields

type UserDefinedFields struct {
	// Base: string, required
	Base terra.StringValue `hcl:"base,attr" validate:"required"`
	// Mask: string, optional
	Mask terra.StringValue `hcl:"mask,attr"`
	// Name: string, optional
	Name terra.StringValue `hcl:"name,attr"`
	// Offset: number, optional
	Offset terra.NumberValue `hcl:"offset,attr"`
	// Size: number, optional
	Size terra.NumberValue `hcl:"size,attr"`
}

type UserDefinedFieldsAttributes

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

func (UserDefinedFieldsAttributes) Base

func (UserDefinedFieldsAttributes) InternalRef

func (udf UserDefinedFieldsAttributes) InternalRef() (terra.Reference, error)

func (UserDefinedFieldsAttributes) InternalTokens

func (udf UserDefinedFieldsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (UserDefinedFieldsAttributes) InternalWithRef

func (UserDefinedFieldsAttributes) Mask

func (UserDefinedFieldsAttributes) Name

func (UserDefinedFieldsAttributes) Offset

func (UserDefinedFieldsAttributes) Size

type UserDefinedFieldsState

type UserDefinedFieldsState struct {
	Base   string  `json:"base"`
	Mask   string  `json:"mask"`
	Name   string  `json:"name"`
	Offset float64 `json:"offset"`
	Size   float64 `json:"size"`
}

Jump to

Keyboard shortcuts

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