mssql

package
v2.96.0 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: MPL-2.0 Imports: 44 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MsSqlFailoverGroupModel

type MsSqlFailoverGroupModel struct {
	Databases                            []string             `tfschema:"databases"`
	Name                                 string               `tfschema:"name"`
	PartnerServers                       []PartnerServerModel `tfschema:"partner_server"`
	ReadonlyEndpointFailurePolicyEnabled bool                 `tfschema:"readonly_endpoint_failover_policy_enabled"`
	ServerId                             string               `tfschema:"server_id"`
	Tags                                 map[string]string    `tfschema:"tags"`

	ReadWriteEndpointFailurePolicy []ReadWriteEndpointFailurePolicyModel `tfschema:"read_write_endpoint_failover_policy"`
}

type MsSqlFailoverGroupResource

type MsSqlFailoverGroupResource struct{}

func (MsSqlFailoverGroupResource) Arguments

func (MsSqlFailoverGroupResource) Attributes

func (r MsSqlFailoverGroupResource) Attributes() map[string]*pluginsdk.Schema

func (MsSqlFailoverGroupResource) Create

func (MsSqlFailoverGroupResource) CustomizeDiff

func (r MsSqlFailoverGroupResource) CustomizeDiff() sdk.ResourceFunc

func (MsSqlFailoverGroupResource) Delete

func (MsSqlFailoverGroupResource) IDValidationFunc

func (MsSqlFailoverGroupResource) ModelObject

func (r MsSqlFailoverGroupResource) ModelObject() interface{}

func (MsSqlFailoverGroupResource) Read

func (MsSqlFailoverGroupResource) ResourceType

func (r MsSqlFailoverGroupResource) ResourceType() string

func (MsSqlFailoverGroupResource) Update

type PartnerServerModel

type PartnerServerModel struct {
	ID       string `tfschema:"id"`
	Location string `tfschema:"location"`
	Role     string `tfschema:"role"`
}

type ReadWriteEndpointFailurePolicyModel

type ReadWriteEndpointFailurePolicyModel struct {
	GraceMinutes int32  `tfschema:"grace_minutes"`
	Mode         string `tfschema:"mode"`
}

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

DataSources returns the typed DataSources supported by this service

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (r Registration) Resources() []sdk.Resource

Resources returns the typed Resources supported by this service

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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