google_alloydb_supported_database_flags

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"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// Project: string, optional
	Project terra.StringValue `hcl:"project,attr"`
}

DataArgs contains the configurations for google_alloydb_supported_database_flags.

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource google_alloydb_supported_database_flags.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gasdf *DataSource) Attributes() dataGoogleAlloydbSupportedDatabaseFlagsAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

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

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gasdf *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gasdf *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataSupportedDatabaseFlagsAttributes

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

func (DataSupportedDatabaseFlagsAttributes) AcceptsMultipleValues

func (sdf DataSupportedDatabaseFlagsAttributes) AcceptsMultipleValues() terra.BoolValue

func (DataSupportedDatabaseFlagsAttributes) FlagName

func (DataSupportedDatabaseFlagsAttributes) IntegerRestrictions

func (DataSupportedDatabaseFlagsAttributes) InternalRef

func (DataSupportedDatabaseFlagsAttributes) InternalTokens

func (DataSupportedDatabaseFlagsAttributes) InternalWithRef

func (DataSupportedDatabaseFlagsAttributes) Name

func (DataSupportedDatabaseFlagsAttributes) RequiresDbRestart

func (sdf DataSupportedDatabaseFlagsAttributes) RequiresDbRestart() terra.BoolValue

func (DataSupportedDatabaseFlagsAttributes) StringRestrictions

func (DataSupportedDatabaseFlagsAttributes) SupportedDbVersions

func (DataSupportedDatabaseFlagsAttributes) ValueType

type DataSupportedDatabaseFlagsIntegerRestrictionsAttributes

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

func (DataSupportedDatabaseFlagsIntegerRestrictionsAttributes) InternalRef

func (DataSupportedDatabaseFlagsIntegerRestrictionsAttributes) InternalTokens

func (DataSupportedDatabaseFlagsIntegerRestrictionsAttributes) InternalWithRef

func (DataSupportedDatabaseFlagsIntegerRestrictionsAttributes) MaxValue

func (DataSupportedDatabaseFlagsIntegerRestrictionsAttributes) MinValue

type DataSupportedDatabaseFlagsIntegerRestrictionsState

type DataSupportedDatabaseFlagsIntegerRestrictionsState struct {
	MaxValue string `json:"max_value"`
	MinValue string `json:"min_value"`
}

type DataSupportedDatabaseFlagsState

type DataSupportedDatabaseFlagsState struct {
	AcceptsMultipleValues bool                                                 `json:"accepts_multiple_values"`
	FlagName              string                                               `json:"flag_name"`
	Name                  string                                               `json:"name"`
	RequiresDbRestart     bool                                                 `json:"requires_db_restart"`
	SupportedDbVersions   []string                                             `json:"supported_db_versions"`
	ValueType             string                                               `json:"value_type"`
	IntegerRestrictions   []DataSupportedDatabaseFlagsIntegerRestrictionsState `json:"integer_restrictions"`
	StringRestrictions    []DataSupportedDatabaseFlagsStringRestrictionsState  `json:"string_restrictions"`
}

type DataSupportedDatabaseFlagsStringRestrictionsAttributes

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

func (DataSupportedDatabaseFlagsStringRestrictionsAttributes) AllowedValues

func (DataSupportedDatabaseFlagsStringRestrictionsAttributes) InternalRef

func (DataSupportedDatabaseFlagsStringRestrictionsAttributes) InternalTokens

func (DataSupportedDatabaseFlagsStringRestrictionsAttributes) InternalWithRef

type DataSupportedDatabaseFlagsStringRestrictionsState

type DataSupportedDatabaseFlagsStringRestrictionsState struct {
	AllowedValues []string `json:"allowed_values"`
}

Jump to

Keyboard shortcuts

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