Home
last modified time | relevance | path

Searched defs:UpdateDrgAttachmentDetails (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_drg_attachment_details.go21 type UpdateDrgAttachmentDetails struct { struct
25 DisplayName *string `mandatory:"false" json:"displayName"`
31 RouteTableId *string `mandatory:"false" json:"routeTableId"`
34 func (m UpdateDrgAttachmentDetails) String() string {
H A Dupdate_drg_attachment_request_response.go19 UpdateDrgAttachmentDetails `contributesTo:"body"` anonMember
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/core/
H A Dupdate_drg_attachment_details.go20 type UpdateDrgAttachmentDetails struct { struct
24 DisplayName *string `mandatory:"false" json:"displayName"`
30 RouteTableId *string `mandatory:"false" json:"routeTableId"`
33 func (m UpdateDrgAttachmentDetails) String() string {
H A Dupdate_drg_attachment_request_response.go18 UpdateDrgAttachmentDetails `contributesTo:"body"` anonMember
/dports/devel/py-oci/oci-2.53.1/src/oci/core/models/
H A Dupdate_drg_attachment_details.py11 class UpdateDrgAttachmentDetails(object): class