v2

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnterpriseSearchSchema

func EnterpriseSearchSchema() schema.Attribute

func IsEnterpriseSearchStopped

func IsEnterpriseSearchStopped(res *models.EnterpriseSearchResourceInfo) bool

IsEnterpriseSearchStopped returns true if the resource is stopped.

Types

type EnterpriseSearch

type EnterpriseSearch struct {
	ElasticsearchClusterRefId *string                 `tfsdk:"elasticsearch_cluster_ref_id"`
	RefId                     *string                 `tfsdk:"ref_id"`
	ResourceId                *string                 `tfsdk:"resource_id"`
	Region                    *string                 `tfsdk:"region"`
	HttpEndpoint              *string                 `tfsdk:"http_endpoint"`
	HttpsEndpoint             *string                 `tfsdk:"https_endpoint"`
	InstanceConfigurationId   *string                 `tfsdk:"instance_configuration_id"`
	Size                      *string                 `tfsdk:"size"`
	SizeResource              *string                 `tfsdk:"size_resource"`
	ZoneCount                 int                     `tfsdk:"zone_count"`
	NodeTypeAppserver         *bool                   `tfsdk:"node_type_appserver"`
	NodeTypeConnector         *bool                   `tfsdk:"node_type_connector"`
	NodeTypeWorker            *bool                   `tfsdk:"node_type_worker"`
	Config                    *EnterpriseSearchConfig `tfsdk:"config"`
}

type EnterpriseSearchConfig

type EnterpriseSearchConfig v1.EnterpriseSearchConfig

type EnterpriseSearchTF

type EnterpriseSearchTF struct {
	ElasticsearchClusterRefId types.String `tfsdk:"elasticsearch_cluster_ref_id"`
	RefId                     types.String `tfsdk:"ref_id"`
	ResourceId                types.String `tfsdk:"resource_id"`
	Region                    types.String `tfsdk:"region"`
	HttpEndpoint              types.String `tfsdk:"http_endpoint"`
	HttpsEndpoint             types.String `tfsdk:"https_endpoint"`
	InstanceConfigurationId   types.String `tfsdk:"instance_configuration_id"`
	Size                      types.String `tfsdk:"size"`
	SizeResource              types.String `tfsdk:"size_resource"`
	ZoneCount                 types.Int64  `tfsdk:"zone_count"`
	NodeTypeAppserver         types.Bool   `tfsdk:"node_type_appserver"`
	NodeTypeConnector         types.Bool   `tfsdk:"node_type_connector"`
	NodeTypeWorker            types.Bool   `tfsdk:"node_type_worker"`
	Config                    types.Object `tfsdk:"config"`
}

type EnterpriseSearches

type EnterpriseSearches []EnterpriseSearch

Jump to

Keyboard shortcuts

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