google_compute_region_network_endpoint_group

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: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppEngine

type AppEngine struct {
	// Service: string, optional
	Service terra.StringValue `hcl:"service,attr"`
	// UrlMask: string, optional
	UrlMask terra.StringValue `hcl:"url_mask,attr"`
	// Version: string, optional
	Version terra.StringValue `hcl:"version,attr"`
}

type AppEngineAttributes

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

func (AppEngineAttributes) InternalRef

func (ae AppEngineAttributes) InternalRef() (terra.Reference, error)

func (AppEngineAttributes) InternalTokens

func (ae AppEngineAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AppEngineAttributes) InternalWithRef

func (ae AppEngineAttributes) InternalWithRef(ref terra.Reference) AppEngineAttributes

func (AppEngineAttributes) Service

func (ae AppEngineAttributes) Service() terra.StringValue

func (AppEngineAttributes) UrlMask

func (ae AppEngineAttributes) UrlMask() terra.StringValue

func (AppEngineAttributes) Version

func (ae AppEngineAttributes) Version() terra.StringValue

type AppEngineState

type AppEngineState struct {
	Service string `json:"service"`
	UrlMask string `json:"url_mask"`
	Version string `json:"version"`
}

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"`
	// Network: string, optional
	Network terra.StringValue `hcl:"network,attr"`
	// NetworkEndpointType: string, optional
	NetworkEndpointType terra.StringValue `hcl:"network_endpoint_type,attr"`
	// Project: string, optional
	Project terra.StringValue `hcl:"project,attr"`
	// PscTargetService: string, optional
	PscTargetService terra.StringValue `hcl:"psc_target_service,attr"`
	// Region: string, required
	Region terra.StringValue `hcl:"region,attr" validate:"required"`
	// Subnetwork: string, optional
	Subnetwork terra.StringValue `hcl:"subnetwork,attr"`
	// AppEngine: optional
	AppEngine *AppEngine `hcl:"app_engine,block"`
	// CloudFunction: optional
	CloudFunction *CloudFunction `hcl:"cloud_function,block"`
	// CloudRun: optional
	CloudRun *CloudRun `hcl:"cloud_run,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for google_compute_region_network_endpoint_group.

type CloudFunction

type CloudFunction struct {
	// Function: string, optional
	Function terra.StringValue `hcl:"function,attr"`
	// UrlMask: string, optional
	UrlMask terra.StringValue `hcl:"url_mask,attr"`
}

type CloudFunctionAttributes

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

func (CloudFunctionAttributes) Function

func (CloudFunctionAttributes) InternalRef

func (cf CloudFunctionAttributes) InternalRef() (terra.Reference, error)

func (CloudFunctionAttributes) InternalTokens

func (cf CloudFunctionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CloudFunctionAttributes) InternalWithRef

func (CloudFunctionAttributes) UrlMask

type CloudFunctionState

type CloudFunctionState struct {
	Function string `json:"function"`
	UrlMask  string `json:"url_mask"`
}

type CloudRun

type CloudRun struct {
	// Service: string, optional
	Service terra.StringValue `hcl:"service,attr"`
	// Tag: string, optional
	Tag terra.StringValue `hcl:"tag,attr"`
	// UrlMask: string, optional
	UrlMask terra.StringValue `hcl:"url_mask,attr"`
}

type CloudRunAttributes

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

func (CloudRunAttributes) InternalRef

func (cr CloudRunAttributes) InternalRef() (terra.Reference, error)

func (CloudRunAttributes) InternalTokens

func (cr CloudRunAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CloudRunAttributes) InternalWithRef

func (cr CloudRunAttributes) InternalWithRef(ref terra.Reference) CloudRunAttributes

func (CloudRunAttributes) Service

func (cr CloudRunAttributes) Service() terra.StringValue

func (CloudRunAttributes) Tag

func (CloudRunAttributes) UrlMask

func (cr CloudRunAttributes) UrlMask() terra.StringValue

type CloudRunState

type CloudRunState struct {
	Service string `json:"service"`
	Tag     string `json:"tag"`
	UrlMask string `json:"url_mask"`
}

type DataAppEngineAttributes

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

func (DataAppEngineAttributes) InternalRef

func (ae DataAppEngineAttributes) InternalRef() (terra.Reference, error)

func (DataAppEngineAttributes) InternalTokens

func (ae DataAppEngineAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataAppEngineAttributes) InternalWithRef

func (DataAppEngineAttributes) Service

func (DataAppEngineAttributes) UrlMask

func (DataAppEngineAttributes) Version

type DataAppEngineState

type DataAppEngineState struct {
	Service string `json:"service"`
	UrlMask string `json:"url_mask"`
	Version string `json:"version"`
}

type DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, optional
	Name terra.StringValue `hcl:"name,attr"`
	// Project: string, optional
	Project terra.StringValue `hcl:"project,attr"`
	// Region: string, optional
	Region terra.StringValue `hcl:"region,attr"`
	// SelfLink: string, optional
	SelfLink terra.StringValue `hcl:"self_link,attr"`
}

DataArgs contains the configurations for google_compute_region_network_endpoint_group.

type DataCloudFunctionAttributes

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

func (DataCloudFunctionAttributes) Function

func (DataCloudFunctionAttributes) InternalRef

func (cf DataCloudFunctionAttributes) InternalRef() (terra.Reference, error)

func (DataCloudFunctionAttributes) InternalTokens

func (cf DataCloudFunctionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataCloudFunctionAttributes) InternalWithRef

func (DataCloudFunctionAttributes) UrlMask

type DataCloudFunctionState

type DataCloudFunctionState struct {
	Function string `json:"function"`
	UrlMask  string `json:"url_mask"`
}

type DataCloudRunAttributes

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

func (DataCloudRunAttributes) InternalRef

func (cr DataCloudRunAttributes) InternalRef() (terra.Reference, error)

func (DataCloudRunAttributes) InternalTokens

func (cr DataCloudRunAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataCloudRunAttributes) InternalWithRef

func (DataCloudRunAttributes) Service

func (DataCloudRunAttributes) Tag

func (DataCloudRunAttributes) UrlMask

type DataCloudRunState

type DataCloudRunState struct {
	Service string `json:"service"`
	Tag     string `json:"tag"`
	UrlMask string `json:"url_mask"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource google_compute_region_network_endpoint_group.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gcrneg *DataSource) Attributes() dataGoogleComputeRegionNetworkEndpointGroupAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (gcrneg *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gcrneg *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gcrneg *DataSource) LocalName() string

LocalName returns the local name for DataSource.

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_network_endpoint_group.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (gcrneg *Resource) Attributes() googleComputeRegionNetworkEndpointGroupAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

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

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

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

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

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

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

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

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

func (*Resource) LifecycleManagement

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

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (gcrneg *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (gcrneg *Resource) State() (*googleComputeRegionNetworkEndpointGroupState, bool)

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

func (*Resource) StateMust

func (gcrneg *Resource) StateMust() *googleComputeRegionNetworkEndpointGroupState

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

func (*Resource) Type

func (gcrneg *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"`
}

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

type TimeoutsState

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

Jump to

Keyboard shortcuts

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