Home
last modified time | relevance | path

Searched defs:CreateNetworkSecurityGroupDetails (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_network_security_group_details.go21 type CreateNetworkSecurityGroupDetails struct { struct
25 CompartmentId *string `mandatory:"true" json:"compartmentId"`
29 VcnId *string `mandatory:"true" json:"vcnId"`
34 DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
38 DisplayName *string `mandatory:"false" json:"displayName"`
43 FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`
46 func (m CreateNetworkSecurityGroupDetails) String() string {
H A Dcreate_network_security_group_request_response.go16 CreateNetworkSecurityGroupDetails `contributesTo:"body"` anonMember
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/core/
H A Dcreate_network_security_group_details.go20 type CreateNetworkSecurityGroupDetails struct { struct
24 CompartmentId *string `mandatory:"true" json:"compartmentId"`
28 VcnId *string `mandatory:"true" json:"vcnId"`
33 DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
37 DisplayName *string `mandatory:"false" json:"displayName"`
42 FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`
45 func (m CreateNetworkSecurityGroupDetails) String() string {
H A Dcreate_network_security_group_request_response.go15 CreateNetworkSecurityGroupDetails `contributesTo:"body"` anonMember
/dports/devel/py-oci/oci-2.53.1/src/oci/core/models/
H A Dcreate_network_security_group_details.py11 class CreateNetworkSecurityGroupDetails(object): class