Documentation ¶
Index ¶
- type Args
- type EncryptionSpec
- type EncryptionSpecAttributes
- func (es EncryptionSpecAttributes) InternalRef() (terra.Reference, error)
- func (es EncryptionSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (es EncryptionSpecAttributes) InternalWithRef(ref terra.Reference) EncryptionSpecAttributes
- func (es EncryptionSpecAttributes) KmsKeyName() terra.StringValue
- type EncryptionSpecState
- type OnlineServingConfig
- type OnlineServingConfigAttributes
- func (osc OnlineServingConfigAttributes) FixedNodeCount() terra.NumberValue
- func (osc OnlineServingConfigAttributes) InternalRef() (terra.Reference, error)
- func (osc OnlineServingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (osc OnlineServingConfigAttributes) InternalWithRef(ref terra.Reference) OnlineServingConfigAttributes
- func (osc OnlineServingConfigAttributes) Scaling() terra.ListValue[OnlineServingConfigScalingAttributes]
- type OnlineServingConfigScaling
- type OnlineServingConfigScalingAttributes
- func (s OnlineServingConfigScalingAttributes) InternalRef() (terra.Reference, error)
- func (s OnlineServingConfigScalingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s OnlineServingConfigScalingAttributes) InternalWithRef(ref terra.Reference) OnlineServingConfigScalingAttributes
- func (s OnlineServingConfigScalingAttributes) MaxNodeCount() terra.NumberValue
- func (s OnlineServingConfigScalingAttributes) MinNodeCount() terra.NumberValue
- type OnlineServingConfigScalingState
- type OnlineServingConfigState
- type Resource
- func (gvaf *Resource) Attributes() googleVertexAiFeaturestoreAttributes
- func (gvaf *Resource) Configuration() interface{}
- func (gvaf *Resource) DependOn() terra.Reference
- func (gvaf *Resource) Dependencies() terra.Dependencies
- func (gvaf *Resource) ImportState(state io.Reader) error
- func (gvaf *Resource) LifecycleManagement() *terra.Lifecycle
- func (gvaf *Resource) LocalName() string
- func (gvaf *Resource) State() (*googleVertexAiFeaturestoreState, bool)
- func (gvaf *Resource) StateMust() *googleVertexAiFeaturestoreState
- func (gvaf *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
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, optional Name terra.StringValue `hcl:"name,attr"` // OnlineStorageTtlDays: number, optional OnlineStorageTtlDays terra.NumberValue `hcl:"online_storage_ttl_days,attr"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Region: string, optional Region terra.StringValue `hcl:"region,attr"` // EncryptionSpec: optional EncryptionSpec *EncryptionSpec `hcl:"encryption_spec,block"` // OnlineServingConfig: optional OnlineServingConfig *OnlineServingConfig `hcl:"online_serving_config,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_vertex_ai_featurestore.
type EncryptionSpec ¶
type EncryptionSpec struct { // KmsKeyName: string, required KmsKeyName terra.StringValue `hcl:"kms_key_name,attr" validate:"required"` }
type EncryptionSpecAttributes ¶
type EncryptionSpecAttributes struct {
// contains filtered or unexported fields
}
func (EncryptionSpecAttributes) InternalRef ¶
func (es EncryptionSpecAttributes) InternalRef() (terra.Reference, error)
func (EncryptionSpecAttributes) InternalTokens ¶
func (es EncryptionSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EncryptionSpecAttributes) InternalWithRef ¶
func (es EncryptionSpecAttributes) InternalWithRef(ref terra.Reference) EncryptionSpecAttributes
func (EncryptionSpecAttributes) KmsKeyName ¶
func (es EncryptionSpecAttributes) KmsKeyName() terra.StringValue
type EncryptionSpecState ¶
type EncryptionSpecState struct {
KmsKeyName string `json:"kms_key_name"`
}
type OnlineServingConfig ¶
type OnlineServingConfig struct { // FixedNodeCount: number, optional FixedNodeCount terra.NumberValue `hcl:"fixed_node_count,attr"` // OnlineServingConfigScaling: optional Scaling *OnlineServingConfigScaling `hcl:"scaling,block"` }
type OnlineServingConfigAttributes ¶
type OnlineServingConfigAttributes struct {
// contains filtered or unexported fields
}
func (OnlineServingConfigAttributes) FixedNodeCount ¶
func (osc OnlineServingConfigAttributes) FixedNodeCount() terra.NumberValue
func (OnlineServingConfigAttributes) InternalRef ¶
func (osc OnlineServingConfigAttributes) InternalRef() (terra.Reference, error)
func (OnlineServingConfigAttributes) InternalTokens ¶
func (osc OnlineServingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OnlineServingConfigAttributes) InternalWithRef ¶
func (osc OnlineServingConfigAttributes) InternalWithRef(ref terra.Reference) OnlineServingConfigAttributes
func (OnlineServingConfigAttributes) Scaling ¶
func (osc OnlineServingConfigAttributes) Scaling() terra.ListValue[OnlineServingConfigScalingAttributes]
type OnlineServingConfigScaling ¶
type OnlineServingConfigScaling struct { // 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 OnlineServingConfigScalingAttributes ¶
type OnlineServingConfigScalingAttributes struct {
// contains filtered or unexported fields
}
func (OnlineServingConfigScalingAttributes) InternalRef ¶
func (s OnlineServingConfigScalingAttributes) InternalRef() (terra.Reference, error)
func (OnlineServingConfigScalingAttributes) InternalTokens ¶
func (s OnlineServingConfigScalingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OnlineServingConfigScalingAttributes) InternalWithRef ¶
func (s OnlineServingConfigScalingAttributes) InternalWithRef(ref terra.Reference) OnlineServingConfigScalingAttributes
func (OnlineServingConfigScalingAttributes) MaxNodeCount ¶
func (s OnlineServingConfigScalingAttributes) MaxNodeCount() terra.NumberValue
func (OnlineServingConfigScalingAttributes) MinNodeCount ¶
func (s OnlineServingConfigScalingAttributes) MinNodeCount() terra.NumberValue
type OnlineServingConfigState ¶
type OnlineServingConfigState struct { FixedNodeCount float64 `json:"fixed_node_count"` Scaling []OnlineServingConfigScalingState `json:"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_featurestore.
func (*Resource) Attributes ¶
func (gvaf *Resource) Attributes() googleVertexAiFeaturestoreAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gvaf *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gvaf *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block 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 (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.