google_vertex_ai_feature_online_store

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 {
	// ForceDestroy: bool, optional
	ForceDestroy terra.BoolValue `hcl:"force_destroy,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Labels: map of string, optional
	Labels terra.MapValue[terra.StringValue] `hcl:"labels,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"`
	// Bigtable: optional
	Bigtable *Bigtable `hcl:"bigtable,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for google_vertex_ai_feature_online_store.

type Bigtable

type Bigtable struct {
	// BigtableAutoScaling: required
	AutoScaling *BigtableAutoScaling `hcl:"auto_scaling,block" validate:"required"`
}

type BigtableAttributes

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

func (BigtableAttributes) AutoScaling

func (BigtableAttributes) InternalRef

func (b BigtableAttributes) InternalRef() (terra.Reference, error)

func (BigtableAttributes) InternalTokens

func (b BigtableAttributes) InternalTokens() (hclwrite.Tokens, error)

func (BigtableAttributes) InternalWithRef

func (b BigtableAttributes) InternalWithRef(ref terra.Reference) BigtableAttributes

type BigtableAutoScaling

type BigtableAutoScaling struct {
	// CpuUtilizationTarget: number, optional
	CpuUtilizationTarget terra.NumberValue `hcl:"cpu_utilization_target,attr"`
	// MaxNodeCount: number, required
	MaxNodeCount terra.NumberValue `hcl:"max_node_count,attr" validate:"required"`
	// MinNodeCount: number, required
	MinNodeCount terra.NumberValue `hcl:"min_node_count,attr" validate:"required"`
}

type BigtableAutoScalingAttributes

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

func (BigtableAutoScalingAttributes) CpuUtilizationTarget

func (as BigtableAutoScalingAttributes) CpuUtilizationTarget() terra.NumberValue

func (BigtableAutoScalingAttributes) InternalRef

func (as BigtableAutoScalingAttributes) InternalRef() (terra.Reference, error)

func (BigtableAutoScalingAttributes) InternalTokens

func (as BigtableAutoScalingAttributes) InternalTokens() (hclwrite.Tokens, error)

func (BigtableAutoScalingAttributes) InternalWithRef

func (BigtableAutoScalingAttributes) MaxNodeCount

func (BigtableAutoScalingAttributes) MinNodeCount

type BigtableAutoScalingState

type BigtableAutoScalingState struct {
	CpuUtilizationTarget float64 `json:"cpu_utilization_target"`
	MaxNodeCount         float64 `json:"max_node_count"`
	MinNodeCount         float64 `json:"min_node_count"`
}

type BigtableState

type BigtableState struct {
	AutoScaling []BigtableAutoScalingState `json:"auto_scaling"`
}

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

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (gvafos *Resource) Attributes() googleVertexAiFeatureOnlineStoreAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

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

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

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

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

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

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

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

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

func (*Resource) LifecycleManagement

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

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (gvafos *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (gvafos *Resource) State() (*googleVertexAiFeatureOnlineStoreState, bool)

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

func (*Resource) StateMust

func (gvafos *Resource) StateMust() *googleVertexAiFeatureOnlineStoreState

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

func (*Resource) Type

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

Jump to

Keyboard shortcuts

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