Versions in this module Expand all Collapse all v4 v4.0.3-alpha.1 Sep 18, 2023 v4.0.1 Dec 5, 2024 Changes in this version + type BaseRecoveryPoint struct + CreationTime *time.Time + ExpirationTime *time.Time + ExtId *string + Links []import1.ApiLink + LocationAgnosticId *string + Name *string + ObjectType_ *string + RecoveryPointType *RecoveryPointType + Reserved_ map[string]interface{} + Status *RecoveryPointStatus + TenantId *string + UnknownFields_ map[string]interface{} + func NewBaseRecoveryPoint() *BaseRecoveryPoint + type FileDetail struct + ObjectType_ *string + Path *string + func NewFileDetail() *FileDetail + type RecoveryPointStatus int + const RECOVERYPOINTSTATUS_COMPLETE + const RECOVERYPOINTSTATUS_REDACTED + const RECOVERYPOINTSTATUS_UNKNOWN + func (e *RecoveryPointStatus) MarshalJSON() ([]byte, error) + func (e *RecoveryPointStatus) UnmarshalJSON(b []byte) error + func (e RecoveryPointStatus) GetName() string + func (e RecoveryPointStatus) Ref() *RecoveryPointStatus + type RecoveryPointType int + const RECOVERYPOINTTYPE_APPLICATION_CONSISTENT + const RECOVERYPOINTTYPE_CRASH_CONSISTENT + const RECOVERYPOINTTYPE_REDACTED + const RECOVERYPOINTTYPE_UNKNOWN + func (e *RecoveryPointType) MarshalJSON() ([]byte, error) + func (e *RecoveryPointType) UnmarshalJSON(b []byte) error + func (e RecoveryPointType) GetName() string + func (e RecoveryPointType) Ref() *RecoveryPointType