Documentation
¶
Index ¶
- func Converter(plan *ResourceModel, state *ResourceModel, converterType commons.ConverterType) (*apiDisasterRecovery.DisasterRecoveryConfiguration, bool)
- func UpdateStateAfterRead(apiEntity *apiDisasterRecovery.DisasterRecoveryConfiguration, ...)
- type BackupStrategyModel
- type ResourceModel
- type VcsInfoModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Converter ¶
func Converter(plan *ResourceModel, state *ResourceModel, converterType commons.ConverterType) (*apiDisasterRecovery.DisasterRecoveryConfiguration, bool)
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 ¶
Click to show internal directories.
Click to hide internal directories.