google_compute_router_status

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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataArgs

type DataArgs struct {
	// 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"`
}

DataArgs contains the configurations for google_compute_router_status.

type DataBestRoutesAttributes

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

func (DataBestRoutesAttributes) Description

func (br DataBestRoutesAttributes) Description() terra.StringValue

func (DataBestRoutesAttributes) DestRange

func (DataBestRoutesAttributes) InternalRef

func (br DataBestRoutesAttributes) InternalRef() (terra.Reference, error)

func (DataBestRoutesAttributes) InternalTokens

func (br DataBestRoutesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataBestRoutesAttributes) InternalWithRef

func (DataBestRoutesAttributes) Name

func (DataBestRoutesAttributes) Network

func (DataBestRoutesAttributes) NextHopGateway

func (br DataBestRoutesAttributes) NextHopGateway() terra.StringValue

func (DataBestRoutesAttributes) NextHopIlb

func (br DataBestRoutesAttributes) NextHopIlb() terra.StringValue

func (DataBestRoutesAttributes) NextHopInstance

func (br DataBestRoutesAttributes) NextHopInstance() terra.StringValue

func (DataBestRoutesAttributes) NextHopInstanceZone

func (br DataBestRoutesAttributes) NextHopInstanceZone() terra.StringValue

func (DataBestRoutesAttributes) NextHopIp

func (DataBestRoutesAttributes) NextHopNetwork

func (br DataBestRoutesAttributes) NextHopNetwork() terra.StringValue

func (DataBestRoutesAttributes) NextHopVpnTunnel

func (br DataBestRoutesAttributes) NextHopVpnTunnel() terra.StringValue

func (DataBestRoutesAttributes) Priority

func (DataBestRoutesAttributes) Project

func (DataBestRoutesAttributes) Tags

type DataBestRoutesForRouterAttributes

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

func (DataBestRoutesForRouterAttributes) Description

func (DataBestRoutesForRouterAttributes) DestRange

func (DataBestRoutesForRouterAttributes) InternalRef

func (DataBestRoutesForRouterAttributes) InternalTokens

func (brfr DataBestRoutesForRouterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataBestRoutesForRouterAttributes) InternalWithRef

func (DataBestRoutesForRouterAttributes) Name

func (DataBestRoutesForRouterAttributes) Network

func (DataBestRoutesForRouterAttributes) NextHopGateway

func (brfr DataBestRoutesForRouterAttributes) NextHopGateway() terra.StringValue

func (DataBestRoutesForRouterAttributes) NextHopIlb

func (DataBestRoutesForRouterAttributes) NextHopInstance

func (brfr DataBestRoutesForRouterAttributes) NextHopInstance() terra.StringValue

func (DataBestRoutesForRouterAttributes) NextHopInstanceZone

func (brfr DataBestRoutesForRouterAttributes) NextHopInstanceZone() terra.StringValue

func (DataBestRoutesForRouterAttributes) NextHopIp

func (DataBestRoutesForRouterAttributes) NextHopNetwork

func (brfr DataBestRoutesForRouterAttributes) NextHopNetwork() terra.StringValue

func (DataBestRoutesForRouterAttributes) NextHopVpnTunnel

func (brfr DataBestRoutesForRouterAttributes) NextHopVpnTunnel() terra.StringValue

func (DataBestRoutesForRouterAttributes) Priority

func (DataBestRoutesForRouterAttributes) Project

func (DataBestRoutesForRouterAttributes) Tags

type DataBestRoutesForRouterState

type DataBestRoutesForRouterState struct {
	Description         string   `json:"description"`
	DestRange           string   `json:"dest_range"`
	Name                string   `json:"name"`
	Network             string   `json:"network"`
	NextHopGateway      string   `json:"next_hop_gateway"`
	NextHopIlb          string   `json:"next_hop_ilb"`
	NextHopInstance     string   `json:"next_hop_instance"`
	NextHopInstanceZone string   `json:"next_hop_instance_zone"`
	NextHopIp           string   `json:"next_hop_ip"`
	NextHopNetwork      string   `json:"next_hop_network"`
	NextHopVpnTunnel    string   `json:"next_hop_vpn_tunnel"`
	Priority            float64  `json:"priority"`
	Project             string   `json:"project"`
	SelfLink            string   `json:"self_link"`
	Tags                []string `json:"tags"`
}

type DataBestRoutesState

type DataBestRoutesState struct {
	Description         string   `json:"description"`
	DestRange           string   `json:"dest_range"`
	Name                string   `json:"name"`
	Network             string   `json:"network"`
	NextHopGateway      string   `json:"next_hop_gateway"`
	NextHopIlb          string   `json:"next_hop_ilb"`
	NextHopInstance     string   `json:"next_hop_instance"`
	NextHopInstanceZone string   `json:"next_hop_instance_zone"`
	NextHopIp           string   `json:"next_hop_ip"`
	NextHopNetwork      string   `json:"next_hop_network"`
	NextHopVpnTunnel    string   `json:"next_hop_vpn_tunnel"`
	Priority            float64  `json:"priority"`
	Project             string   `json:"project"`
	SelfLink            string   `json:"self_link"`
	Tags                []string `json:"tags"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource google_compute_router_status.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gcrs *DataSource) Attributes() dataGoogleComputeRouterStatusAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

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

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gcrs *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gcrs *DataSource) LocalName() string

LocalName returns the local name for DataSource.

Jump to

Keyboard shortcuts

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