Documentation ¶
Index ¶
- func ParseCspRdsInstancesGetResponse_items_backupInfo_type(v string) (any, error)
- func ParseCspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status(v string) (any, error)
- func ParseCspRdsInstancesGetResponse_items_protectionStatus(v string) (any, error)
- func ParseCspRdsInstancesGetResponse_items_refreshInfo_status(v string) (any, error)
- func ParseCspRdsInstancesGetResponse_items_state(v string) (any, error)
- func SerializeCspRdsInstancesGetResponse_items_backupInfo_type(values []CspRdsInstancesGetResponse_items_backupInfo_type) []string
- func SerializeCspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status(...) []string
- func SerializeCspRdsInstancesGetResponse_items_protectionStatus(values []CspRdsInstancesGetResponse_items_protectionStatus) []string
- func SerializeCspRdsInstancesGetResponse_items_refreshInfo_status(values []CspRdsInstancesGetResponse_items_refreshInfo_status) []string
- func SerializeCspRdsInstancesGetResponse_items_state(values []CspRdsInstancesGetResponse_items_state) []string
- type CspRdsInstancesGetResponse_items_backupInfo_type
- type CspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status
- type CspRdsInstancesGetResponse_items_protectionStatus
- type CspRdsInstancesGetResponse_items_refreshInfo_status
- type CspRdsInstancesGetResponse_items_state
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeCspRdsInstancesGetResponse_items_backupInfo_type ¶
func SerializeCspRdsInstancesGetResponse_items_backupInfo_type(values []CspRdsInstancesGetResponse_items_backupInfo_type) []string
func SerializeCspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status ¶
func SerializeCspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status(values []CspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status) []string
func SerializeCspRdsInstancesGetResponse_items_protectionStatus ¶
func SerializeCspRdsInstancesGetResponse_items_protectionStatus(values []CspRdsInstancesGetResponse_items_protectionStatus) []string
func SerializeCspRdsInstancesGetResponse_items_refreshInfo_status ¶
func SerializeCspRdsInstancesGetResponse_items_refreshInfo_status(values []CspRdsInstancesGetResponse_items_refreshInfo_status) []string
func SerializeCspRdsInstancesGetResponse_items_state ¶
func SerializeCspRdsInstancesGetResponse_items_state(values []CspRdsInstancesGetResponse_items_state) []string
Types ¶
type CspRdsInstancesGetResponse_items_backupInfo_type ¶
type CspRdsInstancesGetResponse_items_backupInfo_type int
A type of backup available for the asset.
const (
NATIVE_BACKUP_CSPRDSINSTANCESGETRESPONSE_ITEMS_BACKUPINFO_TYPE CspRdsInstancesGetResponse_items_backupInfo_type = iota
)
func (CspRdsInstancesGetResponse_items_backupInfo_type) String ¶
func (i CspRdsInstancesGetResponse_items_backupInfo_type) String() string
type CspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status ¶
type CspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status int
The status of the most recent backup attempt for this schedule. It is set toNOT_RUN when a PAUSED state no longer applies, regardless of the result of anyprior backup attempts.
const ( NOT_RUN_CSPRDSINSTANCESGETRESPONSE_ITEMS_PROTECTIONJOBINFO_SCHEDULEINFO_STATUS CspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status = iota SUCCESS_CSPRDSINSTANCESGETRESPONSE_ITEMS_PROTECTIONJOBINFO_SCHEDULEINFO_STATUS FAILURE_CSPRDSINSTANCESGETRESPONSE_ITEMS_PROTECTIONJOBINFO_SCHEDULEINFO_STATUS PAUSED_CSPRDSINSTANCESGETRESPONSE_ITEMS_PROTECTIONJOBINFO_SCHEDULEINFO_STATUS )
func (CspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status) String ¶
func (i CspRdsInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status) String() string
type CspRdsInstancesGetResponse_items_protectionStatus ¶
type CspRdsInstancesGetResponse_items_protectionStatus int
Indicates the level of protection provided for the asset, based on the existence ofprotection jobs, whether the protection jobs are suspended, the existence of backups,and the success of recent backup attempts.
const ( UNPROTECTED_CSPRDSINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS CspRdsInstancesGetResponse_items_protectionStatus = iota LAPSED_CSPRDSINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS PENDING_CSPRDSINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS PARTIAL_CSPRDSINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS PROTECTED_CSPRDSINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS PAUSED_CSPRDSINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS )
func (CspRdsInstancesGetResponse_items_protectionStatus) String ¶
func (i CspRdsInstancesGetResponse_items_protectionStatus) String() string
type CspRdsInstancesGetResponse_items_refreshInfo_status ¶
type CspRdsInstancesGetResponse_items_refreshInfo_status int
The result status of the most recent attempt to refresh the inventory with the cloud service provider
const ( OK_CSPRDSINSTANCESGETRESPONSE_ITEMS_REFRESHINFO_STATUS CspRdsInstancesGetResponse_items_refreshInfo_status = iota WARNING_CSPRDSINSTANCESGETRESPONSE_ITEMS_REFRESHINFO_STATUS ERROR_CSPRDSINSTANCESGETRESPONSE_ITEMS_REFRESHINFO_STATUS UNKNOWN_CSPRDSINSTANCESGETRESPONSE_ITEMS_REFRESHINFO_STATUS )
func (CspRdsInstancesGetResponse_items_refreshInfo_status) String ¶
func (i CspRdsInstancesGetResponse_items_refreshInfo_status) String() string
type CspRdsInstancesGetResponse_items_state ¶
type CspRdsInstancesGetResponse_items_state int
A DELETED state indicates the asset was already deleted from the cloud serviceprovider and will be deleted from the inventory when no backups orprotection policy relationships remain.
const ( OK_CSPRDSINSTANCESGETRESPONSE_ITEMS_STATE CspRdsInstancesGetResponse_items_state = iota DELETED_CSPRDSINSTANCESGETRESPONSE_ITEMS_STATE )
func (CspRdsInstancesGetResponse_items_state) String ¶
func (i CspRdsInstancesGetResponse_items_state) String() string
Source Files ¶
- csp_rds_instances_get_response_items_backup_info_type.go
- csp_rds_instances_get_response_items_protection_job_info_schedule_info_status.go
- csp_rds_instances_get_response_items_protection_status.go
- csp_rds_instances_get_response_items_refresh_info_status.go
- csp_rds_instances_get_response_items_state.go