Home
last modified time | relevance | path

Searched defs:UpdateBootVolumeBackupDetails (Results 1 – 5 of 5) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/core/
H A Dupdate_boot_volume_backup_details.go21 type UpdateBootVolumeBackupDetails struct { struct
26 DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
30 DisplayName *string `mandatory:"false" json:"displayName"`
35 FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`
38 func (m UpdateBootVolumeBackupDetails) String() string {
H A Dupdate_boot_volume_backup_request_response.go19 UpdateBootVolumeBackupDetails `contributesTo:"body"` anonMember
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/core/
H A Dupdate_boot_volume_backup_details.go20 type UpdateBootVolumeBackupDetails struct { struct
25 DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
29 DisplayName *string `mandatory:"false" json:"displayName"`
34 FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`
37 func (m UpdateBootVolumeBackupDetails) String() string {
H A Dupdate_boot_volume_backup_request_response.go18 UpdateBootVolumeBackupDetails `contributesTo:"body"` anonMember
/dports/devel/py-oci/oci-2.53.1/src/oci/core/models/
H A Dupdate_boot_volume_backup_details.py11 class UpdateBootVolumeBackupDetails(object): class