Home
last modified time | relevance | path

Searched defs:CreateVolumeBackupPolicyDetails (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 Dcreate_volume_backup_policy_details.go24 type CreateVolumeBackupPolicyDetails struct { struct
27 CompartmentId *string `mandatory:"true" json:"compartmentId"`
31 DisplayName *string `mandatory:"false" json:"displayName"`
35 DestinationRegion *string `mandatory:"false" json:"destinationRegion"`
40 Schedules []VolumeBackupSchedule `mandatory:"false" json:"schedules"`
45 DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
50 FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`
53 func (m CreateVolumeBackupPolicyDetails) String() string {
H A Dcreate_volume_backup_policy_request_response.go16 CreateVolumeBackupPolicyDetails `contributesTo:"body"` anonMember
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/core/
H A Dcreate_volume_backup_policy_details.go20 type CreateVolumeBackupPolicyDetails struct { struct
23 CompartmentId *string `mandatory:"true" json:"compartmentId"`
27 DisplayName *string `mandatory:"false" json:"displayName"`
30 Schedules []VolumeBackupSchedule `mandatory:"false" json:"schedules"`
35 DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
40 FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`
43 func (m CreateVolumeBackupPolicyDetails) String() string {
H A Dcreate_volume_backup_policy_request_response.go15 CreateVolumeBackupPolicyDetails `contributesTo:"body"` anonMember
/dports/devel/py-oci/oci-2.53.1/src/oci/core/models/
H A Dcreate_volume_backup_policy_details.py11 class CreateVolumeBackupPolicyDetails(object): class