loadtestservice

package
v0.0.0-...-0e4e14f Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: MPL-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoadTestDataSource

type LoadTestDataSource struct{}

func (LoadTestDataSource) Arguments

func (r LoadTestDataSource) Arguments() map[string]*pluginsdk.Schema

func (LoadTestDataSource) Attributes

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

func (LoadTestDataSource) ModelObject

func (r LoadTestDataSource) ModelObject() interface{}

func (LoadTestDataSource) Read

func (LoadTestDataSource) ResourceType

func (r LoadTestDataSource) ResourceType() string

type LoadTestDataSourceModel

type LoadTestDataSourceModel struct {
	DataPlaneURI      string                                     `tfschema:"data_plane_uri"`
	Description       string                                     `tfschema:"description"`
	Encryption        []LoadTestEncryption                       `tfschema:"encryption"`
	Identity          []identity.ModelSystemAssignedUserAssigned `tfschema:"identity"`
	Location          string                                     `tfschema:"location"`
	Name              string                                     `tfschema:"name"`
	ResourceGroupName string                                     `tfschema:"resource_group_name"`
	Tags              map[string]string                          `tfschema:"tags"`
}

type LoadTestEncryption

type LoadTestEncryption struct {
	KeyURL   string                       `tfschema:"key_url"`
	Identity []LoadTestEncryptionIdentity `tfschema:"identity"`
}

type LoadTestEncryptionIdentity

type LoadTestEncryptionIdentity struct {
	IdentityID string `tfschema:"identity_id"`
	Type       string `tfschema:"type"`
}

type LoadTestResource

type LoadTestResource struct{}

func (LoadTestResource) Arguments

func (r LoadTestResource) Arguments() map[string]*pluginsdk.Schema

func (LoadTestResource) Attributes

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

func (LoadTestResource) Create

func (r LoadTestResource) Create() sdk.ResourceFunc

func (LoadTestResource) Delete

func (r LoadTestResource) Delete() sdk.ResourceFunc

func (LoadTestResource) IDValidationFunc

func (r LoadTestResource) IDValidationFunc() pluginsdk.SchemaValidateFunc

func (LoadTestResource) ModelObject

func (r LoadTestResource) ModelObject() interface{}

func (LoadTestResource) Read

func (LoadTestResource) ResourceType

func (r LoadTestResource) ResourceType() string

func (LoadTestResource) Update

func (r LoadTestResource) Update() sdk.ResourceFunc

type LoadTestResourceSchema

type LoadTestResourceSchema struct {
	DataPlaneURI      string                                     `tfschema:"data_plane_uri"`
	Description       string                                     `tfschema:"description"`
	Encryption        []LoadTestEncryption                       `tfschema:"encryption"`
	Identity          []identity.ModelSystemAssignedUserAssigned `tfschema:"identity"`
	Location          string                                     `tfschema:"location"`
	Name              string                                     `tfschema:"name"`
	ResourceGroupName string                                     `tfschema:"resource_group_name"`
	Tags              map[string]interface{}                     `tfschema:"tags"`
}

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

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

func (Registration) Name

func (r Registration) Name() string

func (Registration) Resources

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

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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