disaster_recovery_configuration

package
v1.21.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2025 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UpdateStateAfterRead

func UpdateStateAfterRead(apiEntity *apiDisasterRecovery.DisasterRecoveryConfiguration, state *ResourceModel)

Types

type BackupStrategyModel

type BackupStrategyModel struct {
	IncludeManagedResources types.Bool           `tfsdk:"include_managed_resources"`
	Mode                    types.String         `tfsdk:"mode"`
	VcsInfo                 *VcsInfoModel        `tfsdk:"vcs_info"`
	GroupsJson              jsontypes.Normalized `tfsdk:"groups_json"`
}

type ResourceModel

type ResourceModel struct {
	ID             types.String         `tfsdk:"id"`
	Scope          types.String         `tfsdk:"scope"`
	CloudAccountId types.String         `tfsdk:"cloud_account_id"`
	BackupStrategy *BackupStrategyModel `tfsdk:"backup_strategy"`
}

type VcsInfoModel

type VcsInfoModel struct {
	ProviderId types.String `tfsdk:"provider_id"`
	RepoName   types.String `tfsdk:"repo_name"`
	Branch     types.String `tfsdk:"branch"`
}

Jump to

Keyboard shortcuts

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